From 4c8f3bb99cace04cf0c6e46d1fd52ec46bc678e3 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Thu, 23 Apr 2026 14:39:51 -0700 Subject: [PATCH 01/11] feat: new py_image_layer --- e2e/MODULE.bazel | 14 + .../oci/py_image_layer/branding/BUILD.bazel | 4 +- .../py_image_layer/my_app_layers_listing.yaml | 4834 ++++++++-------- .../oci/py_image_layer/py_image_test.yaml | 12 +- e2e/cases/oci/py_venv_image_layer/BUILD.bazel | 5 +- .../my_app_amd64_layers_listing.yaml | 4906 ++++++++--------- .../my_app_arm64_layers_listing.yaml | 4887 ++++++++-------- .../py_amd64_image_content_test.yaml | 9 +- .../py_arm64_image_content_test.yaml | 9 +- .../py_image_command_test.yaml | 8 +- py/BUILD.bazel | 8 + py/defs.bzl | 9 +- py/private/BUILD.bazel | 19 +- py/private/py_image_layer.bzl | 930 +++- py/private/py_image_layer_validator.py | 319 ++ py/tests/internal-deps/adder/BUILD.bazel | 6 +- 16 files changed, 8219 insertions(+), 7760 deletions(-) create mode 100644 py/private/py_image_layer_validator.py diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index 9bb3a7c3e..9cdb177b3 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -450,6 +450,20 @@ uv.project( ) # }}} +# For cases/oci/py_image_layer and cases/oci/py_venv_image_layer +# {{{ +uv.project( + hub_name = "pypi", + lock = "//cases/oci/py_image_layer:uv.lock", + pyproject = "//cases/oci/py_image_layer:pyproject.toml", +) +uv.project( + hub_name = "pypi", + lock = "//cases/oci/py_venv_image_layer:uv.lock", + pyproject = "//cases/oci/py_venv_image_layer:pyproject.toml", +) +# }}} + use_repo(uv, "pypi") register_toolchains("@uv//:all") diff --git a/e2e/cases/oci/py_image_layer/branding/BUILD.bazel b/e2e/cases/oci/py_image_layer/branding/BUILD.bazel index 582a3f686..4e60dd510 100644 --- a/e2e/cases/oci/py_image_layer/branding/BUILD.bazel +++ b/e2e/cases/oci/py_image_layer/branding/BUILD.bazel @@ -5,7 +5,7 @@ py_library( srcs = ["__init__.py"], imports = [".."], visibility = [ - "//py/tests/py_image_layer:__pkg__", - "//py/tests/py_venv_image_layer:__pkg__", + "//cases/oci/py_image_layer:__pkg__", + "//cases/oci/py_venv_image_layer:__pkg__", ], ) diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml index 992476c6d..aa49674a1 100644 --- a/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml +++ b/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml @@ -1,2503 +1,2343 @@ --- layer: 0 files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/ - - -rwxr-xr-x 0 0 0 127 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/2to3 - - -rwxr-xr-x 0 0 0 127 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/2to3-3.9 - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/idle3 - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/idle3.9 - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pip - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pip3 - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pip3.9 - - -rwxr-xr-x 0 0 0 110 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pydoc3 - - -rwxr-xr-x 0 0 0 110 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pydoc3.9 - - -rwxr-xr-x 0 0 0 20944 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python - - -rwxr-xr-x 0 0 0 20944 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3 - - -rwxr-xr-x 0 0 0 3089 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3-config - - -rwxr-xr-x 0 0 0 20944 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3.9 - - -rwxr-xr-x 0 0 0 3089 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3.9-config - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ - - -rwxr-xr-x 0 0 0 26193 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/Python-ast.h - - -rwxr-xr-x 0 0 0 3532 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/Python.h - - -rwxr-xr-x 0 0 0 30476 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/abstract.h - - -rwxr-xr-x 0 0 0 1224 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/asdl.h - - -rwxr-xr-x 0 0 0 947 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ast.h - - -rwxr-xr-x 0 0 0 468 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bitset.h - - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bltinmodule.h - - -rwxr-xr-x 0 0 0 885 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/boolobject.h - - -rwxr-xr-x 0 0 0 1484 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bytearrayobject.h - - -rwxr-xr-x 0 0 0 3048 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bytesobject.h - - -rwxr-xr-x 0 0 0 712 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cellobject.h - - -rwxr-xr-x 0 0 0 5954 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ceval.h - - -rwxr-xr-x 0 0 0 1657 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/classobject.h - - -rwxr-xr-x 0 0 0 318 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/code.h - - -rwxr-xr-x 0 0 0 6793 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/codecs.h - - -rwxr-xr-x 0 0 0 3778 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/compile.h - - -rwxr-xr-x 0 0 0 1806 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/complexobject.h - - -rwxr-xr-x 0 0 0 1962 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/context.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/ - - -rwxr-xr-x 0 0 0 14200 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/abstract.h - - -rwxr-xr-x 0 0 0 769 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/bytearrayobject.h - - -rwxr-xr-x 0 0 0 4114 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/bytesobject.h - - -rwxr-xr-x 0 0 0 1537 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/ceval.h - - -rwxr-xr-x 0 0 0 6989 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/code.h - - -rwxr-xr-x 0 0 0 3797 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/dictobject.h - - -rwxr-xr-x 0 0 0 721 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/fileobject.h - - -rwxr-xr-x 0 0 0 4004 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/fileutils.h - - -rwxr-xr-x 0 0 0 3059 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/frameobject.h - - -rwxr-xr-x 0 0 0 1473 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/import.h - - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/initconfig.h - - -rwxr-xr-x 0 0 0 456 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/interpreteridobject.h - - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/listobject.h - - -rwxr-xr-x 0 0 0 1399 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/methodobject.h - - -rwxr-xr-x 0 0 0 19358 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/object.h - - -rwxr-xr-x 0 0 0 4456 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/objimpl.h - - -rwxr-xr-x 0 0 0 5101 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pyerrors.h - - -rwxr-xr-x 0 0 0 2096 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pylifecycle.h - - -rwxr-xr-x 0 0 0 3511 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pymem.h - - -rwxr-xr-x 0 0 0 10134 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pystate.h - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/sysmodule.h - - -rwxr-xr-x 0 0 0 473 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/traceback.h - - -rwxr-xr-x 0 0 0 1036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/tupleobject.h - - -rwxr-xr-x 0 0 0 46154 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/unicodeobject.h - - -rwxr-xr-x 0 0 0 9255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/datetime.h - - -rwxr-xr-x 0 0 0 3019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/descrobject.h - - -rwxr-xr-x 0 0 0 3715 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/dictobject.h - - -rwxr-xr-x 0 0 0 22469 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/dynamic_annotations.h - - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/enumobject.h - - -rwxr-xr-x 0 0 0 1624 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/errcode.h - - -rwxr-xr-x 0 0 0 1209 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/eval.h - - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/exports.h - - -rwxr-xr-x 0 0 0 1571 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/fileobject.h - - -rwxr-xr-x 0 0 0 597 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/fileutils.h - - -rwxr-xr-x 0 0 0 4360 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/floatobject.h - - -rwxr-xr-x 0 0 0 337 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/frameobject.h - - -rwxr-xr-x 0 0 0 4057 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/funcobject.h - - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/genericaliasobject.h - - -rwxr-xr-x 0 0 0 3525 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/genobject.h - - -rwxr-xr-x 0 0 0 2118 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/graminit.h - - -rwxr-xr-x 0 0 0 1821 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/grammar.h - - -rwxr-xr-x 0 0 0 3026 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/import.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/ - - -rwxr-xr-x 0 0 0 953 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pegen_interface.h - - -rwxr-xr-x 0 0 0 479 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_abstract.h - - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_accu.h - - -rwxr-xr-x 0 0 0 16977 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_atomic.h - - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_bytes_methods.h - - -rwxr-xr-x 0 0 0 2620 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_byteswap.h - - -rwxr-xr-x 0 0 0 870 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_call.h - - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_ceval.h - - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_code.h - - -rwxr-xr-x 0 0 0 2809 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_condvar.h - - -rwxr-xr-x 0 0 0 800 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_context.h - - -rwxr-xr-x 0 0 0 646 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_dtoa.h - - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_fileutils.h - - -rwxr-xr-x 0 0 0 6647 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_gc.h - - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_getopt.h - - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_gil.h - - -rwxr-xr-x 0 0 0 3697 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_hamt.h - - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_hashtable.h - - -rwxr-xr-x 0 0 0 473 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_import.h - - -rwxr-xr-x 0 0 0 5233 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_initconfig.h - - -rwxr-xr-x 0 0 0 5299 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_interp.h - - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_long.h - - -rwxr-xr-x 0 0 0 4157 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_object.h - - -rwxr-xr-x 0 0 0 1936 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pathconfig.h - - -rwxr-xr-x 0 0 0 2032 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pyerrors.h - - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pyhash.h - - -rwxr-xr-x 0 0 0 3741 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pylifecycle.h - - -rwxr-xr-x 0 0 0 3363 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pymem.h - - -rwxr-xr-x 0 0 0 3583 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pystate.h - - -rwxr-xr-x 0 0 0 4452 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_runtime.h - - -rwxr-xr-x 0 0 0 548 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_sysmodule.h - - -rwxr-xr-x 0 0 0 3056 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_traceback.h - - -rwxr-xr-x 0 0 0 442 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_tupleobject.h - - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_warnings.h - - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/interpreteridobject.h - - -rwxr-xr-x 0 0 0 861 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/intrcheck.h - - -rwxr-xr-x 0 0 0 521 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/iterobject.h - - -rwxr-xr-x 0 0 0 1781 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/listobject.h - - -rwxr-xr-x 0 0 0 3799 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/longintrepr.h - - -rwxr-xr-x 0 0 0 9513 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/longobject.h - - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/marshal.h - - -rwxr-xr-x 0 0 0 2764 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/memoryobject.h - - -rwxr-xr-x 0 0 0 3775 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/methodobject.h - - -rwxr-xr-x 0 0 0 9959 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/modsupport.h - - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/moduleobject.h - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/namespaceobject.h - - -rwxr-xr-x 0 0 0 1281 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/node.h - - -rwxr-xr-x 0 0 0 24628 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/object.h - - -rwxr-xr-x 0 0 0 8423 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/objimpl.h - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/odictobject.h - - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/opcode.h - - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/osdefs.h - - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/osmodule.h - - -rwxr-xr-x 0 0 0 2958 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/parsetok.h - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/patchlevel.h - - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/picklebufobject.h - - -rwxr-xr-x 0 0 0 2474 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/py_curses.h - - -rwxr-xr-x 0 0 0 2744 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyarena.h - - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pycapsule.h - - -rwxr-xr-x 0 0 0 48085 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyconfig.h - - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyctype.h - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pydebug.h - - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pydtrace.h - - -rwxr-xr-x 0 0 0 12427 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyerrors.h - - -rwxr-xr-x 0 0 0 2572 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyexpat.h - - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyfpe.h - - -rwxr-xr-x 0 0 0 466 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyframe.h - - -rwxr-xr-x 0 0 0 4263 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyhash.h - - -rwxr-xr-x 0 0 0 2136 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pylifecycle.h - - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymacconfig.h - - -rwxr-xr-x 0 0 0 4920 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymacro.h - - -rwxr-xr-x 0 0 0 8580 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymath.h - - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymem.h - - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyport.h - - -rwxr-xr-x 0 0 0 5250 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystate.h - - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystrcmp.h - - -rwxr-xr-x 0 0 0 849 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystrhex.h - - -rwxr-xr-x 0 0 0 1483 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystrtod.h - - -rwxr-xr-x 0 0 0 7673 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pythonrun.h - - -rwxr-xr-x 0 0 0 5938 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pythread.h - - -rwxr-xr-x 0 0 0 8928 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pytime.h - - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/rangeobject.h - - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/setobject.h - - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/sliceobject.h - - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/structmember.h - - -rwxr-xr-x 0 0 0 1390 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/structseq.h - - -rwxr-xr-x 0 0 0 5307 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/symtable.h - - -rwxr-xr-x 0 0 0 1242 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/sysmodule.h - - -rwxr-xr-x 0 0 0 2642 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/token.h - - -rwxr-xr-x 0 0 0 584 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/traceback.h - - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/tracemalloc.h - - -rwxr-xr-x 0 0 0 1614 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/tupleobject.h - - -rwxr-xr-x 0 0 0 2350 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/typeslots.h - - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ucnhash.h - - -rwxr-xr-x 0 0 0 35426 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/unicodeobject.h - - -rwxr-xr-x 0 0 0 1776 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/warnings.h - - -rwxr-xr-x 0 0 0 2863 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/weakrefobject.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ - - -rwxr-xr-x 0 0 0 13870 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Balloon.tcl - - -rwxr-xr-x 0 0 0 2791 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/BtnBox.tcl - - -rwxr-xr-x 0 0 0 8098 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/CObjView.tcl - - -rwxr-xr-x 0 0 0 5326 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ChkList.tcl - - -rwxr-xr-x 0 0 0 37829 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ComboBox.tcl - - -rwxr-xr-x 0 0 0 903 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Compat.tcl - - -rwxr-xr-x 0 0 0 15923 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Console.tcl - - -rwxr-xr-x 0 0 0 12884 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Control.tcl - - -rwxr-xr-x 0 0 0 3116 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DefSchm.tcl - - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DialogS.tcl - - -rwxr-xr-x 0 0 0 5632 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirBox.tcl - - -rwxr-xr-x 0 0 0 2301 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirDlg.tcl - - -rwxr-xr-x 0 0 0 7336 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirList.tcl - - -rwxr-xr-x 0 0 0 9322 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirTree.tcl - - -rwxr-xr-x 0 0 0 4191 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DragDrop.tcl - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DtlList.tcl - - -rwxr-xr-x 0 0 0 11826 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/EFileBox.tcl - - -rwxr-xr-x 0 0 0 1783 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/EFileDlg.tcl - - -rwxr-xr-x 0 0 0 5448 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Event.tcl - - -rwxr-xr-x 0 0 0 14904 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileBox.tcl - - -rwxr-xr-x 0 0 0 2591 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileCbx.tcl - - -rwxr-xr-x 0 0 0 2260 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileDlg.tcl - - -rwxr-xr-x 0 0 0 7589 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileEnt.tcl - - -rwxr-xr-x 0 0 0 3308 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FloatEnt.tcl - - -rwxr-xr-x 0 0 0 22787 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Grid.tcl - - -rwxr-xr-x 0 0 0 19065 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/HList.tcl - - -rwxr-xr-x 0 0 0 4704 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/HListDD.tcl - - -rwxr-xr-x 0 0 0 6382 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/IconView.tcl - - -rwxr-xr-x 0 0 0 6431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Init.tcl - - -rwxr-xr-x 0 0 0 2229 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/LabEntry.tcl - - -rwxr-xr-x 0 0 0 1230 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/LabFrame.tcl - - -rwxr-xr-x 0 0 0 4108 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/LabWidg.tcl - - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ListNBk.tcl - - -rwxr-xr-x 0 0 0 3251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Meter.tcl - - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/MultView.tcl - - -rwxr-xr-x 0 0 0 6407 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/NoteBook.tcl - - -rwxr-xr-x 0 0 0 3164 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/OldUtil.tcl - - -rwxr-xr-x 0 0 0 9786 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/OptMenu.tcl - - -rwxr-xr-x 0 0 0 29562 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/PanedWin.tcl - - -rwxr-xr-x 0 0 0 5739 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/PopMenu.tcl - - -rwxr-xr-x 0 0 0 10955 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Primitiv.tcl - - -rwxr-xr-x 0 0 0 1013 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/README.txt - - -rwxr-xr-x 0 0 0 13752 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ResizeH.tcl - - -rwxr-xr-x 0 0 0 6178 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SGrid.tcl - - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SHList.tcl - - -rwxr-xr-x 0 0 0 7433 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SListBox.tcl - - -rwxr-xr-x 0 0 0 2521 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/STList.tcl - - -rwxr-xr-x 0 0 0 3297 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SText.tcl - - -rwxr-xr-x 0 0 0 10213 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SWidget.tcl - - -rwxr-xr-x 0 0 0 7182 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SWindow.tcl - - -rwxr-xr-x 0 0 0 7504 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Select.tcl - - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Shell.tcl - - -rwxr-xr-x 0 0 0 1204 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SimpDlg.tcl - - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StackWin.tcl - - -rwxr-xr-x 0 0 0 1395 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StatBar.tcl - - -rwxr-xr-x 0 0 0 1727 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StdBBox.tcl - - -rwxr-xr-x 0 0 0 1222 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StdShell.tcl - - -rwxr-xr-x 0 0 0 18962 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/TList.tcl - - -rwxr-xr-x 0 0 0 10135 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Tix.tcl - - -rwxr-xr-x 0 0 0 4890 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Tree.tcl - - -rwxr-xr-x 0 0 0 11230 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Utils.tcl - - -rwxr-xr-x 0 0 0 5280 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/VResize.tcl - - -rwxr-xr-x 0 0 0 10081 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/VStack.tcl - - -rwxr-xr-x 0 0 0 4605 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/VTree.tcl - - -rwxr-xr-x 0 0 0 2664 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Variable.tcl - - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/WInfo.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ - - -rwxr-xr-x 0 0 0 90 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.gif - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.xbm - - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.xpm - - -rwxr-xr-x 0 0 0 123 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/balarrow.xbm - - -rwxr-xr-x 0 0 0 263 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/cbxarrow.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_def.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_off.xbm - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_on.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/cross.xbm - - -rwxr-xr-x 0 0 0 99 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/decr.xbm - - -rwxr-xr-x 0 0 0 326 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/drop.xbm - - -rwxr-xr-x 0 0 0 76 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.gif - - -rwxr-xr-x 0 0 0 233 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.xbm - - -rwxr-xr-x 0 0 0 298 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.xpm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.gif - - -rwxr-xr-x 0 0 0 215 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.xbm - - -rwxr-xr-x 0 0 0 418 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.xpm - - -rwxr-xr-x 0 0 0 896 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/harddisk.xbm - - -rwxr-xr-x 0 0 0 969 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/hourglas.mask - - -rwxr-xr-x 0 0 0 940 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/hourglas.xbm - - -rwxr-xr-x 0 0 0 99 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/incr.xbm - - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/info.gif - - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/info.xpm - - -rwxr-xr-x 0 0 0 284 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/maximize.xbm - - -rwxr-xr-x 0 0 0 284 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minimize.xbm - - -rwxr-xr-x 0 0 0 57 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.gif - - -rwxr-xr-x 0 0 0 198 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.xbm - - -rwxr-xr-x 0 0 0 201 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.xpm - - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.gif - - -rwxr-xr-x 0 0 0 207 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.xbm - - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.xpm - - -rwxr-xr-x 0 0 0 263 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/mktransgif.tcl - - -rwxr-xr-x 0 0 0 893 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/network.xbm - - -rwxr-xr-x 0 0 0 176 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/no_entry.gif - - -rwxr-xr-x 0 0 0 1274 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/no_entry.xpm - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfile.xbm - - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.gif - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.xbm - - -rwxr-xr-x 0 0 0 418 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.xpm - - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.gif - - -rwxr-xr-x 0 0 0 195 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.xbm - - -rwxr-xr-x 0 0 0 200 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.xpm - - -rwxr-xr-x 0 0 0 60 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.gif - - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.xbm - - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.xpm - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/resize1.xbm - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/resize2.xbm - - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/restore.xbm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.gif - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.xbm - - -rwxr-xr-x 0 0 0 294 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.xpm - - -rwxr-xr-x 0 0 0 278 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/system.xbm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.gif - - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.xbm - - -rwxr-xr-x 0 0 0 302 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.xpm - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/tick.xbm - - -rwxr-xr-x 0 0 0 180 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/warning.gif - - -rwxr-xr-x 0 0 0 1262 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/warning.xpm - - -rwxr-xr-x 0 0 0 4165 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/fs.tcl - - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/license.terms - - -rwxr-xr-x 0 0 0 126 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pkgIndex.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/ - - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/10Point.fs - - -rwxr-xr-x 0 0 0 2046 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/10Point.fsc - - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/12Point.fs - - -rwxr-xr-x 0 0 0 2045 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/12Point.fsc - - -rwxr-xr-x 0 0 0 639 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/14Point.fs - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/14Point.fsc - - -rwxr-xr-x 0 0 0 1028 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Bisque.cs - - -rwxr-xr-x 0 0 0 22539 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Bisque.csc - - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Blue.cs - - -rwxr-xr-x 0 0 0 22552 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Blue.csc - - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Gray.cs - - -rwxr-xr-x 0 0 0 22552 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Gray.csc - - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Old12Pt.fs - - -rwxr-xr-x 0 0 0 499 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Old14Pt.fs - - -rwxr-xr-x 0 0 0 1026 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/SGIGray.cs - - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/SGIGray.csc - - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.cs - - -rwxr-xr-x 0 0 0 2023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.csc - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.fs - - -rwxr-xr-x 0 0 0 569 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.fsc - - -rwxr-xr-x 0 0 0 1026 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TixGray.cs - - -rwxr-xr-x 0 0 0 22539 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TixGray.csc - - -rwxr-xr-x 0 0 0 2246 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.cs - - -rwxr-xr-x 0 0 0 22302 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.csc - - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.fs - - -rwxr-xr-x 0 0 0 1674 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.fsc - - -rwxr-xr-x 0 0 0 1452 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.cs - - -rwxr-xr-x 0 0 0 14566 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.csc - - -rwxr-xr-x 0 0 0 755 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.fs - - -rwxr-xr-x 0 0 0 2184 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.fsc - - -rwxr-xr-x 0 0 0 3597 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.py - - -rwxr-xr-x 0 0 0 34898 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.tcl - - -rwxr-xr-x 0 0 0 4466 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.txt - - -rwxr-xr-x 0 0 0 271 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/pkgIndex.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/ - - -rwxr-xr-x 0 0 0 5153 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itcl.tcl - - -rwxr-xr-x 0 0 0 2932 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itclConfig.sh - - -rwxr-xr-x 0 0 0 21056 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itclHullCmds.tcl - - -rwxr-xr-x 0 0 0 12651 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itclWidget.tcl - - -rwxr-xr-x 0 0 0 47556352 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/libpython3.9.so.1.0 - - -rwxr-xr-x 0 0 0 16800 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/libpython3.so - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/ - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python-3.9-embed.pc - - -rwxr-xr-x 0 0 0 277 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python-3.9.pc - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python3-embed.pc - - -rwxr-xr-x 0 0 0 277 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python3.pc - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ - - -rwxr-xr-x 0 0 0 13937 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/LICENSE.txt - - -rwxr-xr-x 0 0 0 5147 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__future__.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__phello__.foo.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/ - - -rwxr-xr-x 0 0 0 1246 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/_bootlocale.cpython-39.pyc - - -rwxr-xr-x 0 0 0 31750 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/_collections_abc.cpython-39.pyc - - -rwxr-xr-x 0 0 0 3520 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc - - -rwxr-xr-x 0 0 0 5794 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/abc.cpython-39.pyc - - -rwxr-xr-x 0 0 0 33907 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/codecs.cpython-39.pyc - - -rwxr-xr-x 0 0 0 4043 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/genericpath.cpython-39.pyc - - -rwxr-xr-x 0 0 0 3427 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/io.cpython-39.pyc - - -rwxr-xr-x 0 0 0 31665 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/os.cpython-39.pyc - - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/posixpath.cpython-39.pyc - - -rwxr-xr-x 0 0 0 17029 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/site.cpython-39.pyc - - -rwxr-xr-x 0 0 0 4391 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/stat.cpython-39.pyc - - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_aix_support.py - - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_bootlocale.py - - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_bootsubprocess.py - - -rwxr-xr-x 0 0 0 29374 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_collections_abc.py - - -rwxr-xr-x 0 0 0 8749 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_compat_pickle.py - - -rwxr-xr-x 0 0 0 5340 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_compression.py - - -rwxr-xr-x 0 0 0 14623 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_markupbase.py - - -rwxr-xr-x 0 0 0 21773 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_osx_support.py - - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_py_abc.py - - -rwxr-xr-x 0 0 0 228666 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_pydecimal.py - - -rwxr-xr-x 0 0 0 93316 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_pyio.py - - -rwxr-xr-x 0 0 0 3115 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_sitebuiltins.py - - -rwxr-xr-x 0 0 0 25277 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_strptime.py - - -rwxr-xr-x 0 0 0 28013 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_sysconfigdata__linux_x86_64-linux-gnu.py - - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_threading_local.py - - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_weakrefset.py - - -rwxr-xr-x 0 0 0 4920 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/abc.py - - -rwxr-xr-x 0 0 0 32605 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/aifc.py - - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/antigravity.py - - -rwxr-xr-x 0 0 0 98119 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/argparse.py - - -rwxr-xr-x 0 0 0 56179 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ast.py - - -rwxr-xr-x 0 0 0 11321 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asynchat.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/ - - -rwxr-xr-x 0 0 0 1279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/__init__.py - - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/__main__.py - - -rwxr-xr-x 0 0 0 74192 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_events.py - - -rwxr-xr-x 0 0 0 2574 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_futures.py - - -rwxr-xr-x 0 0 0 8843 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_subprocess.py - - -rwxr-xr-x 0 0 0 2467 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_tasks.py - - -rwxr-xr-x 0 0 0 888 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/constants.py - - -rwxr-xr-x 0 0 0 8797 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/coroutines.py - - -rwxr-xr-x 0 0 0 26451 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/events.py - - -rwxr-xr-x 0 0 0 1633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/exceptions.py - - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/format_helpers.py - - -rwxr-xr-x 0 0 0 14042 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/futures.py - - -rwxr-xr-x 0 0 0 15181 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/locks.py - - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/log.py - - -rwxr-xr-x 0 0 0 32146 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/proactor_events.py - - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/protocols.py - - -rwxr-xr-x 0 0 0 8305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/queues.py - - -rwxr-xr-x 0 0 0 2125 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/runners.py - - -rwxr-xr-x 0 0 0 39500 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/selector_events.py - - -rwxr-xr-x 0 0 0 27459 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/sslproto.py - - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/staggered.py - - -rwxr-xr-x 0 0 0 26656 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/streams.py - - -rwxr-xr-x 0 0 0 8070 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/subprocess.py - - -rwxr-xr-x 0 0 0 34419 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/tasks.py - - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/threads.py - - -rwxr-xr-x 0 0 0 10724 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/transports.py - - -rwxr-xr-x 0 0 0 5876 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/trsock.py - - -rwxr-xr-x 0 0 0 51754 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/unix_events.py - - -rwxr-xr-x 0 0 0 33054 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/windows_events.py - - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/windows_utils.py - - -rwxr-xr-x 0 0 0 20102 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncore.py - - -rwxr-xr-x 0 0 0 19861 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/base64.py - - -rwxr-xr-x 0 0 0 31389 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/bdb.py - - -rwxr-xr-x 0 0 0 14784 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/binhex.py - - -rwxr-xr-x 0 0 0 2350 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/bisect.py - - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/bz2.py - - -rwxr-xr-x 0 0 0 6347 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cProfile.py - - -rwxr-xr-x 0 0 0 24832 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/calendar.py - - -rwxr-xr-x 0 0 0 33963 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cgi.py - - -rwxr-xr-x 0 0 0 12096 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cgitb.py - - -rwxr-xr-x 0 0 0 5435 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/chunk.py - - -rwxr-xr-x 0 0 0 14860 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cmd.py - - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/code.py - - -rwxr-xr-x 0 0 0 36673 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/codecs.py - - -rwxr-xr-x 0 0 0 6326 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/codeop.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/collections/ - - -rwxr-xr-x 0 0 0 49819 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/collections/__init__.py - - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/collections/abc.py - - -rwxr-xr-x 0 0 0 4064 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/colorsys.py - - -rwxr-xr-x 0 0 0 20105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/compileall.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/ - - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/ - - -rwxr-xr-x 0 0 0 1554 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/__init__.py - - -rwxr-xr-x 0 0 0 22577 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/_base.py - - -rwxr-xr-x 0 0 0 31395 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/process.py - - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/thread.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/ - - -rwxr-xr-x 0 0 0 112671 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/Makefile - - -rwxr-xr-x 0 0 0 15019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/Setup - - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/Setup.local - - -rwxr-xr-x 0 0 0 8848 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/config.c - - -rwxr-xr-x 0 0 0 1623 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/config.c.in - - -rwxr-xr-x 0 0 0 15368 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/install-sh - - -rwxr-xr-x 0 0 0 7929 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/makesetup - - -rwxr-xr-x 0 0 0 2069 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/python-config.py - - -rwxr-xr-x 0 0 0 4060 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/python.o - - -rwxr-xr-x 0 0 0 54584 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/configparser.py - - -rwxr-xr-x 0 0 0 24624 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/contextlib.py - - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/contextvars.py - - -rwxr-xr-x 0 0 0 8650 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/copy.py - - -rwxr-xr-x 0 0 0 7274 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/copyreg.py - - -rwxr-xr-x 0 0 0 3819 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/crypt.py - - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/csv.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/ - - -rwxr-xr-x 0 0 0 18046 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/__init__.py - - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/_aix.py - - -rwxr-xr-x 0 0 0 2000 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/_endian.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/ - - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/README.ctypes - - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/__init__.py - - -rwxr-xr-x 0 0 0 5283 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/dyld.py - - -rwxr-xr-x 0 0 0 1828 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/dylib.py - - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/fetch_macholib - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/fetch_macholib.bat - - -rwxr-xr-x 0 0 0 2201 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/framework.py - - -rwxr-xr-x 0 0 0 13879 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/util.py - - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/wintypes.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/ - - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/__init__.py - - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/ascii.py - - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/has_key.py - - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/panel.py - - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/textpad.py - - -rwxr-xr-x 0 0 0 49586 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dataclasses.py - - -rwxr-xr-x 0 0 0 89177 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/datetime.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/ - - -rwxr-xr-x 0 0 0 5839 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/__init__.py - - -rwxr-xr-x 0 0 0 11536 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/dumb.py - - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/gnu.py - - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/ndbm.py - - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/decimal.py - - -rwxr-xr-x 0 0 0 83307 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/difflib.py - - -rwxr-xr-x 0 0 0 20570 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dis.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/ - - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/README - - -rwxr-xr-x 0 0 0 236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/__init__.py - - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/_msvccompiler.py - - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/archive_util.py - - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/bcppcompiler.py - - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/ccompiler.py - - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/cmd.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/ - - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/__init__.py - - -rwxr-xr-x 0 0 0 5562 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist.py - - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_dumb.py - - -rwxr-xr-x 0 0 0 35579 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_msi.py - - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_wininst.py - - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build.py - - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_clib.py - - -rwxr-xr-x 0 0 0 31635 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_ext.py - - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_py.py - - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_scripts.py - - -rwxr-xr-x 0 0 0 5636 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/check.py - - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/clean.py - - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/command_template - - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/config.py - - -rwxr-xr-x 0 0 0 26805 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install.py - - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_data.py - - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_headers.py - - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_lib.py - - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_scripts.py - - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/register.py - - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/sdist.py - - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/upload.py - - -rwxr-xr-x 0 0 0 4827 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/config.py - - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/core.py - - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/cygwinccompiler.py - - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/debug.py - - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/dep_util.py - - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/dir_util.py - - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/dist.py - - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/errors.py - - -rwxr-xr-x 0 0 0 10515 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/extension.py - - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/fancy_getopt.py - - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/file_util.py - - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/filelist.py - - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/log.py - - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/msvc9compiler.py - - -rwxr-xr-x 0 0 0 23540 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/msvccompiler.py - - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/spawn.py - - -rwxr-xr-x 0 0 0 20632 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/sysconfig.py - - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/text_file.py - - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/unixccompiler.py - - -rwxr-xr-x 0 0 0 20913 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/util.py - - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/version.py - - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/versionpredicate.py - - -rwxr-xr-x 0 0 0 104568 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/doctest.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/ - - -rwxr-xr-x 0 0 0 1766 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/__init__.py - - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_encoded_words.py - - -rwxr-xr-x 0 0 0 107205 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_header_value_parser.py - - -rwxr-xr-x 0 0 0 17722 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_parseaddr.py - - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_policybase.py - - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/architecture.rst - - -rwxr-xr-x 0 0 0 3558 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/base64mime.py - - -rwxr-xr-x 0 0 0 17128 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/charset.py - - -rwxr-xr-x 0 0 0 10555 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/contentmanager.py - - -rwxr-xr-x 0 0 0 1786 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/encoders.py - - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/errors.py - - -rwxr-xr-x 0 0 0 22780 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/feedparser.py - - -rwxr-xr-x 0 0 0 20816 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/generator.py - - -rwxr-xr-x 0 0 0 24102 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/header.py - - -rwxr-xr-x 0 0 0 20628 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/headerregistry.py - - -rwxr-xr-x 0 0 0 2135 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/iterators.py - - -rwxr-xr-x 0 0 0 47060 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/message.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/__init__.py - - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/application.py - - -rwxr-xr-x 0 0 0 2739 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/audio.py - - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/base.py - - -rwxr-xr-x 0 0 0 1829 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/image.py - - -rwxr-xr-x 0 0 0 1317 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/message.py - - -rwxr-xr-x 0 0 0 1621 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/multipart.py - - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/nonmultipart.py - - -rwxr-xr-x 0 0 0 1437 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/text.py - - -rwxr-xr-x 0 0 0 5041 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/parser.py - - -rwxr-xr-x 0 0 0 10383 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/policy.py - - -rwxr-xr-x 0 0 0 9858 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/quoprimime.py - - -rwxr-xr-x 0 0 0 17060 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/utils.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/ - - -rwxr-xr-x 0 0 0 5588 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/ - - -rwxr-xr-x 0 0 0 3916 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/__init__.cpython-39.pyc - - -rwxr-xr-x 0 0 0 6349 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/aliases.cpython-39.pyc - - -rwxr-xr-x 0 0 0 1914 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc - - -rwxr-xr-x 0 0 0 1651 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc - - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/aliases.py - - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/ascii.py - - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/base64_codec.py - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/big5.py - - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/big5hkscs.py - - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/bz2_codec.py - - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/charmap.py - - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp037.py - - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1006.py - - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1026.py - - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1125.py - - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1140.py - - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1250.py - - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1251.py - - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1252.py - - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1253.py - - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1254.py - - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1255.py - - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1256.py - - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1257.py - - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1258.py - - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp273.py - - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp424.py - - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp437.py - - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp500.py - - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp720.py - - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp737.py - - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp775.py - - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp850.py - - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp852.py - - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp855.py - - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp856.py - - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp857.py - - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp858.py - - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp860.py - - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp861.py - - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp862.py - - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp863.py - - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp864.py - - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp865.py - - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp866.py - - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp869.py - - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp874.py - - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp875.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp932.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp949.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp950.py - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_jis_2004.py - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_jisx0213.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_jp.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_kr.py - - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/gb18030.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/gb2312.py - - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/gbk.py - - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/hex_codec.py - - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/hp_roman8.py - - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/hz.py - - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/idna.py - - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_1.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_2.py - - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_2004.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_3.py - - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_ext.py - - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_kr.py - - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_1.py - - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_10.py - - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_11.py - - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_13.py - - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_14.py - - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_15.py - - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_16.py - - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_2.py - - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_3.py - - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_4.py - - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_5.py - - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_6.py - - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_7.py - - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_8.py - - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_9.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/johab.py - - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/koi8_r.py - - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/koi8_t.py - - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/koi8_u.py - - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/kz1048.py - - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/latin_1.py - - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_arabic.py - - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_croatian.py - - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_cyrillic.py - - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_farsi.py - - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_greek.py - - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_iceland.py - - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_latin2.py - - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_roman.py - - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_romanian.py - - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_turkish.py - - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mbcs.py - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/oem.py - - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/palmos.py - - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/ptcp154.py - - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/punycode.py - - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/quopri_codec.py - - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/raw_unicode_escape.py - - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/rot_13.py - - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/shift_jis.py - - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/shift_jis_2004.py - - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/shift_jisx0213.py - - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/tis_620.py - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/undefined.py - - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/unicode_escape.py - - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_16.py - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_16_be.py - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_16_le.py - - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_32.py - - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_32_be.py - - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_32_le.py - - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_7.py - - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_8.py - - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_8_sig.py - - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/uu_codec.py - - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/zlib_codec.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/ - - -rwxr-xr-x 0 0 0 6963 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/__init__.py - - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/_bundled/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/_bundled/__init__.py - - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/_uninstall.py - - -rwxr-xr-x 0 0 0 39440 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/enum.py - - -rwxr-xr-x 0 0 0 10024 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/filecmp.py - - -rwxr-xr-x 0 0 0 14791 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/fileinput.py - - -rwxr-xr-x 0 0 0 6004 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/fnmatch.py - - -rwxr-xr-x 0 0 0 15143 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/formatter.py - - -rwxr-xr-x 0 0 0 24323 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/fractions.py - - -rwxr-xr-x 0 0 0 35496 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ftplib.py - - -rwxr-xr-x 0 0 0 38881 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/functools.py - - -rwxr-xr-x 0 0 0 4975 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/genericpath.py - - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/getopt.py - - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/getpass.py - - -rwxr-xr-x 0 0 0 27266 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/gettext.py - - -rwxr-xr-x 0 0 0 5823 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/glob.py - - -rwxr-xr-x 0 0 0 9573 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/graphlib.py - - -rwxr-xr-x 0 0 0 21772 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/gzip.py - - -rwxr-xr-x 0 0 0 10010 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/hashlib.py - - -rwxr-xr-x 0 0 0 22877 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/heapq.py - - -rwxr-xr-x 0 0 0 7003 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/hmac.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/ - - -rwxr-xr-x 0 0 0 4756 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/__init__.py - - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/entities.py - - -rwxr-xr-x 0 0 0 17392 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/parser.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/ - - -rwxr-xr-x 0 0 0 6732 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/__init__.py - - -rwxr-xr-x 0 0 0 56549 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/client.py - - -rwxr-xr-x 0 0 0 76835 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/cookiejar.py - - -rwxr-xr-x 0 0 0 19840 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/cookies.py - - -rwxr-xr-x 0 0 0 48231 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/server.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/ - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/CREDITS.txt - - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/ChangeLog - - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/HISTORY.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/ - - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/README.txt - - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/folder.gif - - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle.ico - - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_16.gif - - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_16.png - - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_256.png - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_32.gif - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_32.png - - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_48.gif - - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_48.png - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/minusnode.gif - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/openfolder.gif - - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/plusnode.gif - - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/python.gif - - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/tk.gif - - -rwxr-xr-x 0 0 0 51948 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/NEWS.txt - - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/NEWS2x.txt - - -rwxr-xr-x 0 0 0 9680 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/README.txt - - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/TODO.txt - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/__init__.py - - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/__main__.py - - -rwxr-xr-x 0 0 0 9150 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/autocomplete.py - - -rwxr-xr-x 0 0 0 20981 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/autocomplete_w.py - - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/autoexpand.py - - -rwxr-xr-x 0 0 0 8314 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/browser.py - - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/calltip.py - - -rwxr-xr-x 0 0 0 7158 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/calltip_w.py - - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/codecontext.py - - -rwxr-xr-x 0 0 0 13201 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/colorizer.py - - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-extensions.def - - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-highlight.def - - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-keys.def - - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-main.def - - -rwxr-xr-x 0 0 0 38173 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config.py - - -rwxr-xr-x 0 0 0 14540 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config_key.py - - -rwxr-xr-x 0 0 0 105738 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/configdialog.py - - -rwxr-xr-x 0 0 0 19104 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugger.py - - -rwxr-xr-x 0 0 0 12167 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugger_r.py - - -rwxr-xr-x 0 0 0 4055 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugobj.py - - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugobj_r.py - - -rwxr-xr-x 0 0 0 1043 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/delegator.py - - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/dynoption.py - - -rwxr-xr-x 0 0 0 65733 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/editor.py - - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/extend.txt - - -rwxr-xr-x 0 0 0 3876 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/filelist.py - - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/format.py - - -rwxr-xr-x 0 0 0 7479 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/grep.py - - -rwxr-xr-x 0 0 0 68554 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/help.html - - -rwxr-xr-x 0 0 0 11851 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/help.py - - -rwxr-xr-x 0 0 0 9084 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/help_about.py - - -rwxr-xr-x 0 0 0 4043 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/history.py - - -rwxr-xr-x 0 0 0 12883 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/hyperparser.py - - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/idle.bat - - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/idle.py - - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/idle.pyw - - -rwxr-xr-x 0 0 0 15832 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/iomenu.py - - -rwxr-xr-x 0 0 0 9663 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/macosx.py - - -rwxr-xr-x 0 0 0 3930 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/mainmenu.py - - -rwxr-xr-x 0 0 0 18648 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/multicall.py - - -rwxr-xr-x 0 0 0 5709 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/outwin.py - - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/parenmatch.py - - -rwxr-xr-x 0 0 0 3193 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/pathbrowser.py - - -rwxr-xr-x 0 0 0 3130 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/percolator.py - - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/pyparse.py - - -rwxr-xr-x 0 0 0 57605 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/pyshell.py - - -rwxr-xr-x 0 0 0 15075 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/query.py - - -rwxr-xr-x 0 0 0 6875 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/redirector.py - - -rwxr-xr-x 0 0 0 9799 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/replace.py - - -rwxr-xr-x 0 0 0 21076 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/rpc.py - - -rwxr-xr-x 0 0 0 21046 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/run.py - - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/runscript.py - - -rwxr-xr-x 0 0 0 4465 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/scrolledlist.py - - -rwxr-xr-x 0 0 0 5566 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/search.py - - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/searchbase.py - - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/searchengine.py - - -rwxr-xr-x 0 0 0 13585 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/sidebar.py - - -rwxr-xr-x 0 0 0 12825 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/squeezer.py - - -rwxr-xr-x 0 0 0 4454 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/stackviewer.py - - -rwxr-xr-x 0 0 0 1472 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/statusbar.py - - -rwxr-xr-x 0 0 0 6813 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/textview.py - - -rwxr-xr-x 0 0 0 6557 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/tooltip.py - - -rwxr-xr-x 0 0 0 16370 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/tree.py - - -rwxr-xr-x 0 0 0 11046 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/undo.py - - -rwxr-xr-x 0 0 0 721 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/util.py - - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/window.py - - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/zoomheight.py - - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/zzdummy.py - - -rwxr-xr-x 0 0 0 54904 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/imaplib.py - - -rwxr-xr-x 0 0 0 3808 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/imghdr.py - - -rwxr-xr-x 0 0 0 10536 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/imp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/ - - -rwxr-xr-x 0 0 0 6061 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/__init__.py - - -rwxr-xr-x 0 0 0 40322 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/_bootstrap.py - - -rwxr-xr-x 0 0 0 64947 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/_bootstrap_external.py - - -rwxr-xr-x 0 0 0 1497 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/_common.py - - -rwxr-xr-x 0 0 0 14924 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/abc.py - - -rwxr-xr-x 0 0 0 844 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/machinery.py - - -rwxr-xr-x 0 0 0 18750 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/metadata.py - - -rwxr-xr-x 0 0 0 7209 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/resources.py - - -rwxr-xr-x 0 0 0 11321 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/util.py - - -rwxr-xr-x 0 0 0 118235 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/inspect.py - - -rwxr-xr-x 0 0 0 3541 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/io.py - - -rwxr-xr-x 0 0 0 77867 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ipaddress.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/ - - -rwxr-xr-x 0 0 0 14019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/__init__.py - - -rwxr-xr-x 0 0 0 12472 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/decoder.py - - -rwxr-xr-x 0 0 0 16073 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/encoder.py - - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/scanner.py - - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/tool.py - - -rwxr-xr-x 0 0 0 1047 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/keyword.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib-dynload/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib-dynload/.empty - - -rwxr-xr-x 0 0 0 24360 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib-dynload/_crypt.cpython-39-x86_64-linux-gnu.so - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/ - - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/Grammar.txt - - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/Grammar3.9.20.final.0.pickle - - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/PatternGrammar.txt - - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/PatternGrammar3.9.20.final.0.pickle - - -rwxr-xr-x 0 0 0 163 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/__init__.py - - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/__main__.py - - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/btm_matcher.py - - -rwxr-xr-x 0 0 0 9966 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/btm_utils.py - - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixer_base.py - - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixer_util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/ - - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/__init__.py - - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_apply.py - - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_asserts.py - - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_basestring.py - - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_buffer.py - - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_dict.py - - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_except.py - - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_exec.py - - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_execfile.py - - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_exitfunc.py - - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_filter.py - - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_funcattrs.py - - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_future.py - - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_getcwdu.py - - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_has_key.py - - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_idioms.py - - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_import.py - - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_imports.py - - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_imports2.py - - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_input.py - - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_intern.py - - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_isinstance.py - - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_itertools.py - - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_itertools_imports.py - - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_long.py - - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_map.py - - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_metaclass.py - - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_methodattrs.py - - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_ne.py - - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_next.py - - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_nonzero.py - - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_numliterals.py - - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_operator.py - - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_paren.py - - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_print.py - - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_raise.py - - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_raw_input.py - - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_reduce.py - - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_reload.py - - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_renames.py - - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_repr.py - - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_set_literal.py - - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_standarderror.py - - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_sys_exc.py - - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_throw.py - - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_tuple_params.py - - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_types.py - - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_unicode.py - - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_urllib.py - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_ws_comma.py - - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_xrange.py - - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_xreadlines.py - - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_zip.py - - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/main.py - - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/patcomp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/ - - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/__init__.py - - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/conv.py - - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/driver.py - - -rwxr-xr-x 0 0 0 5533 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/grammar.py - - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/literals.py - - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/parse.py - - -rwxr-xr-x 0 0 0 13812 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/pgen.py - - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/token.py - - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/tokenize.py - - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pygram.py - - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pytree.py - - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/refactor.py - - -rwxr-xr-x 0 0 0 5461 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/linecache.py - - -rwxr-xr-x 0 0 0 78271 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/locale.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/ - - -rwxr-xr-x 0 0 0 78600 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/__init__.py - - -rwxr-xr-x 0 0 0 36379 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/config.py - - -rwxr-xr-x 0 0 0 60423 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/handlers.py - - -rwxr-xr-x 0 0 0 13231 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lzma.py - - -rwxr-xr-x 0 0 0 78794 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/mailbox.py - - -rwxr-xr-x 0 0 0 9116 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/mailcap.py - - -rwxr-xr-x 0 0 0 21564 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/mimetypes.py - - -rwxr-xr-x 0 0 0 24401 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/modulefinder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/ - - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/__init__.py - - -rwxr-xr-x 0 0 0 31685 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/connection.py - - -rwxr-xr-x 0 0 0 11257 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/ - - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/__init__.py - - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/connection.py - - -rwxr-xr-x 0 0 0 12142 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/forkserver.py - - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/heap.py - - -rwxr-xr-x 0 0 0 47303 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/managers.py - - -rwxr-xr-x 0 0 0 32555 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/pool.py - - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_fork.py - - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_forkserver.py - - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_spawn_posix.py - - -rwxr-xr-x 0 0 0 4011 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_spawn_win32.py - - -rwxr-xr-x 0 0 0 12000 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/process.py - - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/queues.py - - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/reduction.py - - -rwxr-xr-x 0 0 0 5132 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/resource_sharer.py - - -rwxr-xr-x 0 0 0 8613 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/resource_tracker.py - - -rwxr-xr-x 0 0 0 18396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/shared_memory.py - - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/sharedctypes.py - - -rwxr-xr-x 0 0 0 9296 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/spawn.py - - -rwxr-xr-x 0 0 0 11610 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/synchronize.py - - -rwxr-xr-x 0 0 0 14006 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/util.py - - -rwxr-xr-x 0 0 0 5566 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/netrc.py - - -rwxr-xr-x 0 0 0 41023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/nntplib.py - - -rwxr-xr-x 0 0 0 27734 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ntpath.py - - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/nturl2path.py - - -rwxr-xr-x 0 0 0 10338 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/numbers.py - - -rwxr-xr-x 0 0 0 5660 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/opcode.py - - -rwxr-xr-x 0 0 0 10751 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/operator.py - - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/optparse.py - - -rwxr-xr-x 0 0 0 39065 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/os.py - - -rwxr-xr-x 0 0 0 54073 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pathlib.py - - -rwxr-xr-x 0 0 0 63239 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pdb.py - - -rwxr-xr-x 0 0 0 64920 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pickle.py - - -rwxr-xr-x 0 0 0 93486 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pickletools.py - - -rwxr-xr-x 0 0 0 8916 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pipes.py - - -rwxr-xr-x 0 0 0 24276 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pkgutil.py - - -rwxr-xr-x 0 0 0 40602 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/platform.py - - -rwxr-xr-x 0 0 0 28248 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/plistlib.py - - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/poplib.py - - -rwxr-xr-x 0 0 0 15721 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/posixpath.py - - -rwxr-xr-x 0 0 0 22527 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pprint.py - - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/profile.py - - -rwxr-xr-x 0 0 0 29326 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pstats.py - - -rwxr-xr-x 0 0 0 4807 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pty.py - - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/py_compile.py - - -rwxr-xr-x 0 0 0 15255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pyclbr.py - - -rwxr-xr-x 0 0 0 109600 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/__init__.py - - -rwxr-xr-x 0 0 0 96 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/_pydoc.css - - -rwxr-xr-x 0 0 0 703325 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/topics.py - - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/queue.py - - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/quopri.py - - -rwxr-xr-x 0 0 0 31484 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/random.py - - -rwxr-xr-x 0 0 0 15861 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/re.py - - -rwxr-xr-x 0 0 0 5267 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/reprlib.py - - -rwxr-xr-x 0 0 0 7648 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/rlcompleter.py - - -rwxr-xr-x 0 0 0 13084 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/runpy.py - - -rwxr-xr-x 0 0 0 6442 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sched.py - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/secrets.py - - -rwxr-xr-x 0 0 0 19536 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/selectors.py - - -rwxr-xr-x 0 0 0 8527 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/shelve.py - - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/shlex.py - - -rwxr-xr-x 0 0 0 53030 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/shutil.py - - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/signal.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/ - - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/README.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/ - - -rwxr-xr-x 0 0 0 6715 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__pycache__/ - - -rwxr-xr-x 0 0 0 8117 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc - - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/override.py - - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/distutils-precedence.pth - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/ - - -rwxr-xr-x 0 0 0 10669 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/AUTHORS.txt - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/LICENSE.txt - - -rwxr-xr-x 0 0 0 3626 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/METADATA - - -rwxr-xr-x 0 0 0 66872 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/WHEEL - - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/direct_url.json - - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/entry_points.txt - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/top_level.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/ - - -rwxr-xr-x 0 0 0 357 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__init__.py - - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__main__.py - - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__pip-runner__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/ - - -rwxr-xr-x 0 0 0 513 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/__init__.py - - -rwxr-xr-x 0 0 0 10374 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/build_env.py - - -rwxr-xr-x 0 0 0 10369 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cache.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/ - - -rwxr-xr-x 0 0 0 132 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/__init__.py - - -rwxr-xr-x 0 0 0 6865 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py - - -rwxr-xr-x 0 0 0 8667 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/base_command.py - - -rwxr-xr-x 0 0 0 30066 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py - - -rwxr-xr-x 0 0 0 774 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/command_context.py - - -rwxr-xr-x 0 0 0 5857 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/index_command.py - - -rwxr-xr-x 0 0 0 2817 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/main.py - - -rwxr-xr-x 0 0 0 4338 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py - - -rwxr-xr-x 0 0 0 10811 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/parser.py - - -rwxr-xr-x 0 0 0 2714 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/progress_bars.py - - -rwxr-xr-x 0 0 0 12250 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/req_command.py - - -rwxr-xr-x 0 0 0 5118 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/spinners.py - - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/status_codes.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/ - - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/__init__.py - - -rwxr-xr-x 0 0 0 7944 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/cache.py - - -rwxr-xr-x 0 0 0 1684 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/check.py - - -rwxr-xr-x 0 0 0 4287 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/completion.py - - -rwxr-xr-x 0 0 0 9766 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/configuration.py - - -rwxr-xr-x 0 0 0 6797 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/debug.py - - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/download.py - - -rwxr-xr-x 0 0 0 3172 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/freeze.py - - -rwxr-xr-x 0 0 0 1703 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/hash.py - - -rwxr-xr-x 0 0 0 1132 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/help.py - - -rwxr-xr-x 0 0 0 4731 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/index.py - - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/inspect.py - - -rwxr-xr-x 0 0 0 28997 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/install.py - - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/list.py - - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/search.py - - -rwxr-xr-x 0 0 0 7507 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/show.py - - -rwxr-xr-x 0 0 0 3892 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/uninstall.py - - -rwxr-xr-x 0 0 0 6414 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/wheel.py - - -rwxr-xr-x 0 0 0 14006 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/configuration.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/ - - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/__init__.py - - -rwxr-xr-x 0 0 0 1783 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/base.py - - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/installed.py - - -rwxr-xr-x 0 0 0 6751 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py - - -rwxr-xr-x 0 0 0 1317 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/wheel.py - - -rwxr-xr-x 0 0 0 25371 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/exceptions.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/ - - -rwxr-xr-x 0 0 0 30 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/__init__.py - - -rwxr-xr-x 0 0 0 16265 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/collector.py - - -rwxr-xr-x 0 0 0 37733 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/package_finder.py - - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/sources.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/ - - -rwxr-xr-x 0 0 0 14925 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/__init__.py - - -rwxr-xr-x 0 0 0 6009 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py - - -rwxr-xr-x 0 0 0 7724 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/_sysconfig.py - - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/base.py - - -rwxr-xr-x 0 0 0 340 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/main.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/ - - -rwxr-xr-x 0 0 0 4339 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/__init__.py - - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/_json.py - - -rwxr-xr-x 0 0 0 25298 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/base.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/ - - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__init__.py - - -rwxr-xr-x 0 0 0 1882 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_compat.py - - -rwxr-xr-x 0 0 0 8275 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_dists.py - - -rwxr-xr-x 0 0 0 7455 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_envs.py - - -rwxr-xr-x 0 0 0 10542 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/pkg_resources.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/ - - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/__init__.py - - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/candidate.py - - -rwxr-xr-x 0 0 0 6578 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/direct_url.py - - -rwxr-xr-x 0 0 0 2486 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/format_control.py - - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/index.py - - -rwxr-xr-x 0 0 0 2818 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/installation_report.py - - -rwxr-xr-x 0 0 0 21034 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/link.py - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/scheme.py - - -rwxr-xr-x 0 0 0 4531 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/search_scope.py - - -rwxr-xr-x 0 0 0 2015 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/selection_prefs.py - - -rwxr-xr-x 0 0 0 4271 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/target_python.py - - -rwxr-xr-x 0 0 0 3601 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/ - - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/__init__.py - - -rwxr-xr-x 0 0 0 20533 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/auth.py - - -rwxr-xr-x 0 0 0 3935 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/cache.py - - -rwxr-xr-x 0 0 0 6087 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/download.py - - -rwxr-xr-x 0 0 0 7638 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/lazy_wheel.py - - -rwxr-xr-x 0 0 0 18741 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/session.py - - -rwxr-xr-x 0 0 0 4073 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/utils.py - - -rwxr-xr-x 0 0 0 1838 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py - - -rwxr-xr-x 0 0 0 4774 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/build_tracker.py - - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py - - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_editable.py - - -rwxr-xr-x 0 0 0 2190 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py - - -rwxr-xr-x 0 0 0 1075 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_editable.py - - -rwxr-xr-x 0 0 0 3045 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py - - -rwxr-xr-x 0 0 0 5087 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/check.py - - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/freeze.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/ - - -rwxr-xr-x 0 0 0 51 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py - - -rwxr-xr-x 0 0 0 1283 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py - - -rwxr-xr-x 0 0 0 27197 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/wheel.py - - -rwxr-xr-x 0 0 0 28118 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/prepare.py - - -rwxr-xr-x 0 0 0 7152 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/pyproject.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/ - - -rwxr-xr-x 0 0 0 2653 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/__init__.py - - -rwxr-xr-x 0 0 0 18412 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/constructors.py - - -rwxr-xr-x 0 0 0 17687 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_file.py - - -rwxr-xr-x 0 0 0 35054 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_install.py - - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_set.py - - -rwxr-xr-x 0 0 0 23853 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_uninstall.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py - - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/base.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py - - -rwxr-xr-x 0 0 0 24068 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/resolver.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py - - -rwxr-xr-x 0 0 0 5023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py - - -rwxr-xr-x 0 0 0 19823 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py - - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py - - -rwxr-xr-x 0 0 0 6383 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py - - -rwxr-xr-x 0 0 0 9935 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/provider.py - - -rwxr-xr-x 0 0 0 3100 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/reporter.py - - -rwxr-xr-x 0 0 0 8065 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/requirements.py - - -rwxr-xr-x 0 0 0 12592 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py - - -rwxr-xr-x 0 0 0 8356 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/self_outdated_check.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/__init__.py - - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/_jaraco_text.py - - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/_log.py - - -rwxr-xr-x 0 0 0 1665 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/appdirs.py - - -rwxr-xr-x 0 0 0 2399 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/compat.py - - -rwxr-xr-x 0 0 0 5377 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/compatibility_tags.py - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/datetime.py - - -rwxr-xr-x 0 0 0 3707 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/deprecation.py - - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/direct_url_helpers.py - - -rwxr-xr-x 0 0 0 2463 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/egg_link.py - - -rwxr-xr-x 0 0 0 1169 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/encoding.py - - -rwxr-xr-x 0 0 0 3064 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/entrypoints.py - - -rwxr-xr-x 0 0 0 5122 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/filesystem.py - - -rwxr-xr-x 0 0 0 716 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/filetypes.py - - -rwxr-xr-x 0 0 0 3166 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/glibc.py - - -rwxr-xr-x 0 0 0 3113 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/glibc.py.orig - - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/hashes.py - - -rwxr-xr-x 0 0 0 11602 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/logging.py - - -rwxr-xr-x 0 0 0 23814 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/misc.py - - -rwxr-xr-x 0 0 0 2108 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/packaging.py - - -rwxr-xr-x 0 0 0 4435 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.py - - -rwxr-xr-x 0 0 0 8988 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py - - -rwxr-xr-x 0 0 0 9312 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/temp_dir.py - - -rwxr-xr-x 0 0 0 11951 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/unpacking.py - - -rwxr-xr-x 0 0 0 1599 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/urls.py - - -rwxr-xr-x 0 0 0 3456 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/virtualenv.py - - -rwxr-xr-x 0 0 0 4494 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/ - - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/__init__.py - - -rwxr-xr-x 0 0 0 3528 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/bazaar.py - - -rwxr-xr-x 0 0 0 18177 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/git.py - - -rwxr-xr-x 0 0 0 5249 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/mercurial.py - - -rwxr-xr-x 0 0 0 11735 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/subversion.py - - -rwxr-xr-x 0 0 0 22440 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.py - - -rwxr-xr-x 0 0 0 11799 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/wheel_builder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/ - - -rwxr-xr-x 0 0 0 4850 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/ - - -rwxr-xr-x 0 0 0 676 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__init__.py - - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/_cmd.py - - -rwxr-xr-x 0 0 0 6355 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py - - -rwxr-xr-x 0 0 0 1952 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/cache.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/ - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__init__.py - - -rwxr-xr-x 0 0 0 5406 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py - - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py - - -rwxr-xr-x 0 0 0 18575 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/controller.py - - -rwxr-xr-x 0 0 0 4292 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/filewrapper.py - - -rwxr-xr-x 0 0 0 4834 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/heuristics.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/py.typed - - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/serialize.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/wrapper.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/ - - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/__init__.py - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/__main__.py - - -rwxr-xr-x 0 0 0 292541 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/cacert.pem - - -rwxr-xr-x 0 0 0 4486 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/core.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/ - - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/__init__.py - - -rwxr-xr-x 0 0 0 41487 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/compat.py - - -rwxr-xr-x 0 0 0 51965 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/database.py - - -rwxr-xr-x 0 0 0 20797 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/index.py - - -rwxr-xr-x 0 0 0 51767 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/locators.py - - -rwxr-xr-x 0 0 0 14168 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/manifest.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/markers.py - - -rwxr-xr-x 0 0 0 39693 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/metadata.py - - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/resources.py - - -rwxr-xr-x 0 0 0 18780 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/scripts.py - - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t32.exe - - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t64-arm.exe - - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t64.exe - - -rwxr-xr-x 0 0 0 67530 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/util.py - - -rwxr-xr-x 0 0 0 23747 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/version.py - - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w32.exe - - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w64-arm.exe - - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w64.exe - - -rwxr-xr-x 0 0 0 43958 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/ - - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/__init__.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py - - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/distro.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/ - - -rwxr-xr-x 0 0 0 849 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/__init__.py - - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/codec.py - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/compat.py - - -rwxr-xr-x 0 0 0 12663 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/core.py - - -rwxr-xr-x 0 0 0 78320 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py - - -rwxr-xr-x 0 0 0 1881 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/intranges.py - - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/py.typed - - -rwxr-xr-x 0 0 0 206503 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/uts46data.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/ - - -rwxr-xr-x 0 0 0 1077 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/__init__.py - - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.py - - -rwxr-xr-x 0 0 0 5629 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/ext.py - - -rwxr-xr-x 0 0 0 33175 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/fallback.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3282 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 10671 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 32349 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39738 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18883 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5287 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16210 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pkg_resources/ - - -rwxr-xr-x 0 0 0 108869 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/ - - -rwxr-xr-x 0 0 0 22285 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/__init__.py - - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/__main__.py - - -rwxr-xr-x 0 0 0 7681 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py - - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/api.py - - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/macos.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/py.typed - - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/unix.py - - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/version.py - - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/windows.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/ - - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/__init__.py - - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/__main__.py - - -rwxr-xr-x 0 0 0 23650 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py - - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/console.py - - -rwxr-xr-x 0 0 0 1938 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filter.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filters/ - - -rwxr-xr-x 0 0 0 40386 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py - - -rwxr-xr-x 0 0 0 4178 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/ - - -rwxr-xr-x 0 0 0 5431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__init__.py - - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/_mapping.py - - -rwxr-xr-x 0 0 0 3314 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/bbcode.py - - -rwxr-xr-x 0 0 0 5094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/groff.py - - -rwxr-xr-x 0 0 0 35676 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/html.py - - -rwxr-xr-x 0 0 0 23140 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/img.py - - -rwxr-xr-x 0 0 0 4981 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/irc.py - - -rwxr-xr-x 0 0 0 19351 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/latex.py - - -rwxr-xr-x 0 0 0 5073 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/other.py - - -rwxr-xr-x 0 0 0 2212 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py - - -rwxr-xr-x 0 0 0 5014 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/rtf.py - - -rwxr-xr-x 0 0 0 7335 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/svg.py - - -rwxr-xr-x 0 0 0 4674 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal.py - - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal256.py - - -rwxr-xr-x 0 0 0 35284 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexer.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/ - - -rwxr-xr-x 0 0 0 12161 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__init__.py - - -rwxr-xr-x 0 0 0 74926 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/_mapping.py - - -rwxr-xr-x 0 0 0 53448 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/python.py - - -rwxr-xr-x 0 0 0 986 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/modeline.py - - -rwxr-xr-x 0 0 0 2591 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/plugin.py - - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/regexopt.py - - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/scanner.py - - -rwxr-xr-x 0 0 0 7770 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/sphinxext.py - - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/style.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/ - - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/__init__.py - - -rwxr-xr-x 0 0 0 3251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/_mapping.py - - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/token.py - - -rwxr-xr-x 0 0 0 63223 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/unistring.py - - -rwxr-xr-x 0 0 0 10230 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/ - - -rwxr-xr-x 0 0 0 491 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__init__.py - - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_compat.py - - -rwxr-xr-x 0 0 0 11920 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_impl.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/ - - -rwxr-xr-x 0 0 0 546 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py - - -rwxr-xr-x 0 0 0 10927 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/ - - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/__init__.py - - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py - - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/_internal_utils.py - - -rwxr-xr-x 0 0 0 27607 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py - - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/api.py - - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/auth.py - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/certs.py - - -rwxr-xr-x 0 0 0 1485 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/compat.py - - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/cookies.py - - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/exceptions.py - - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/help.py - - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/hooks.py - - -rwxr-xr-x 0 0 0 35483 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/models.py - - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/packages.py - - -rwxr-xr-x 0 0 0 30495 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py - - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/status_codes.py - - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/structures.py - - -rwxr-xr-x 0 0 0 33631 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/utils.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/ - - -rwxr-xr-x 0 0 0 537 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__init__.py - - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py - - -rwxr-xr-x 0 0 0 5871 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/providers.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/py.typed - - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py - - -rwxr-xr-x 0 0 0 20511 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py - - -rwxr-xr-x 0 0 0 4963 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/ - - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/__init__.py - - -rwxr-xr-x 0 0 0 8477 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/__main__.py - - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py - - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py - - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py - - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_export_format.py - - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_extension.py - - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_fileno.py - - -rwxr-xr-x 0 0 0 9695 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_inspect.py - - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_log_render.py - - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_loop.py - - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_null_file.py - - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_palettes.py - - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py - - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_ratio.py - - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_spinners.py - - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_stack.py - - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_timer.py - - -rwxr-xr-x 0 0 0 22820 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_win32_console.py - - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_windows.py - - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_windows_renderer.py - - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_wrap.py - - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/abc.py - - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/align.py - - -rwxr-xr-x 0 0 0 6906 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/ansi.py - - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/bar.py - - -rwxr-xr-x 0 0 0 10831 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/box.py - - -rwxr-xr-x 0 0 0 4780 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/cells.py - - -rwxr-xr-x 0 0 0 18223 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/color.py - - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/color_triplet.py - - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/columns.py - - -rwxr-xr-x 0 0 0 99173 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/console.py - - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py - - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/containers.py - - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/control.py - - -rwxr-xr-x 0 0 0 8082 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/default_styles.py - - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/diagnose.py - - -rwxr-xr-x 0 0 0 2501 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/emoji.py - - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/errors.py - - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/file_proxy.py - - -rwxr-xr-x 0 0 0 2508 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/filesize.py - - -rwxr-xr-x 0 0 0 9585 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py - - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/json.py - - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/jupyter.py - - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/layout.py - - -rwxr-xr-x 0 0 0 14271 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/live.py - - -rwxr-xr-x 0 0 0 3666 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/live_render.py - - -rwxr-xr-x 0 0 0 11903 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/logging.py - - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/markup.py - - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/measure.py - - -rwxr-xr-x 0 0 0 4970 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/padding.py - - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/pager.py - - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/palette.py - - -rwxr-xr-x 0 0 0 10705 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/panel.py - - -rwxr-xr-x 0 0 0 35848 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/pretty.py - - -rwxr-xr-x 0 0 0 59715 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/progress.py - - -rwxr-xr-x 0 0 0 8164 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/progress_bar.py - - -rwxr-xr-x 0 0 0 11304 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/prompt.py - - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/protocol.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/py.typed - - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/region.py - - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/repr.py - - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/rule.py - - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/scope.py - - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/screen.py - - -rwxr-xr-x 0 0 0 24246 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/segment.py - - -rwxr-xr-x 0 0 0 4339 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/spinner.py - - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/status.py - - -rwxr-xr-x 0 0 0 27073 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/style.py - - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/styled.py - - -rwxr-xr-x 0 0 0 35475 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/syntax.py - - -rwxr-xr-x 0 0 0 39680 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/table.py - - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/terminal_theme.py - - -rwxr-xr-x 0 0 0 47312 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/text.py - - -rwxr-xr-x 0 0 0 3777 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/theme.py - - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/themes.py - - -rwxr-xr-x 0 0 0 29601 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/traceback.py - - -rwxr-xr-x 0 0 0 9167 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/tree.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/ - - -rwxr-xr-x 0 0 0 20518 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/__init__.py - - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/_asyncio.py - - -rwxr-xr-x 0 0 0 2179 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/_utils.py - - -rwxr-xr-x 0 0 0 1682 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/after.py - - -rwxr-xr-x 0 0 0 1562 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/before.py - - -rwxr-xr-x 0 0 0 2372 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/before_sleep.py - - -rwxr-xr-x 0 0 0 1383 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/nap.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/py.typed - - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/retry.py - - -rwxr-xr-x 0 0 0 3086 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/stop.py - - -rwxr-xr-x 0 0 0 2142 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/tornadoweb.py - - -rwxr-xr-x 0 0 0 8024 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/wait.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/__init__.py - - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_parser.py - - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_re.py - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_types.py - - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/ - - -rwxr-xr-x 0 0 0 403 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/__init__.py - - -rwxr-xr-x 0 0 0 10461 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_api.py - - -rwxr-xr-x 0 0 0 17608 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_macos.py - - -rwxr-xr-x 0 0 0 2324 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_openssl.py - - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_ssl_constants.py - - -rwxr-xr-x 0 0 0 17891 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_windows.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/py.typed - - -rwxr-xr-x 0 0 0 122341 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/typing_extensions.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/ - - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/__init__.py - - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/_collections.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/_version.py - - -rwxr-xr-x 0 0 0 20300 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/connection.py - - -rwxr-xr-x 0 0 0 40285 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__init__.py - - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py - - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py - - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py - - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/appengine.py - - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py - - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py - - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/securetransport.py - - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/socks.py - - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/exceptions.py - - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/fields.py - - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/filepost.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py - - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py - - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/six.py - - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/poolmanager.py - - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/request.py - - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/response.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ - - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__init__.py - - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/connection.py - - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/proxy.py - - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/queue.py - - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/request.py - - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/response.py - - -rwxr-xr-x 0 0 0 22013 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/retry.py - - -rwxr-xr-x 0 0 0 17177 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_.py - - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py - - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssltransport.py - - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/timeout.py - - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/url.py - - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/wait.py - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/vendor.txt - - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/ - - -rwxr-xr-x 0 0 0 124456 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/__init__.py - - -rwxr-xr-x 0 0 0 106920 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/tarfile.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/ - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py - - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py - - -rwxr-xr-x 0 0 0 5457 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_common.py - - -rwxr-xr-x 0 0 0 2925 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py - - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py - - -rwxr-xr-x 0 0 0 3481 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py - - -rwxr-xr-x 0 0 0 5140 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/abc.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/py.typed - - -rwxr-xr-x 0 0 0 3581 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/readers.py - - -rwxr-xr-x 0 0 0 2576 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/simple.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/__init__.py - - -rwxr-xr-x 0 0 0 9573 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/ - - -rwxr-xr-x 0 0 0 16705 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/__init__.py - - -rwxr-xr-x 0 0 0 3982 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/__init__.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/text/ - - -rwxr-xr-x 0 0 0 15526 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/ - - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/__init__.py - - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/__init__.pyi - - -rwxr-xr-x 0 0 0 143053 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/more.py - - -rwxr-xr-x 0 0 0 21044 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/more.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/py.typed - - -rwxr-xr-x 0 0 0 27548 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/recipes.py - - -rwxr-xr-x 0 0 0 4436 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/recipes.pyi - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/ - - -rwxr-xr-x 0 0 0 12806 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/__init__.py - - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/__main__.py - - -rwxr-xr-x 0 0 0 4068 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/android.py - - -rwxr-xr-x 0 0 0 4910 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/api.py - - -rwxr-xr-x 0 0 0 2655 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/macos.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/py.typed - - -rwxr-xr-x 0 0 0 6911 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/unix.py - - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/version.py - - -rwxr-xr-x 0 0 0 6596 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/windows.py - - -rwxr-xr-x 0 0 0 8425 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/zipp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/extern/ - - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/extern/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/ - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/LICENSE - - -rwxr-xr-x 0 0 0 5817 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/METADATA - - -rwxr-xr-x 0 0 0 43922 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/WHEEL - - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/direct_url.json - - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/entry_points.txt - - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/top_level.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/ - - -rwxr-xr-x 0 0 0 8950 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/__init__.py - - -rwxr-xr-x 0 0 0 9826 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_core_metadata.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/ - - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/__init__.py - - -rwxr-xr-x 0 0 0 5440 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_collections.py - - -rwxr-xr-x 0 0 0 1771 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_functools.py - - -rwxr-xr-x 0 0 0 1453 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_itertools.py - - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_log.py - - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_macos_compat.py - - -rwxr-xr-x 0 0 0 2410 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_modified.py - - -rwxr-xr-x 0 0 0 19641 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_msvccompiler.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/version.py - - -rwxr-xr-x 0 0 0 8551 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/archive_util.py - - -rwxr-xr-x 0 0 0 14674 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/bcppcompiler.py - - -rwxr-xr-x 0 0 0 48935 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/ccompiler.py - - -rwxr-xr-x 0 0 0 17877 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/cmd.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/ - - -rwxr-xr-x 0 0 0 416 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/__init__.py - - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/_framework_compat.py - - -rwxr-xr-x 0 0 0 5354 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist.py - - -rwxr-xr-x 0 0 0 4582 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_dumb.py - - -rwxr-xr-x 0 0 0 21686 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 5729 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build.py - - -rwxr-xr-x 0 0 0 7684 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_clib.py - - -rwxr-xr-x 0 0 0 31850 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py - - -rwxr-xr-x 0 0 0 16552 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_py.py - - -rwxr-xr-x 0 0 0 5534 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_scripts.py - - -rwxr-xr-x 0 0 0 4928 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/check.py - - -rwxr-xr-x 0 0 0 2595 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/clean.py - - -rwxr-xr-x 0 0 0 13008 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/config.py - - -rwxr-xr-x 0 0 0 30079 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install.py - - -rwxr-xr-x 0 0 0 2764 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_data.py - - -rwxr-xr-x 0 0 0 2788 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 1184 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_headers.py - - -rwxr-xr-x 0 0 0 8410 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_lib.py - - -rwxr-xr-x 0 0 0 1937 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_scripts.py - - -rwxr-xr-x 0 0 0 11793 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/register.py - - -rwxr-xr-x 0 0 0 19196 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py - - -rwxr-xr-x 0 0 0 7493 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/upload.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/ - - -rwxr-xr-x 0 0 0 429 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/__init__.py - - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/py38.py - - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/py39.py - - -rwxr-xr-x 0 0 0 5226 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/config.py - - -rwxr-xr-x 0 0 0 9318 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/core.py - - -rwxr-xr-x 0 0 0 11954 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/cygwinccompiler.py - - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/debug.py - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dep_util.py - - -rwxr-xr-x 0 0 0 8007 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dir_util.py - - -rwxr-xr-x 0 0 0 50977 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dist.py - - -rwxr-xr-x 0 0 0 3589 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/errors.py - - -rwxr-xr-x 0 0 0 10206 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/extension.py - - -rwxr-xr-x 0 0 0 17822 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/fancy_getopt.py - - -rwxr-xr-x 0 0 0 7944 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/file_util.py - - -rwxr-xr-x 0 0 0 13654 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/filelist.py - - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/log.py - - -rwxr-xr-x 0 0 0 30129 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/msvc9compiler.py - - -rwxr-xr-x 0 0 0 23451 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/msvccompiler.py - - -rwxr-xr-x 0 0 0 3626 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/spawn.py - - -rwxr-xr-x 0 0 0 18747 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/sysconfig.py - - -rwxr-xr-x 0 0 0 12098 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/text_file.py - - -rwxr-xr-x 0 0 0 15698 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/unixccompiler.py - - -rwxr-xr-x 0 0 0 18093 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/util.py - - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/version.py - - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/versionpredicate.py - - -rwxr-xr-x 0 0 0 6589 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/zosccompiler.py - - -rwxr-xr-x 0 0 0 2333 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_entry_points.py - - -rwxr-xr-x 0 0 0 2443 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_imp.py - - -rwxr-xr-x 0 0 0 1454 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_importlib.py - - -rwxr-xr-x 0 0 0 675 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_itertools.py - - -rwxr-xr-x 0 0 0 4567 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_normalization.py - - -rwxr-xr-x 0 0 0 1178 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_path.py - - -rwxr-xr-x 0 0 0 1112 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_reqs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/__init__.py - - -rwxr-xr-x 0 0 0 106920 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/tarfile.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/ - - -rwxr-xr-x 0 0 0 26498 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/__init__.py - - -rwxr-xr-x 0 0 0 2454 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py - - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_collections.py - - -rwxr-xr-x 0 0 0 1859 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_compat.py - - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_functools.py - - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py - - -rwxr-xr-x 0 0 0 1165 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_meta.py - - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_py39compat.py - - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_text.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/ - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/__init__.py - - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_adapters.py - - -rwxr-xr-x 0 0 0 5457 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_common.py - - -rwxr-xr-x 0 0 0 2925 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_compat.py - - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_itertools.py - - -rwxr-xr-x 0 0 0 3481 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_legacy.py - - -rwxr-xr-x 0 0 0 5140 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/abc.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/py.typed - - -rwxr-xr-x 0 0 0 3581 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/readers.py - - -rwxr-xr-x 0 0 0 2576 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/simple.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/__init__.py - - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/ - - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/__init__.py - - -rwxr-xr-x 0 0 0 3982 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/text/ - - -rwxr-xr-x 0 0 0 15517 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/text/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/ - - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.py - - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.pyi - - -rwxr-xr-x 0 0 0 117959 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.py - - -rwxr-xr-x 0 0 0 14977 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/py.typed - - -rwxr-xr-x 0 0 0 16256 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.py - - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.pyi - - -rwxr-xr-x 0 0 0 15130 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/ordered_set.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/__init__.py - - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_parser.py - - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_re.py - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_types.py - - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/ - - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/__init__.py - - -rwxr-xr-x 0 0 0 16103 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/macosx_libfile.py - - -rwxr-xr-x 0 0 0 5876 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/metadata.py - - -rwxr-xr-x 0 0 0 621 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/util.py - - -rwxr-xr-x 0 0 0 7696 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/wheelfile.py - - -rwxr-xr-x 0 0 0 8425 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/zipp.py - - -rwxr-xr-x 0 0 0 7331 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/archive_util.py - - -rwxr-xr-x 0 0 0 19085 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/build_meta.py - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-32.exe - - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-64.exe - - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-arm64.exe - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli.exe - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/__init__.py - - -rwxr-xr-x 0 0 0 4245 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/_requirestxt.py - - -rwxr-xr-x 0 0 0 2383 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/alias.py - - -rwxr-xr-x 0 0 0 16525 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_egg.py - - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 21412 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_wheel.py - - -rwxr-xr-x 0 0 0 5816 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build.py - - -rwxr-xr-x 0 0 0 4539 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_clib.py - - -rwxr-xr-x 0 0 0 17760 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_ext.py - - -rwxr-xr-x 0 0 0 15193 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_py.py - - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/develop.py - - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/dist_info.py - - -rwxr-xr-x 0 0 0 86995 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/easy_install.py - - -rwxr-xr-x 0 0 0 35275 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/editable_wheel.py - - -rwxr-xr-x 0 0 0 26522 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/egg_info.py - - -rwxr-xr-x 0 0 0 5779 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install.py - - -rwxr-xr-x 0 0 0 2066 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 3965 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_lib.py - - -rwxr-xr-x 0 0 0 2474 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_scripts.py - - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/launcher manifest.xml - - -rwxr-xr-x 0 0 0 466 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/register.py - - -rwxr-xr-x 0 0 0 2144 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/rotate.py - - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/saveopts.py - - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/sdist.py - - -rwxr-xr-x 0 0 0 5018 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/setopt.py - - -rwxr-xr-x 0 0 0 8104 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/test.py - - -rwxr-xr-x 0 0 0 460 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/upload.py - - -rwxr-xr-x 0 0 0 7821 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/upload_docs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/__init__.py - - -rwxr-xr-x 0 0 0 165 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py310.py - - -rwxr-xr-x 0 0 0 735 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py311.py - - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py39.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/ - - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/__init__.py - - -rwxr-xr-x 0 0 0 14700 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/ - - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/__init__.py - - -rwxr-xr-x 0 0 0 11862 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/error_reporting.py - - -rwxr-xr-x 0 0 0 1625 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/extra_validations.py - - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py - - -rwxr-xr-x 0 0 0 295453 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py - - -rwxr-xr-x 0 0 0 12062 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/formats.py - - -rwxr-xr-x 0 0 0 15527 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/expand.py - - -rwxr-xr-x 0 0 0 17653 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/pyprojecttoml.py - - -rwxr-xr-x 0 0 0 25592 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/setupcfg.py - - -rwxr-xr-x 0 0 0 5551 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/depends.py - - -rwxr-xr-x 0 0 0 21124 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/discovery.py - - -rwxr-xr-x 0 0 0 37933 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/dist.py - - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/errors.py - - -rwxr-xr-x 0 0 0 5794 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extension.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extern/ - - -rwxr-xr-x 0 0 0 2728 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extern/__init__.py - - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/glob.py - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-32.exe - - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-64.exe - - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-arm64.exe - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui.exe - - -rwxr-xr-x 0 0 0 4969 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/installer.py - - -rwxr-xr-x 0 0 0 812 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/launch.py - - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/logging.py - - -rwxr-xr-x 0 0 0 190 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/modified.py - - -rwxr-xr-x 0 0 0 4333 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/monkey.py - - -rwxr-xr-x 0 0 0 47532 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/msvc.py - - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/namespaces.py - - -rwxr-xr-x 0 0 0 39081 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/package_index.py - - -rwxr-xr-x 0 0 0 14730 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/sandbox.py - - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/script (dev).tmpl - - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/script.tmpl - - -rwxr-xr-x 0 0 0 3181 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/unicode_utils.py - - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/version.py - - -rwxr-xr-x 0 0 0 3699 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/warnings.py - - -rwxr-xr-x 0 0 0 8682 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/wheel.py - - -rwxr-xr-x 0 0 0 720 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/windows_support.py - - -rwxr-xr-x 0 0 0 21844 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site.py - - -rwxr-xr-x 0 0 0 34823 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/smtpd.py - - -rwxr-xr-x 0 0 0 45407 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/smtplib.py - - -rwxr-xr-x 0 0 0 7099 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sndhdr.py - - -rwxr-xr-x 0 0 0 36915 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/socket.py - - -rwxr-xr-x 0 0 0 27296 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/socketserver.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/ - - -rwxr-xr-x 0 0 0 2014 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/__init__.py - - -rwxr-xr-x 0 0 0 2687 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/dbapi2.py - - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/dump.py - - -rwxr-xr-x 0 0 0 27973 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sre_compile.py - - -rwxr-xr-x 0 0 0 7177 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sre_constants.py - - -rwxr-xr-x 0 0 0 40779 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sre_parse.py - - -rwxr-xr-x 0 0 0 52530 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ssl.py - - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/stat.py - - -rwxr-xr-x 0 0 0 38067 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/statistics.py - - -rwxr-xr-x 0 0 0 10566 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/string.py - - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/stringprep.py - - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/struct.py - - -rwxr-xr-x 0 0 0 83564 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/subprocess.py - - -rwxr-xr-x 0 0 0 18158 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sunau.py - - -rwxr-xr-x 0 0 0 2281 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/symbol.py - - -rwxr-xr-x 0 0 0 7905 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/symtable.py - - -rwxr-xr-x 0 0 0 24914 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sysconfig.py - - -rwxr-xr-x 0 0 0 11408 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tabnanny.py - - -rwxr-xr-x 0 0 0 106881 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tarfile.py - - -rwxr-xr-x 0 0 0 23254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/telnetlib.py - - -rwxr-xr-x 0 0 0 27963 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tempfile.py - - -rwxr-xr-x 0 0 0 19407 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/textwrap.py - - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/this.py - - -rwxr-xr-x 0 0 0 54176 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/threading.py - - -rwxr-xr-x 0 0 0 13482 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/timeit.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/ - - -rwxr-xr-x 0 0 0 169626 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/__init__.py - - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/__main__.py - - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/colorchooser.py - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/commondialog.py - - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/constants.py - - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/dialog.py - - -rwxr-xr-x 0 0 0 11528 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/dnd.py - - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/filedialog.py - - -rwxr-xr-x 0 0 0 6821 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/font.py - - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/messagebox.py - - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/scrolledtext.py - - -rwxr-xr-x 0 0 0 11757 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/simpledialog.py - - -rwxr-xr-x 0 0 0 76845 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/tix.py - - -rwxr-xr-x 0 0 0 57139 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/ttk.py - - -rwxr-xr-x 0 0 0 2368 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/token.py - - -rwxr-xr-x 0 0 0 25883 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tokenize.py - - -rwxr-xr-x 0 0 0 29208 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/trace.py - - -rwxr-xr-x 0 0 0 24660 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/traceback.py - - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tracemalloc.py - - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tty.py - - -rwxr-xr-x 0 0 0 143796 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtle.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/ - - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/__init__.py - - -rwxr-xr-x 0 0 0 15050 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/__main__.py - - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/bytedesign.py - - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/chaos.py - - -rwxr-xr-x 0 0 0 3201 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/clock.py - - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/colormixer.py - - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/forest.py - - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/fractalcurves.py - - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/lindenmayer.py - - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/minimal_hanoi.py - - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/nim.py - - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/paint.py - - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/peace.py - - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/penrose.py - - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/planet_and_moon.py - - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/rosette.py - - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/round_dance.py - - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/sorting_animate.py - - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/tree.py - - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/turtle.cfg - - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/two_canvases.py - - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/yinyang.py - - -rwxr-xr-x 0 0 0 9785 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/types.py - - -rwxr-xr-x 0 0 0 77044 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/typing.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/ - - -rwxr-xr-x 0 0 0 3761 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/__init__.py - - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/__main__.py - - -rwxr-xr-x 0 0 0 2295 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/_log.py - - -rwxr-xr-x 0 0 0 6368 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/async_case.py - - -rwxr-xr-x 0 0 0 57155 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/case.py - - -rwxr-xr-x 0 0 0 22702 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/loader.py - - -rwxr-xr-x 0 0 0 11256 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/main.py - - -rwxr-xr-x 0 0 0 99217 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/mock.py - - -rwxr-xr-x 0 0 0 8364 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/result.py - - -rwxr-xr-x 0 0 0 8051 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/runner.py - - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/signals.py - - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/suite.py - - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/__init__.py - - -rwxr-xr-x 0 0 0 2632 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/error.py - - -rwxr-xr-x 0 0 0 43064 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/parse.py - - -rwxr-xr-x 0 0 0 101306 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/request.py - - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/response.py - - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/robotparser.py - - -rwxr-xr-x 0 0 0 7301 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/uu.py - - -rwxr-xr-x 0 0 0 27324 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/uuid.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/ - - -rwxr-xr-x 0 0 0 23213 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/__init__.py - - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/ - - -rwxr-xr-x 0 0 0 8834 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/Activate.ps1 - - -rwxr-xr-x 0 0 0 1909 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/activate - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/ - - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/activate.csh - - -rwxr-xr-x 0 0 0 1998 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/activate.fish - - -rwxr-xr-x 0 0 0 19688 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/warnings.py - - -rwxr-xr-x 0 0 0 18004 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wave.py - - -rwxr-xr-x 0 0 0 21560 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/weakref.py - - -rwxr-xr-x 0 0 0 24085 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/webbrowser.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/ - - -rwxr-xr-x 0 0 0 587 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/__init__.py - - -rwxr-xr-x 0 0 0 21669 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/handlers.py - - -rwxr-xr-x 0 0 0 6766 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/headers.py - - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/simple_server.py - - -rwxr-xr-x 0 0 0 5851 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/util.py - - -rwxr-xr-x 0 0 0 15099 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/validate.py - - -rwxr-xr-x 0 0 0 5913 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xdrlib.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/ - - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/ - - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/NodeFilter.py - - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/__init__.py - - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/domreg.py - - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/expatbuilder.py - - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/minicompat.py - - -rwxr-xr-x 0 0 0 68066 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/minidom.py - - -rwxr-xr-x 0 0 0 11997 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/pulldom.py - - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/xmlbuilder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ - - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementInclude.py - - -rwxr-xr-x 0 0 0 13063 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementPath.py - - -rwxr-xr-x 0 0 0 74404 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementTree.py - - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/__init__.py - - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/cElementTree.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/parsers/ - - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/parsers/__init__.py - - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/parsers/expat.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/ - - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/__init__.py - - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/_exceptions.py - - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/expatreader.py - - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/handler.py - - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/saxutils.py - - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/xmlreader.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/ - - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/__init__.py - - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/client.py - - -rwxr-xr-x 0 0 0 36672 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/server.py - - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zipapp.py - - -rwxr-xr-x 0 0 0 88240 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zipfile.py - - -rwxr-xr-x 0 0 0 30765 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zipimport.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/ - - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/__init__.py - - -rwxr-xr-x 0 0 0 5320 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/_common.py - - -rwxr-xr-x 0 0 0 5081 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/_tzpath.py - - -rwxr-xr-x 0 0 0 24318 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/_zoneinfo.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/ - - -rwxr-xr-x 0 0 0 20875 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/auto.tcl - - -rwxr-xr-x 0 0 0 128893 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/clock.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ascii.enc - - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/big5.enc - - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cns11643.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1250.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1251.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1252.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1253.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1254.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1255.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1256.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1257.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1258.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp437.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp737.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp775.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp850.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp852.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp855.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp857.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp860.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp861.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp862.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp863.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp864.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp865.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp866.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp869.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp874.enc - - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp932.enc - - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp936.enc - - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp949.enc - - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp950.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/dingbats.enc - - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ebcdic.enc - - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-cn.enc - - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-jp.enc - - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-kr.enc - - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb12345.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb1988.enc - - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb2312-raw.enc - - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb2312.enc - - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022-jp.enc - - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022-kr.enc - - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-1.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-10.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-11.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-13.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-14.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-15.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-16.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-2.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-3.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-4.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-5.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-6.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-7.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-8.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-9.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0201.enc - - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0208.enc - - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0212.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/koi8-r.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/koi8-u.enc - - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ksc5601.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macCentEuro.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macCroatian.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macCyrillic.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macDingbats.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macGreek.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macIceland.enc - - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macJapan.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macRoman.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macRomania.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macThai.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macTurkish.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macUkraine.enc - - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/shiftjis.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/symbol.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/tis-620.enc - - -rwxr-xr-x 0 0 0 7900 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/history.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/http1.0/ - - -rwxr-xr-x 0 0 0 9689 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/http1.0/http.tcl - - -rwxr-xr-x 0 0 0 735 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/http1.0/pkgIndex.tcl - - -rwxr-xr-x 0 0 0 24806 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/init.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ - - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/af.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/af_za.msg - - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_in.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_jo.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_lb.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_sy.msg - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/be.msg - - -rwxr-xr-x 0 0 0 1819 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/bg.msg - - -rwxr-xr-x 0 0 0 2286 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/bn.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/bn_in.msg - - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ca.msg - - -rwxr-xr-x 0 0 0 1300 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/cs.msg - - -rwxr-xr-x 0 0 0 1156 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/da.msg - - -rwxr-xr-x 0 0 0 1222 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/de.msg - - -rwxr-xr-x 0 0 0 812 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/de_at.msg - - -rwxr-xr-x 0 0 0 1223 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/de_be.msg - - -rwxr-xr-x 0 0 0 2252 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/el.msg - - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_au.msg - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_be.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_bw.msg - - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ca.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_gb.msg - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_hk.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ie.msg - - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_in.msg - - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_nz.msg - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ph.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_sg.msg - - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_za.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_zw.msg - - -rwxr-xr-x 0 0 0 1231 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/eo.msg - - -rwxr-xr-x 0 0 0 1180 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es.msg - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ar.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_bo.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_cl.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_co.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_cr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_do.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ec.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_gt.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_hn.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_mx.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ni.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pa.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pe.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_py.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_sv.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_uy.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ve.msg - - -rwxr-xr-x 0 0 0 1206 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/et.msg - - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/eu.msg - - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/eu_es.msg - - -rwxr-xr-x 0 0 0 1664 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fa.msg - - -rwxr-xr-x 0 0 0 1957 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fa_in.msg - - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fa_ir.msg - - -rwxr-xr-x 0 0 0 1145 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fi.msg - - -rwxr-xr-x 0 0 0 986 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fo.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fo_fo.msg - - -rwxr-xr-x 0 0 0 1205 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_be.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_ca.msg - - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_ch.msg - - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ga.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ga_ie.msg - - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gl.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gl_es.msg - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gv.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gv_gb.msg - - -rwxr-xr-x 0 0 0 1938 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/he.msg - - -rwxr-xr-x 0 0 0 1738 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hi.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hi_in.msg - - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hr.msg - - -rwxr-xr-x 0 0 0 1327 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hu.msg - - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/id.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/id_id.msg - - -rwxr-xr-x 0 0 0 1255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/is.msg - - -rwxr-xr-x 0 0 0 1240 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/it.msg - - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/it_ch.msg - - -rwxr-xr-x 0 0 0 1645 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ja.msg - - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kl.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kl_gl.msg - - -rwxr-xr-x 0 0 0 1566 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ko.msg - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ko_kr.msg - - -rwxr-xr-x 0 0 0 1958 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kok.msg - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kok_in.msg - - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kw.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kw_gb.msg - - -rwxr-xr-x 0 0 0 1255 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/lt.msg - - -rwxr-xr-x 0 0 0 1219 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/lv.msg - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mk.msg - - -rwxr-xr-x 0 0 0 1807 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mr_in.msg - - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ms.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ms_my.msg - - -rwxr-xr-x 0 0 0 690 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mt.msg - - -rwxr-xr-x 0 0 0 1157 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nb.msg - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nl.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nl_be.msg - - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nn.msg - - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/pl.msg - - -rwxr-xr-x 0 0 0 1127 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/pt.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/pt_br.msg - - -rwxr-xr-x 0 0 0 1172 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ro.msg - - -rwxr-xr-x 0 0 0 2039 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ru.msg - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ru_ua.msg - - -rwxr-xr-x 0 0 0 1160 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sh.msg - - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sk.msg - - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sl.msg - - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sq.msg - - -rwxr-xr-x 0 0 0 2035 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sr.msg - - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sv.msg - - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sw.msg - - -rwxr-xr-x 0 0 0 1835 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ta.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ta_in.msg - - -rwxr-xr-x 0 0 0 2102 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/te.msg - - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/te_in.msg - - -rwxr-xr-x 0 0 0 2305 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/th.msg - - -rwxr-xr-x 0 0 0 1133 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/tr.msg - - -rwxr-xr-x 0 0 0 2113 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/uk.msg - - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/vi.msg - - -rwxr-xr-x 0 0 0 3330 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh.msg - - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_cn.msg - - -rwxr-xr-x 0 0 0 752 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_hk.msg - - -rwxr-xr-x 0 0 0 339 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_sg.msg - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_tw.msg - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/opt0.4/ - - -rwxr-xr-x 0 0 0 32705 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/opt0.4/optparse.tcl - - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/opt0.4/pkgIndex.tcl - - -rwxr-xr-x 0 0 0 23244 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/package.tcl - - -rwxr-xr-x 0 0 0 816 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/parray.tcl - - -rwxr-xr-x 0 0 0 40934 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/safe.tcl - - -rwxr-xr-x 0 0 0 4511 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/tclAppInit.c - - -rwxr-xr-x 0 0 0 5539 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/tclIndex - - -rwxr-xr-x 0 0 0 11824 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/tm.tcl - - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/word.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/ - - -rwxr-xr-x 0 0 0 10984 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/platform-1.0.18.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/platform/ - - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/platform/shell-1.1.4.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.5/ - - -rwxr-xr-x 0 0 0 33926 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.5/msgcat-1.6.1.tm - - -rwxr-xr-x 0 0 0 103526 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.5/tcltest-2.5.3.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.6/ - - -rwxr-xr-x 0 0 0 111709 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.6/http-2.9.5.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/thread2.8.7/ - - -rwxr-xr-x 0 0 0 29530 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/thread2.8.7/ttrace.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ - - -rwxr-xr-x 0 0 0 8534 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/bgerror.tcl - - -rwxr-xr-x 0 0 0 20830 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/button.tcl - - -rwxr-xr-x 0 0 0 9652 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/choosedir.tcl - - -rwxr-xr-x 0 0 0 21417 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/clrpick.tcl - - -rwxr-xr-x 0 0 0 8368 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/comdlg.tcl - - -rwxr-xr-x 0 0 0 32792 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/console.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ - - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/README - - -rwxr-xr-x 0 0 0 6670 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/anilabel.tcl - - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/aniwave.tcl - - -rwxr-xr-x 0 0 0 8110 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/arrow.tcl - - -rwxr-xr-x 0 0 0 3078 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/bind.tcl - - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/bitmap.tcl - - -rwxr-xr-x 0 0 0 1758 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/browse - - -rwxr-xr-x 0 0 0 1504 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/button.tcl - - -rwxr-xr-x 0 0 0 2278 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/check.tcl - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/clrpick.tcl - - -rwxr-xr-x 0 0 0 5002 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/colors.tcl - - -rwxr-xr-x 0 0 0 1963 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/combo.tcl - - -rwxr-xr-x 0 0 0 5036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/cscroll.tcl - - -rwxr-xr-x 0 0 0 6205 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ctext.tcl - - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/dialog1.tcl - - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/dialog2.tcl - - -rwxr-xr-x 0 0 0 3867 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/en.msg - - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/entry1.tcl - - -rwxr-xr-x 0 0 0 2091 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/entry2.tcl - - -rwxr-xr-x 0 0 0 6102 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/entry3.tcl - - -rwxr-xr-x 0 0 0 2351 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/filebox.tcl - - -rwxr-xr-x 0 0 0 79803 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/floor.tcl - - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/fontchoose.tcl - - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/form.tcl - - -rwxr-xr-x 0 0 0 56598 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/goldberg.tcl - - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/hello - - -rwxr-xr-x 0 0 0 1497 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/hscale.tcl - - -rwxr-xr-x 0 0 0 2063 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/icon.tcl - - -rwxr-xr-x 0 0 0 1002 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/image1.tcl - - -rwxr-xr-x 0 0 0 3359 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/image2.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/ - - -rwxr-xr-x 0 0 0 51712 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/earth.gif - - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/earthmenu.png - - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/earthris.gif - - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/flagdown.xbm - - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/flagup.xbm - - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/gray25.xbm - - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/letters.xbm - - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/noletter.xbm - - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/ouster.png - - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/pattern.xbm - - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/tcllogo.gif - - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/teapot.ppm - - -rwxr-xr-x 0 0 0 10490 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/items.tcl - - -rwxr-xr-x 0 0 0 8075 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ixset - - -rwxr-xr-x 0 0 0 9123 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/knightstour.tcl - - -rwxr-xr-x 0 0 0 1379 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/label.tcl - - -rwxr-xr-x 0 0 0 1847 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/labelframe.tcl - - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/license.terms - - -rwxr-xr-x 0 0 0 4357 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/mclist.tcl - - -rwxr-xr-x 0 0 0 7479 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/menu.tcl - - -rwxr-xr-x 0 0 0 4476 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/menubu.tcl - - -rwxr-xr-x 0 0 0 1998 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/msgbox.tcl - - -rwxr-xr-x 0 0 0 6750 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/nl.msg - - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/paned1.tcl - - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/paned2.tcl - - -rwxr-xr-x 0 0 0 7623 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/pendulum.tcl - - -rwxr-xr-x 0 0 0 2757 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/plot.tcl - - -rwxr-xr-x 0 0 0 2602 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/puzzle.tcl - - -rwxr-xr-x 0 0 0 2752 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/radio.tcl - - -rwxr-xr-x 0 0 0 5319 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/rmt - - -rwxr-xr-x 0 0 0 8300 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/rolodex - - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ruler.tcl - - -rwxr-xr-x 0 0 0 2273 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/sayings.tcl - - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/search.tcl - - -rwxr-xr-x 0 0 0 1820 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/spin.tcl - - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/states.tcl - - -rwxr-xr-x 0 0 0 6943 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/style.tcl - - -rwxr-xr-x 0 0 0 5298 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/tclIndex - - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/tcolor - - -rwxr-xr-x 0 0 0 4291 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/text.tcl - - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/textpeer.tcl - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/timer - - -rwxr-xr-x 0 0 0 3272 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/toolbar.tcl - - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/tree.tcl - - -rwxr-xr-x 0 0 0 3405 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkbut.tcl - - -rwxr-xr-x 0 0 0 2391 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkmenu.tcl - - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttknote.tcl - - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkpane.tcl - - -rwxr-xr-x 0 0 0 1536 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkprogress.tcl - - -rwxr-xr-x 0 0 0 1420 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkscale.tcl - - -rwxr-xr-x 0 0 0 11654 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/twind.tcl - - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/unicodeout.tcl - - -rwxr-xr-x 0 0 0 1477 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/vscale.tcl - - -rwxr-xr-x 0 0 0 24063 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/widget - - -rwxr-xr-x 0 0 0 5813 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/dialog.tcl - - -rwxr-xr-x 0 0 0 17715 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/entry.tcl - - -rwxr-xr-x 0 0 0 4857 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/focus.tcl - - -rwxr-xr-x 0 0 0 16011 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/fontchooser.tcl - - -rwxr-xr-x 0 0 0 16704 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/iconlist.tcl - - -rwxr-xr-x 0 0 0 10884 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/icons.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/ - - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/README - - -rwxr-xr-x 0 0 0 32900 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logo.eps - - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logo100.gif - - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logo64.gif - - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logoLarge.gif - - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logoMed.gif - - -rwxr-xr-x 0 0 0 27809 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo.eps - - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo100.gif - - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo150.gif - - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo175.gif - - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo200.gif - - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo75.gif - - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/tai-ku.gif - - -rwxr-xr-x 0 0 0 14695 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/listbox.tcl - - -rwxr-xr-x 0 0 0 9565 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/megawidget.tcl - - -rwxr-xr-x 0 0 0 38122 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/menu.tcl - - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/mkpsenc.tcl - - -rwxr-xr-x 0 0 0 16359 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/ - - -rwxr-xr-x 0 0 0 4158 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/cs.msg - - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/da.msg - - -rwxr-xr-x 0 0 0 4823 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/de.msg - - -rwxr-xr-x 0 0 0 8698 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/el.msg - - -rwxr-xr-x 0 0 0 3286 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/en.msg - - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/en_gb.msg - - -rwxr-xr-x 0 0 0 3916 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/eo.msg - - -rwxr-xr-x 0 0 0 3948 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/es.msg - - -rwxr-xr-x 0 0 0 3805 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/fr.msg - - -rwxr-xr-x 0 0 0 4600 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/hu.msg - - -rwxr-xr-x 0 0 0 3692 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/it.msg - - -rwxr-xr-x 0 0 0 4466 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/nl.msg - - -rwxr-xr-x 0 0 0 4841 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/pl.msg - - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/pt.msg - - -rwxr-xr-x 0 0 0 7214 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/ru.msg - - -rwxr-xr-x 0 0 0 3832 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/sv.msg - - -rwxr-xr-x 0 0 0 5594 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/obsolete.tcl - - -rwxr-xr-x 0 0 0 1586 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/optMenu.tcl - - -rwxr-xr-x 0 0 0 8174 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/palette.tcl - - -rwxr-xr-x 0 0 0 5176 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/panedwindow.tcl - - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/safetk.tcl - - -rwxr-xr-x 0 0 0 7766 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/scale.tcl - - -rwxr-xr-x 0 0 0 12732 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/scrlbar.tcl - - -rwxr-xr-x 0 0 0 15933 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/spinbox.tcl - - -rwxr-xr-x 0 0 0 20270 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tclIndex - - -rwxr-xr-x 0 0 0 5125 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tearoff.tcl - - -rwxr-xr-x 0 0 0 33724 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/text.tcl - - -rwxr-xr-x 0 0 0 23554 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tk.tcl - - -rwxr-xr-x 0 0 0 4615 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tkAppInit.c - - -rwxr-xr-x 0 0 0 38373 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tkfbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/ - - -rwxr-xr-x 0 0 0 3604 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/altTheme.tcl - - -rwxr-xr-x 0 0 0 3719 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/aquaTheme.tcl - - -rwxr-xr-x 0 0 0 2931 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/button.tcl - - -rwxr-xr-x 0 0 0 4662 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/clamTheme.tcl - - -rwxr-xr-x 0 0 0 3749 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/classicTheme.tcl - - -rwxr-xr-x 0 0 0 12270 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/combobox.tcl - - -rwxr-xr-x 0 0 0 4619 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/cursors.tcl - - -rwxr-xr-x 0 0 0 4410 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/defaults.tcl - - -rwxr-xr-x 0 0 0 16985 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/entry.tcl - - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/fonts.tcl - - -rwxr-xr-x 0 0 0 6400 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/menubutton.tcl - - -rwxr-xr-x 0 0 0 5626 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/notebook.tcl - - -rwxr-xr-x 0 0 0 2199 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/panedwindow.tcl - - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/progress.tcl - - -rwxr-xr-x 0 0 0 2693 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/scale.tcl - - -rwxr-xr-x 0 0 0 3159 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/scrollbar.tcl - - -rwxr-xr-x 0 0 0 2401 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/sizegrip.tcl - - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/spinbox.tcl - - -rwxr-xr-x 0 0 0 9797 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/treeview.tcl - - -rwxr-xr-x 0 0 0 4817 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/ttk.tcl - - -rwxr-xr-x 0 0 0 8287 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/utils.tcl - - -rwxr-xr-x 0 0 0 9481 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/vistaTheme.tcl - - -rwxr-xr-x 0 0 0 2781 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/winTheme.tcl - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/xpTheme.tcl - - -rwxr-xr-x 0 0 0 10252 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/unsupported.tcl - - -rwxr-xr-x 0 0 0 26075 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/xmfbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/man1/ - - -rwxr-xr-x 0 0 0 18711 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/man1/python3.1 - - -rwxr-xr-x 0 0 0 18711 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/man1/python3.9.1 + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py --- layer: 1 files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/ - - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/METADATA - - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/WHEEL - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/ - - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ - - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/__init__.py - - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ansi.py - - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ansitowin32.py - - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/initialise.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/__init__.py - - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ansi_test.py - - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ansitowin32_test.py - - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/initialise_test.py - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/isatty_test.py - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/utils.py - - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/winterm_test.py - - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/win32.py - - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/winterm.py ---- -layer: 2 -files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/ - - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./py/tests/py_image_layer/__main__.py - - -rwxr-xr-x 0 0 0 2841 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/__init__.py - - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/add.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/ - - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/branding/ - - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/branding/__init__.py - - -rwxr-xr-x 0 0 0 2841 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/my_app_bin - - -rwxr-xr-x 0 0 0 238 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/my_app_bin.venv.pth - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/_main/py/tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/bazel_tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/bazel_tools/tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/runfiles/ - - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash - - -rwxr-xr-x 0 0 0 238 Jan 1 2023 ./py/tests/py_image_layer/my_app_bin.venv.pth + - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3.11 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3.11 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3.11 + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3-config + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11-config + - -rwxr-xr-x 0 0 0 2854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/Python.h + - -rwxr-xr-x 0 0 0 31404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/abstract.h + - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bltinmodule.h + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/boolobject.h + - -rwxr-xr-x 0 0 0 1462 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytearrayobject.h + - -rwxr-xr-x 0 0 0 2617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytesobject.h + - -rwxr-xr-x 0 0 0 6255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/ceval.h + - -rwxr-xr-x 0 0 0 7071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/codecs.h + - -rwxr-xr-x 0 0 0 520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/compile.h + - -rwxr-xr-x 0 0 0 724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/complexobject.h + - -rwxr-xr-x 0 0 0 8229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/abstract.h + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytearrayobject.h + - -rwxr-xr-x 0 0 0 4802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytesobject.h + - -rwxr-xr-x 0 0 0 723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/cellobject.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/ceval.h + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/classobject.h + - -rwxr-xr-x 0 0 0 11484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/code.h + - -rwxr-xr-x 0 0 0 2218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/compile.h + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/complexobject.h + - -rwxr-xr-x 0 0 0 1959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/context.h + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/descrobject.h + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/dictobject.h + - -rwxr-xr-x 0 0 0 818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileobject.h + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileutils.h + - -rwxr-xr-x 0 0 0 702 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/floatobject.h + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/frameobject.h + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/funcobject.h + - -rwxr-xr-x 0 0 0 3279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/genobject.h + - -rwxr-xr-x 0 0 0 1526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/import.h + - -rwxr-xr-x 0 0 0 7817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/initconfig.h + - -rwxr-xr-x 0 0 0 1769 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/listobject.h + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longintrepr.h + - -rwxr-xr-x 0 0 0 4532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longobject.h + - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/methodobject.h + - -rwxr-xr-x 0 0 0 4303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/modsupport.h + - -rwxr-xr-x 0 0 0 18305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/object.h + - -rwxr-xr-x 0 0 0 2998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/objimpl.h + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/odictobject.h + - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/picklebufobject.h + - -rwxr-xr-x 0 0 0 3505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pthread_stubs.h + - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyctype.h + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pydebug.h + - -rwxr-xr-x 0 0 0 4522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyerrors.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyfpe.h + - -rwxr-xr-x 0 0 0 582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyframe.h + - -rwxr-xr-x 0 0 0 2099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pylifecycle.h + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pymem.h + - -rwxr-xr-x 0 0 0 14351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pystate.h + - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythonrun.h + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythread.h + - -rwxr-xr-x 0 0 0 12158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pytime.h + - -rwxr-xr-x 0 0 0 1997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/setobject.h + - -rwxr-xr-x 0 0 0 489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/sysmodule.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/traceback.h + - -rwxr-xr-x 0 0 0 1513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/tupleobject.h + - -rwxr-xr-x 0 0 0 42739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/unicodeobject.h + - -rwxr-xr-x 0 0 0 560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/warnings.h + - -rwxr-xr-x 0 0 0 2103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/weakrefobject.h + - -rwxr-xr-x 0 0 0 9635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/datetime.h + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/descrobject.h + - -rwxr-xr-x 0 0 0 3852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dictobject.h + - -rwxr-xr-x 0 0 0 22471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dynamic_annotations.h + - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/enumobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/errcode.h + - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/exports.h + - -rwxr-xr-x 0 0 0 1570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileobject.h + - -rwxr-xr-x 0 0 0 507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileutils.h + - -rwxr-xr-x 0 0 0 1530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/floatobject.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/frameobject.h + - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/genericaliasobject.h + - -rwxr-xr-x 0 0 0 3025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/import.h + - -rwxr-xr-x 0 0 0 611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_abstract.h + - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_accu.h + - -rwxr-xr-x 0 0 0 3031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_asdl.h + - -rwxr-xr-x 0 0 0 29315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast.h + - -rwxr-xr-x 0 0 0 6549 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast_state.h + - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic.h + - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic_funcs.h + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bitutils.h + - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_blocks_output_buffer.h + - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytes_methods.h + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytesobject.h + - -rwxr-xr-x 0 0 0 3475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_call.h + - -rwxr-xr-x 0 0 0 4409 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ceval.h + - -rwxr-xr-x 0 0 0 15930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_code.h + - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_compile.h + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_condvar.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_context.h + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dict.h + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dtoa.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_emscripten_signal.h + - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_exceptions.h + - -rwxr-xr-x 0 0 0 7403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_fileutils.h + - -rwxr-xr-x 0 0 0 1307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_floatobject.h + - -rwxr-xr-x 0 0 0 480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_format.h + - -rwxr-xr-x 0 0 0 7567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_frame.h + - -rwxr-xr-x 0 0 0 413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_function.h + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gc.h + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_genobject.h + - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_getopt.h + - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gil.h + - -rwxr-xr-x 0 0 0 1436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_objects.h + - -rwxr-xr-x 0 0 0 12980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_strings.h + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hamt.h + - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hashtable.h + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_import.h + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_initconfig.h + - -rwxr-xr-x 0 0 0 6671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interp.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interpreteridobject.h + - -rwxr-xr-x 0 0 0 1352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_list.h + - -rwxr-xr-x 0 0 0 3516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_long.h + - -rwxr-xr-x 0 0 0 1040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_moduleobject.h + - -rwxr-xr-x 0 0 0 392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_namespace.h + - -rwxr-xr-x 0 0 0 10037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_object.h + - -rwxr-xr-x 0 0 0 18986 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_opcode.h + - -rwxr-xr-x 0 0 0 626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_parser.h + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pathconfig.h + - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyarena.h + - -rwxr-xr-x 0 0 0 2494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyerrors.h + - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyhash.h + - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pylifecycle.h + - -rwxr-xr-x 0 0 0 9435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymath.h + - -rwxr-xr-x 0 0 0 3708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymem.h + - -rwxr-xr-x 0 0 0 4250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pystate.h + - -rwxr-xr-x 0 0 0 5988 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime.h + - -rwxr-xr-x 0 0 0 49092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime_init.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_signal.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sliceobject.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_strhex.h + - -rwxr-xr-x 0 0 0 580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_structseq.h + - -rwxr-xr-x 0 0 0 5638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_symtable.h + - -rwxr-xr-x 0 0 0 605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sysmodule.h + - -rwxr-xr-x 0 0 0 3501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_traceback.h + - -rwxr-xr-x 0 0 0 2089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_tuple.h + - -rwxr-xr-x 0 0 0 1158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_typeobject.h + - -rwxr-xr-x 0 0 0 898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ucnhash.h + - -rwxr-xr-x 0 0 0 1716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unicodeobject.h + - -rwxr-xr-x 0 0 0 678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unionobject.h + - -rwxr-xr-x 0 0 0 740 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_warnings.h + - -rwxr-xr-x 0 0 0 772 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/intrcheck.h + - -rwxr-xr-x 0 0 0 593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/iterobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/listobject.h + - -rwxr-xr-x 0 0 0 3736 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/longobject.h + - -rwxr-xr-x 0 0 0 827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/marshal.h + - -rwxr-xr-x 0 0 0 2810 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/memoryobject.h + - -rwxr-xr-x 0 0 0 5072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/methodobject.h + - -rwxr-xr-x 0 0 0 6541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/modsupport.h + - -rwxr-xr-x 0 0 0 2374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/moduleobject.h + - -rwxr-xr-x 0 0 0 29800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/object.h + - -rwxr-xr-x 0 0 0 8428 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/objimpl.h + - -rwxr-xr-x 0 0 0 11187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/opcode.h + - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osdefs.h + - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osmodule.h + - -rwxr-xr-x 0 0 0 1301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/patchlevel.h + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/py_curses.h + - -rwxr-xr-x 0 0 0 5115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pybuffer.h + - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pycapsule.h + - -rwxr-xr-x 0 0 0 53348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyconfig.h + - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pydtrace.h + - -rwxr-xr-x 0 0 0 12782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyerrors.h + - -rwxr-xr-x 0 0 0 2850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyexpat.h + - -rwxr-xr-x 0 0 0 551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyframe.h + - -rwxr-xr-x 0 0 0 4154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyhash.h + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pylifecycle.h + - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacconfig.h + - -rwxr-xr-x 0 0 0 6064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacro.h + - -rwxr-xr-x 0 0 0 1979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymath.h + - -rwxr-xr-x 0 0 0 3890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymem.h + - -rwxr-xr-x 0 0 0 24452 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyport.h + - -rwxr-xr-x 0 0 0 4635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystate.h + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrcmp.h + - -rwxr-xr-x 0 0 0 1557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrtod.h + - -rwxr-xr-x 0 0 0 1189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythonrun.h + - -rwxr-xr-x 0 0 0 4833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythread.h + - -rwxr-xr-x 0 0 0 851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pytypedefs.h + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/rangeobject.h + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/setobject.h + - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sliceobject.h + - -rwxr-xr-x 0 0 0 2040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structmember.h + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structseq.h + - -rwxr-xr-x 0 0 0 1381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sysmodule.h + - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/token.h + - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/traceback.h + - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tracemalloc.h + - -rwxr-xr-x 0 0 0 1613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tupleobject.h + - -rwxr-xr-x 0 0 0 2342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/typeslots.h + - -rwxr-xr-x 0 0 0 36032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/unicodeobject.h + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/warnings.h + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/weakrefobject.h + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itcl.tcl + - -rwxr-xr-x 0 0 0 2886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclConfig.sh + - -rwxr-xr-x 0 0 0 19378 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclHullCmds.tcl + - -rwxr-xr-x 0 0 0 12114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclWidget.tcl + - -rwxr-xr-x 0 0 0 306344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/libtcl9itcl4.3.5.so + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so.1.0 + - -rwxr-xr-x 0 0 0 16800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.so + - -rwxr-xr-x 0 0 0 2385136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9.0.so + - -rwxr-xr-x 0 0 0 3119304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9tk9.0.so + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11.pc + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3.pc + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/LICENSE.txt + - -rwxr-xr-x 0 0 0 5218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__future__.py + - -rwxr-xr-x 0 0 0 227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__hello__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/__init__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/spam.py + - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_aix_support.py + - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_bootsubprocess.py + - -rwxr-xr-x 0 0 0 30193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_collections_abc.py + - -rwxr-xr-x 0 0 0 8761 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compat_pickle.py + - -rwxr-xr-x 0 0 0 5681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compression.py + - -rwxr-xr-x 0 0 0 14653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_markupbase.py + - -rwxr-xr-x 0 0 0 22023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_osx_support.py + - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_py_abc.py + - -rwxr-xr-x 0 0 0 229202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pydecimal.py + - -rwxr-xr-x 0 0 0 94193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pyio.py + - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sitebuiltins.py + - -rwxr-xr-x 0 0 0 25175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_strptime.py + - -rwxr-xr-x 0 0 0 39698 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py + - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_threading_local.py + - -rwxr-xr-x 0 0 0 5893 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_weakrefset.py + - -rwxr-xr-x 0 0 0 6538 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/abc.py + - -rwxr-xr-x 0 0 0 34211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/aifc.py + - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/antigravity.py + - -rwxr-xr-x 0 0 0 100283 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/argparse.py + - -rwxr-xr-x 0 0 0 61444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ast.py + - -rwxr-xr-x 0 0 0 11570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asynchat.py + - -rwxr-xr-x 0 0 0 1188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__init__.py + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__main__.py + - -rwxr-xr-x 0 0 0 75384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_events.py + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_futures.py + - -rwxr-xr-x 0 0 0 8869 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_subprocess.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_tasks.py + - -rwxr-xr-x 0 0 0 1326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/constants.py + - -rwxr-xr-x 0 0 0 3400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/coroutines.py + - -rwxr-xr-x 0 0 0 28641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/events.py + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/exceptions.py + - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/format_helpers.py + - -rwxr-xr-x 0 0 0 14212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/futures.py + - -rwxr-xr-x 0 0 0 19014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/locks.py + - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/log.py + - -rwxr-xr-x 0 0 0 481 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/mixins.py + - -rwxr-xr-x 0 0 0 33264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/proactor_events.py + - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/protocols.py + - -rwxr-xr-x 0 0 0 7974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/queues.py + - -rwxr-xr-x 0 0 0 6842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/runners.py + - -rwxr-xr-x 0 0 0 45400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/selector_events.py + - -rwxr-xr-x 0 0 0 31739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/sslproto.py + - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/staggered.py + - -rwxr-xr-x 0 0 0 27503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/streams.py + - -rwxr-xr-x 0 0 0 7682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/subprocess.py + - -rwxr-xr-x 0 0 0 8471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/taskgroups.py + - -rwxr-xr-x 0 0 0 34433 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/tasks.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/threads.py + - -rwxr-xr-x 0 0 0 5321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/timeouts.py + - -rwxr-xr-x 0 0 0 10722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/transports.py + - -rwxr-xr-x 0 0 0 2475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/trsock.py + - -rwxr-xr-x 0 0 0 51915 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/unix_events.py + - -rwxr-xr-x 0 0 0 34691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_events.py + - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_utils.py + - -rwxr-xr-x 0 0 0 20310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncore.py + - -rwxr-xr-x 0 0 0 21028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/base64.py + - -rwxr-xr-x 0 0 0 32463 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bdb.py + - -rwxr-xr-x 0 0 0 3135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bisect.py + - -rwxr-xr-x 0 0 0 11847 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bz2.py + - -rwxr-xr-x 0 0 0 6346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cProfile.py + - -rwxr-xr-x 0 0 0 24731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/calendar.py + - -rwxr-xr-x 0 0 0 34479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgi.py + - -rwxr-xr-x 0 0 0 12421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgitb.py + - -rwxr-xr-x 0 0 0 5500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/chunk.py + - -rwxr-xr-x 0 0 0 14873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cmd.py + - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/code.py + - -rwxr-xr-x 0 0 0 37150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codecs.py + - -rwxr-xr-x 0 0 0 5907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codeop.py + - -rwxr-xr-x 0 0 0 52018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/__init__.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/abc.py + - -rwxr-xr-x 0 0 0 4062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/colorsys.py + - -rwxr-xr-x 0 0 0 20252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/compileall.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/__init__.py + - -rwxr-xr-x 0 0 0 1558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/__init__.py + - -rwxr-xr-x 0 0 0 22833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/_base.py + - -rwxr-xr-x 0 0 0 35479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/process.py + - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/thread.py + - -rwxr-xr-x 0 0 0 155142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Makefile + - -rwxr-xr-x 0 0 0 11182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup + - -rwxr-xr-x 0 0 0 878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.bootstrap + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.local + - -rwxr-xr-x 0 0 0 5449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.stdlib + - -rwxr-xr-x 0 0 0 8593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c.in + - -rwxr-xr-x 0 0 0 15358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/install-sh + - -rwxr-xr-x 0 0 0 9262 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/makesetup + - -rwxr-xr-x 0 0 0 2100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python-config.py + - -rwxr-xr-x 0 0 0 4092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python.o + - -rwxr-xr-x 0 0 0 55660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/configparser.py + - -rwxr-xr-x 0 0 0 27414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextlib.py + - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextvars.py + - -rwxr-xr-x 0 0 0 8681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copy.py + - -rwxr-xr-x 0 0 0 7677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copyreg.py + - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/crypt.py + - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/csv.py + - -rwxr-xr-x 0 0 0 17902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/__init__.py + - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_aix.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_endian.py + - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/README.ctypes + - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/__init__.py + - -rwxr-xr-x 0 0 0 5024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dyld.py + - -rwxr-xr-x 0 0 0 960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dylib.py + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib.bat + - -rwxr-xr-x 0 0 0 1105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/framework.py + - -rwxr-xr-x 0 0 0 13959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/util.py + - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/wintypes.py + - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/__init__.py + - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/ascii.py + - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/has_key.py + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/panel.py + - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/textpad.py + - -rwxr-xr-x 0 0 0 58472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dataclasses.py + - -rwxr-xr-x 0 0 0 91832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/datetime.py + - -rwxr-xr-x 0 0 0 5882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/__init__.py + - -rwxr-xr-x 0 0 0 11594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/dumb.py + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/gnu.py + - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/ndbm.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/decimal.py + - -rwxr-xr-x 0 0 0 83308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/difflib.py + - -rwxr-xr-x 0 0 0 28906 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dis.py + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/README + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/__init__.py + - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/archive_util.py + - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/bcppcompiler.py + - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cmd.py + - -rwxr-xr-x 0 0 0 771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build.py + - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 31627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 5890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/check.py + - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/clean.py + - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/command_template + - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/config.py + - -rwxr-xr-x 0 0 0 28242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install.py + - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/register.py + - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/upload.py + - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/config.py + - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/core.py + - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/debug.py + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dir_util.py + - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dist.py + - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/errors.py + - -rwxr-xr-x 0 0 0 10529 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/extension.py + - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/file_util.py + - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/filelist.py + - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/log.py + - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvc9compiler.py + - -rwxr-xr-x 0 0 0 23527 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvccompiler.py + - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/spawn.py + - -rwxr-xr-x 0 0 0 12435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/text_file.py + - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 21032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/util.py + - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/version.py + - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 106297 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/doctest.py + - -rwxr-xr-x 0 0 0 1764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/__init__.py + - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_encoded_words.py + - -rwxr-xr-x 0 0 0 109186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_header_value_parser.py + - -rwxr-xr-x 0 0 0 17821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_parseaddr.py + - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_policybase.py + - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/architecture.rst + - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/base64mime.py + - -rwxr-xr-x 0 0 0 17118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/charset.py + - -rwxr-xr-x 0 0 0 10588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/contentmanager.py + - -rwxr-xr-x 0 0 0 1778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/encoders.py + - -rwxr-xr-x 0 0 0 3814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/errors.py + - -rwxr-xr-x 0 0 0 22802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/feedparser.py + - -rwxr-xr-x 0 0 0 21402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/generator.py + - -rwxr-xr-x 0 0 0 24092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/header.py + - -rwxr-xr-x 0 0 0 20819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/headerregistry.py + - -rwxr-xr-x 0 0 0 2129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/iterators.py + - -rwxr-xr-x 0 0 0 48210 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/message.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/__init__.py + - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/application.py + - -rwxr-xr-x 0 0 0 3094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/audio.py + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/base.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/image.py + - -rwxr-xr-x 0 0 0 1315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/message.py + - -rwxr-xr-x 0 0 0 1619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/multipart.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/nonmultipart.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/text.py + - -rwxr-xr-x 0 0 0 5038 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/parser.py + - -rwxr-xr-x 0 0 0 10519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/policy.py + - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/quoprimime.py + - -rwxr-xr-x 0 0 0 17222 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/utils.py + - -rwxr-xr-x 0 0 0 5884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/__init__.py + - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/aliases.py + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ascii.py + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/base64_codec.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5hkscs.py + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/bz2_codec.py + - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/charmap.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp037.py + - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1006.py + - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1026.py + - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1125.py + - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1140.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1250.py + - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1251.py + - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1252.py + - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1253.py + - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1254.py + - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1255.py + - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1256.py + - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1257.py + - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1258.py + - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp273.py + - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp424.py + - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp437.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp500.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp720.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp737.py + - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp775.py + - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp850.py + - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp852.py + - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp855.py + - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp856.py + - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp857.py + - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp858.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp860.py + - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp861.py + - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp862.py + - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp863.py + - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp864.py + - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp865.py + - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp866.py + - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp869.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp874.py + - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp875.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp932.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp949.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp950.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jis_2004.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jisx0213.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jp.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_kr.py + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb18030.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb2312.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gbk.py + - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hex_codec.py + - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hp_roman8.py + - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hz.py + - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/idna.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_1.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2.py + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2004.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_3.py + - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_ext.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_kr.py + - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_1.py + - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_10.py + - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_11.py + - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_13.py + - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_14.py + - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_15.py + - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_16.py + - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_2.py + - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_3.py + - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_4.py + - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_5.py + - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_6.py + - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_7.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_8.py + - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_9.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/johab.py + - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_r.py + - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_t.py + - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_u.py + - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/kz1048.py + - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/latin_1.py + - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_arabic.py + - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_croatian.py + - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_cyrillic.py + - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_farsi.py + - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_greek.py + - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_iceland.py + - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_latin2.py + - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_roman.py + - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_romanian.py + - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_turkish.py + - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mbcs.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/oem.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/palmos.py + - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ptcp154.py + - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/punycode.py + - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/quopri_codec.py + - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/raw_unicode_escape.py + - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/rot_13.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis_2004.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jisx0213.py + - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/tis_620.py + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/undefined.py + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/unicode_escape.py + - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_be.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_le.py + - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_be.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_le.py + - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_7.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8.py + - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8_sig.py + - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/uu_codec.py + - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/zlib_codec.py + - -rwxr-xr-x 0 0 0 9651 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__init__.py + - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__main__.py + - -rwxr-xr-x 0 0 0 2110226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl + - -rwxr-xr-x 0 0 0 1256281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl + - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_uninstall.py + - -rwxr-xr-x 0 0 0 79583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/enum.py + - -rwxr-xr-x 0 0 0 10178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/filecmp.py + - -rwxr-xr-x 0 0 0 15714 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fileinput.py + - -rwxr-xr-x 0 0 0 5999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fnmatch.py + - -rwxr-xr-x 0 0 0 28677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fractions.py + - -rwxr-xr-x 0 0 0 35815 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ftplib.py + - -rwxr-xr-x 0 0 0 38413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/functools.py + - -rwxr-xr-x 0 0 0 5246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/genericpath.py + - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getopt.py + - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getpass.py + - -rwxr-xr-x 0 0 0 21320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gettext.py + - -rwxr-xr-x 0 0 0 8732 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/glob.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/graphlib.py + - -rwxr-xr-x 0 0 0 24074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gzip.py + - -rwxr-xr-x 0 0 0 11765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hashlib.py + - -rwxr-xr-x 0 0 0 23024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/heapq.py + - -rwxr-xr-x 0 0 0 7716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hmac.py + - -rwxr-xr-x 0 0 0 4775 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/__init__.py + - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/entities.py + - -rwxr-xr-x 0 0 0 20850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/parser.py + - -rwxr-xr-x 0 0 0 7913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/__init__.py + - -rwxr-xr-x 0 0 0 58284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/client.py + - -rwxr-xr-x 0 0 0 77517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookiejar.py + - -rwxr-xr-x 0 0 0 20743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookies.py + - -rwxr-xr-x 0 0 0 49150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/server.py + - -rwxr-xr-x 0 0 0 2152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/CREDITS.txt + - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/ChangeLog + - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/HISTORY.txt + - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/README.txt + - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/folder.gif + - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle.ico + - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.gif + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.png + - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_256.png + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.gif + - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.png + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.gif + - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.png + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/minusnode.gif + - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/openfolder.gif + - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/plusnode.gif + - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/python.gif + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/tk.gif + - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/NEWS2x.txt + - -rwxr-xr-x 0 0 0 55422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/News3.txt + - -rwxr-xr-x 0 0 0 11653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/README.txt + - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/TODO.txt + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__init__.py + - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__main__.py + - -rwxr-xr-x 0 0 0 9354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete.py + - -rwxr-xr-x 0 0 0 20863 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete_w.py + - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autoexpand.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/browser.py + - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip.py + - -rwxr-xr-x 0 0 0 7083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip_w.py + - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/codecontext.py + - -rwxr-xr-x 0 0 0 14783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/colorizer.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-extensions.def + - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-highlight.def + - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-keys.def + - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-main.def + - -rwxr-xr-x 0 0 0 38387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config.py + - -rwxr-xr-x 0 0 0 15230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config_key.py + - -rwxr-xr-x 0 0 0 105314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/configdialog.py + - -rwxr-xr-x 0 0 0 20991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger_r.py + - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj.py + - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj_r.py + - -rwxr-xr-x 0 0 0 1044 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/delegator.py + - -rwxr-xr-x 0 0 0 1993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/dynoption.py + - -rwxr-xr-x 0 0 0 69561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/editor.py + - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/extend.txt + - -rwxr-xr-x 0 0 0 3871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/filelist.py + - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/format.py + - -rwxr-xr-x 0 0 0 7526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/grep.py + - -rwxr-xr-x 0 0 0 78525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.html + - -rwxr-xr-x 0 0 0 11902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.py + - -rwxr-xr-x 0 0 0 8910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help_about.py + - -rwxr-xr-x 0 0 0 4065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/history.py + - -rwxr-xr-x 0 0 0 12889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/hyperparser.py + - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.bat + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.py + - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.pyw + - -rwxr-xr-x 0 0 0 16159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/iomenu.py + - -rwxr-xr-x 0 0 0 9401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/macosx.py + - -rwxr-xr-x 0 0 0 3938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/mainmenu.py + - -rwxr-xr-x 0 0 0 18652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/multicall.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/outwin.py + - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/parenmatch.py + - -rwxr-xr-x 0 0 0 3093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pathbrowser.py + - -rwxr-xr-x 0 0 0 3568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/percolator.py + - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyparse.py + - -rwxr-xr-x 0 0 0 62537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyshell.py + - -rwxr-xr-x 0 0 0 15067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/query.py + - -rwxr-xr-x 0 0 0 6777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/redirector.py + - -rwxr-xr-x 0 0 0 9841 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/replace.py + - -rwxr-xr-x 0 0 0 21078 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/rpc.py + - -rwxr-xr-x 0 0 0 21439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/run.py + - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/runscript.py + - -rwxr-xr-x 0 0 0 4478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/scrolledlist.py + - -rwxr-xr-x 0 0 0 5567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/search.py + - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchbase.py + - -rwxr-xr-x 0 0 0 7415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchengine.py + - -rwxr-xr-x 0 0 0 20338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/sidebar.py + - -rwxr-xr-x 0 0 0 12834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/squeezer.py + - -rwxr-xr-x 0 0 0 4016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/stackviewer.py + - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/statusbar.py + - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/textview.py + - -rwxr-xr-x 0 0 0 6471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tooltip.py + - -rwxr-xr-x 0 0 0 16483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tree.py + - -rwxr-xr-x 0 0 0 11016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/undo.py + - -rwxr-xr-x 0 0 0 731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/util.py + - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/window.py + - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zoomheight.py + - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zzdummy.py + - -rwxr-xr-x 0 0 0 55217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imaplib.py + - -rwxr-xr-x 0 0 0 3952 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imghdr.py + - -rwxr-xr-x 0 0 0 10606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imp.py + - -rwxr-xr-x 0 0 0 6089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/__init__.py + - -rwxr-xr-x 0 0 0 1852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_abc.py + - -rwxr-xr-x 0 0 0 48223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap.py + - -rwxr-xr-x 0 0 0 68962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap_external.py + - -rwxr-xr-x 0 0 0 10969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/abc.py + - -rwxr-xr-x 0 0 0 880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/machinery.py + - -rwxr-xr-x 0 0 0 31109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/__init__.py + - -rwxr-xr-x 0 0 0 1862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_collections.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_text.py + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/readers.py + - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/__init__.py + - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_adapters.py + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_common.py + - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_itertools.py + - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_legacy.py + - -rwxr-xr-x 0 0 0 4571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/abc.py + - -rwxr-xr-x 0 0 0 3557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/readers.py + - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/simple.py + - -rwxr-xr-x 0 0 0 354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/simple.py + - -rwxr-xr-x 0 0 0 12717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/util.py + - -rwxr-xr-x 0 0 0 123419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/inspect.py + - -rwxr-xr-x 0 0 0 4320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/io.py + - -rwxr-xr-x 0 0 0 81414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ipaddress.py + - -rwxr-xr-x 0 0 0 14020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/__init__.py + - -rwxr-xr-x 0 0 0 12473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/decoder.py + - -rwxr-xr-x 0 0 0 16070 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/encoder.py + - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/scanner.py + - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/tool.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/keyword.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/.empty + - -rwxr-xr-x 0 0 0 25928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 69112 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 1754328 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_dbm.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 200072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_testclinic.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 220816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar.txt + - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar.txt + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__init__.py + - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__main__.py + - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_matcher.py + - -rwxr-xr-x 0 0 0 9945 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_utils.py + - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_base.py + - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_util.py + - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/__init__.py + - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_apply.py + - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_asserts.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_basestring.py + - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_buffer.py + - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_dict.py + - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_except.py + - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exec.py + - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_execfile.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exitfunc.py + - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_filter.py + - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_funcattrs.py + - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_future.py + - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_getcwdu.py + - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_has_key.py + - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_idioms.py + - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_import.py + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports.py + - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports2.py + - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_input.py + - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_intern.py + - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_isinstance.py + - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools.py + - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py + - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_long.py + - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_map.py + - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_metaclass.py + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_methodattrs.py + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ne.py + - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_next.py + - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_nonzero.py + - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_numliterals.py + - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_operator.py + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_paren.py + - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_print.py + - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raise.py + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raw_input.py + - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reduce.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reload.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_renames.py + - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_repr.py + - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_set_literal.py + - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_standarderror.py + - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_sys_exc.py + - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_throw.py + - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_tuple_params.py + - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_types.py + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_unicode.py + - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_urllib.py + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ws_comma.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xrange.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xreadlines.py + - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_zip.py + - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/main.py + - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/patcomp.py + - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/__init__.py + - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/conv.py + - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/driver.py + - -rwxr-xr-x 0 0 0 5552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/grammar.py + - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/literals.py + - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/parse.py + - -rwxr-xr-x 0 0 0 13830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/pgen.py + - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/token.py + - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/tokenize.py + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pygram.py + - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pytree.py + - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/refactor.py + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/linecache.py + - -rwxr-xr-x 0 0 0 79095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/locale.py + - -rwxr-xr-x 0 0 0 80677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/__init__.py + - -rwxr-xr-x 0 0 0 37001 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/config.py + - -rwxr-xr-x 0 0 0 61920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/handlers.py + - -rwxr-xr-x 0 0 0 13277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lzma.py + - -rwxr-xr-x 0 0 0 78830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailbox.py + - -rwxr-xr-x 0 0 0 9369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailcap.py + - -rwxr-xr-x 0 0 0 22962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mimetypes.py + - -rwxr-xr-x 0 0 0 23699 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/modulefinder.py + - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/__init__.py + - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/connection.py + - -rwxr-xr-x 0 0 0 11597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/context.py + - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/__init__.py + - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/connection.py + - -rwxr-xr-x 0 0 0 12134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/forkserver.py + - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/heap.py + - -rwxr-xr-x 0 0 0 47684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/managers.py + - -rwxr-xr-x 0 0 0 32759 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/pool.py + - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_fork.py + - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_forkserver.py + - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_posix.py + - -rwxr-xr-x 0 0 0 4515 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_win32.py + - -rwxr-xr-x 0 0 0 12139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/process.py + - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/queues.py + - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/reduction.py + - -rwxr-xr-x 0 0 0 5145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_sharer.py + - -rwxr-xr-x 0 0 0 10332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_tracker.py + - -rwxr-xr-x 0 0 0 18458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/shared_memory.py + - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/sharedctypes.py + - -rwxr-xr-x 0 0 0 9644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/spawn.py + - -rwxr-xr-x 0 0 0 12285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/synchronize.py + - -rwxr-xr-x 0 0 0 14261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/util.py + - -rwxr-xr-x 0 0 0 6929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/netrc.py + - -rwxr-xr-x 0 0 0 41087 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nntplib.py + - -rwxr-xr-x 0 0 0 28766 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ntpath.py + - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nturl2path.py + - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/numbers.py + - -rwxr-xr-x 0 0 0 10447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/opcode.py + - -rwxr-xr-x 0 0 0 10965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/operator.py + - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/optparse.py + - -rwxr-xr-x 0 0 0 39530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/os.py + - -rwxr-xr-x 0 0 0 48566 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pathlib.py + - -rwxr-xr-x 0 0 0 64173 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pdb.py + - -rwxr-xr-x 0 0 0 65132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickle.py + - -rwxr-xr-x 0 0 0 93861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickletools.py + - -rwxr-xr-x 0 0 0 8978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pipes.py + - -rwxr-xr-x 0 0 0 24638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pkgutil.py + - -rwxr-xr-x 0 0 0 42273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/platform.py + - -rwxr-xr-x 0 0 0 28594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/plistlib.py + - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/poplib.py + - -rwxr-xr-x 0 0 0 17072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/posixpath.py + - -rwxr-xr-x 0 0 0 24583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pprint.py + - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/profile.py + - -rwxr-xr-x 0 0 0 29356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pstats.py + - -rwxr-xr-x 0 0 0 6317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pty.py + - -rwxr-xr-x 0 0 0 7837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/py_compile.py + - -rwxr-xr-x 0 0 0 11396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pyclbr.py + - -rwxr-xr-x 0 0 0 112650 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/__init__.py + - -rwxr-xr-x 0 0 0 1325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/_pydoc.css + - -rwxr-xr-x 0 0 0 775171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/topics.py + - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/queue.py + - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/quopri.py + - -rwxr-xr-x 0 0 0 32162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/random.py + - -rwxr-xr-x 0 0 0 15889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/__init__.py + - -rwxr-xr-x 0 0 0 5446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_casefix.py + - -rwxr-xr-x 0 0 0 26089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_compiler.py + - -rwxr-xr-x 0 0 0 5930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_constants.py + - -rwxr-xr-x 0 0 0 42420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_parser.py + - -rwxr-xr-x 0 0 0 5437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/reprlib.py + - -rwxr-xr-x 0 0 0 7827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/rlcompleter.py + - -rwxr-xr-x 0 0 0 13159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/runpy.py + - -rwxr-xr-x 0 0 0 6351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sched.py + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/secrets.py + - -rwxr-xr-x 0 0 0 19671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/selectors.py + - -rwxr-xr-x 0 0 0 8560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shelve.py + - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shlex.py + - -rwxr-xr-x 0 0 0 56517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shutil.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/signal.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/README.txt + - -rwxr-xr-x 0 0 0 6755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/__init__.py + - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/override.py + - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/distutils-precedence.pth + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 4675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 68854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 11731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__init__.py + - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__main__.py + - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__pip-runner__.py + - -rwxr-xr-x 0 0 0 511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/__init__.py + - -rwxr-xr-x 0 0 0 21911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/build_env.py + - -rwxr-xr-x 0 0 0 10345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cache.py + - -rwxr-xr-x 0 0 0 131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/__init__.py + - -rwxr-xr-x 0 0 0 7193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py + - -rwxr-xr-x 0 0 0 9168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/base_command.py + - -rwxr-xr-x 0 0 0 36164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py + - -rwxr-xr-x 0 0 0 817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/command_context.py + - -rwxr-xr-x 0 0 0 6484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/index_command.py + - -rwxr-xr-x 0 0 0 3137 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main.py + - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py + - -rwxr-xr-x 0 0 0 13827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/parser.py + - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py + - -rwxr-xr-x 0 0 0 16482 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/req_command.py + - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/spinners.py + - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py + - -rwxr-xr-x 0 0 0 4026 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/__init__.py + - -rwxr-xr-x 0 0 0 9142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/cache.py + - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/check.py + - -rwxr-xr-x 0 0 0 4565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/completion.py + - -rwxr-xr-x 0 0 0 10105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/configuration.py + - -rwxr-xr-x 0 0 0 6805 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/debug.py + - -rwxr-xr-x 0 0 0 5178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/download.py + - -rwxr-xr-x 0 0 0 3099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/freeze.py + - -rwxr-xr-x 0 0 0 1679 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/hash.py + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/help.py + - -rwxr-xr-x 0 0 0 5520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/index.py + - -rwxr-xr-x 0 0 0 3177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/inspect.py + - -rwxr-xr-x 0 0 0 30588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/install.py + - -rwxr-xr-x 0 0 0 13497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/list.py + - -rwxr-xr-x 0 0 0 6027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/lock.py + - -rwxr-xr-x 0 0 0 5782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/search.py + - -rwxr-xr-x 0 0 0 8066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/show.py + - -rwxr-xr-x 0 0 0 3868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py + - -rwxr-xr-x 0 0 0 5880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/wheel.py + - -rwxr-xr-x 0 0 0 14568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/configuration.py + - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/base.py + - -rwxr-xr-x 0 0 0 929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/installed.py + - -rwxr-xr-x 0 0 0 6627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py + - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py + - -rwxr-xr-x 0 0 0 32165 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/exceptions.py + - -rwxr-xr-x 0 0 0 29 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/__init__.py + - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/collector.py + - -rwxr-xr-x 0 0 0 41776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/package_finder.py + - -rwxr-xr-x 0 0 0 8639 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/sources.py + - -rwxr-xr-x 0 0 0 14157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/__init__.py + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py + - -rwxr-xr-x 0 0 0 7779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py + - -rwxr-xr-x 0 0 0 2550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/base.py + - -rwxr-xr-x 0 0 0 338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/main.py + - -rwxr-xr-x 0 0 0 5824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py + - -rwxr-xr-x 0 0 0 2711 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/_json.py + - -rwxr-xr-x 0 0 0 25420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/base.py + - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py + - -rwxr-xr-x 0 0 0 2804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py + - -rwxr-xr-x 0 0 0 8420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py + - -rwxr-xr-x 0 0 0 10544 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py + - -rwxr-xr-x 0 0 0 62 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/__init__.py + - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/candidate.py + - -rwxr-xr-x 0 0 0 6555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/direct_url.py + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/format_control.py + - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/index.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/installation_report.py + - -rwxr-xr-x 0 0 0 21992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/link.py + - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/release_control.py + - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/scheme.py + - -rwxr-xr-x 0 0 0 4507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/search_scope.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py + - -rwxr-xr-x 0 0 0 4243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/target_python.py + - -rwxr-xr-x 0 0 0 2920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/wheel.py + - -rwxr-xr-x 0 0 0 49 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/__init__.py + - -rwxr-xr-x 0 0 0 20806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/auth.py + - -rwxr-xr-x 0 0 0 4862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/cache.py + - -rwxr-xr-x 0 0 0 12667 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/download.py + - -rwxr-xr-x 0 0 0 7646 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py + - -rwxr-xr-x 0 0 0 19555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/session.py + - -rwxr-xr-x 0 0 0 4091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/utils.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py + - -rwxr-xr-x 0 0 0 4771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py + - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py + - -rwxr-xr-x 0 0 0 1509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py + - -rwxr-xr-x 0 0 0 1136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py + - -rwxr-xr-x 0 0 0 1478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py + - -rwxr-xr-x 0 0 0 5894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/check.py + - -rwxr-xr-x 0 0 0 9854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/freeze.py + - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py + - -rwxr-xr-x 0 0 0 27923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py + - -rwxr-xr-x 0 0 0 28830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/prepare.py + - -rwxr-xr-x 0 0 0 4555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/pyproject.py + - -rwxr-xr-x 0 0 0 3041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/__init__.py + - -rwxr-xr-x 0 0 0 18688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/constructors.py + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/pep723.py + - -rwxr-xr-x 0 0 0 2618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_dependency_group.py + - -rwxr-xr-x 0 0 0 20685 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_file.py + - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_install.py + - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_set.py + - -rwxr-xr-x 0 0 0 24099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py + - -rwxr-xr-x 0 0 0 577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/base.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py + - -rwxr-xr-x 0 0 0 24060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 5047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py + - -rwxr-xr-x 0 0 0 20454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py + - -rwxr-xr-x 0 0 0 34028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py + - -rwxr-xr-x 0 0 0 6018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py + - -rwxr-xr-x 0 0 0 11441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py + - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py + - -rwxr-xr-x 0 0 0 8239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py + - -rwxr-xr-x 0 0 0 13437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py + - -rwxr-xr-x 0 0 0 8284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/__init__.py + - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_jaraco_text.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_log.py + - -rwxr-xr-x 0 0 0 1681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py + - -rwxr-xr-x 0 0 0 2514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compat.py + - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/datetime.py + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py + - -rwxr-xr-x 0 0 0 3200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py + - -rwxr-xr-x 0 0 0 2459 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py + - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/glibc.py + - -rwxr-xr-x 0 0 0 4998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/hashes.py + - -rwxr-xr-x 0 0 0 13414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/logging.py + - -rwxr-xr-x 0 0 0 23722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/misc.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/packaging.py + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/pylock.py + - -rwxr-xr-x 0 0 0 1461 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/retry.py + - -rwxr-xr-x 0 0 0 8983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py + - -rwxr-xr-x 0 0 0 9307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py + - -rwxr-xr-x 0 0 0 12972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/urls.py + - -rwxr-xr-x 0 0 0 3455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py + - -rwxr-xr-x 0 0 0 4468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/wheel.py + - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py + - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py + - -rwxr-xr-x 0 0 0 19144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/git.py + - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py + - -rwxr-xr-x 0 0 0 11787 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py + - -rwxr-xr-x 0 0 0 22599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py + - -rwxr-xr-x 0 0 0 9010 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/wheel_builder.py + - -rwxr-xr-x 0 0 0 9394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/README.rst + - -rwxr-xr-x 0 0 0 4907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/__init__.py + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py + - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py + - -rwxr-xr-x 0 0 0 1953 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py + - -rwxr-xr-x 0 0 0 4117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py + - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py + - -rwxr-xr-x 0 0 0 19102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py + - -rwxr-xr-x 0 0 0 4354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py + - -rwxr-xr-x 0 0 0 4881 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/py.typed + - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py + - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py + - -rwxr-xr-x 0 0 0 270954 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem + - -rwxr-xr-x 0 0 0 3442 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/core.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/py.typed + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__init__.py + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__main__.py + - -rwxr-xr-x 0 0 0 8041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_implementation.py + - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py + - -rwxr-xr-x 0 0 0 1865 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_toml_compat.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/py.typed + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py + - -rwxr-xr-x 0 0 0 41467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py + - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py + - -rwxr-xr-x 0 0 0 18612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py + - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe + - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe + - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe + - -rwxr-xr-x 0 0 0 66682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/util.py + - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe + - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe + - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py + - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/distro.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/py.typed + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py + - -rwxr-xr-x 0 0 0 3438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/codec.py + - -rwxr-xr-x 0 0 0 316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/compat.py + - -rwxr-xr-x 0 0 0 13246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/core.py + - -rwxr-xr-x 0 0 0 79623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py + - -rwxr-xr-x 0 0 0 1898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py + - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/py.typed + - -rwxr-xr-x 0 0 0 243725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 1109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py + - -rwxr-xr-x 0 0 0 5726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py + - -rwxr-xr-x 0 0 0 32390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2707 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 51122 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 39360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/pylock.py + - -rwxr-xr-x 0 0 0 2870 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 22856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 23284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 124451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 22344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9013 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 9281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 6322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py + - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py + - -rwxr-xr-x 0 0 0 1718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/console.py + - -rwxr-xr-x 0 0 0 1910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py + - -rwxr-xr-x 0 0 0 40392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py + - -rwxr-xr-x 0 0 0 4390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py + - -rwxr-xr-x 0 0 0 5385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py + - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py + - -rwxr-xr-x 0 0 0 35349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py + - -rwxr-xr-x 0 0 0 77602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py + - -rwxr-xr-x 0 0 0 53853 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py + - -rwxr-xr-x 0 0 0 1891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py + - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py + - -rwxr-xr-x 0 0 0 7981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/style.py + - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py + - -rwxr-xr-x 0 0 0 3312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/_mapping.py + - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/token.py + - -rwxr-xr-x 0 0 0 63208 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py + - -rwxr-xr-x 0 0 0 10031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/util.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py + - -rwxr-xr-x 0 0 0 14936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py + - -rwxr-xr-x 0 0 0 12216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/py.typed + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py + - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py + - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py + - -rwxr-xr-x 0 0 0 26429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py + - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/api.py + - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/auth.py + - -rwxr-xr-x 0 0 0 441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/certs.py + - -rwxr-xr-x 0 0 0 1822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/compat.py + - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py + - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py + - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/help.py + - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py + - -rwxr-xr-x 0 0 0 35575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/models.py + - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/packages.py + - -rwxr-xr-x 0 0 0 30503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py + - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py + - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/structures.py + - -rwxr-xr-x 0 0 0 33225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/utils.py + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 8914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/py.typed + - -rwxr-xr-x 0 0 0 2037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py + - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py + - -rwxr-xr-x 0 0 0 24212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py + - -rwxr-xr-x 0 0 0 7896 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py + - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py + - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py + - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py + - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py + - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py + - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_fileno.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py + - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py + - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py + - -rwxr-xr-x 0 0 0 1394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py + - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py + - -rwxr-xr-x 0 0 0 5325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py + - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py + - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py + - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py + - -rwxr-xr-x 0 0 0 22755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py + - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py + - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py + - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py + - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/abc.py + - -rwxr-xr-x 0 0 0 10324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/align.py + - -rwxr-xr-x 0 0 0 6921 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py + - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/bar.py + - -rwxr-xr-x 0 0 0 10686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/box.py + - -rwxr-xr-x 0 0 0 5130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/cells.py + - -rwxr-xr-x 0 0 0 18211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color.py + - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py + - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/columns.py + - -rwxr-xr-x 0 0 0 100849 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/console.py + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py + - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/containers.py + - -rwxr-xr-x 0 0 0 6487 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/control.py + - -rwxr-xr-x 0 0 0 8257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py + - -rwxr-xr-x 0 0 0 1025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py + - -rwxr-xr-x 0 0 0 2367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py + - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/errors.py + - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py + - -rwxr-xr-x 0 0 0 2484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py + - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/json.py + - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py + - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/layout.py + - -rwxr-xr-x 0 0 0 15180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live.py + - -rwxr-xr-x 0 0 0 3521 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py + - -rwxr-xr-x 0 0 0 12468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/logging.py + - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/markup.py + - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/measure.py + - -rwxr-xr-x 0 0 0 4908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/padding.py + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pager.py + - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/palette.py + - -rwxr-xr-x 0 0 0 11157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/panel.py + - -rwxr-xr-x 0 0 0 36391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py + - -rwxr-xr-x 0 0 0 60408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress.py + - -rwxr-xr-x 0 0 0 8162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py + - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py + - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/py.typed + - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/region.py + - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/repr.py + - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/rule.py + - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/scope.py + - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/screen.py + - -rwxr-xr-x 0 0 0 24743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/segment.py + - -rwxr-xr-x 0 0 0 4214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/status.py + - -rwxr-xr-x 0 0 0 26990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/style.py + - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/styled.py + - -rwxr-xr-x 0 0 0 36371 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py + - -rwxr-xr-x 0 0 0 40049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/table.py + - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py + - -rwxr-xr-x 0 0 0 47552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/text.py + - -rwxr-xr-x 0 0 0 3771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/theme.py + - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/themes.py + - -rwxr-xr-x 0 0 0 35861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py + - -rwxr-xr-x 0 0 0 9451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/tree.py + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 25778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 3235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 169 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/__init__.py + - -rwxr-xr-x 0 0 0 6961 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/_writer.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/py.typed + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/__init__.py + - -rwxr-xr-x 0 0 0 11413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_api.py + - -rwxr-xr-x 0 0 0 20503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_macos.py + - -rwxr-xr-x 0 0 0 2412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_openssl.py + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_ssl_constants.py + - -rwxr-xr-x 0 0 0 17993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_windows.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/py.typed + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py + - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py + - -rwxr-xr-x 0 0 0 20314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py + - -rwxr-xr-x 0 0 0 40408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py + - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py + - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py + - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py + - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py + - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py + - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py + - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py + - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py + - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py + - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py + - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py + - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py + - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py + - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py + - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py + - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py + - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py + - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py + - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py + - -rwxr-xr-x 0 0 0 22050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py + - -rwxr-xr-x 0 0 0 17460 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py + - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py + - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py + - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py + - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py + - -rwxr-xr-x 0 0 0 342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/vendor.txt + - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/py.typed + - -rwxr-xr-x 0 0 0 126219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/api_tests.txt + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 6572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 75533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 2449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 9004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/__init__.py + - -rwxr-xr-x 0 0 0 11978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_core_metadata.py + - -rwxr-xr-x 0 0 0 836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_discovery.py + - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/__init__.py + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_log.py + - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_modified.py + - -rwxr-xr-x 0 0 0 335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py + - -rwxr-xr-x 0 0 0 524 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 22186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cmd.py + - -rwxr-xr-x 0 0 0 386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py + - -rwxr-xr-x 0 0 0 5854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build.py + - -rwxr-xr-x 0 0 0 7777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 32710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 5135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 4946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/check.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py + - -rwxr-xr-x 0 0 0 12724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/config.py + - -rwxr-xr-x 0 0 0 30072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install.py + - -rwxr-xr-x 0 0 0 2875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 19151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/__init__.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/numpy.py + - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/py39.py + - -rwxr-xr-x 0 0 0 54876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/base.py + - -rwxr-xr-x 0 0 0 11844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/cygwin.py + - -rwxr-xr-x 0 0 0 573 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/errors.py + - -rwxr-xr-x 0 0 0 21404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/msvc.py + - -rwxr-xr-x 0 0 0 16531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/unix.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/zos.py + - -rwxr-xr-x 0 0 0 9364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/core.py + - -rwxr-xr-x 0 0 0 594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/debug.py + - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py + - -rwxr-xr-x 0 0 0 55794 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dist.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/errors.py + - -rwxr-xr-x 0 0 0 11155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/extension.py + - -rwxr-xr-x 0 0 0 17895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 7978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/file_util.py + - -rwxr-xr-x 0 0 0 15337 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/filelist.py + - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/log.py + - -rwxr-xr-x 0 0 0 4086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/spawn.py + - -rwxr-xr-x 0 0 0 19728 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12101 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/text_file.py + - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 18094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/util.py + - -rwxr-xr-x 0 0 0 12619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/version.py + - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/zosccompiler.py + - -rwxr-xr-x 0 0 0 2468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_entry_points.py + - -rwxr-xr-x 0 0 0 2435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_imp.py + - -rwxr-xr-x 0 0 0 223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_importlib.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_itertools.py + - -rwxr-xr-x 0 0 0 5747 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_normalization.py + - -rwxr-xr-x 0 0 0 2976 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_path.py + - -rwxr-xr-x 0 0 0 1380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_reqs.py + - -rwxr-xr-x 0 0 0 11247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_scripts.py + - -rwxr-xr-x 0 0 0 1578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_shutil.py + - -rwxr-xr-x 0 0 0 4855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_static.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 7634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 15006 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 12 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/__init__.py + - -rwxr-xr-x 0 0 0 5680 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoasync.py + - -rwxr-xr-x 0 0 0 2505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autocommand.py + - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/automain.py + - -rwxr-xr-x 0 0 0 11642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoparse.py + - -rwxr-xr-x 0 0 0 886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/errors.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/__init__.py + - -rwxr-xr-x 0 0 0 108491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__init__.py + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__main__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 33798 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py + - -rwxr-xr-x 0 0 0 1314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py + - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py + - -rwxr-xr-x 0 0 0 379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 21079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 8 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 103796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/__init__.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/py38.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 26640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/py.typed + - -rwxr-xr-x 0 0 0 9552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py + - -rwxr-xr-x 0 0 0 16642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.py + - -rwxr-xr-x 0 0 0 3878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/py.typed + - -rwxr-xr-x 0 0 0 1335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt + - -rwxr-xr-x 0 0 0 16250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py + - -rwxr-xr-x 0 0 0 643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/layouts.py + - -rwxr-xr-x 0 0 0 904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py + - -rwxr-xr-x 0 0 0 412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 36293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py + - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.pyi + - -rwxr-xr-x 0 0 0 148370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py + - -rwxr-xr-x 0 0 0 21484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/py.typed + - -rwxr-xr-x 0 0 0 28591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py + - -rwxr-xr-x 0 0 0 4617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.pyi + - -rwxr-xr-x 0 0 0 2 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD + - -rwxr-xr-x 0 0 0 3204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 48398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 10561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 34762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 21014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 16676 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 22225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 8875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 48 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 2071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/__init__.py + - -rwxr-xr-x 0 0 0 31360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_checkers.py + - -rwxr-xr-x 0 0 0 2846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_config.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_decorators.py + - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_exceptions.py + - -rwxr-xr-x 0 0 0 10393 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_functions.py + - -rwxr-xr-x 0 0 0 6389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_importhook.py + - -rwxr-xr-x 0 0 0 1303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_memo.py + - -rwxr-xr-x 0 0 0 4416 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_suppression.py + - -rwxr-xr-x 0 0 0 44937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_transformer.py + - -rwxr-xr-x 0 0 0 1354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_union_transformer.py + - -rwxr-xr-x 0 0 0 5270 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_utils.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 134451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt + - -rwxr-xr-x 0 0 0 2313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 104 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__init__.py + - -rwxr-xr-x 0 0 0 455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__main__.py + - -rwxr-xr-x 0 0 0 21694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py + - -rwxr-xr-x 0 0 0 781 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/bdist_wheel.py + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/__init__.py + - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/convert.py + - -rwxr-xr-x 0 0 0 3103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/pack.py + - -rwxr-xr-x 0 0 0 4760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/tags.py + - -rwxr-xr-x 0 0 0 1021 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/unpack.py + - -rwxr-xr-x 0 0 0 16572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/macosx_libfile.py + - -rwxr-xr-x 0 0 0 6171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/metadata.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/__init__.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 8232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py + - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py + - -rwxr-xr-x 0 0 0 39778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py + - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py + - -rwxr-xr-x 0 0 0 16234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py + - -rwxr-xr-x 0 0 0 16 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt + - -rwxr-xr-x 0 0 0 8411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/wheelfile.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 5 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 13412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/__init__.py + - -rwxr-xr-x 0 0 0 219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/py310.py + - -rwxr-xr-x 0 0 0 3082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/glob.py + - -rwxr-xr-x 0 0 0 7356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/archive_util.py + - -rwxr-xr-x 0 0 0 19968 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/build_meta.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli.exe + - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/__init__.py + - -rwxr-xr-x 0 0 0 4228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/_requirestxt.py + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/alias.py + - -rwxr-xr-x 0 0 0 16948 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_egg.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 22247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py + - -rwxr-xr-x 0 0 0 6052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_clib.py + - -rwxr-xr-x 0 0 0 18465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_ext.py + - -rwxr-xr-x 0 0 0 15539 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_py.py + - -rwxr-xr-x 0 0 0 1610 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/develop.py + - -rwxr-xr-x 0 0 0 3450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/dist_info.py + - -rwxr-xr-x 0 0 0 780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/easy_install.py + - -rwxr-xr-x 0 0 0 34836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/editable_wheel.py + - -rwxr-xr-x 0 0 0 25878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/egg_info.py + - -rwxr-xr-x 0 0 0 5066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install.py + - -rwxr-xr-x 0 0 0 2075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 4319 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_lib.py + - -rwxr-xr-x 0 0 0 2490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_scripts.py + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml + - -rwxr-xr-x 0 0 0 2187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/rotate.py + - -rwxr-xr-x 0 0 0 692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/saveopts.py + - -rwxr-xr-x 0 0 0 7369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/sdist.py + - -rwxr-xr-x 0 0 0 5100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/setopt.py + - -rwxr-xr-x 0 0 0 1343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/test.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/__init__.py + - -rwxr-xr-x 0 0 0 344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py310.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py311.py + - -rwxr-xr-x 0 0 0 366 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py312.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py39.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/NOTICE + - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/__init__.py + - -rwxr-xr-x 0 0 0 19120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py + - -rwxr-xr-x 0 0 0 18737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/NOTICE + - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py + - -rwxr-xr-x 0 0 0 11813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py + - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py + - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py + - -rwxr-xr-x 0 0 0 354682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py + - -rwxr-xr-x 0 0 0 13564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py + - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/distutils.schema.json + - -rwxr-xr-x 0 0 0 16041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/expand.py + - -rwxr-xr-x 0 0 0 18320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py + - -rwxr-xr-x 0 0 0 26575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setupcfg.py + - -rwxr-xr-x 0 0 0 16071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setuptools.schema.json + - -rwxr-xr-x 0 0 0 5965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/depends.py + - -rwxr-xr-x 0 0 0 21258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/discovery.py + - -rwxr-xr-x 0 0 0 44887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/dist.py + - -rwxr-xr-x 0 0 0 3024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/errors.py + - -rwxr-xr-x 0 0 0 6683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/extension.py + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/glob.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui.exe + - -rwxr-xr-x 0 0 0 5093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/installer.py + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/launch.py + - -rwxr-xr-x 0 0 0 1261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/logging.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/modified.py + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/monkey.py + - -rwxr-xr-x 0 0 0 41631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/msvc.py + - -rwxr-xr-x 0 0 0 3171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/namespaces.py + - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script (dev).tmpl + - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script.tmpl + - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/unicode_utils.py + - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/version.py + - -rwxr-xr-x 0 0 0 3796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/warnings.py + - -rwxr-xr-x 0 0 0 9477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/wheel.py + - -rwxr-xr-x 0 0 0 726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/windows_support.py + - -rwxr-xr-x 0 0 0 22987 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site.py + - -rwxr-xr-x 0 0 0 31162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtpd.py + - -rwxr-xr-x 0 0 0 45418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtplib.py + - -rwxr-xr-x 0 0 0 7448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sndhdr.py + - -rwxr-xr-x 0 0 0 37557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socket.py + - -rwxr-xr-x 0 0 0 27586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socketserver.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/__init__.py + - -rwxr-xr-x 0 0 0 3305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dbapi2.py + - -rwxr-xr-x 0 0 0 3471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dump.py + - -rwxr-xr-x 0 0 0 231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_compile.py + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_constants.py + - -rwxr-xr-x 0 0 0 229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_parse.py + - -rwxr-xr-x 0 0 0 54305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ssl.py + - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stat.py + - -rwxr-xr-x 0 0 0 47705 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/statistics.py + - -rwxr-xr-x 0 0 0 11786 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/string.py + - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stringprep.py + - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/struct.py + - -rwxr-xr-x 0 0 0 88725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/subprocess.py + - -rwxr-xr-x 0 0 0 18480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sunau.py + - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/symtable.py + - -rwxr-xr-x 0 0 0 30315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sysconfig.py + - -rwxr-xr-x 0 0 0 11299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tabnanny.py + - -rwxr-xr-x 0 0 0 111943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tarfile.py + - -rwxr-xr-x 0 0 0 23301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/telnetlib.py + - -rwxr-xr-x 0 0 0 31873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tempfile.py + - -rwxr-xr-x 0 0 0 19718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/textwrap.py + - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/this.py + - -rwxr-xr-x 0 0 0 58231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/threading.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/timeit.py + - -rwxr-xr-x 0 0 0 172803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__init__.py + - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__main__.py + - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/colorchooser.py + - -rwxr-xr-x 0 0 0 1296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/commondialog.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/constants.py + - -rwxr-xr-x 0 0 0 1535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dialog.py + - -rwxr-xr-x 0 0 0 11644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dnd.py + - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/filedialog.py + - -rwxr-xr-x 0 0 0 7000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/font.py + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/messagebox.py + - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/scrolledtext.py + - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/simpledialog.py + - -rwxr-xr-x 0 0 0 77032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/tix.py + - -rwxr-xr-x 0 0 0 56242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/ttk.py + - -rwxr-xr-x 0 0 0 2386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/token.py + - -rwxr-xr-x 0 0 0 26336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tokenize.py + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/__init__.py + - -rwxr-xr-x 0 0 0 22631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_types.py + - -rwxr-xr-x 0 0 0 29182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/trace.py + - -rwxr-xr-x 0 0 0 40547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/traceback.py + - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tracemalloc.py + - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tty.py + - -rwxr-xr-x 0 0 0 144360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtle.py + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__init__.py + - -rwxr-xr-x 0 0 0 15285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__main__.py + - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/bytedesign.py + - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/chaos.py + - -rwxr-xr-x 0 0 0 3180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/clock.py + - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/colormixer.py + - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/forest.py + - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/fractalcurves.py + - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/lindenmayer.py + - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/minimal_hanoi.py + - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/nim.py + - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/paint.py + - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/peace.py + - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/penrose.py + - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/planet_and_moon.py + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/rosette.py + - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/round_dance.py + - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/sorting_animate.py + - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/tree.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/turtle.cfg + - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/two_canvases.py + - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/yinyang.py + - -rwxr-xr-x 0 0 0 10067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/types.py + - -rwxr-xr-x 0 0 0 120951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/typing.py + - -rwxr-xr-x 0 0 0 3934 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__init__.py + - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__main__.py + - -rwxr-xr-x 0 0 0 2746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/_log.py + - -rwxr-xr-x 0 0 0 5465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/async_case.py + - -rwxr-xr-x 0 0 0 58503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/case.py + - -rwxr-xr-x 0 0 0 22536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/loader.py + - -rwxr-xr-x 0 0 0 11415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/main.py + - -rwxr-xr-x 0 0 0 104264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/mock.py + - -rwxr-xr-x 0 0 0 8518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/result.py + - -rwxr-xr-x 0 0 0 9418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/runner.py + - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/signals.py + - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/suite.py + - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/__init__.py + - -rwxr-xr-x 0 0 0 2415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/error.py + - -rwxr-xr-x 0 0 0 44836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/parse.py + - -rwxr-xr-x 0 0 0 101960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/request.py + - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/response.py + - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/robotparser.py + - -rwxr-xr-x 0 0 0 7365 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uu.py + - -rwxr-xr-x 0 0 0 27597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uuid.py + - -rwxr-xr-x 0 0 0 26323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__init__.py + - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__main__.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/Activate.ps1 + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/activate + - -rwxr-xr-x 0 0 0 933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.csh + - -rwxr-xr-x 0 0 0 2209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.fish + - -rwxr-xr-x 0 0 0 21110 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/warnings.py + - -rwxr-xr-x 0 0 0 21818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wave.py + - -rwxr-xr-x 0 0 0 21513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/weakref.py + - -rwxr-xr-x 0 0 0 25136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/webbrowser.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/__init__.py + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/handlers.py + - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/headers.py + - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/simple_server.py + - -rwxr-xr-x 0 0 0 1717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/types.py + - -rwxr-xr-x 0 0 0 5472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/util.py + - -rwxr-xr-x 0 0 0 15097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/validate.py + - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xdrlib.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/__init__.py + - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/NodeFilter.py + - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/__init__.py + - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/domreg.py + - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/expatbuilder.py + - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minicompat.py + - -rwxr-xr-x 0 0 0 67982 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minidom.py + - -rwxr-xr-x 0 0 0 11637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/pulldom.py + - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/xmlbuilder.py + - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementInclude.py + - -rwxr-xr-x 0 0 0 13997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementPath.py + - -rwxr-xr-x 0 0 0 74399 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementTree.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/__init__.py + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/cElementTree.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/__init__.py + - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/expat.py + - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/__init__.py + - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/_exceptions.py + - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/expatreader.py + - -rwxr-xr-x 0 0 0 15617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/handler.py + - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/saxutils.py + - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/xmlreader.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/__init__.py + - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/client.py + - -rwxr-xr-x 0 0 0 36867 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/server.py + - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipapp.py + - -rwxr-xr-x 0 0 0 94447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipfile.py + - -rwxr-xr-x 0 0 0 30897 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipimport.py + - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/__init__.py + - -rwxr-xr-x 0 0 0 5294 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_common.py + - -rwxr-xr-x 0 0 0 5096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_tzpath.py + - -rwxr-xr-x 0 0 0 24674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_zoneinfo.py + - -rwxr-xr-x 0 0 0 22932 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/auto.tcl + - -rwxr-xr-x 0 0 0 60997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/clock.tcl + - -rwxr-xr-x 0 0 0 21330 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/cookiejar.tcl + - -rwxr-xr-x 0 0 0 7453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/idna.tcl + - -rwxr-xr-x 0 0 0 214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 70835 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/public_suffix_list.dat.gz + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ascii.enc + - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/big5.enc + - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cns11643.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1250.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1251.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1252.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1253.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1254.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1255.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1256.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1257.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1258.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp165.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp437.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp737.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp775.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp850.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp852.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp855.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp857.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp860.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp861.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp862.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp863.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp864.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp865.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp866.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp869.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp874.enc + - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp932.enc + - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp936.enc + - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp949.enc + - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp950.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/dingbats.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ebcdic.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-cn.enc + - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-jp.enc + - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-kr.enc + - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb12345.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb1988.enc + - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312-raw.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312.enc + - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-jp.enc + - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-kr.enc + - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-1.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-10.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-11.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-13.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-14.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-15.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-16.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-2.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-3.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-4.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-5.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-6.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-7.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-8.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-9.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0201.enc + - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0208.enc + - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0212.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-r.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-ru.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-t.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-u.enc + - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ksc5601.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCentEuro.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCroatian.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCyrillic.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macDingbats.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macGreek.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macIceland.enc + - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macJapan.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRoman.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRomania.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macThai.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macTurkish.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macUkraine.enc + - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/shiftjis.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/symbol.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/tis-620.enc + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/foreachline.tcl + - -rwxr-xr-x 0 0 0 7899 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/history.tcl + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/icu.tcl + - -rwxr-xr-x 0 0 0 23575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/init.tcl + - -rwxr-xr-x 0 0 0 7313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/install.tcl + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af_za.msg + - -rwxr-xr-x 0 0 0 1340 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_in.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_jo.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_lb.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_sy.msg + - -rwxr-xr-x 0 0 0 1345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/be.msg + - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bg.msg + - -rwxr-xr-x 0 0 0 1545 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn_in.msg + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ca.msg + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_at.msg + - -rwxr-xr-x 0 0 0 1215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_be.msg + - -rwxr-xr-x 0 0 0 1396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_au.msg + - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_be.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_bw.msg + - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ca.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_hk.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ie.msg + - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_in.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_nz.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ph.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_sg.msg + - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_za.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_zw.msg + - -rwxr-xr-x 0 0 0 1207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ar.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_bo.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_co.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_do.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ec.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_gt.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_hn.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_mx.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ni.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pa.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pe.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_py.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_sv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_uy.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ve.msg + - -rwxr-xr-x 0 0 0 1170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/et.msg + - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu.msg + - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu_es.msg + - -rwxr-xr-x 0 0 0 1062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa.msg + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_in.msg + - -rwxr-xr-x 0 0 0 381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_ir.msg + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo_fo.msg + - -rwxr-xr-x 0 0 0 1181 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_be.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ca.msg + - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ch.msg + - -rwxr-xr-x 0 0 0 1029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga_ie.msg + - -rwxr-xr-x 0 0 0 926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl_es.msg + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv_gb.msg + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/he.msg + - -rwxr-xr-x 0 0 0 1192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi_in.msg + - -rwxr-xr-x 0 0 0 1097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hr.msg + - -rwxr-xr-x 0 0 0 1247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id_id.msg + - -rwxr-xr-x 0 0 0 1147 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/is.msg + - -rwxr-xr-x 0 0 0 1220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it_ch.msg + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ja.msg + - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl_gl.msg + - -rwxr-xr-x 0 0 0 1368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko_kr.msg + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok.msg + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok_in.msg + - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw_gb.msg + - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lt.msg + - -rwxr-xr-x 0 0 0 1175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lv.msg + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mk.msg + - -rwxr-xr-x 0 0 0 1228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr_in.msg + - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms_my.msg + - -rwxr-xr-x 0 0 0 674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mt.msg + - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nb.msg + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl_be.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nn.msg + - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 1111 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt_br.msg + - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ro.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru_ua.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sh.msg + - -rwxr-xr-x 0 0 0 1151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sk.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sl.msg + - -rwxr-xr-x 0 0 0 1227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sq.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sr.msg + - -rwxr-xr-x 0 0 0 1143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sw.msg + - -rwxr-xr-x 0 0 0 1241 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta_in.msg + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te.msg + - -rwxr-xr-x 0 0 0 363 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te_in.msg + - -rwxr-xr-x 0 0 0 1678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/th.msg + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/tr.msg + - -rwxr-xr-x 0 0 0 1349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/uk.msg + - -rwxr-xr-x 0 0 0 1221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/vi.msg + - -rwxr-xr-x 0 0 0 2256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh.msg + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_hk.msg + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_sg.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_tw.msg + - -rwxr-xr-x 0 0 0 30422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/optparse.tcl + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 23749 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/package.tcl + - -rwxr-xr-x 0 0 0 814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/parray.tcl + - -rwxr-xr-x 0 0 0 599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/readfile.tcl + - -rwxr-xr-x 0 0 0 46997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/safe.tcl + - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclAppInit.c + - -rwxr-xr-x 0 0 0 9866 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclIndex + - -rwxr-xr-x 0 0 0 11904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tm.tcl + - -rwxr-xr-x 0 0 0 4764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/word.tcl + - -rwxr-xr-x 0 0 0 911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/writefile.tcl + - -rwxr-xr-x 0 0 0 180267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/http-2.10.1.tm + - -rwxr-xr-x 0 0 0 37407 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/msgcat-1.7.1.tm + - -rwxr-xr-x 0 0 0 11053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform-1.1.0.tm + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform/shell-1.1.4.tm + - -rwxr-xr-x 0 0 0 104783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/tcltest-2.5.10.tm + - -rwxr-xr-x 0 0 0 110144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/libtcl9thread3.0.4.so + - -rwxr-xr-x 0 0 0 2151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 24364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/ttrace.tcl + - -rwxr-xr-x 0 0 0 8924 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/bgerror.tcl + - -rwxr-xr-x 0 0 0 20834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/button.tcl + - -rwxr-xr-x 0 0 0 9681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/choosedir.tcl + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/clrpick.tcl + - -rwxr-xr-x 0 0 0 8355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/comdlg.tcl + - -rwxr-xr-x 0 0 0 32084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/console.tcl + - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/README + - -rwxr-xr-x 0 0 0 7127 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/anilabel.tcl + - -rwxr-xr-x 0 0 0 3608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/aniwave.tcl + - -rwxr-xr-x 0 0 0 8715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/arrow.tcl + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bind.tcl + - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bitmap.tcl + - -rwxr-xr-x 0 0 0 1756 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/browse + - -rwxr-xr-x 0 0 0 1507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/button.tcl + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/check.tcl + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/clrpick.tcl + - -rwxr-xr-x 0 0 0 5009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/colors.tcl + - -rwxr-xr-x 0 0 0 2064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/combo.tcl + - -rwxr-xr-x 0 0 0 4015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/cscroll.tcl + - -rwxr-xr-x 0 0 0 6312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ctext.tcl + - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog1.tcl + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog2.tcl + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/en.msg + - -rwxr-xr-x 0 0 0 1465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry1.tcl + - -rwxr-xr-x 0 0 0 2197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry2.tcl + - -rwxr-xr-x 0 0 0 6146 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry3.tcl + - -rwxr-xr-x 0 0 0 2384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/filebox.tcl + - -rwxr-xr-x 0 0 0 81247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/floor.tcl + - -rwxr-xr-x 0 0 0 1692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/fontchoose.tcl + - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/form.tcl + - -rwxr-xr-x 0 0 0 61196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/goldberg.tcl + - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hello + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hscale.tcl + - -rwxr-xr-x 0 0 0 2065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/icon.tcl + - -rwxr-xr-x 0 0 0 1408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image1.tcl + - -rwxr-xr-x 0 0 0 3535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image2.tcl + - -rwxr-xr-x 0 0 0 6497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tcl.svg + - -rwxr-xr-x 0 0 0 11700 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tk_feather.png + - -rwxr-xr-x 0 0 0 51559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earth.gif + - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthmenu.png + - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthris.gif + - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagdown.xbm + - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagup.xbm + - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/gray25.xbm + - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/letters.xbm + - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/noletter.xbm + - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/ouster.png + - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/pattern.xbm + - -rwxr-xr-x 0 0 0 68476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/plowed_field.png + - -rwxr-xr-x 0 0 0 82214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/starry_night.png + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/tcllogo.gif + - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/teapot.ppm + - -rwxr-xr-x 0 0 0 10571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/items.tcl + - -rwxr-xr-x 0 0 0 8083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ixset + - -rwxr-xr-x 0 0 0 8806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/knightstour.tcl + - -rwxr-xr-x 0 0 0 1721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/label.tcl + - -rwxr-xr-x 0 0 0 1809 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/labelframe.tcl + - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/license.terms + - -rwxr-xr-x 0 0 0 10926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_styles.tcl + - -rwxr-xr-x 0 0 0 2293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_tabs.tcl + - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_wm.tcl + - -rwxr-xr-x 0 0 0 5743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mclist.tcl + - -rwxr-xr-x 0 0 0 7607 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menu.tcl + - -rwxr-xr-x 0 0 0 4429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menubu.tcl + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/msgbox.tcl + - -rwxr-xr-x 0 0 0 7398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/nl.msg + - -rwxr-xr-x 0 0 0 1149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned1.tcl + - -rwxr-xr-x 0 0 0 2263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned2.tcl + - -rwxr-xr-x 0 0 0 8256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/pendulum.tcl + - -rwxr-xr-x 0 0 0 2918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/plot.tcl + - -rwxr-xr-x 0 0 0 4687 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/print.tcl + - -rwxr-xr-x 0 0 0 2605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/puzzle.tcl + - -rwxr-xr-x 0 0 0 2784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/radio.tcl + - -rwxr-xr-x 0 0 0 5316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rmt + - -rwxr-xr-x 0 0 0 8316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rolodex + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ruler.tcl + - -rwxr-xr-x 0 0 0 2275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/sayings.tcl + - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/search.tcl + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/spin.tcl + - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/states.tcl + - -rwxr-xr-x 0 0 0 6938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/style.tcl + - -rwxr-xr-x 0 0 0 2668 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/systray.tcl + - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tclIndex + - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tcolor + - -rwxr-xr-x 0 0 0 4277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/text.tcl + - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/textpeer.tcl + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/timer + - -rwxr-xr-x 0 0 0 3271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/toolbar.tcl + - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tree.tcl + - -rwxr-xr-x 0 0 0 3421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkbut.tcl + - -rwxr-xr-x 0 0 0 2420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkmenu.tcl + - -rwxr-xr-x 0 0 0 2343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttknote.tcl + - -rwxr-xr-x 0 0 0 4180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkpane.tcl + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkprogress.tcl + - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkscale.tcl + - -rwxr-xr-x 0 0 0 1631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkspin.tcl + - -rwxr-xr-x 0 0 0 11980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/twind.tcl + - -rwxr-xr-x 0 0 0 3969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/unicodeout.tcl + - -rwxr-xr-x 0 0 0 1640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/vscale.tcl + - -rwxr-xr-x 0 0 0 23966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/widget + - -rwxr-xr-x 0 0 0 5771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/windowicons.tcl + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/dialog.tcl + - -rwxr-xr-x 0 0 0 18658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/entry.tcl + - -rwxr-xr-x 0 0 0 4856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/focus.tcl + - -rwxr-xr-x 0 0 0 15648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/fontchooser.tcl + - -rwxr-xr-x 0 0 0 13074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconbadges.tcl + - -rwxr-xr-x 0 0 0 16403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconlist.tcl + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/icons.tcl + - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/README + - -rwxr-xr-x 0 0 0 32891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo.eps + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo100.gif + - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo64.gif + - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoLarge.gif + - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoMed.gif + - -rwxr-xr-x 0 0 0 27800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo.eps + - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo100.gif + - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo150.gif + - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo175.gif + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo200.gif + - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo75.gif + - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/tai-ku.gif + - -rwxr-xr-x 0 0 0 13771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/listbox.tcl + - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/megawidget.tcl + - -rwxr-xr-x 0 0 0 38199 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/menu.tcl + - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/mkpsenc.tcl + - -rwxr-xr-x 0 0 0 17249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgbox.tcl + - -rwxr-xr-x 0 0 0 4632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 4604 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 5495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 6249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en.msg + - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 4643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 4611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 4491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 4871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 4423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 5196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 5419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 4578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 6260 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 5920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 1580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/optMenu.tcl + - -rwxr-xr-x 0 0 0 9491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/palette.tcl + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/panedwindow.tcl + - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 42564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/print.tcl + - -rwxr-xr-x 0 0 0 7372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/safetk.tcl + - -rwxr-xr-x 0 0 0 7928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scale.tcl + - -rwxr-xr-x 0 0 0 6496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scaling.tcl + - -rwxr-xr-x 0 0 0 14049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scrlbar.tcl + - -rwxr-xr-x 0 0 0 15637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/spinbox.tcl + - -rwxr-xr-x 0 0 0 14520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/systray.tcl + - -rwxr-xr-x 0 0 0 20142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tclIndex + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tearoff.tcl + - -rwxr-xr-x 0 0 0 36150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/text.tcl + - -rwxr-xr-x 0 0 0 26717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tk.tcl + - -rwxr-xr-x 0 0 0 5543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkAppInit.c + - -rwxr-xr-x 0 0 0 37326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkfbox.tcl + - -rwxr-xr-x 0 0 0 5338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/altTheme.tcl + - -rwxr-xr-x 0 0 0 5342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/aquaTheme.tcl + - -rwxr-xr-x 0 0 0 2916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/button.tcl + - -rwxr-xr-x 0 0 0 6619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/clamTheme.tcl + - -rwxr-xr-x 0 0 0 4739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/classicTheme.tcl + - -rwxr-xr-x 0 0 0 15488 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/combobox.tcl + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/cursors.tcl + - -rwxr-xr-x 0 0 0 7477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/defaults.tcl + - -rwxr-xr-x 0 0 0 18034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/entry.tcl + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/fonts.tcl + - -rwxr-xr-x 0 0 0 6202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/menubutton.tcl + - -rwxr-xr-x 0 0 0 7242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/notebook.tcl + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/panedwindow.tcl + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/progress.tcl + - -rwxr-xr-x 0 0 0 2580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scale.tcl + - -rwxr-xr-x 0 0 0 2956 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scrollbar.tcl + - -rwxr-xr-x 0 0 0 2353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/sizegrip.tcl + - -rwxr-xr-x 0 0 0 5309 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/spinbox.tcl + - -rwxr-xr-x 0 0 0 11898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/treeview.tcl + - -rwxr-xr-x 0 0 0 6444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/ttk.tcl + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/utils.tcl + - -rwxr-xr-x 0 0 0 9358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/vistaTheme.tcl + - -rwxr-xr-x 0 0 0 3894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/winTheme.tcl + - -rwxr-xr-x 0 0 0 3139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/xpTheme.tcl + - -rwxr-xr-x 0 0 0 25855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/xmfbox.tcl + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.1 + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.11.1 + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/__init__.py + - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/add.py + - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./app.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash diff --git a/e2e/cases/oci/py_image_layer/py_image_test.yaml b/e2e/cases/oci/py_image_layer/py_image_test.yaml index a5e98e8cc..0f0d75686 100644 --- a/e2e/cases/oci/py_image_layer/py_image_test.yaml +++ b/e2e/cases/oci/py_image_layer/py_image_test.yaml @@ -2,14 +2,10 @@ schemaVersion: 2.0.0 fileExistenceTests: - name: __main__ is present - path: /py/tests/py_image_layer/__main__.py + path: /app.runfiles/_main/cases/oci/py_image_layer/__main__.py - name: runfiles dependencies are present - # FIXME: repo name seems unstable - path: /py/tests/py_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/__init__.py + path: /app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py -commandTests: - - name: can run binary - exitCode: 0 - command: /py/tests/py_image_layer/my_app_bin - expectedOutput: ["Hello rules_py - 3.14"] + - name: launcher is present + path: /app.runfiles/_main/cases/oci/py_image_layer/my_app_bin diff --git a/e2e/cases/oci/py_venv_image_layer/BUILD.bazel b/e2e/cases/oci/py_venv_image_layer/BUILD.bazel index 20f05b4cf..d663ee78d 100644 --- a/e2e/cases/oci/py_venv_image_layer/BUILD.bazel +++ b/e2e/cases/oci/py_venv_image_layer/BUILD.bazel @@ -55,6 +55,9 @@ py_venv_binary( py_image_layer( name = "my_app_layers", binary = ":my_app_bin", + # Remap the binary to /app so the launcher sees its runfiles at /app.runfiles/. + root = "/app", + strip_prefix = "cases/oci/py_venv_image_layer/my_app_bin", ) platform_transition_filegroup( @@ -89,7 +92,7 @@ oci_image( name = "image", # This is defined by an oci.pull() call in /MODULE.bazel base = "@ubuntu", - entrypoint = ["/{}/my_app_bin".format(package_name())], + entrypoint = ["/app"], tars = [":my_app_layers"], ) diff --git a/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml b/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml index dc8c3c57e..0bd9a8ce9 100644 --- a/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml +++ b/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml @@ -1,2536 +1,2382 @@ --- layer: 0 files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/ - - -rwxr-xr-x 0 0 0 127 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/2to3 - - -rwxr-xr-x 0 0 0 127 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/2to3-3.9 - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/idle3 - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/idle3.9 - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pip - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pip3 - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pip3.9 - - -rwxr-xr-x 0 0 0 110 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pydoc3 - - -rwxr-xr-x 0 0 0 110 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/pydoc3.9 - - -rwxr-xr-x 0 0 0 20944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python - - -rwxr-xr-x 0 0 0 20944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3 - - -rwxr-xr-x 0 0 0 3089 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3-config - - -rwxr-xr-x 0 0 0 20944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3.9 - - -rwxr-xr-x 0 0 0 3089 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3.9-config - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ - - -rwxr-xr-x 0 0 0 26193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/Python-ast.h - - -rwxr-xr-x 0 0 0 3532 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/Python.h - - -rwxr-xr-x 0 0 0 30476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/abstract.h - - -rwxr-xr-x 0 0 0 1224 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/asdl.h - - -rwxr-xr-x 0 0 0 947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ast.h - - -rwxr-xr-x 0 0 0 468 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bitset.h - - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bltinmodule.h - - -rwxr-xr-x 0 0 0 885 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/boolobject.h - - -rwxr-xr-x 0 0 0 1484 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bytearrayobject.h - - -rwxr-xr-x 0 0 0 3048 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/bytesobject.h - - -rwxr-xr-x 0 0 0 712 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cellobject.h - - -rwxr-xr-x 0 0 0 5954 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ceval.h - - -rwxr-xr-x 0 0 0 1657 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/classobject.h - - -rwxr-xr-x 0 0 0 318 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/code.h - - -rwxr-xr-x 0 0 0 6793 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/codecs.h - - -rwxr-xr-x 0 0 0 3778 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/compile.h - - -rwxr-xr-x 0 0 0 1806 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/complexobject.h - - -rwxr-xr-x 0 0 0 1962 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/context.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/ - - -rwxr-xr-x 0 0 0 14200 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/abstract.h - - -rwxr-xr-x 0 0 0 769 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/bytearrayobject.h - - -rwxr-xr-x 0 0 0 4114 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/bytesobject.h - - -rwxr-xr-x 0 0 0 1537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/ceval.h - - -rwxr-xr-x 0 0 0 6989 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/code.h - - -rwxr-xr-x 0 0 0 3797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/dictobject.h - - -rwxr-xr-x 0 0 0 721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/fileobject.h - - -rwxr-xr-x 0 0 0 4004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/fileutils.h - - -rwxr-xr-x 0 0 0 3059 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/frameobject.h - - -rwxr-xr-x 0 0 0 1473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/import.h - - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/initconfig.h - - -rwxr-xr-x 0 0 0 456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/interpreteridobject.h - - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/listobject.h - - -rwxr-xr-x 0 0 0 1399 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/methodobject.h - - -rwxr-xr-x 0 0 0 19358 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/object.h - - -rwxr-xr-x 0 0 0 4456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/objimpl.h - - -rwxr-xr-x 0 0 0 5101 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pyerrors.h - - -rwxr-xr-x 0 0 0 2096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pylifecycle.h - - -rwxr-xr-x 0 0 0 3511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pymem.h - - -rwxr-xr-x 0 0 0 10134 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/pystate.h - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/sysmodule.h - - -rwxr-xr-x 0 0 0 473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/traceback.h - - -rwxr-xr-x 0 0 0 1036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/tupleobject.h - - -rwxr-xr-x 0 0 0 46154 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/cpython/unicodeobject.h - - -rwxr-xr-x 0 0 0 9255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/datetime.h - - -rwxr-xr-x 0 0 0 3019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/descrobject.h - - -rwxr-xr-x 0 0 0 3715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/dictobject.h - - -rwxr-xr-x 0 0 0 22469 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/dynamic_annotations.h - - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/enumobject.h - - -rwxr-xr-x 0 0 0 1624 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/errcode.h - - -rwxr-xr-x 0 0 0 1209 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/eval.h - - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/exports.h - - -rwxr-xr-x 0 0 0 1571 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/fileobject.h - - -rwxr-xr-x 0 0 0 597 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/fileutils.h - - -rwxr-xr-x 0 0 0 4360 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/floatobject.h - - -rwxr-xr-x 0 0 0 337 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/frameobject.h - - -rwxr-xr-x 0 0 0 4057 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/funcobject.h - - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/genericaliasobject.h - - -rwxr-xr-x 0 0 0 3525 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/genobject.h - - -rwxr-xr-x 0 0 0 2118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/graminit.h - - -rwxr-xr-x 0 0 0 1821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/grammar.h - - -rwxr-xr-x 0 0 0 3026 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/import.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/ - - -rwxr-xr-x 0 0 0 953 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pegen_interface.h - - -rwxr-xr-x 0 0 0 479 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_abstract.h - - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_accu.h - - -rwxr-xr-x 0 0 0 16977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_atomic.h - - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_bytes_methods.h - - -rwxr-xr-x 0 0 0 2620 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_byteswap.h - - -rwxr-xr-x 0 0 0 870 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_call.h - - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_ceval.h - - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_code.h - - -rwxr-xr-x 0 0 0 2809 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_condvar.h - - -rwxr-xr-x 0 0 0 800 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_context.h - - -rwxr-xr-x 0 0 0 646 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_dtoa.h - - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_fileutils.h - - -rwxr-xr-x 0 0 0 6647 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_gc.h - - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_getopt.h - - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_gil.h - - -rwxr-xr-x 0 0 0 3697 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_hamt.h - - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_hashtable.h - - -rwxr-xr-x 0 0 0 473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_import.h - - -rwxr-xr-x 0 0 0 5233 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_initconfig.h - - -rwxr-xr-x 0 0 0 5299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_interp.h - - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_long.h - - -rwxr-xr-x 0 0 0 4157 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_object.h - - -rwxr-xr-x 0 0 0 1936 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pathconfig.h - - -rwxr-xr-x 0 0 0 2032 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pyerrors.h - - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pyhash.h - - -rwxr-xr-x 0 0 0 3741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pylifecycle.h - - -rwxr-xr-x 0 0 0 3363 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pymem.h - - -rwxr-xr-x 0 0 0 3583 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_pystate.h - - -rwxr-xr-x 0 0 0 4452 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_runtime.h - - -rwxr-xr-x 0 0 0 548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_sysmodule.h - - -rwxr-xr-x 0 0 0 3056 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_traceback.h - - -rwxr-xr-x 0 0 0 442 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_tupleobject.h - - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/internal/pycore_warnings.h - - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/interpreteridobject.h - - -rwxr-xr-x 0 0 0 861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/intrcheck.h - - -rwxr-xr-x 0 0 0 521 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/iterobject.h - - -rwxr-xr-x 0 0 0 1781 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/listobject.h - - -rwxr-xr-x 0 0 0 3799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/longintrepr.h - - -rwxr-xr-x 0 0 0 9513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/longobject.h - - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/marshal.h - - -rwxr-xr-x 0 0 0 2764 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/memoryobject.h - - -rwxr-xr-x 0 0 0 3775 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/methodobject.h - - -rwxr-xr-x 0 0 0 9959 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/modsupport.h - - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/moduleobject.h - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/namespaceobject.h - - -rwxr-xr-x 0 0 0 1281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/node.h - - -rwxr-xr-x 0 0 0 24628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/object.h - - -rwxr-xr-x 0 0 0 8423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/objimpl.h - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/odictobject.h - - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/opcode.h - - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/osdefs.h - - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/osmodule.h - - -rwxr-xr-x 0 0 0 2958 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/parsetok.h - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/patchlevel.h - - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/picklebufobject.h - - -rwxr-xr-x 0 0 0 2474 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/py_curses.h - - -rwxr-xr-x 0 0 0 2744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyarena.h - - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pycapsule.h - - -rwxr-xr-x 0 0 0 48085 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyconfig.h - - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyctype.h - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pydebug.h - - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pydtrace.h - - -rwxr-xr-x 0 0 0 12427 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyerrors.h - - -rwxr-xr-x 0 0 0 2572 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyexpat.h - - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyfpe.h - - -rwxr-xr-x 0 0 0 466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyframe.h - - -rwxr-xr-x 0 0 0 4263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyhash.h - - -rwxr-xr-x 0 0 0 2136 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pylifecycle.h - - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymacconfig.h - - -rwxr-xr-x 0 0 0 4920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymacro.h - - -rwxr-xr-x 0 0 0 8580 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymath.h - - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pymem.h - - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pyport.h - - -rwxr-xr-x 0 0 0 5250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystate.h - - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystrcmp.h - - -rwxr-xr-x 0 0 0 849 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystrhex.h - - -rwxr-xr-x 0 0 0 1483 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pystrtod.h - - -rwxr-xr-x 0 0 0 7673 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pythonrun.h - - -rwxr-xr-x 0 0 0 5938 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pythread.h - - -rwxr-xr-x 0 0 0 8928 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/pytime.h - - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/rangeobject.h - - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/setobject.h - - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/sliceobject.h - - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/structmember.h - - -rwxr-xr-x 0 0 0 1390 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/structseq.h - - -rwxr-xr-x 0 0 0 5307 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/symtable.h - - -rwxr-xr-x 0 0 0 1242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/sysmodule.h - - -rwxr-xr-x 0 0 0 2642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/token.h - - -rwxr-xr-x 0 0 0 584 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/traceback.h - - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/tracemalloc.h - - -rwxr-xr-x 0 0 0 1614 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/tupleobject.h - - -rwxr-xr-x 0 0 0 2350 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/typeslots.h - - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/ucnhash.h - - -rwxr-xr-x 0 0 0 35426 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/unicodeobject.h - - -rwxr-xr-x 0 0 0 1776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/warnings.h - - -rwxr-xr-x 0 0 0 2863 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/include/python3.9/weakrefobject.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ - - -rwxr-xr-x 0 0 0 13870 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Balloon.tcl - - -rwxr-xr-x 0 0 0 2791 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/BtnBox.tcl - - -rwxr-xr-x 0 0 0 8098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/CObjView.tcl - - -rwxr-xr-x 0 0 0 5326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ChkList.tcl - - -rwxr-xr-x 0 0 0 37829 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ComboBox.tcl - - -rwxr-xr-x 0 0 0 903 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Compat.tcl - - -rwxr-xr-x 0 0 0 15923 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Console.tcl - - -rwxr-xr-x 0 0 0 12884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Control.tcl - - -rwxr-xr-x 0 0 0 3116 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DefSchm.tcl - - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DialogS.tcl - - -rwxr-xr-x 0 0 0 5632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirBox.tcl - - -rwxr-xr-x 0 0 0 2301 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirDlg.tcl - - -rwxr-xr-x 0 0 0 7336 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirList.tcl - - -rwxr-xr-x 0 0 0 9322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DirTree.tcl - - -rwxr-xr-x 0 0 0 4191 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DragDrop.tcl - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/DtlList.tcl - - -rwxr-xr-x 0 0 0 11826 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/EFileBox.tcl - - -rwxr-xr-x 0 0 0 1783 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/EFileDlg.tcl - - -rwxr-xr-x 0 0 0 5448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Event.tcl - - -rwxr-xr-x 0 0 0 14904 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileBox.tcl - - -rwxr-xr-x 0 0 0 2591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileCbx.tcl - - -rwxr-xr-x 0 0 0 2260 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileDlg.tcl - - -rwxr-xr-x 0 0 0 7589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FileEnt.tcl - - -rwxr-xr-x 0 0 0 3308 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/FloatEnt.tcl - - -rwxr-xr-x 0 0 0 22787 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Grid.tcl - - -rwxr-xr-x 0 0 0 19065 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/HList.tcl - - -rwxr-xr-x 0 0 0 4704 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/HListDD.tcl - - -rwxr-xr-x 0 0 0 6382 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/IconView.tcl - - -rwxr-xr-x 0 0 0 6431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Init.tcl - - -rwxr-xr-x 0 0 0 2229 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/LabEntry.tcl - - -rwxr-xr-x 0 0 0 1230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/LabFrame.tcl - - -rwxr-xr-x 0 0 0 4108 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/LabWidg.tcl - - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ListNBk.tcl - - -rwxr-xr-x 0 0 0 3251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Meter.tcl - - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/MultView.tcl - - -rwxr-xr-x 0 0 0 6407 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/NoteBook.tcl - - -rwxr-xr-x 0 0 0 3164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/OldUtil.tcl - - -rwxr-xr-x 0 0 0 9786 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/OptMenu.tcl - - -rwxr-xr-x 0 0 0 29562 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/PanedWin.tcl - - -rwxr-xr-x 0 0 0 5739 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/PopMenu.tcl - - -rwxr-xr-x 0 0 0 10955 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Primitiv.tcl - - -rwxr-xr-x 0 0 0 1013 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/README.txt - - -rwxr-xr-x 0 0 0 13752 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/ResizeH.tcl - - -rwxr-xr-x 0 0 0 6178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SGrid.tcl - - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SHList.tcl - - -rwxr-xr-x 0 0 0 7433 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SListBox.tcl - - -rwxr-xr-x 0 0 0 2521 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/STList.tcl - - -rwxr-xr-x 0 0 0 3297 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SText.tcl - - -rwxr-xr-x 0 0 0 10213 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SWidget.tcl - - -rwxr-xr-x 0 0 0 7182 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SWindow.tcl - - -rwxr-xr-x 0 0 0 7504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Select.tcl - - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Shell.tcl - - -rwxr-xr-x 0 0 0 1204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/SimpDlg.tcl - - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StackWin.tcl - - -rwxr-xr-x 0 0 0 1395 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StatBar.tcl - - -rwxr-xr-x 0 0 0 1727 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StdBBox.tcl - - -rwxr-xr-x 0 0 0 1222 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/StdShell.tcl - - -rwxr-xr-x 0 0 0 18962 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/TList.tcl - - -rwxr-xr-x 0 0 0 10135 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Tix.tcl - - -rwxr-xr-x 0 0 0 4890 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Tree.tcl - - -rwxr-xr-x 0 0 0 11230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Utils.tcl - - -rwxr-xr-x 0 0 0 5280 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/VResize.tcl - - -rwxr-xr-x 0 0 0 10081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/VStack.tcl - - -rwxr-xr-x 0 0 0 4605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/VTree.tcl - - -rwxr-xr-x 0 0 0 2664 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/Variable.tcl - - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/WInfo.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ - - -rwxr-xr-x 0 0 0 90 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.gif - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.xbm - - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.xpm - - -rwxr-xr-x 0 0 0 123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/balarrow.xbm - - -rwxr-xr-x 0 0 0 263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/cbxarrow.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_def.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_off.xbm - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_on.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/cross.xbm - - -rwxr-xr-x 0 0 0 99 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/decr.xbm - - -rwxr-xr-x 0 0 0 326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/drop.xbm - - -rwxr-xr-x 0 0 0 76 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.gif - - -rwxr-xr-x 0 0 0 233 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.xbm - - -rwxr-xr-x 0 0 0 298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.xpm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.gif - - -rwxr-xr-x 0 0 0 215 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.xbm - - -rwxr-xr-x 0 0 0 418 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.xpm - - -rwxr-xr-x 0 0 0 896 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/harddisk.xbm - - -rwxr-xr-x 0 0 0 969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/hourglas.mask - - -rwxr-xr-x 0 0 0 940 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/hourglas.xbm - - -rwxr-xr-x 0 0 0 99 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/incr.xbm - - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/info.gif - - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/info.xpm - - -rwxr-xr-x 0 0 0 284 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/maximize.xbm - - -rwxr-xr-x 0 0 0 284 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minimize.xbm - - -rwxr-xr-x 0 0 0 57 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.gif - - -rwxr-xr-x 0 0 0 198 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.xbm - - -rwxr-xr-x 0 0 0 201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.xpm - - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.gif - - -rwxr-xr-x 0 0 0 207 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.xbm - - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.xpm - - -rwxr-xr-x 0 0 0 263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/mktransgif.tcl - - -rwxr-xr-x 0 0 0 893 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/network.xbm - - -rwxr-xr-x 0 0 0 176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/no_entry.gif - - -rwxr-xr-x 0 0 0 1274 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/no_entry.xpm - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfile.xbm - - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.gif - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.xbm - - -rwxr-xr-x 0 0 0 418 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.xpm - - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.gif - - -rwxr-xr-x 0 0 0 195 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.xbm - - -rwxr-xr-x 0 0 0 200 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.xpm - - -rwxr-xr-x 0 0 0 60 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.gif - - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.xbm - - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.xpm - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/resize1.xbm - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/resize2.xbm - - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/restore.xbm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.gif - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.xbm - - -rwxr-xr-x 0 0 0 294 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.xpm - - -rwxr-xr-x 0 0 0 278 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/system.xbm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.gif - - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.xbm - - -rwxr-xr-x 0 0 0 302 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.xpm - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/tick.xbm - - -rwxr-xr-x 0 0 0 180 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/warning.gif - - -rwxr-xr-x 0 0 0 1262 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/warning.xpm - - -rwxr-xr-x 0 0 0 4165 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/fs.tcl - - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/license.terms - - -rwxr-xr-x 0 0 0 126 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pkgIndex.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/ - - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/10Point.fs - - -rwxr-xr-x 0 0 0 2046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/10Point.fsc - - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/12Point.fs - - -rwxr-xr-x 0 0 0 2045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/12Point.fsc - - -rwxr-xr-x 0 0 0 639 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/14Point.fs - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/14Point.fsc - - -rwxr-xr-x 0 0 0 1028 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Bisque.cs - - -rwxr-xr-x 0 0 0 22539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Bisque.csc - - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Blue.cs - - -rwxr-xr-x 0 0 0 22552 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Blue.csc - - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Gray.cs - - -rwxr-xr-x 0 0 0 22552 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Gray.csc - - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Old12Pt.fs - - -rwxr-xr-x 0 0 0 499 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/Old14Pt.fs - - -rwxr-xr-x 0 0 0 1026 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/SGIGray.cs - - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/SGIGray.csc - - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.cs - - -rwxr-xr-x 0 0 0 2023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.csc - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.fs - - -rwxr-xr-x 0 0 0 569 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.fsc - - -rwxr-xr-x 0 0 0 1026 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TixGray.cs - - -rwxr-xr-x 0 0 0 22539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TixGray.csc - - -rwxr-xr-x 0 0 0 2246 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.cs - - -rwxr-xr-x 0 0 0 22302 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.csc - - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.fs - - -rwxr-xr-x 0 0 0 1674 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.fsc - - -rwxr-xr-x 0 0 0 1452 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.cs - - -rwxr-xr-x 0 0 0 14566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.csc - - -rwxr-xr-x 0 0 0 755 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.fs - - -rwxr-xr-x 0 0 0 2184 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.fsc - - -rwxr-xr-x 0 0 0 3597 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.py - - -rwxr-xr-x 0 0 0 34898 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.tcl - - -rwxr-xr-x 0 0 0 4466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.txt - - -rwxr-xr-x 0 0 0 271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/Tix8.4.3/pref/pkgIndex.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/ - - -rwxr-xr-x 0 0 0 5153 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itcl.tcl - - -rwxr-xr-x 0 0 0 2932 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itclConfig.sh - - -rwxr-xr-x 0 0 0 21056 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itclHullCmds.tcl - - -rwxr-xr-x 0 0 0 12651 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/itcl4.2.2/itclWidget.tcl - - -rwxr-xr-x 0 0 0 47556352 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/libpython3.9.so.1.0 - - -rwxr-xr-x 0 0 0 16800 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/libpython3.so - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/ - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python-3.9-embed.pc - - -rwxr-xr-x 0 0 0 277 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python-3.9.pc - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python3-embed.pc - - -rwxr-xr-x 0 0 0 277 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/pkgconfig/python3.pc - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ - - -rwxr-xr-x 0 0 0 13937 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/LICENSE.txt - - -rwxr-xr-x 0 0 0 5147 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__future__.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__phello__.foo.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/ - - -rwxr-xr-x 0 0 0 1246 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/_bootlocale.cpython-39.pyc - - -rwxr-xr-x 0 0 0 31750 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/_collections_abc.cpython-39.pyc - - -rwxr-xr-x 0 0 0 3520 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc - - -rwxr-xr-x 0 0 0 5794 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/abc.cpython-39.pyc - - -rwxr-xr-x 0 0 0 33907 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/codecs.cpython-39.pyc - - -rwxr-xr-x 0 0 0 4043 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/genericpath.cpython-39.pyc - - -rwxr-xr-x 0 0 0 3427 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/io.cpython-39.pyc - - -rwxr-xr-x 0 0 0 31665 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/os.cpython-39.pyc - - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/posixpath.cpython-39.pyc - - -rwxr-xr-x 0 0 0 17029 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/site.cpython-39.pyc - - -rwxr-xr-x 0 0 0 4391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/__pycache__/stat.cpython-39.pyc - - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_aix_support.py - - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_bootlocale.py - - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_bootsubprocess.py - - -rwxr-xr-x 0 0 0 29374 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_collections_abc.py - - -rwxr-xr-x 0 0 0 8749 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_compat_pickle.py - - -rwxr-xr-x 0 0 0 5340 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_compression.py - - -rwxr-xr-x 0 0 0 14623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_markupbase.py - - -rwxr-xr-x 0 0 0 21773 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_osx_support.py - - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_py_abc.py - - -rwxr-xr-x 0 0 0 228666 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_pydecimal.py - - -rwxr-xr-x 0 0 0 93316 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_pyio.py - - -rwxr-xr-x 0 0 0 3115 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_sitebuiltins.py - - -rwxr-xr-x 0 0 0 25277 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_strptime.py - - -rwxr-xr-x 0 0 0 28013 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_sysconfigdata__linux_x86_64-linux-gnu.py - - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_threading_local.py - - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/_weakrefset.py - - -rwxr-xr-x 0 0 0 4920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/abc.py - - -rwxr-xr-x 0 0 0 32605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/aifc.py - - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/antigravity.py - - -rwxr-xr-x 0 0 0 98119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/argparse.py - - -rwxr-xr-x 0 0 0 56179 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ast.py - - -rwxr-xr-x 0 0 0 11321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asynchat.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/ - - -rwxr-xr-x 0 0 0 1279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/__init__.py - - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/__main__.py - - -rwxr-xr-x 0 0 0 74192 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_events.py - - -rwxr-xr-x 0 0 0 2574 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_futures.py - - -rwxr-xr-x 0 0 0 8843 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_subprocess.py - - -rwxr-xr-x 0 0 0 2467 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/base_tasks.py - - -rwxr-xr-x 0 0 0 888 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/constants.py - - -rwxr-xr-x 0 0 0 8797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/coroutines.py - - -rwxr-xr-x 0 0 0 26451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/events.py - - -rwxr-xr-x 0 0 0 1633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/exceptions.py - - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/format_helpers.py - - -rwxr-xr-x 0 0 0 14042 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/futures.py - - -rwxr-xr-x 0 0 0 15181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/locks.py - - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/log.py - - -rwxr-xr-x 0 0 0 32146 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/proactor_events.py - - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/protocols.py - - -rwxr-xr-x 0 0 0 8305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/queues.py - - -rwxr-xr-x 0 0 0 2125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/runners.py - - -rwxr-xr-x 0 0 0 39500 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/selector_events.py - - -rwxr-xr-x 0 0 0 27459 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/sslproto.py - - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/staggered.py - - -rwxr-xr-x 0 0 0 26656 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/streams.py - - -rwxr-xr-x 0 0 0 8070 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/subprocess.py - - -rwxr-xr-x 0 0 0 34419 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/tasks.py - - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/threads.py - - -rwxr-xr-x 0 0 0 10724 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/transports.py - - -rwxr-xr-x 0 0 0 5876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/trsock.py - - -rwxr-xr-x 0 0 0 51754 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/unix_events.py - - -rwxr-xr-x 0 0 0 33054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/windows_events.py - - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncio/windows_utils.py - - -rwxr-xr-x 0 0 0 20102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/asyncore.py - - -rwxr-xr-x 0 0 0 19861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/base64.py - - -rwxr-xr-x 0 0 0 31389 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/bdb.py - - -rwxr-xr-x 0 0 0 14784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/binhex.py - - -rwxr-xr-x 0 0 0 2350 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/bisect.py - - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/bz2.py - - -rwxr-xr-x 0 0 0 6347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cProfile.py - - -rwxr-xr-x 0 0 0 24832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/calendar.py - - -rwxr-xr-x 0 0 0 33963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cgi.py - - -rwxr-xr-x 0 0 0 12096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cgitb.py - - -rwxr-xr-x 0 0 0 5435 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/chunk.py - - -rwxr-xr-x 0 0 0 14860 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/cmd.py - - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/code.py - - -rwxr-xr-x 0 0 0 36673 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/codecs.py - - -rwxr-xr-x 0 0 0 6326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/codeop.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/collections/ - - -rwxr-xr-x 0 0 0 49819 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/collections/__init__.py - - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/collections/abc.py - - -rwxr-xr-x 0 0 0 4064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/colorsys.py - - -rwxr-xr-x 0 0 0 20105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/compileall.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/ - - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/ - - -rwxr-xr-x 0 0 0 1554 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/__init__.py - - -rwxr-xr-x 0 0 0 22577 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/_base.py - - -rwxr-xr-x 0 0 0 31395 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/process.py - - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/concurrent/futures/thread.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/ - - -rwxr-xr-x 0 0 0 112671 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/Makefile - - -rwxr-xr-x 0 0 0 15019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/Setup - - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/Setup.local - - -rwxr-xr-x 0 0 0 8848 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/config.c - - -rwxr-xr-x 0 0 0 1623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/config.c.in - - -rwxr-xr-x 0 0 0 15368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/install-sh - - -rwxr-xr-x 0 0 0 7929 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/makesetup - - -rwxr-xr-x 0 0 0 2069 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/python-config.py - - -rwxr-xr-x 0 0 0 4060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/config-3.9-x86_64-linux-gnu/python.o - - -rwxr-xr-x 0 0 0 54584 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/configparser.py - - -rwxr-xr-x 0 0 0 24624 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/contextlib.py - - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/contextvars.py - - -rwxr-xr-x 0 0 0 8650 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/copy.py - - -rwxr-xr-x 0 0 0 7274 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/copyreg.py - - -rwxr-xr-x 0 0 0 3819 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/crypt.py - - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/csv.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/ - - -rwxr-xr-x 0 0 0 18046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/__init__.py - - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/_aix.py - - -rwxr-xr-x 0 0 0 2000 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/_endian.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/ - - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/README.ctypes - - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/__init__.py - - -rwxr-xr-x 0 0 0 5283 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/dyld.py - - -rwxr-xr-x 0 0 0 1828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/dylib.py - - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/fetch_macholib - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/fetch_macholib.bat - - -rwxr-xr-x 0 0 0 2201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/framework.py - - -rwxr-xr-x 0 0 0 13879 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/util.py - - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ctypes/wintypes.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/ - - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/__init__.py - - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/ascii.py - - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/has_key.py - - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/panel.py - - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/curses/textpad.py - - -rwxr-xr-x 0 0 0 49586 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dataclasses.py - - -rwxr-xr-x 0 0 0 89177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/datetime.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/ - - -rwxr-xr-x 0 0 0 5839 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/__init__.py - - -rwxr-xr-x 0 0 0 11536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/dumb.py - - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/gnu.py - - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dbm/ndbm.py - - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/decimal.py - - -rwxr-xr-x 0 0 0 83307 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/difflib.py - - -rwxr-xr-x 0 0 0 20570 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/dis.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/ - - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/README - - -rwxr-xr-x 0 0 0 236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/__init__.py - - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/_msvccompiler.py - - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/archive_util.py - - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/bcppcompiler.py - - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/ccompiler.py - - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/cmd.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/ - - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/__init__.py - - -rwxr-xr-x 0 0 0 5562 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist.py - - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_dumb.py - - -rwxr-xr-x 0 0 0 35579 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_msi.py - - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_wininst.py - - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build.py - - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_clib.py - - -rwxr-xr-x 0 0 0 31635 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_ext.py - - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_py.py - - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/build_scripts.py - - -rwxr-xr-x 0 0 0 5636 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/check.py - - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/clean.py - - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/command_template - - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/config.py - - -rwxr-xr-x 0 0 0 26805 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install.py - - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_data.py - - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_headers.py - - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_lib.py - - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/install_scripts.py - - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/register.py - - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/sdist.py - - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/command/upload.py - - -rwxr-xr-x 0 0 0 4827 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/config.py - - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/core.py - - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/cygwinccompiler.py - - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/debug.py - - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/dep_util.py - - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/dir_util.py - - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/dist.py - - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/errors.py - - -rwxr-xr-x 0 0 0 10515 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/extension.py - - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/fancy_getopt.py - - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/file_util.py - - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/filelist.py - - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/log.py - - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/msvc9compiler.py - - -rwxr-xr-x 0 0 0 23540 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/msvccompiler.py - - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/spawn.py - - -rwxr-xr-x 0 0 0 20632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/sysconfig.py - - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/text_file.py - - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/unixccompiler.py - - -rwxr-xr-x 0 0 0 20913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/util.py - - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/version.py - - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/distutils/versionpredicate.py - - -rwxr-xr-x 0 0 0 104568 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/doctest.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/ - - -rwxr-xr-x 0 0 0 1766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/__init__.py - - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_encoded_words.py - - -rwxr-xr-x 0 0 0 107205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_header_value_parser.py - - -rwxr-xr-x 0 0 0 17722 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_parseaddr.py - - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/_policybase.py - - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/architecture.rst - - -rwxr-xr-x 0 0 0 3558 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/base64mime.py - - -rwxr-xr-x 0 0 0 17128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/charset.py - - -rwxr-xr-x 0 0 0 10555 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/contentmanager.py - - -rwxr-xr-x 0 0 0 1786 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/encoders.py - - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/errors.py - - -rwxr-xr-x 0 0 0 22780 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/feedparser.py - - -rwxr-xr-x 0 0 0 20816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/generator.py - - -rwxr-xr-x 0 0 0 24102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/header.py - - -rwxr-xr-x 0 0 0 20628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/headerregistry.py - - -rwxr-xr-x 0 0 0 2135 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/iterators.py - - -rwxr-xr-x 0 0 0 47060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/message.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/__init__.py - - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/application.py - - -rwxr-xr-x 0 0 0 2739 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/audio.py - - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/base.py - - -rwxr-xr-x 0 0 0 1829 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/image.py - - -rwxr-xr-x 0 0 0 1317 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/message.py - - -rwxr-xr-x 0 0 0 1621 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/multipart.py - - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/nonmultipart.py - - -rwxr-xr-x 0 0 0 1437 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/mime/text.py - - -rwxr-xr-x 0 0 0 5041 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/parser.py - - -rwxr-xr-x 0 0 0 10383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/policy.py - - -rwxr-xr-x 0 0 0 9858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/quoprimime.py - - -rwxr-xr-x 0 0 0 17060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/email/utils.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/ - - -rwxr-xr-x 0 0 0 5588 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/ - - -rwxr-xr-x 0 0 0 3916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/__init__.cpython-39.pyc - - -rwxr-xr-x 0 0 0 6349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/aliases.cpython-39.pyc - - -rwxr-xr-x 0 0 0 1914 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc - - -rwxr-xr-x 0 0 0 1651 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc - - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/aliases.py - - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/ascii.py - - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/base64_codec.py - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/big5.py - - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/big5hkscs.py - - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/bz2_codec.py - - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/charmap.py - - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp037.py - - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1006.py - - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1026.py - - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1125.py - - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1140.py - - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1250.py - - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1251.py - - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1252.py - - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1253.py - - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1254.py - - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1255.py - - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1256.py - - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1257.py - - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp1258.py - - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp273.py - - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp424.py - - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp437.py - - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp500.py - - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp720.py - - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp737.py - - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp775.py - - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp850.py - - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp852.py - - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp855.py - - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp856.py - - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp857.py - - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp858.py - - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp860.py - - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp861.py - - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp862.py - - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp863.py - - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp864.py - - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp865.py - - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp866.py - - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp869.py - - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp874.py - - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp875.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp932.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp949.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/cp950.py - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_jis_2004.py - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_jisx0213.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_jp.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/euc_kr.py - - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/gb18030.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/gb2312.py - - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/gbk.py - - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/hex_codec.py - - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/hp_roman8.py - - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/hz.py - - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/idna.py - - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_1.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_2.py - - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_2004.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_3.py - - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_ext.py - - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_kr.py - - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_1.py - - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_10.py - - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_11.py - - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_13.py - - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_14.py - - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_15.py - - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_16.py - - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_2.py - - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_3.py - - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_4.py - - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_5.py - - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_6.py - - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_7.py - - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_8.py - - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_9.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/johab.py - - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/koi8_r.py - - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/koi8_t.py - - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/koi8_u.py - - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/kz1048.py - - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/latin_1.py - - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_arabic.py - - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_croatian.py - - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_cyrillic.py - - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_farsi.py - - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_greek.py - - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_iceland.py - - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_latin2.py - - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_roman.py - - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_romanian.py - - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mac_turkish.py - - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/mbcs.py - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/oem.py - - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/palmos.py - - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/ptcp154.py - - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/punycode.py - - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/quopri_codec.py - - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/raw_unicode_escape.py - - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/rot_13.py - - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/shift_jis.py - - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/shift_jis_2004.py - - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/shift_jisx0213.py - - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/tis_620.py - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/undefined.py - - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/unicode_escape.py - - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_16.py - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_16_be.py - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_16_le.py - - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_32.py - - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_32_be.py - - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_32_le.py - - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_7.py - - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_8.py - - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/utf_8_sig.py - - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/uu_codec.py - - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/encodings/zlib_codec.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/ - - -rwxr-xr-x 0 0 0 6963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/__init__.py - - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/_bundled/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/_bundled/__init__.py - - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ensurepip/_uninstall.py - - -rwxr-xr-x 0 0 0 39440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/enum.py - - -rwxr-xr-x 0 0 0 10024 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/filecmp.py - - -rwxr-xr-x 0 0 0 14791 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/fileinput.py - - -rwxr-xr-x 0 0 0 6004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/fnmatch.py - - -rwxr-xr-x 0 0 0 15143 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/formatter.py - - -rwxr-xr-x 0 0 0 24323 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/fractions.py - - -rwxr-xr-x 0 0 0 35496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ftplib.py - - -rwxr-xr-x 0 0 0 38881 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/functools.py - - -rwxr-xr-x 0 0 0 4975 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/genericpath.py - - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/getopt.py - - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/getpass.py - - -rwxr-xr-x 0 0 0 27266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/gettext.py - - -rwxr-xr-x 0 0 0 5823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/glob.py - - -rwxr-xr-x 0 0 0 9573 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/graphlib.py - - -rwxr-xr-x 0 0 0 21772 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/gzip.py - - -rwxr-xr-x 0 0 0 10010 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/hashlib.py - - -rwxr-xr-x 0 0 0 22877 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/heapq.py - - -rwxr-xr-x 0 0 0 7003 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/hmac.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/ - - -rwxr-xr-x 0 0 0 4756 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/__init__.py - - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/entities.py - - -rwxr-xr-x 0 0 0 17392 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/html/parser.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/ - - -rwxr-xr-x 0 0 0 6732 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/__init__.py - - -rwxr-xr-x 0 0 0 56549 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/client.py - - -rwxr-xr-x 0 0 0 76835 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/cookiejar.py - - -rwxr-xr-x 0 0 0 19840 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/cookies.py - - -rwxr-xr-x 0 0 0 48231 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/http/server.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/ - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/CREDITS.txt - - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/ChangeLog - - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/HISTORY.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/ - - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/README.txt - - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/folder.gif - - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle.ico - - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_16.gif - - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_16.png - - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_256.png - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_32.gif - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_32.png - - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_48.gif - - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_48.png - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/minusnode.gif - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/openfolder.gif - - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/plusnode.gif - - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/python.gif - - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/tk.gif - - -rwxr-xr-x 0 0 0 51948 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/NEWS.txt - - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/NEWS2x.txt - - -rwxr-xr-x 0 0 0 9680 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/README.txt - - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/TODO.txt - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/__init__.py - - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/__main__.py - - -rwxr-xr-x 0 0 0 9150 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/autocomplete.py - - -rwxr-xr-x 0 0 0 20981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/autocomplete_w.py - - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/autoexpand.py - - -rwxr-xr-x 0 0 0 8314 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/browser.py - - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/calltip.py - - -rwxr-xr-x 0 0 0 7158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/calltip_w.py - - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/codecontext.py - - -rwxr-xr-x 0 0 0 13201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/colorizer.py - - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-extensions.def - - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-highlight.def - - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-keys.def - - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config-main.def - - -rwxr-xr-x 0 0 0 38173 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config.py - - -rwxr-xr-x 0 0 0 14540 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/config_key.py - - -rwxr-xr-x 0 0 0 105738 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/configdialog.py - - -rwxr-xr-x 0 0 0 19104 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugger.py - - -rwxr-xr-x 0 0 0 12167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugger_r.py - - -rwxr-xr-x 0 0 0 4055 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugobj.py - - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/debugobj_r.py - - -rwxr-xr-x 0 0 0 1043 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/delegator.py - - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/dynoption.py - - -rwxr-xr-x 0 0 0 65733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/editor.py - - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/extend.txt - - -rwxr-xr-x 0 0 0 3876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/filelist.py - - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/format.py - - -rwxr-xr-x 0 0 0 7479 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/grep.py - - -rwxr-xr-x 0 0 0 68554 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/help.html - - -rwxr-xr-x 0 0 0 11851 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/help.py - - -rwxr-xr-x 0 0 0 9084 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/help_about.py - - -rwxr-xr-x 0 0 0 4043 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/history.py - - -rwxr-xr-x 0 0 0 12883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/hyperparser.py - - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/idle.bat - - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/idle.py - - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/idle.pyw - - -rwxr-xr-x 0 0 0 15832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/iomenu.py - - -rwxr-xr-x 0 0 0 9663 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/macosx.py - - -rwxr-xr-x 0 0 0 3930 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/mainmenu.py - - -rwxr-xr-x 0 0 0 18648 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/multicall.py - - -rwxr-xr-x 0 0 0 5709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/outwin.py - - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/parenmatch.py - - -rwxr-xr-x 0 0 0 3193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/pathbrowser.py - - -rwxr-xr-x 0 0 0 3130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/percolator.py - - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/pyparse.py - - -rwxr-xr-x 0 0 0 57605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/pyshell.py - - -rwxr-xr-x 0 0 0 15075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/query.py - - -rwxr-xr-x 0 0 0 6875 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/redirector.py - - -rwxr-xr-x 0 0 0 9799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/replace.py - - -rwxr-xr-x 0 0 0 21076 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/rpc.py - - -rwxr-xr-x 0 0 0 21046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/run.py - - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/runscript.py - - -rwxr-xr-x 0 0 0 4465 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/scrolledlist.py - - -rwxr-xr-x 0 0 0 5566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/search.py - - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/searchbase.py - - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/searchengine.py - - -rwxr-xr-x 0 0 0 13585 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/sidebar.py - - -rwxr-xr-x 0 0 0 12825 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/squeezer.py - - -rwxr-xr-x 0 0 0 4454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/stackviewer.py - - -rwxr-xr-x 0 0 0 1472 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/statusbar.py - - -rwxr-xr-x 0 0 0 6813 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/textview.py - - -rwxr-xr-x 0 0 0 6557 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/tooltip.py - - -rwxr-xr-x 0 0 0 16370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/tree.py - - -rwxr-xr-x 0 0 0 11046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/undo.py - - -rwxr-xr-x 0 0 0 721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/util.py - - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/window.py - - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/zoomheight.py - - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/idlelib/zzdummy.py - - -rwxr-xr-x 0 0 0 54904 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/imaplib.py - - -rwxr-xr-x 0 0 0 3808 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/imghdr.py - - -rwxr-xr-x 0 0 0 10536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/imp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/ - - -rwxr-xr-x 0 0 0 6061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/__init__.py - - -rwxr-xr-x 0 0 0 40322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/_bootstrap.py - - -rwxr-xr-x 0 0 0 64947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/_bootstrap_external.py - - -rwxr-xr-x 0 0 0 1497 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/_common.py - - -rwxr-xr-x 0 0 0 14924 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/abc.py - - -rwxr-xr-x 0 0 0 844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/machinery.py - - -rwxr-xr-x 0 0 0 18750 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/metadata.py - - -rwxr-xr-x 0 0 0 7209 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/resources.py - - -rwxr-xr-x 0 0 0 11321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/importlib/util.py - - -rwxr-xr-x 0 0 0 118235 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/inspect.py - - -rwxr-xr-x 0 0 0 3541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/io.py - - -rwxr-xr-x 0 0 0 77867 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ipaddress.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/ - - -rwxr-xr-x 0 0 0 14019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/__init__.py - - -rwxr-xr-x 0 0 0 12472 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/decoder.py - - -rwxr-xr-x 0 0 0 16073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/encoder.py - - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/scanner.py - - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/json/tool.py - - -rwxr-xr-x 0 0 0 1047 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/keyword.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib-dynload/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib-dynload/.empty - - -rwxr-xr-x 0 0 0 24360 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib-dynload/_crypt.cpython-39-x86_64-linux-gnu.so - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/ - - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/Grammar.txt - - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/Grammar3.9.20.final.0.pickle - - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/PatternGrammar.txt - - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/PatternGrammar3.9.20.final.0.pickle - - -rwxr-xr-x 0 0 0 163 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/__init__.py - - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/__main__.py - - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/btm_matcher.py - - -rwxr-xr-x 0 0 0 9966 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/btm_utils.py - - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixer_base.py - - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixer_util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/ - - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/__init__.py - - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_apply.py - - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_asserts.py - - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_basestring.py - - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_buffer.py - - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_dict.py - - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_except.py - - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_exec.py - - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_execfile.py - - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_exitfunc.py - - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_filter.py - - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_funcattrs.py - - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_future.py - - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_getcwdu.py - - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_has_key.py - - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_idioms.py - - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_import.py - - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_imports.py - - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_imports2.py - - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_input.py - - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_intern.py - - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_isinstance.py - - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_itertools.py - - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_itertools_imports.py - - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_long.py - - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_map.py - - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_metaclass.py - - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_methodattrs.py - - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_ne.py - - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_next.py - - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_nonzero.py - - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_numliterals.py - - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_operator.py - - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_paren.py - - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_print.py - - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_raise.py - - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_raw_input.py - - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_reduce.py - - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_reload.py - - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_renames.py - - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_repr.py - - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_set_literal.py - - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_standarderror.py - - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_sys_exc.py - - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_throw.py - - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_tuple_params.py - - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_types.py - - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_unicode.py - - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_urllib.py - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_ws_comma.py - - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_xrange.py - - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_xreadlines.py - - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_zip.py - - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/main.py - - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/patcomp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/ - - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/__init__.py - - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/conv.py - - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/driver.py - - -rwxr-xr-x 0 0 0 5533 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/grammar.py - - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/literals.py - - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/parse.py - - -rwxr-xr-x 0 0 0 13812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/pgen.py - - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/token.py - - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/tokenize.py - - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pygram.py - - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/pytree.py - - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lib2to3/refactor.py - - -rwxr-xr-x 0 0 0 5461 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/linecache.py - - -rwxr-xr-x 0 0 0 78271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/locale.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/ - - -rwxr-xr-x 0 0 0 78600 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/__init__.py - - -rwxr-xr-x 0 0 0 36379 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/config.py - - -rwxr-xr-x 0 0 0 60423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/logging/handlers.py - - -rwxr-xr-x 0 0 0 13231 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/lzma.py - - -rwxr-xr-x 0 0 0 78794 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/mailbox.py - - -rwxr-xr-x 0 0 0 9116 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/mailcap.py - - -rwxr-xr-x 0 0 0 21564 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/mimetypes.py - - -rwxr-xr-x 0 0 0 24401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/modulefinder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/ - - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/__init__.py - - -rwxr-xr-x 0 0 0 31685 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/connection.py - - -rwxr-xr-x 0 0 0 11257 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/ - - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/__init__.py - - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/connection.py - - -rwxr-xr-x 0 0 0 12142 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/forkserver.py - - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/heap.py - - -rwxr-xr-x 0 0 0 47303 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/managers.py - - -rwxr-xr-x 0 0 0 32555 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/pool.py - - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_fork.py - - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_forkserver.py - - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_spawn_posix.py - - -rwxr-xr-x 0 0 0 4011 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_spawn_win32.py - - -rwxr-xr-x 0 0 0 12000 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/process.py - - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/queues.py - - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/reduction.py - - -rwxr-xr-x 0 0 0 5132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/resource_sharer.py - - -rwxr-xr-x 0 0 0 8613 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/resource_tracker.py - - -rwxr-xr-x 0 0 0 18396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/shared_memory.py - - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/sharedctypes.py - - -rwxr-xr-x 0 0 0 9296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/spawn.py - - -rwxr-xr-x 0 0 0 11610 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/synchronize.py - - -rwxr-xr-x 0 0 0 14006 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/multiprocessing/util.py - - -rwxr-xr-x 0 0 0 5566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/netrc.py - - -rwxr-xr-x 0 0 0 41023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/nntplib.py - - -rwxr-xr-x 0 0 0 27734 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ntpath.py - - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/nturl2path.py - - -rwxr-xr-x 0 0 0 10338 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/numbers.py - - -rwxr-xr-x 0 0 0 5660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/opcode.py - - -rwxr-xr-x 0 0 0 10751 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/operator.py - - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/optparse.py - - -rwxr-xr-x 0 0 0 39065 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/os.py - - -rwxr-xr-x 0 0 0 54073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pathlib.py - - -rwxr-xr-x 0 0 0 63239 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pdb.py - - -rwxr-xr-x 0 0 0 64920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pickle.py - - -rwxr-xr-x 0 0 0 93486 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pickletools.py - - -rwxr-xr-x 0 0 0 8916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pipes.py - - -rwxr-xr-x 0 0 0 24276 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pkgutil.py - - -rwxr-xr-x 0 0 0 40602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/platform.py - - -rwxr-xr-x 0 0 0 28248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/plistlib.py - - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/poplib.py - - -rwxr-xr-x 0 0 0 15721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/posixpath.py - - -rwxr-xr-x 0 0 0 22527 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pprint.py - - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/profile.py - - -rwxr-xr-x 0 0 0 29326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pstats.py - - -rwxr-xr-x 0 0 0 4807 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pty.py - - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/py_compile.py - - -rwxr-xr-x 0 0 0 15255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pyclbr.py - - -rwxr-xr-x 0 0 0 109600 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/__init__.py - - -rwxr-xr-x 0 0 0 96 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/_pydoc.css - - -rwxr-xr-x 0 0 0 703325 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/pydoc_data/topics.py - - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/queue.py - - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/quopri.py - - -rwxr-xr-x 0 0 0 31484 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/random.py - - -rwxr-xr-x 0 0 0 15861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/re.py - - -rwxr-xr-x 0 0 0 5267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/reprlib.py - - -rwxr-xr-x 0 0 0 7648 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/rlcompleter.py - - -rwxr-xr-x 0 0 0 13084 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/runpy.py - - -rwxr-xr-x 0 0 0 6442 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sched.py - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/secrets.py - - -rwxr-xr-x 0 0 0 19536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/selectors.py - - -rwxr-xr-x 0 0 0 8527 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/shelve.py - - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/shlex.py - - -rwxr-xr-x 0 0 0 53030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/shutil.py - - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/signal.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/ - - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/README.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/ - - -rwxr-xr-x 0 0 0 6715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__pycache__/ - - -rwxr-xr-x 0 0 0 8117 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc - - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/override.py - - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/distutils-precedence.pth - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/ - - -rwxr-xr-x 0 0 0 10669 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/AUTHORS.txt - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/LICENSE.txt - - -rwxr-xr-x 0 0 0 3626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/METADATA - - -rwxr-xr-x 0 0 0 66872 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/WHEEL - - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/direct_url.json - - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/entry_points.txt - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/top_level.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/ - - -rwxr-xr-x 0 0 0 357 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__init__.py - - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__main__.py - - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__pip-runner__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/ - - -rwxr-xr-x 0 0 0 513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/__init__.py - - -rwxr-xr-x 0 0 0 10374 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/build_env.py - - -rwxr-xr-x 0 0 0 10369 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cache.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/ - - -rwxr-xr-x 0 0 0 132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/__init__.py - - -rwxr-xr-x 0 0 0 6865 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py - - -rwxr-xr-x 0 0 0 8667 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/base_command.py - - -rwxr-xr-x 0 0 0 30066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py - - -rwxr-xr-x 0 0 0 774 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/command_context.py - - -rwxr-xr-x 0 0 0 5857 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/index_command.py - - -rwxr-xr-x 0 0 0 2817 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/main.py - - -rwxr-xr-x 0 0 0 4338 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py - - -rwxr-xr-x 0 0 0 10811 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/parser.py - - -rwxr-xr-x 0 0 0 2714 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/progress_bars.py - - -rwxr-xr-x 0 0 0 12250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/req_command.py - - -rwxr-xr-x 0 0 0 5118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/spinners.py - - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/status_codes.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/ - - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/__init__.py - - -rwxr-xr-x 0 0 0 7944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/cache.py - - -rwxr-xr-x 0 0 0 1684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/check.py - - -rwxr-xr-x 0 0 0 4287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/completion.py - - -rwxr-xr-x 0 0 0 9766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/configuration.py - - -rwxr-xr-x 0 0 0 6797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/debug.py - - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/download.py - - -rwxr-xr-x 0 0 0 3172 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/freeze.py - - -rwxr-xr-x 0 0 0 1703 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/hash.py - - -rwxr-xr-x 0 0 0 1132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/help.py - - -rwxr-xr-x 0 0 0 4731 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/index.py - - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/inspect.py - - -rwxr-xr-x 0 0 0 28997 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/install.py - - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/list.py - - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/search.py - - -rwxr-xr-x 0 0 0 7507 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/show.py - - -rwxr-xr-x 0 0 0 3892 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/uninstall.py - - -rwxr-xr-x 0 0 0 6414 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/wheel.py - - -rwxr-xr-x 0 0 0 14006 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/configuration.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/ - - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/__init__.py - - -rwxr-xr-x 0 0 0 1783 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/base.py - - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/installed.py - - -rwxr-xr-x 0 0 0 6751 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py - - -rwxr-xr-x 0 0 0 1317 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/wheel.py - - -rwxr-xr-x 0 0 0 25371 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/exceptions.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/ - - -rwxr-xr-x 0 0 0 30 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/__init__.py - - -rwxr-xr-x 0 0 0 16265 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/collector.py - - -rwxr-xr-x 0 0 0 37733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/package_finder.py - - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/sources.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/ - - -rwxr-xr-x 0 0 0 14925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/__init__.py - - -rwxr-xr-x 0 0 0 6009 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py - - -rwxr-xr-x 0 0 0 7724 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/_sysconfig.py - - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/base.py - - -rwxr-xr-x 0 0 0 340 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/main.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/ - - -rwxr-xr-x 0 0 0 4339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/__init__.py - - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/_json.py - - -rwxr-xr-x 0 0 0 25298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/base.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/ - - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__init__.py - - -rwxr-xr-x 0 0 0 1882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_compat.py - - -rwxr-xr-x 0 0 0 8275 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_dists.py - - -rwxr-xr-x 0 0 0 7455 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_envs.py - - -rwxr-xr-x 0 0 0 10542 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/pkg_resources.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/ - - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/__init__.py - - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/candidate.py - - -rwxr-xr-x 0 0 0 6578 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/direct_url.py - - -rwxr-xr-x 0 0 0 2486 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/format_control.py - - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/index.py - - -rwxr-xr-x 0 0 0 2818 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/installation_report.py - - -rwxr-xr-x 0 0 0 21034 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/link.py - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/scheme.py - - -rwxr-xr-x 0 0 0 4531 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/search_scope.py - - -rwxr-xr-x 0 0 0 2015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/selection_prefs.py - - -rwxr-xr-x 0 0 0 4271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/target_python.py - - -rwxr-xr-x 0 0 0 3601 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/ - - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/__init__.py - - -rwxr-xr-x 0 0 0 20533 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/auth.py - - -rwxr-xr-x 0 0 0 3935 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/cache.py - - -rwxr-xr-x 0 0 0 6087 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/download.py - - -rwxr-xr-x 0 0 0 7638 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/lazy_wheel.py - - -rwxr-xr-x 0 0 0 18741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/session.py - - -rwxr-xr-x 0 0 0 4073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/utils.py - - -rwxr-xr-x 0 0 0 1838 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py - - -rwxr-xr-x 0 0 0 4774 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/build_tracker.py - - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py - - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_editable.py - - -rwxr-xr-x 0 0 0 2190 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py - - -rwxr-xr-x 0 0 0 1075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_editable.py - - -rwxr-xr-x 0 0 0 3045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py - - -rwxr-xr-x 0 0 0 5087 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/check.py - - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/freeze.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/ - - -rwxr-xr-x 0 0 0 51 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py - - -rwxr-xr-x 0 0 0 1283 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py - - -rwxr-xr-x 0 0 0 27197 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/wheel.py - - -rwxr-xr-x 0 0 0 28118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/prepare.py - - -rwxr-xr-x 0 0 0 7152 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/pyproject.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/ - - -rwxr-xr-x 0 0 0 2653 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/__init__.py - - -rwxr-xr-x 0 0 0 18412 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/constructors.py - - -rwxr-xr-x 0 0 0 17687 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_file.py - - -rwxr-xr-x 0 0 0 35054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_install.py - - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_set.py - - -rwxr-xr-x 0 0 0 23853 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_uninstall.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py - - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/base.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py - - -rwxr-xr-x 0 0 0 24068 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/resolver.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py - - -rwxr-xr-x 0 0 0 5023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py - - -rwxr-xr-x 0 0 0 19823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py - - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py - - -rwxr-xr-x 0 0 0 6383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py - - -rwxr-xr-x 0 0 0 9935 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/provider.py - - -rwxr-xr-x 0 0 0 3100 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/reporter.py - - -rwxr-xr-x 0 0 0 8065 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/requirements.py - - -rwxr-xr-x 0 0 0 12592 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py - - -rwxr-xr-x 0 0 0 8356 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/self_outdated_check.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/__init__.py - - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/_jaraco_text.py - - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/_log.py - - -rwxr-xr-x 0 0 0 1665 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/appdirs.py - - -rwxr-xr-x 0 0 0 2399 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/compat.py - - -rwxr-xr-x 0 0 0 5377 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/compatibility_tags.py - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/datetime.py - - -rwxr-xr-x 0 0 0 3707 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/deprecation.py - - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/direct_url_helpers.py - - -rwxr-xr-x 0 0 0 2463 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/egg_link.py - - -rwxr-xr-x 0 0 0 1169 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/encoding.py - - -rwxr-xr-x 0 0 0 3064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/entrypoints.py - - -rwxr-xr-x 0 0 0 5122 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/filesystem.py - - -rwxr-xr-x 0 0 0 716 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/filetypes.py - - -rwxr-xr-x 0 0 0 3166 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/glibc.py - - -rwxr-xr-x 0 0 0 3113 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/glibc.py.orig - - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/hashes.py - - -rwxr-xr-x 0 0 0 11602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/logging.py - - -rwxr-xr-x 0 0 0 23814 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/misc.py - - -rwxr-xr-x 0 0 0 2108 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/packaging.py - - -rwxr-xr-x 0 0 0 4435 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.py - - -rwxr-xr-x 0 0 0 8988 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py - - -rwxr-xr-x 0 0 0 9312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/temp_dir.py - - -rwxr-xr-x 0 0 0 11951 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/unpacking.py - - -rwxr-xr-x 0 0 0 1599 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/urls.py - - -rwxr-xr-x 0 0 0 3456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/virtualenv.py - - -rwxr-xr-x 0 0 0 4494 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/ - - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/__init__.py - - -rwxr-xr-x 0 0 0 3528 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/bazaar.py - - -rwxr-xr-x 0 0 0 18177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/git.py - - -rwxr-xr-x 0 0 0 5249 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/mercurial.py - - -rwxr-xr-x 0 0 0 11735 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/subversion.py - - -rwxr-xr-x 0 0 0 22440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.py - - -rwxr-xr-x 0 0 0 11799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/wheel_builder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/ - - -rwxr-xr-x 0 0 0 4850 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/ - - -rwxr-xr-x 0 0 0 676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__init__.py - - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/_cmd.py - - -rwxr-xr-x 0 0 0 6355 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py - - -rwxr-xr-x 0 0 0 1952 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/cache.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/ - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__init__.py - - -rwxr-xr-x 0 0 0 5406 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py - - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py - - -rwxr-xr-x 0 0 0 18575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/controller.py - - -rwxr-xr-x 0 0 0 4292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/filewrapper.py - - -rwxr-xr-x 0 0 0 4834 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/heuristics.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/py.typed - - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/serialize.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/wrapper.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/ - - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/__init__.py - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/__main__.py - - -rwxr-xr-x 0 0 0 292541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/cacert.pem - - -rwxr-xr-x 0 0 0 4486 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/core.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/ - - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/__init__.py - - -rwxr-xr-x 0 0 0 41487 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/compat.py - - -rwxr-xr-x 0 0 0 51965 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/database.py - - -rwxr-xr-x 0 0 0 20797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/index.py - - -rwxr-xr-x 0 0 0 51767 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/locators.py - - -rwxr-xr-x 0 0 0 14168 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/manifest.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/markers.py - - -rwxr-xr-x 0 0 0 39693 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/metadata.py - - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/resources.py - - -rwxr-xr-x 0 0 0 18780 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/scripts.py - - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t32.exe - - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t64-arm.exe - - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t64.exe - - -rwxr-xr-x 0 0 0 67530 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/util.py - - -rwxr-xr-x 0 0 0 23747 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/version.py - - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w32.exe - - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w64-arm.exe - - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w64.exe - - -rwxr-xr-x 0 0 0 43958 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/ - - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/__init__.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py - - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/distro.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/ - - -rwxr-xr-x 0 0 0 849 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/__init__.py - - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/codec.py - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/compat.py - - -rwxr-xr-x 0 0 0 12663 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/core.py - - -rwxr-xr-x 0 0 0 78320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py - - -rwxr-xr-x 0 0 0 1881 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/intranges.py - - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/py.typed - - -rwxr-xr-x 0 0 0 206503 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/uts46data.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/ - - -rwxr-xr-x 0 0 0 1077 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/__init__.py - - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.py - - -rwxr-xr-x 0 0 0 5629 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/ext.py - - -rwxr-xr-x 0 0 0 33175 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/fallback.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3282 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 10671 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 32349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39738 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16210 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pkg_resources/ - - -rwxr-xr-x 0 0 0 108869 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/ - - -rwxr-xr-x 0 0 0 22285 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/__init__.py - - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/__main__.py - - -rwxr-xr-x 0 0 0 7681 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py - - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/api.py - - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/macos.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/py.typed - - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/unix.py - - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/version.py - - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/windows.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/ - - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/__init__.py - - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/__main__.py - - -rwxr-xr-x 0 0 0 23650 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py - - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/console.py - - -rwxr-xr-x 0 0 0 1938 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filter.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filters/ - - -rwxr-xr-x 0 0 0 40386 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py - - -rwxr-xr-x 0 0 0 4178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/ - - -rwxr-xr-x 0 0 0 5431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__init__.py - - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/_mapping.py - - -rwxr-xr-x 0 0 0 3314 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/bbcode.py - - -rwxr-xr-x 0 0 0 5094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/groff.py - - -rwxr-xr-x 0 0 0 35676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/html.py - - -rwxr-xr-x 0 0 0 23140 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/img.py - - -rwxr-xr-x 0 0 0 4981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/irc.py - - -rwxr-xr-x 0 0 0 19351 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/latex.py - - -rwxr-xr-x 0 0 0 5073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/other.py - - -rwxr-xr-x 0 0 0 2212 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py - - -rwxr-xr-x 0 0 0 5014 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/rtf.py - - -rwxr-xr-x 0 0 0 7335 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/svg.py - - -rwxr-xr-x 0 0 0 4674 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal.py - - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal256.py - - -rwxr-xr-x 0 0 0 35284 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexer.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/ - - -rwxr-xr-x 0 0 0 12161 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__init__.py - - -rwxr-xr-x 0 0 0 74926 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/_mapping.py - - -rwxr-xr-x 0 0 0 53448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/python.py - - -rwxr-xr-x 0 0 0 986 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/modeline.py - - -rwxr-xr-x 0 0 0 2591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/plugin.py - - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/regexopt.py - - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/scanner.py - - -rwxr-xr-x 0 0 0 7770 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/sphinxext.py - - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/style.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/ - - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/__init__.py - - -rwxr-xr-x 0 0 0 3251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/_mapping.py - - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/token.py - - -rwxr-xr-x 0 0 0 63223 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/unistring.py - - -rwxr-xr-x 0 0 0 10230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/ - - -rwxr-xr-x 0 0 0 491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__init__.py - - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_compat.py - - -rwxr-xr-x 0 0 0 11920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_impl.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/ - - -rwxr-xr-x 0 0 0 546 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py - - -rwxr-xr-x 0 0 0 10927 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/ - - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/__init__.py - - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py - - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/_internal_utils.py - - -rwxr-xr-x 0 0 0 27607 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py - - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/api.py - - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/auth.py - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/certs.py - - -rwxr-xr-x 0 0 0 1485 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/compat.py - - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/cookies.py - - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/exceptions.py - - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/help.py - - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/hooks.py - - -rwxr-xr-x 0 0 0 35483 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/models.py - - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/packages.py - - -rwxr-xr-x 0 0 0 30495 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py - - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/status_codes.py - - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/structures.py - - -rwxr-xr-x 0 0 0 33631 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/utils.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/ - - -rwxr-xr-x 0 0 0 537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__init__.py - - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py - - -rwxr-xr-x 0 0 0 5871 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/providers.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/py.typed - - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py - - -rwxr-xr-x 0 0 0 20511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py - - -rwxr-xr-x 0 0 0 4963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/ - - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/__init__.py - - -rwxr-xr-x 0 0 0 8477 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/__main__.py - - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py - - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py - - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py - - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_export_format.py - - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_extension.py - - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_fileno.py - - -rwxr-xr-x 0 0 0 9695 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_inspect.py - - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_log_render.py - - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_loop.py - - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_null_file.py - - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_palettes.py - - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py - - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_ratio.py - - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_spinners.py - - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_stack.py - - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_timer.py - - -rwxr-xr-x 0 0 0 22820 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_win32_console.py - - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_windows.py - - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_windows_renderer.py - - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_wrap.py - - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/abc.py - - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/align.py - - -rwxr-xr-x 0 0 0 6906 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/ansi.py - - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/bar.py - - -rwxr-xr-x 0 0 0 10831 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/box.py - - -rwxr-xr-x 0 0 0 4780 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/cells.py - - -rwxr-xr-x 0 0 0 18223 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/color.py - - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/color_triplet.py - - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/columns.py - - -rwxr-xr-x 0 0 0 99173 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/console.py - - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py - - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/containers.py - - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/control.py - - -rwxr-xr-x 0 0 0 8082 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/default_styles.py - - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/diagnose.py - - -rwxr-xr-x 0 0 0 2501 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/emoji.py - - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/errors.py - - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/file_proxy.py - - -rwxr-xr-x 0 0 0 2508 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/filesize.py - - -rwxr-xr-x 0 0 0 9585 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py - - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/json.py - - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/jupyter.py - - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/layout.py - - -rwxr-xr-x 0 0 0 14271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/live.py - - -rwxr-xr-x 0 0 0 3666 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/live_render.py - - -rwxr-xr-x 0 0 0 11903 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/logging.py - - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/markup.py - - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/measure.py - - -rwxr-xr-x 0 0 0 4970 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/padding.py - - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/pager.py - - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/palette.py - - -rwxr-xr-x 0 0 0 10705 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/panel.py - - -rwxr-xr-x 0 0 0 35848 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/pretty.py - - -rwxr-xr-x 0 0 0 59715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/progress.py - - -rwxr-xr-x 0 0 0 8164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/progress_bar.py - - -rwxr-xr-x 0 0 0 11304 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/prompt.py - - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/protocol.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/py.typed - - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/region.py - - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/repr.py - - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/rule.py - - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/scope.py - - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/screen.py - - -rwxr-xr-x 0 0 0 24246 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/segment.py - - -rwxr-xr-x 0 0 0 4339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/spinner.py - - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/status.py - - -rwxr-xr-x 0 0 0 27073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/style.py - - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/styled.py - - -rwxr-xr-x 0 0 0 35475 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/syntax.py - - -rwxr-xr-x 0 0 0 39680 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/table.py - - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/terminal_theme.py - - -rwxr-xr-x 0 0 0 47312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/text.py - - -rwxr-xr-x 0 0 0 3777 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/theme.py - - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/themes.py - - -rwxr-xr-x 0 0 0 29601 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/traceback.py - - -rwxr-xr-x 0 0 0 9167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/tree.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/ - - -rwxr-xr-x 0 0 0 20518 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/__init__.py - - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/_asyncio.py - - -rwxr-xr-x 0 0 0 2179 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/_utils.py - - -rwxr-xr-x 0 0 0 1682 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/after.py - - -rwxr-xr-x 0 0 0 1562 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/before.py - - -rwxr-xr-x 0 0 0 2372 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/before_sleep.py - - -rwxr-xr-x 0 0 0 1383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/nap.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/py.typed - - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/retry.py - - -rwxr-xr-x 0 0 0 3086 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/stop.py - - -rwxr-xr-x 0 0 0 2142 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/tornadoweb.py - - -rwxr-xr-x 0 0 0 8024 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/wait.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/__init__.py - - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_parser.py - - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_re.py - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_types.py - - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/ - - -rwxr-xr-x 0 0 0 403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/__init__.py - - -rwxr-xr-x 0 0 0 10461 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_api.py - - -rwxr-xr-x 0 0 0 17608 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_macos.py - - -rwxr-xr-x 0 0 0 2324 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_openssl.py - - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_ssl_constants.py - - -rwxr-xr-x 0 0 0 17891 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_windows.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/py.typed - - -rwxr-xr-x 0 0 0 122341 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/typing_extensions.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/ - - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/__init__.py - - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/_collections.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/_version.py - - -rwxr-xr-x 0 0 0 20300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/connection.py - - -rwxr-xr-x 0 0 0 40285 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__init__.py - - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py - - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py - - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py - - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/appengine.py - - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py - - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py - - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/securetransport.py - - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/socks.py - - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/exceptions.py - - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/fields.py - - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/filepost.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py - - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py - - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/six.py - - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/poolmanager.py - - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/request.py - - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/response.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ - - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__init__.py - - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/connection.py - - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/proxy.py - - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/queue.py - - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/request.py - - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/response.py - - -rwxr-xr-x 0 0 0 22013 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/retry.py - - -rwxr-xr-x 0 0 0 17177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_.py - - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py - - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssltransport.py - - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/timeout.py - - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/url.py - - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/wait.py - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/vendor.txt - - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pip/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/ - - -rwxr-xr-x 0 0 0 124456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/__init__.py - - -rwxr-xr-x 0 0 0 106920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/tarfile.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/ - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py - - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py - - -rwxr-xr-x 0 0 0 5457 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_common.py - - -rwxr-xr-x 0 0 0 2925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py - - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py - - -rwxr-xr-x 0 0 0 3481 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py - - -rwxr-xr-x 0 0 0 5140 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/abc.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/py.typed - - -rwxr-xr-x 0 0 0 3581 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/readers.py - - -rwxr-xr-x 0 0 0 2576 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/simple.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/__init__.py - - -rwxr-xr-x 0 0 0 9573 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/ - - -rwxr-xr-x 0 0 0 16705 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/__init__.py - - -rwxr-xr-x 0 0 0 3982 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/__init__.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/text/ - - -rwxr-xr-x 0 0 0 15526 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/ - - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/__init__.py - - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/__init__.pyi - - -rwxr-xr-x 0 0 0 143053 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/more.py - - -rwxr-xr-x 0 0 0 21044 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/more.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/py.typed - - -rwxr-xr-x 0 0 0 27548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/recipes.py - - -rwxr-xr-x 0 0 0 4436 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/recipes.pyi - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/ - - -rwxr-xr-x 0 0 0 12806 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/__init__.py - - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/__main__.py - - -rwxr-xr-x 0 0 0 4068 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/android.py - - -rwxr-xr-x 0 0 0 4910 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/api.py - - -rwxr-xr-x 0 0 0 2655 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/macos.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/py.typed - - -rwxr-xr-x 0 0 0 6911 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/unix.py - - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/version.py - - -rwxr-xr-x 0 0 0 6596 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/windows.py - - -rwxr-xr-x 0 0 0 8425 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/zipp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/extern/ - - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/extern/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/ - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/LICENSE - - -rwxr-xr-x 0 0 0 5817 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/METADATA - - -rwxr-xr-x 0 0 0 43922 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/WHEEL - - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/direct_url.json - - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/entry_points.txt - - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/top_level.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/ - - -rwxr-xr-x 0 0 0 8950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/__init__.py - - -rwxr-xr-x 0 0 0 9826 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_core_metadata.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/ - - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/__init__.py - - -rwxr-xr-x 0 0 0 5440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_collections.py - - -rwxr-xr-x 0 0 0 1771 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_functools.py - - -rwxr-xr-x 0 0 0 1453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_itertools.py - - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_log.py - - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_macos_compat.py - - -rwxr-xr-x 0 0 0 2410 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_modified.py - - -rwxr-xr-x 0 0 0 19641 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_msvccompiler.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/version.py - - -rwxr-xr-x 0 0 0 8551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/archive_util.py - - -rwxr-xr-x 0 0 0 14674 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/bcppcompiler.py - - -rwxr-xr-x 0 0 0 48935 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/ccompiler.py - - -rwxr-xr-x 0 0 0 17877 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/cmd.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/ - - -rwxr-xr-x 0 0 0 416 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/__init__.py - - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/_framework_compat.py - - -rwxr-xr-x 0 0 0 5354 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist.py - - -rwxr-xr-x 0 0 0 4582 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_dumb.py - - -rwxr-xr-x 0 0 0 21686 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 5729 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build.py - - -rwxr-xr-x 0 0 0 7684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_clib.py - - -rwxr-xr-x 0 0 0 31850 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py - - -rwxr-xr-x 0 0 0 16552 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_py.py - - -rwxr-xr-x 0 0 0 5534 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_scripts.py - - -rwxr-xr-x 0 0 0 4928 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/check.py - - -rwxr-xr-x 0 0 0 2595 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/clean.py - - -rwxr-xr-x 0 0 0 13008 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/config.py - - -rwxr-xr-x 0 0 0 30079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install.py - - -rwxr-xr-x 0 0 0 2764 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_data.py - - -rwxr-xr-x 0 0 0 2788 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 1184 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_headers.py - - -rwxr-xr-x 0 0 0 8410 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_lib.py - - -rwxr-xr-x 0 0 0 1937 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_scripts.py - - -rwxr-xr-x 0 0 0 11793 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/register.py - - -rwxr-xr-x 0 0 0 19196 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py - - -rwxr-xr-x 0 0 0 7493 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/upload.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/ - - -rwxr-xr-x 0 0 0 429 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/__init__.py - - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/py38.py - - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/py39.py - - -rwxr-xr-x 0 0 0 5226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/config.py - - -rwxr-xr-x 0 0 0 9318 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/core.py - - -rwxr-xr-x 0 0 0 11954 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/cygwinccompiler.py - - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/debug.py - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dep_util.py - - -rwxr-xr-x 0 0 0 8007 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dir_util.py - - -rwxr-xr-x 0 0 0 50977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dist.py - - -rwxr-xr-x 0 0 0 3589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/errors.py - - -rwxr-xr-x 0 0 0 10206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/extension.py - - -rwxr-xr-x 0 0 0 17822 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/fancy_getopt.py - - -rwxr-xr-x 0 0 0 7944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/file_util.py - - -rwxr-xr-x 0 0 0 13654 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/filelist.py - - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/log.py - - -rwxr-xr-x 0 0 0 30129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/msvc9compiler.py - - -rwxr-xr-x 0 0 0 23451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/msvccompiler.py - - -rwxr-xr-x 0 0 0 3626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/spawn.py - - -rwxr-xr-x 0 0 0 18747 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/sysconfig.py - - -rwxr-xr-x 0 0 0 12098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/text_file.py - - -rwxr-xr-x 0 0 0 15698 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/unixccompiler.py - - -rwxr-xr-x 0 0 0 18093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/util.py - - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/version.py - - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/versionpredicate.py - - -rwxr-xr-x 0 0 0 6589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/zosccompiler.py - - -rwxr-xr-x 0 0 0 2333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_entry_points.py - - -rwxr-xr-x 0 0 0 2443 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_imp.py - - -rwxr-xr-x 0 0 0 1454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_importlib.py - - -rwxr-xr-x 0 0 0 675 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_itertools.py - - -rwxr-xr-x 0 0 0 4567 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_normalization.py - - -rwxr-xr-x 0 0 0 1178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_path.py - - -rwxr-xr-x 0 0 0 1112 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_reqs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/__init__.py - - -rwxr-xr-x 0 0 0 106920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/tarfile.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/ - - -rwxr-xr-x 0 0 0 26498 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/__init__.py - - -rwxr-xr-x 0 0 0 2454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py - - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_collections.py - - -rwxr-xr-x 0 0 0 1859 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_compat.py - - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_functools.py - - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py - - -rwxr-xr-x 0 0 0 1165 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_meta.py - - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_py39compat.py - - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_text.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/ - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/__init__.py - - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_adapters.py - - -rwxr-xr-x 0 0 0 5457 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_common.py - - -rwxr-xr-x 0 0 0 2925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_compat.py - - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_itertools.py - - -rwxr-xr-x 0 0 0 3481 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_legacy.py - - -rwxr-xr-x 0 0 0 5140 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/abc.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/py.typed - - -rwxr-xr-x 0 0 0 3581 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/readers.py - - -rwxr-xr-x 0 0 0 2576 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/simple.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/__init__.py - - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/ - - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/__init__.py - - -rwxr-xr-x 0 0 0 3982 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/text/ - - -rwxr-xr-x 0 0 0 15517 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/text/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/ - - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.py - - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.pyi - - -rwxr-xr-x 0 0 0 117959 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.py - - -rwxr-xr-x 0 0 0 14977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/py.typed - - -rwxr-xr-x 0 0 0 16256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.py - - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.pyi - - -rwxr-xr-x 0 0 0 15130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/ordered_set.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/__init__.py - - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_parser.py - - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_re.py - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_types.py - - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/ - - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/__init__.py - - -rwxr-xr-x 0 0 0 16103 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/macosx_libfile.py - - -rwxr-xr-x 0 0 0 5876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/metadata.py - - -rwxr-xr-x 0 0 0 621 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/util.py - - -rwxr-xr-x 0 0 0 7696 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/wheelfile.py - - -rwxr-xr-x 0 0 0 8425 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/zipp.py - - -rwxr-xr-x 0 0 0 7331 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/archive_util.py - - -rwxr-xr-x 0 0 0 19085 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/build_meta.py - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-32.exe - - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-64.exe - - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-arm64.exe - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli.exe - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/__init__.py - - -rwxr-xr-x 0 0 0 4245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/_requirestxt.py - - -rwxr-xr-x 0 0 0 2383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/alias.py - - -rwxr-xr-x 0 0 0 16525 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_egg.py - - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 21412 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_wheel.py - - -rwxr-xr-x 0 0 0 5816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build.py - - -rwxr-xr-x 0 0 0 4539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_clib.py - - -rwxr-xr-x 0 0 0 17760 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_ext.py - - -rwxr-xr-x 0 0 0 15193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_py.py - - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/develop.py - - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/dist_info.py - - -rwxr-xr-x 0 0 0 86995 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/easy_install.py - - -rwxr-xr-x 0 0 0 35275 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/editable_wheel.py - - -rwxr-xr-x 0 0 0 26522 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/egg_info.py - - -rwxr-xr-x 0 0 0 5779 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install.py - - -rwxr-xr-x 0 0 0 2066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 3965 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_lib.py - - -rwxr-xr-x 0 0 0 2474 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_scripts.py - - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/launcher manifest.xml - - -rwxr-xr-x 0 0 0 466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/register.py - - -rwxr-xr-x 0 0 0 2144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/rotate.py - - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/saveopts.py - - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/sdist.py - - -rwxr-xr-x 0 0 0 5018 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/setopt.py - - -rwxr-xr-x 0 0 0 8104 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/test.py - - -rwxr-xr-x 0 0 0 460 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/upload.py - - -rwxr-xr-x 0 0 0 7821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/upload_docs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/__init__.py - - -rwxr-xr-x 0 0 0 165 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py310.py - - -rwxr-xr-x 0 0 0 735 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py311.py - - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py39.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/ - - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/__init__.py - - -rwxr-xr-x 0 0 0 14700 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/ - - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/__init__.py - - -rwxr-xr-x 0 0 0 11862 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/error_reporting.py - - -rwxr-xr-x 0 0 0 1625 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/extra_validations.py - - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py - - -rwxr-xr-x 0 0 0 295453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py - - -rwxr-xr-x 0 0 0 12062 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/formats.py - - -rwxr-xr-x 0 0 0 15527 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/expand.py - - -rwxr-xr-x 0 0 0 17653 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/pyprojecttoml.py - - -rwxr-xr-x 0 0 0 25592 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/setupcfg.py - - -rwxr-xr-x 0 0 0 5551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/depends.py - - -rwxr-xr-x 0 0 0 21124 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/discovery.py - - -rwxr-xr-x 0 0 0 37933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/dist.py - - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/errors.py - - -rwxr-xr-x 0 0 0 5794 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extension.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extern/ - - -rwxr-xr-x 0 0 0 2728 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extern/__init__.py - - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/glob.py - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-32.exe - - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-64.exe - - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-arm64.exe - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui.exe - - -rwxr-xr-x 0 0 0 4969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/installer.py - - -rwxr-xr-x 0 0 0 812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/launch.py - - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/logging.py - - -rwxr-xr-x 0 0 0 190 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/modified.py - - -rwxr-xr-x 0 0 0 4333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/monkey.py - - -rwxr-xr-x 0 0 0 47532 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/msvc.py - - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/namespaces.py - - -rwxr-xr-x 0 0 0 39081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/package_index.py - - -rwxr-xr-x 0 0 0 14730 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/sandbox.py - - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/script (dev).tmpl - - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/script.tmpl - - -rwxr-xr-x 0 0 0 3181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/unicode_utils.py - - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/version.py - - -rwxr-xr-x 0 0 0 3699 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/warnings.py - - -rwxr-xr-x 0 0 0 8682 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/wheel.py - - -rwxr-xr-x 0 0 0 720 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/windows_support.py - - -rwxr-xr-x 0 0 0 21844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/site.py - - -rwxr-xr-x 0 0 0 34823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/smtpd.py - - -rwxr-xr-x 0 0 0 45407 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/smtplib.py - - -rwxr-xr-x 0 0 0 7099 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sndhdr.py - - -rwxr-xr-x 0 0 0 36915 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/socket.py - - -rwxr-xr-x 0 0 0 27296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/socketserver.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/ - - -rwxr-xr-x 0 0 0 2014 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/__init__.py - - -rwxr-xr-x 0 0 0 2687 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/dbapi2.py - - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sqlite3/dump.py - - -rwxr-xr-x 0 0 0 27973 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sre_compile.py - - -rwxr-xr-x 0 0 0 7177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sre_constants.py - - -rwxr-xr-x 0 0 0 40779 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sre_parse.py - - -rwxr-xr-x 0 0 0 52530 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/ssl.py - - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/stat.py - - -rwxr-xr-x 0 0 0 38067 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/statistics.py - - -rwxr-xr-x 0 0 0 10566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/string.py - - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/stringprep.py - - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/struct.py - - -rwxr-xr-x 0 0 0 83564 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/subprocess.py - - -rwxr-xr-x 0 0 0 18158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sunau.py - - -rwxr-xr-x 0 0 0 2281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/symbol.py - - -rwxr-xr-x 0 0 0 7905 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/symtable.py - - -rwxr-xr-x 0 0 0 24914 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/sysconfig.py - - -rwxr-xr-x 0 0 0 11408 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tabnanny.py - - -rwxr-xr-x 0 0 0 106881 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tarfile.py - - -rwxr-xr-x 0 0 0 23254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/telnetlib.py - - -rwxr-xr-x 0 0 0 27963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tempfile.py - - -rwxr-xr-x 0 0 0 19407 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/textwrap.py - - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/this.py - - -rwxr-xr-x 0 0 0 54176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/threading.py - - -rwxr-xr-x 0 0 0 13482 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/timeit.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/ - - -rwxr-xr-x 0 0 0 169626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/__init__.py - - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/__main__.py - - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/colorchooser.py - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/commondialog.py - - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/constants.py - - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/dialog.py - - -rwxr-xr-x 0 0 0 11528 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/dnd.py - - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/filedialog.py - - -rwxr-xr-x 0 0 0 6821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/font.py - - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/messagebox.py - - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/scrolledtext.py - - -rwxr-xr-x 0 0 0 11757 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/simpledialog.py - - -rwxr-xr-x 0 0 0 76845 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/tix.py - - -rwxr-xr-x 0 0 0 57139 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tkinter/ttk.py - - -rwxr-xr-x 0 0 0 2368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/token.py - - -rwxr-xr-x 0 0 0 25883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tokenize.py - - -rwxr-xr-x 0 0 0 29208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/trace.py - - -rwxr-xr-x 0 0 0 24660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/traceback.py - - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tracemalloc.py - - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/tty.py - - -rwxr-xr-x 0 0 0 143796 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtle.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/ - - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/__init__.py - - -rwxr-xr-x 0 0 0 15050 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/__main__.py - - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/bytedesign.py - - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/chaos.py - - -rwxr-xr-x 0 0 0 3201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/clock.py - - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/colormixer.py - - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/forest.py - - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/fractalcurves.py - - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/lindenmayer.py - - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/minimal_hanoi.py - - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/nim.py - - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/paint.py - - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/peace.py - - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/penrose.py - - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/planet_and_moon.py - - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/rosette.py - - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/round_dance.py - - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/sorting_animate.py - - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/tree.py - - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/turtle.cfg - - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/two_canvases.py - - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/turtledemo/yinyang.py - - -rwxr-xr-x 0 0 0 9785 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/types.py - - -rwxr-xr-x 0 0 0 77044 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/typing.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/ - - -rwxr-xr-x 0 0 0 3761 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/__init__.py - - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/__main__.py - - -rwxr-xr-x 0 0 0 2295 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/_log.py - - -rwxr-xr-x 0 0 0 6368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/async_case.py - - -rwxr-xr-x 0 0 0 57155 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/case.py - - -rwxr-xr-x 0 0 0 22702 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/loader.py - - -rwxr-xr-x 0 0 0 11256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/main.py - - -rwxr-xr-x 0 0 0 99217 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/mock.py - - -rwxr-xr-x 0 0 0 8364 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/result.py - - -rwxr-xr-x 0 0 0 8051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/runner.py - - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/signals.py - - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/suite.py - - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/unittest/util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/__init__.py - - -rwxr-xr-x 0 0 0 2632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/error.py - - -rwxr-xr-x 0 0 0 43064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/parse.py - - -rwxr-xr-x 0 0 0 101306 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/request.py - - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/response.py - - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/urllib/robotparser.py - - -rwxr-xr-x 0 0 0 7301 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/uu.py - - -rwxr-xr-x 0 0 0 27324 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/uuid.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/ - - -rwxr-xr-x 0 0 0 23213 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/__init__.py - - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/ - - -rwxr-xr-x 0 0 0 8834 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/Activate.ps1 - - -rwxr-xr-x 0 0 0 1909 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/activate - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/ - - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/activate.csh - - -rwxr-xr-x 0 0 0 1998 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/activate.fish - - -rwxr-xr-x 0 0 0 19688 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/warnings.py - - -rwxr-xr-x 0 0 0 18004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wave.py - - -rwxr-xr-x 0 0 0 21560 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/weakref.py - - -rwxr-xr-x 0 0 0 24085 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/webbrowser.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/ - - -rwxr-xr-x 0 0 0 587 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/__init__.py - - -rwxr-xr-x 0 0 0 21669 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/handlers.py - - -rwxr-xr-x 0 0 0 6766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/headers.py - - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/simple_server.py - - -rwxr-xr-x 0 0 0 5851 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/util.py - - -rwxr-xr-x 0 0 0 15099 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/wsgiref/validate.py - - -rwxr-xr-x 0 0 0 5913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xdrlib.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/ - - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/ - - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/NodeFilter.py - - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/__init__.py - - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/domreg.py - - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/expatbuilder.py - - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/minicompat.py - - -rwxr-xr-x 0 0 0 68066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/minidom.py - - -rwxr-xr-x 0 0 0 11997 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/pulldom.py - - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/dom/xmlbuilder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ - - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementInclude.py - - -rwxr-xr-x 0 0 0 13063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementPath.py - - -rwxr-xr-x 0 0 0 74404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementTree.py - - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/__init__.py - - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/etree/cElementTree.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/parsers/ - - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/parsers/__init__.py - - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/parsers/expat.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/ - - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/__init__.py - - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/_exceptions.py - - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/expatreader.py - - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/handler.py - - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/saxutils.py - - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xml/sax/xmlreader.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/ - - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/__init__.py - - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/client.py - - -rwxr-xr-x 0 0 0 36672 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/xmlrpc/server.py - - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zipapp.py - - -rwxr-xr-x 0 0 0 88240 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zipfile.py - - -rwxr-xr-x 0 0 0 30765 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zipimport.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/ - - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/__init__.py - - -rwxr-xr-x 0 0 0 5320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/_common.py - - -rwxr-xr-x 0 0 0 5081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/_tzpath.py - - -rwxr-xr-x 0 0 0 24318 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/python3.9/zoneinfo/_zoneinfo.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/ - - -rwxr-xr-x 0 0 0 20875 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/auto.tcl - - -rwxr-xr-x 0 0 0 128893 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/clock.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ascii.enc - - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/big5.enc - - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cns11643.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1250.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1251.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1252.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1253.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1254.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1255.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1256.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1257.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1258.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp437.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp737.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp775.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp850.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp852.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp855.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp857.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp860.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp861.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp862.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp863.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp864.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp865.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp866.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp869.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp874.enc - - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp932.enc - - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp936.enc - - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp949.enc - - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/cp950.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/dingbats.enc - - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ebcdic.enc - - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-cn.enc - - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-jp.enc - - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-kr.enc - - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb12345.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb1988.enc - - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb2312-raw.enc - - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/gb2312.enc - - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022-jp.enc - - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022-kr.enc - - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-1.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-10.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-11.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-13.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-14.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-15.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-16.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-2.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-3.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-4.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-5.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-6.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-7.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-8.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-9.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0201.enc - - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0208.enc - - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0212.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/koi8-r.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/koi8-u.enc - - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/ksc5601.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macCentEuro.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macCroatian.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macCyrillic.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macDingbats.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macGreek.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macIceland.enc - - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macJapan.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macRoman.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macRomania.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macThai.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macTurkish.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/macUkraine.enc - - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/shiftjis.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/symbol.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/encoding/tis-620.enc - - -rwxr-xr-x 0 0 0 7900 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/history.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/http1.0/ - - -rwxr-xr-x 0 0 0 9689 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/http1.0/http.tcl - - -rwxr-xr-x 0 0 0 735 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/http1.0/pkgIndex.tcl - - -rwxr-xr-x 0 0 0 24806 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/init.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ - - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/af.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/af_za.msg - - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_in.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_jo.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_lb.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_sy.msg - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/be.msg - - -rwxr-xr-x 0 0 0 1819 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/bg.msg - - -rwxr-xr-x 0 0 0 2286 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/bn.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/bn_in.msg - - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ca.msg - - -rwxr-xr-x 0 0 0 1300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/cs.msg - - -rwxr-xr-x 0 0 0 1156 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/da.msg - - -rwxr-xr-x 0 0 0 1222 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/de.msg - - -rwxr-xr-x 0 0 0 812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/de_at.msg - - -rwxr-xr-x 0 0 0 1223 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/de_be.msg - - -rwxr-xr-x 0 0 0 2252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/el.msg - - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_au.msg - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_be.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_bw.msg - - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ca.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_gb.msg - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_hk.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ie.msg - - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_in.msg - - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_nz.msg - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ph.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_sg.msg - - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_za.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/en_zw.msg - - -rwxr-xr-x 0 0 0 1231 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/eo.msg - - -rwxr-xr-x 0 0 0 1180 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es.msg - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ar.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_bo.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_cl.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_co.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_cr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_do.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ec.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_gt.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_hn.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_mx.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ni.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pa.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pe.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_py.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_sv.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_uy.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ve.msg - - -rwxr-xr-x 0 0 0 1206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/et.msg - - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/eu.msg - - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/eu_es.msg - - -rwxr-xr-x 0 0 0 1664 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fa.msg - - -rwxr-xr-x 0 0 0 1957 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fa_in.msg - - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fa_ir.msg - - -rwxr-xr-x 0 0 0 1145 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fi.msg - - -rwxr-xr-x 0 0 0 986 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fo.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fo_fo.msg - - -rwxr-xr-x 0 0 0 1205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_be.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_ca.msg - - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_ch.msg - - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ga.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ga_ie.msg - - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gl.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gl_es.msg - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gv.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/gv_gb.msg - - -rwxr-xr-x 0 0 0 1938 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/he.msg - - -rwxr-xr-x 0 0 0 1738 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hi.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hi_in.msg - - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hr.msg - - -rwxr-xr-x 0 0 0 1327 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/hu.msg - - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/id.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/id_id.msg - - -rwxr-xr-x 0 0 0 1255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/is.msg - - -rwxr-xr-x 0 0 0 1240 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/it.msg - - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/it_ch.msg - - -rwxr-xr-x 0 0 0 1645 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ja.msg - - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kl.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kl_gl.msg - - -rwxr-xr-x 0 0 0 1566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ko.msg - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ko_kr.msg - - -rwxr-xr-x 0 0 0 1958 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kok.msg - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kok_in.msg - - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kw.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/kw_gb.msg - - -rwxr-xr-x 0 0 0 1255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/lt.msg - - -rwxr-xr-x 0 0 0 1219 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/lv.msg - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mk.msg - - -rwxr-xr-x 0 0 0 1807 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mr_in.msg - - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ms.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ms_my.msg - - -rwxr-xr-x 0 0 0 690 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/mt.msg - - -rwxr-xr-x 0 0 0 1157 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nb.msg - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nl.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nl_be.msg - - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/nn.msg - - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/pl.msg - - -rwxr-xr-x 0 0 0 1127 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/pt.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/pt_br.msg - - -rwxr-xr-x 0 0 0 1172 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ro.msg - - -rwxr-xr-x 0 0 0 2039 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ru.msg - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ru_ua.msg - - -rwxr-xr-x 0 0 0 1160 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sh.msg - - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sk.msg - - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sl.msg - - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sq.msg - - -rwxr-xr-x 0 0 0 2035 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sr.msg - - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sv.msg - - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/sw.msg - - -rwxr-xr-x 0 0 0 1835 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ta.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/ta_in.msg - - -rwxr-xr-x 0 0 0 2102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/te.msg - - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/te_in.msg - - -rwxr-xr-x 0 0 0 2305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/th.msg - - -rwxr-xr-x 0 0 0 1133 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/tr.msg - - -rwxr-xr-x 0 0 0 2113 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/uk.msg - - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/vi.msg - - -rwxr-xr-x 0 0 0 3330 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh.msg - - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_cn.msg - - -rwxr-xr-x 0 0 0 752 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_hk.msg - - -rwxr-xr-x 0 0 0 339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_sg.msg - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_tw.msg - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/opt0.4/ - - -rwxr-xr-x 0 0 0 32705 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/opt0.4/optparse.tcl - - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/opt0.4/pkgIndex.tcl - - -rwxr-xr-x 0 0 0 23244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/package.tcl - - -rwxr-xr-x 0 0 0 816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/parray.tcl - - -rwxr-xr-x 0 0 0 40934 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/safe.tcl - - -rwxr-xr-x 0 0 0 4511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/tclAppInit.c - - -rwxr-xr-x 0 0 0 5539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/tclIndex - - -rwxr-xr-x 0 0 0 11824 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/tm.tcl - - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8.6/word.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/ - - -rwxr-xr-x 0 0 0 10984 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/platform-1.0.18.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/platform/ - - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.4/platform/shell-1.1.4.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.5/ - - -rwxr-xr-x 0 0 0 33926 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.5/msgcat-1.6.1.tm - - -rwxr-xr-x 0 0 0 103526 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.5/tcltest-2.5.3.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.6/ - - -rwxr-xr-x 0 0 0 111709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tcl8/8.6/http-2.9.5.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/thread2.8.7/ - - -rwxr-xr-x 0 0 0 29530 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/thread2.8.7/ttrace.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ - - -rwxr-xr-x 0 0 0 8534 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/bgerror.tcl - - -rwxr-xr-x 0 0 0 20830 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/button.tcl - - -rwxr-xr-x 0 0 0 9652 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/choosedir.tcl - - -rwxr-xr-x 0 0 0 21417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/clrpick.tcl - - -rwxr-xr-x 0 0 0 8368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/comdlg.tcl - - -rwxr-xr-x 0 0 0 32792 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/console.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ - - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/README - - -rwxr-xr-x 0 0 0 6670 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/anilabel.tcl - - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/aniwave.tcl - - -rwxr-xr-x 0 0 0 8110 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/arrow.tcl - - -rwxr-xr-x 0 0 0 3078 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/bind.tcl - - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/bitmap.tcl - - -rwxr-xr-x 0 0 0 1758 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/browse - - -rwxr-xr-x 0 0 0 1504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/button.tcl - - -rwxr-xr-x 0 0 0 2278 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/check.tcl - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/clrpick.tcl - - -rwxr-xr-x 0 0 0 5002 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/colors.tcl - - -rwxr-xr-x 0 0 0 1963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/combo.tcl - - -rwxr-xr-x 0 0 0 5036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/cscroll.tcl - - -rwxr-xr-x 0 0 0 6205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ctext.tcl - - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/dialog1.tcl - - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/dialog2.tcl - - -rwxr-xr-x 0 0 0 3867 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/en.msg - - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/entry1.tcl - - -rwxr-xr-x 0 0 0 2091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/entry2.tcl - - -rwxr-xr-x 0 0 0 6102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/entry3.tcl - - -rwxr-xr-x 0 0 0 2351 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/filebox.tcl - - -rwxr-xr-x 0 0 0 79803 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/floor.tcl - - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/fontchoose.tcl - - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/form.tcl - - -rwxr-xr-x 0 0 0 56598 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/goldberg.tcl - - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/hello - - -rwxr-xr-x 0 0 0 1497 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/hscale.tcl - - -rwxr-xr-x 0 0 0 2063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/icon.tcl - - -rwxr-xr-x 0 0 0 1002 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/image1.tcl - - -rwxr-xr-x 0 0 0 3359 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/image2.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/ - - -rwxr-xr-x 0 0 0 51712 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/earth.gif - - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/earthmenu.png - - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/earthris.gif - - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/flagdown.xbm - - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/flagup.xbm - - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/gray25.xbm - - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/letters.xbm - - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/noletter.xbm - - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/ouster.png - - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/pattern.xbm - - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/tcllogo.gif - - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/images/teapot.ppm - - -rwxr-xr-x 0 0 0 10490 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/items.tcl - - -rwxr-xr-x 0 0 0 8075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ixset - - -rwxr-xr-x 0 0 0 9123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/knightstour.tcl - - -rwxr-xr-x 0 0 0 1379 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/label.tcl - - -rwxr-xr-x 0 0 0 1847 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/labelframe.tcl - - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/license.terms - - -rwxr-xr-x 0 0 0 4357 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/mclist.tcl - - -rwxr-xr-x 0 0 0 7479 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/menu.tcl - - -rwxr-xr-x 0 0 0 4476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/menubu.tcl - - -rwxr-xr-x 0 0 0 1998 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/msgbox.tcl - - -rwxr-xr-x 0 0 0 6750 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/nl.msg - - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/paned1.tcl - - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/paned2.tcl - - -rwxr-xr-x 0 0 0 7623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/pendulum.tcl - - -rwxr-xr-x 0 0 0 2757 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/plot.tcl - - -rwxr-xr-x 0 0 0 2602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/puzzle.tcl - - -rwxr-xr-x 0 0 0 2752 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/radio.tcl - - -rwxr-xr-x 0 0 0 5319 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/rmt - - -rwxr-xr-x 0 0 0 8300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/rolodex - - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ruler.tcl - - -rwxr-xr-x 0 0 0 2273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/sayings.tcl - - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/search.tcl - - -rwxr-xr-x 0 0 0 1820 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/spin.tcl - - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/states.tcl - - -rwxr-xr-x 0 0 0 6943 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/style.tcl - - -rwxr-xr-x 0 0 0 5298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/tclIndex - - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/tcolor - - -rwxr-xr-x 0 0 0 4291 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/text.tcl - - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/textpeer.tcl - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/timer - - -rwxr-xr-x 0 0 0 3272 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/toolbar.tcl - - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/tree.tcl - - -rwxr-xr-x 0 0 0 3405 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkbut.tcl - - -rwxr-xr-x 0 0 0 2391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkmenu.tcl - - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttknote.tcl - - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkpane.tcl - - -rwxr-xr-x 0 0 0 1536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkprogress.tcl - - -rwxr-xr-x 0 0 0 1420 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/ttkscale.tcl - - -rwxr-xr-x 0 0 0 11654 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/twind.tcl - - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/unicodeout.tcl - - -rwxr-xr-x 0 0 0 1477 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/vscale.tcl - - -rwxr-xr-x 0 0 0 24063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/demos/widget - - -rwxr-xr-x 0 0 0 5813 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/dialog.tcl - - -rwxr-xr-x 0 0 0 17715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/entry.tcl - - -rwxr-xr-x 0 0 0 4857 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/focus.tcl - - -rwxr-xr-x 0 0 0 16011 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/fontchooser.tcl - - -rwxr-xr-x 0 0 0 16704 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/iconlist.tcl - - -rwxr-xr-x 0 0 0 10884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/icons.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/ - - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/README - - -rwxr-xr-x 0 0 0 32900 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logo.eps - - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logo100.gif - - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logo64.gif - - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logoLarge.gif - - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/logoMed.gif - - -rwxr-xr-x 0 0 0 27809 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo.eps - - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo100.gif - - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo150.gif - - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo175.gif - - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo200.gif - - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo75.gif - - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/images/tai-ku.gif - - -rwxr-xr-x 0 0 0 14695 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/listbox.tcl - - -rwxr-xr-x 0 0 0 9565 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/megawidget.tcl - - -rwxr-xr-x 0 0 0 38122 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/menu.tcl - - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/mkpsenc.tcl - - -rwxr-xr-x 0 0 0 16359 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/ - - -rwxr-xr-x 0 0 0 4158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/cs.msg - - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/da.msg - - -rwxr-xr-x 0 0 0 4823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/de.msg - - -rwxr-xr-x 0 0 0 8698 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/el.msg - - -rwxr-xr-x 0 0 0 3286 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/en.msg - - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/en_gb.msg - - -rwxr-xr-x 0 0 0 3916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/eo.msg - - -rwxr-xr-x 0 0 0 3948 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/es.msg - - -rwxr-xr-x 0 0 0 3805 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/fr.msg - - -rwxr-xr-x 0 0 0 4600 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/hu.msg - - -rwxr-xr-x 0 0 0 3692 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/it.msg - - -rwxr-xr-x 0 0 0 4466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/nl.msg - - -rwxr-xr-x 0 0 0 4841 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/pl.msg - - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/pt.msg - - -rwxr-xr-x 0 0 0 7214 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/ru.msg - - -rwxr-xr-x 0 0 0 3832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/msgs/sv.msg - - -rwxr-xr-x 0 0 0 5594 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/obsolete.tcl - - -rwxr-xr-x 0 0 0 1586 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/optMenu.tcl - - -rwxr-xr-x 0 0 0 8174 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/palette.tcl - - -rwxr-xr-x 0 0 0 5176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/panedwindow.tcl - - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/safetk.tcl - - -rwxr-xr-x 0 0 0 7766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/scale.tcl - - -rwxr-xr-x 0 0 0 12732 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/scrlbar.tcl - - -rwxr-xr-x 0 0 0 15933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/spinbox.tcl - - -rwxr-xr-x 0 0 0 20270 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tclIndex - - -rwxr-xr-x 0 0 0 5125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tearoff.tcl - - -rwxr-xr-x 0 0 0 33724 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/text.tcl - - -rwxr-xr-x 0 0 0 23554 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tk.tcl - - -rwxr-xr-x 0 0 0 4615 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tkAppInit.c - - -rwxr-xr-x 0 0 0 38373 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/tkfbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/ - - -rwxr-xr-x 0 0 0 3604 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/altTheme.tcl - - -rwxr-xr-x 0 0 0 3719 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/aquaTheme.tcl - - -rwxr-xr-x 0 0 0 2931 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/button.tcl - - -rwxr-xr-x 0 0 0 4662 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/clamTheme.tcl - - -rwxr-xr-x 0 0 0 3749 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/classicTheme.tcl - - -rwxr-xr-x 0 0 0 12270 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/combobox.tcl - - -rwxr-xr-x 0 0 0 4619 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/cursors.tcl - - -rwxr-xr-x 0 0 0 4410 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/defaults.tcl - - -rwxr-xr-x 0 0 0 16985 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/entry.tcl - - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/fonts.tcl - - -rwxr-xr-x 0 0 0 6400 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/menubutton.tcl - - -rwxr-xr-x 0 0 0 5626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/notebook.tcl - - -rwxr-xr-x 0 0 0 2199 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/panedwindow.tcl - - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/progress.tcl - - -rwxr-xr-x 0 0 0 2693 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/scale.tcl - - -rwxr-xr-x 0 0 0 3159 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/scrollbar.tcl - - -rwxr-xr-x 0 0 0 2401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/sizegrip.tcl - - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/spinbox.tcl - - -rwxr-xr-x 0 0 0 9797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/treeview.tcl - - -rwxr-xr-x 0 0 0 4817 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/ttk.tcl - - -rwxr-xr-x 0 0 0 8287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/utils.tcl - - -rwxr-xr-x 0 0 0 9481 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/vistaTheme.tcl - - -rwxr-xr-x 0 0 0 2781 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/winTheme.tcl - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/ttk/xpTheme.tcl - - -rwxr-xr-x 0 0 0 10252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/unsupported.tcl - - -rwxr-xr-x 0 0 0 26075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/lib/tk8.6/xmfbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/man1/ - - -rwxr-xr-x 0 0 0 18711 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/man1/python3.1 - - -rwxr-xr-x 0 0 0 18711 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/share/man/man1/python3.9.1 + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py --- layer: 1 files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/ - - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/METADATA - - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/WHEEL - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/ - - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ - - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/__init__.py - - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ansi.py - - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ansitowin32.py - - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/initialise.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/__init__.py - - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ansi_test.py - - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ansitowin32_test.py - - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/initialise_test.py - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/isatty_test.py - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/utils.py - - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/winterm_test.py - - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/win32.py - - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/winterm.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/ - - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/_aspect.pth - - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/_virtualenv.pth - - -rwxr-xr-x 0 0 0 4342 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/_virtualenv.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/ - - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/METADATA - - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/WHEEL - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/ - - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/ - - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/__init__.py - - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/ansi.py - - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/ansitowin32.py - - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/initialise.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/ - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/__init__.py - - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/ansi_test.py - - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/ansitowin32_test.py - - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/initialise_test.py - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/isatty_test.py - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/utils.py - - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/winterm_test.py - - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/win32.py - - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/winterm.py ---- -layer: 2 -files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/ - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/__init__.py - - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/add.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/branding/ - - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/branding/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/ - - -rwxr-xr-x 0 0 0 2503 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/activate - - -rwxr-xr-x 0 0 0 830912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python - - -rwxr-xr-x 0 0 0 830912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3 - - -rwxr-xr-x 0 0 0 830912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3.9 - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/ - - -rwxr-xr-x 0 0 0 348 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/pyvenv.cfg - - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/__main__.py - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/my_app_bin - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/runfiles/ - - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 2504 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/activate + - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python + - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 + - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3.11 + - -rwxr-xr-x 0 0 0 370 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_aspect.pth + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.pth + - -rwxr-xr-x 0 0 0 4342 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.py + - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 630 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/__init__.cpython-311.pyc + - -rwxr-xr-x 0 0 0 4628 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/ansi.cpython-311.pyc + - -rwxr-xr-x 0 0 0 16274 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/ansitowin32.cpython-311.pyc + - -rwxr-xr-x 0 0 0 3991 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/initialise.cpython-311.pyc + - -rwxr-xr-x 0 0 0 7979 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/win32.cpython-311.pyc + - -rwxr-xr-x 0 0 0 9205 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/winterm.cpython-311.pyc + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 261 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/__init__.cpython-311.pyc + - -rwxr-xr-x 0 0 0 5906 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/ansi_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 21573 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 14200 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/initialise_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 6765 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/isatty_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 2940 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/utils.cpython-311.pyc + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/winterm_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/winterm.py + - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/pyvenv.cfg + - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/__main__.py + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3.11 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3.11 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3.11 + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3-config + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11-config + - -rwxr-xr-x 0 0 0 2854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/Python.h + - -rwxr-xr-x 0 0 0 31404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/abstract.h + - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bltinmodule.h + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/boolobject.h + - -rwxr-xr-x 0 0 0 1462 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytearrayobject.h + - -rwxr-xr-x 0 0 0 2617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytesobject.h + - -rwxr-xr-x 0 0 0 6255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/ceval.h + - -rwxr-xr-x 0 0 0 7071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/codecs.h + - -rwxr-xr-x 0 0 0 520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/compile.h + - -rwxr-xr-x 0 0 0 724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/complexobject.h + - -rwxr-xr-x 0 0 0 8229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/abstract.h + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytearrayobject.h + - -rwxr-xr-x 0 0 0 4802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytesobject.h + - -rwxr-xr-x 0 0 0 723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/cellobject.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/ceval.h + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/classobject.h + - -rwxr-xr-x 0 0 0 11484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/code.h + - -rwxr-xr-x 0 0 0 2218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/compile.h + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/complexobject.h + - -rwxr-xr-x 0 0 0 1959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/context.h + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/descrobject.h + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/dictobject.h + - -rwxr-xr-x 0 0 0 818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileobject.h + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileutils.h + - -rwxr-xr-x 0 0 0 702 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/floatobject.h + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/frameobject.h + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/funcobject.h + - -rwxr-xr-x 0 0 0 3279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/genobject.h + - -rwxr-xr-x 0 0 0 1526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/import.h + - -rwxr-xr-x 0 0 0 7817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/initconfig.h + - -rwxr-xr-x 0 0 0 1769 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/listobject.h + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longintrepr.h + - -rwxr-xr-x 0 0 0 4532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longobject.h + - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/methodobject.h + - -rwxr-xr-x 0 0 0 4303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/modsupport.h + - -rwxr-xr-x 0 0 0 18305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/object.h + - -rwxr-xr-x 0 0 0 2998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/objimpl.h + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/odictobject.h + - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/picklebufobject.h + - -rwxr-xr-x 0 0 0 3505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pthread_stubs.h + - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyctype.h + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pydebug.h + - -rwxr-xr-x 0 0 0 4522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyerrors.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyfpe.h + - -rwxr-xr-x 0 0 0 582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyframe.h + - -rwxr-xr-x 0 0 0 2099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pylifecycle.h + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pymem.h + - -rwxr-xr-x 0 0 0 14351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pystate.h + - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythonrun.h + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythread.h + - -rwxr-xr-x 0 0 0 12158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pytime.h + - -rwxr-xr-x 0 0 0 1997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/setobject.h + - -rwxr-xr-x 0 0 0 489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/sysmodule.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/traceback.h + - -rwxr-xr-x 0 0 0 1513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/tupleobject.h + - -rwxr-xr-x 0 0 0 42739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/unicodeobject.h + - -rwxr-xr-x 0 0 0 560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/warnings.h + - -rwxr-xr-x 0 0 0 2103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/weakrefobject.h + - -rwxr-xr-x 0 0 0 9635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/datetime.h + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/descrobject.h + - -rwxr-xr-x 0 0 0 3852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dictobject.h + - -rwxr-xr-x 0 0 0 22471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dynamic_annotations.h + - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/enumobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/errcode.h + - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/exports.h + - -rwxr-xr-x 0 0 0 1570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileobject.h + - -rwxr-xr-x 0 0 0 507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileutils.h + - -rwxr-xr-x 0 0 0 1530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/floatobject.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/frameobject.h + - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/genericaliasobject.h + - -rwxr-xr-x 0 0 0 3025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/import.h + - -rwxr-xr-x 0 0 0 611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_abstract.h + - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_accu.h + - -rwxr-xr-x 0 0 0 3031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_asdl.h + - -rwxr-xr-x 0 0 0 29315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast.h + - -rwxr-xr-x 0 0 0 6549 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast_state.h + - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic.h + - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic_funcs.h + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bitutils.h + - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_blocks_output_buffer.h + - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytes_methods.h + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytesobject.h + - -rwxr-xr-x 0 0 0 3475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_call.h + - -rwxr-xr-x 0 0 0 4409 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ceval.h + - -rwxr-xr-x 0 0 0 15930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_code.h + - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_compile.h + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_condvar.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_context.h + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dict.h + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dtoa.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_emscripten_signal.h + - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_exceptions.h + - -rwxr-xr-x 0 0 0 7403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_fileutils.h + - -rwxr-xr-x 0 0 0 1307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_floatobject.h + - -rwxr-xr-x 0 0 0 480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_format.h + - -rwxr-xr-x 0 0 0 7567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_frame.h + - -rwxr-xr-x 0 0 0 413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_function.h + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gc.h + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_genobject.h + - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_getopt.h + - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gil.h + - -rwxr-xr-x 0 0 0 1436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_objects.h + - -rwxr-xr-x 0 0 0 12980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_strings.h + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hamt.h + - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hashtable.h + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_import.h + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_initconfig.h + - -rwxr-xr-x 0 0 0 6671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interp.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interpreteridobject.h + - -rwxr-xr-x 0 0 0 1352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_list.h + - -rwxr-xr-x 0 0 0 3516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_long.h + - -rwxr-xr-x 0 0 0 1040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_moduleobject.h + - -rwxr-xr-x 0 0 0 392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_namespace.h + - -rwxr-xr-x 0 0 0 10037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_object.h + - -rwxr-xr-x 0 0 0 18986 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_opcode.h + - -rwxr-xr-x 0 0 0 626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_parser.h + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pathconfig.h + - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyarena.h + - -rwxr-xr-x 0 0 0 2494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyerrors.h + - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyhash.h + - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pylifecycle.h + - -rwxr-xr-x 0 0 0 9435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymath.h + - -rwxr-xr-x 0 0 0 3708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymem.h + - -rwxr-xr-x 0 0 0 4250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pystate.h + - -rwxr-xr-x 0 0 0 5988 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime.h + - -rwxr-xr-x 0 0 0 49092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime_init.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_signal.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sliceobject.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_strhex.h + - -rwxr-xr-x 0 0 0 580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_structseq.h + - -rwxr-xr-x 0 0 0 5638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_symtable.h + - -rwxr-xr-x 0 0 0 605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sysmodule.h + - -rwxr-xr-x 0 0 0 3501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_traceback.h + - -rwxr-xr-x 0 0 0 2089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_tuple.h + - -rwxr-xr-x 0 0 0 1158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_typeobject.h + - -rwxr-xr-x 0 0 0 898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ucnhash.h + - -rwxr-xr-x 0 0 0 1716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unicodeobject.h + - -rwxr-xr-x 0 0 0 678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unionobject.h + - -rwxr-xr-x 0 0 0 740 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_warnings.h + - -rwxr-xr-x 0 0 0 772 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/intrcheck.h + - -rwxr-xr-x 0 0 0 593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/iterobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/listobject.h + - -rwxr-xr-x 0 0 0 3736 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/longobject.h + - -rwxr-xr-x 0 0 0 827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/marshal.h + - -rwxr-xr-x 0 0 0 2810 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/memoryobject.h + - -rwxr-xr-x 0 0 0 5072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/methodobject.h + - -rwxr-xr-x 0 0 0 6541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/modsupport.h + - -rwxr-xr-x 0 0 0 2374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/moduleobject.h + - -rwxr-xr-x 0 0 0 29800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/object.h + - -rwxr-xr-x 0 0 0 8428 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/objimpl.h + - -rwxr-xr-x 0 0 0 11187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/opcode.h + - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osdefs.h + - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osmodule.h + - -rwxr-xr-x 0 0 0 1301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/patchlevel.h + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/py_curses.h + - -rwxr-xr-x 0 0 0 5115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pybuffer.h + - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pycapsule.h + - -rwxr-xr-x 0 0 0 53348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyconfig.h + - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pydtrace.h + - -rwxr-xr-x 0 0 0 12782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyerrors.h + - -rwxr-xr-x 0 0 0 2850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyexpat.h + - -rwxr-xr-x 0 0 0 551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyframe.h + - -rwxr-xr-x 0 0 0 4154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyhash.h + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pylifecycle.h + - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacconfig.h + - -rwxr-xr-x 0 0 0 6064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacro.h + - -rwxr-xr-x 0 0 0 1979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymath.h + - -rwxr-xr-x 0 0 0 3890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymem.h + - -rwxr-xr-x 0 0 0 24452 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyport.h + - -rwxr-xr-x 0 0 0 4635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystate.h + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrcmp.h + - -rwxr-xr-x 0 0 0 1557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrtod.h + - -rwxr-xr-x 0 0 0 1189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythonrun.h + - -rwxr-xr-x 0 0 0 4833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythread.h + - -rwxr-xr-x 0 0 0 851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pytypedefs.h + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/rangeobject.h + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/setobject.h + - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sliceobject.h + - -rwxr-xr-x 0 0 0 2040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structmember.h + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structseq.h + - -rwxr-xr-x 0 0 0 1381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sysmodule.h + - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/token.h + - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/traceback.h + - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tracemalloc.h + - -rwxr-xr-x 0 0 0 1613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tupleobject.h + - -rwxr-xr-x 0 0 0 2342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/typeslots.h + - -rwxr-xr-x 0 0 0 36032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/unicodeobject.h + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/warnings.h + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/weakrefobject.h + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itcl.tcl + - -rwxr-xr-x 0 0 0 2886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclConfig.sh + - -rwxr-xr-x 0 0 0 19378 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclHullCmds.tcl + - -rwxr-xr-x 0 0 0 12114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclWidget.tcl + - -rwxr-xr-x 0 0 0 306344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/libtcl9itcl4.3.5.so + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so.1.0 + - -rwxr-xr-x 0 0 0 16800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.so + - -rwxr-xr-x 0 0 0 2385136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9.0.so + - -rwxr-xr-x 0 0 0 3119304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9tk9.0.so + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11.pc + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3.pc + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/LICENSE.txt + - -rwxr-xr-x 0 0 0 5218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__future__.py + - -rwxr-xr-x 0 0 0 227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__hello__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/__init__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/spam.py + - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_aix_support.py + - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_bootsubprocess.py + - -rwxr-xr-x 0 0 0 30193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_collections_abc.py + - -rwxr-xr-x 0 0 0 8761 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compat_pickle.py + - -rwxr-xr-x 0 0 0 5681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compression.py + - -rwxr-xr-x 0 0 0 14653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_markupbase.py + - -rwxr-xr-x 0 0 0 22023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_osx_support.py + - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_py_abc.py + - -rwxr-xr-x 0 0 0 229202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pydecimal.py + - -rwxr-xr-x 0 0 0 94193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pyio.py + - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sitebuiltins.py + - -rwxr-xr-x 0 0 0 25175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_strptime.py + - -rwxr-xr-x 0 0 0 39698 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py + - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_threading_local.py + - -rwxr-xr-x 0 0 0 5893 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_weakrefset.py + - -rwxr-xr-x 0 0 0 6538 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/abc.py + - -rwxr-xr-x 0 0 0 34211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/aifc.py + - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/antigravity.py + - -rwxr-xr-x 0 0 0 100283 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/argparse.py + - -rwxr-xr-x 0 0 0 61444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ast.py + - -rwxr-xr-x 0 0 0 11570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asynchat.py + - -rwxr-xr-x 0 0 0 1188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__init__.py + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__main__.py + - -rwxr-xr-x 0 0 0 75384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_events.py + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_futures.py + - -rwxr-xr-x 0 0 0 8869 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_subprocess.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_tasks.py + - -rwxr-xr-x 0 0 0 1326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/constants.py + - -rwxr-xr-x 0 0 0 3400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/coroutines.py + - -rwxr-xr-x 0 0 0 28641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/events.py + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/exceptions.py + - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/format_helpers.py + - -rwxr-xr-x 0 0 0 14212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/futures.py + - -rwxr-xr-x 0 0 0 19014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/locks.py + - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/log.py + - -rwxr-xr-x 0 0 0 481 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/mixins.py + - -rwxr-xr-x 0 0 0 33264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/proactor_events.py + - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/protocols.py + - -rwxr-xr-x 0 0 0 7974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/queues.py + - -rwxr-xr-x 0 0 0 6842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/runners.py + - -rwxr-xr-x 0 0 0 45400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/selector_events.py + - -rwxr-xr-x 0 0 0 31739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/sslproto.py + - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/staggered.py + - -rwxr-xr-x 0 0 0 27503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/streams.py + - -rwxr-xr-x 0 0 0 7682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/subprocess.py + - -rwxr-xr-x 0 0 0 8471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/taskgroups.py + - -rwxr-xr-x 0 0 0 34433 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/tasks.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/threads.py + - -rwxr-xr-x 0 0 0 5321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/timeouts.py + - -rwxr-xr-x 0 0 0 10722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/transports.py + - -rwxr-xr-x 0 0 0 2475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/trsock.py + - -rwxr-xr-x 0 0 0 51915 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/unix_events.py + - -rwxr-xr-x 0 0 0 34691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_events.py + - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_utils.py + - -rwxr-xr-x 0 0 0 20310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncore.py + - -rwxr-xr-x 0 0 0 21028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/base64.py + - -rwxr-xr-x 0 0 0 32463 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bdb.py + - -rwxr-xr-x 0 0 0 3135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bisect.py + - -rwxr-xr-x 0 0 0 11847 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bz2.py + - -rwxr-xr-x 0 0 0 6346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cProfile.py + - -rwxr-xr-x 0 0 0 24731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/calendar.py + - -rwxr-xr-x 0 0 0 34479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgi.py + - -rwxr-xr-x 0 0 0 12421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgitb.py + - -rwxr-xr-x 0 0 0 5500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/chunk.py + - -rwxr-xr-x 0 0 0 14873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cmd.py + - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/code.py + - -rwxr-xr-x 0 0 0 37150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codecs.py + - -rwxr-xr-x 0 0 0 5907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codeop.py + - -rwxr-xr-x 0 0 0 52018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/__init__.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/abc.py + - -rwxr-xr-x 0 0 0 4062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/colorsys.py + - -rwxr-xr-x 0 0 0 20252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/compileall.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/__init__.py + - -rwxr-xr-x 0 0 0 1558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/__init__.py + - -rwxr-xr-x 0 0 0 22833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/_base.py + - -rwxr-xr-x 0 0 0 35479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/process.py + - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/thread.py + - -rwxr-xr-x 0 0 0 155142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Makefile + - -rwxr-xr-x 0 0 0 11182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup + - -rwxr-xr-x 0 0 0 878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.bootstrap + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.local + - -rwxr-xr-x 0 0 0 5449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.stdlib + - -rwxr-xr-x 0 0 0 8593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c.in + - -rwxr-xr-x 0 0 0 15358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/install-sh + - -rwxr-xr-x 0 0 0 9262 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/makesetup + - -rwxr-xr-x 0 0 0 2100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python-config.py + - -rwxr-xr-x 0 0 0 4092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python.o + - -rwxr-xr-x 0 0 0 55660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/configparser.py + - -rwxr-xr-x 0 0 0 27414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextlib.py + - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextvars.py + - -rwxr-xr-x 0 0 0 8681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copy.py + - -rwxr-xr-x 0 0 0 7677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copyreg.py + - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/crypt.py + - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/csv.py + - -rwxr-xr-x 0 0 0 17902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/__init__.py + - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_aix.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_endian.py + - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/README.ctypes + - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/__init__.py + - -rwxr-xr-x 0 0 0 5024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dyld.py + - -rwxr-xr-x 0 0 0 960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dylib.py + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib.bat + - -rwxr-xr-x 0 0 0 1105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/framework.py + - -rwxr-xr-x 0 0 0 13959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/util.py + - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/wintypes.py + - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/__init__.py + - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/ascii.py + - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/has_key.py + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/panel.py + - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/textpad.py + - -rwxr-xr-x 0 0 0 58472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dataclasses.py + - -rwxr-xr-x 0 0 0 91832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/datetime.py + - -rwxr-xr-x 0 0 0 5882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/__init__.py + - -rwxr-xr-x 0 0 0 11594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/dumb.py + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/gnu.py + - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/ndbm.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/decimal.py + - -rwxr-xr-x 0 0 0 83308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/difflib.py + - -rwxr-xr-x 0 0 0 28906 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dis.py + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/README + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/__init__.py + - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/archive_util.py + - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/bcppcompiler.py + - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cmd.py + - -rwxr-xr-x 0 0 0 771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build.py + - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 31627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 5890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/check.py + - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/clean.py + - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/command_template + - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/config.py + - -rwxr-xr-x 0 0 0 28242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install.py + - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/register.py + - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/upload.py + - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/config.py + - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/core.py + - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/debug.py + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dir_util.py + - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dist.py + - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/errors.py + - -rwxr-xr-x 0 0 0 10529 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/extension.py + - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/file_util.py + - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/filelist.py + - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/log.py + - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvc9compiler.py + - -rwxr-xr-x 0 0 0 23527 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvccompiler.py + - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/spawn.py + - -rwxr-xr-x 0 0 0 12435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/text_file.py + - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 21032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/util.py + - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/version.py + - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 106297 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/doctest.py + - -rwxr-xr-x 0 0 0 1764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/__init__.py + - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_encoded_words.py + - -rwxr-xr-x 0 0 0 109186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_header_value_parser.py + - -rwxr-xr-x 0 0 0 17821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_parseaddr.py + - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_policybase.py + - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/architecture.rst + - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/base64mime.py + - -rwxr-xr-x 0 0 0 17118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/charset.py + - -rwxr-xr-x 0 0 0 10588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/contentmanager.py + - -rwxr-xr-x 0 0 0 1778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/encoders.py + - -rwxr-xr-x 0 0 0 3814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/errors.py + - -rwxr-xr-x 0 0 0 22802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/feedparser.py + - -rwxr-xr-x 0 0 0 21402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/generator.py + - -rwxr-xr-x 0 0 0 24092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/header.py + - -rwxr-xr-x 0 0 0 20819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/headerregistry.py + - -rwxr-xr-x 0 0 0 2129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/iterators.py + - -rwxr-xr-x 0 0 0 48210 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/message.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/__init__.py + - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/application.py + - -rwxr-xr-x 0 0 0 3094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/audio.py + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/base.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/image.py + - -rwxr-xr-x 0 0 0 1315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/message.py + - -rwxr-xr-x 0 0 0 1619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/multipart.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/nonmultipart.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/text.py + - -rwxr-xr-x 0 0 0 5038 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/parser.py + - -rwxr-xr-x 0 0 0 10519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/policy.py + - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/quoprimime.py + - -rwxr-xr-x 0 0 0 17222 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/utils.py + - -rwxr-xr-x 0 0 0 5884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/__init__.py + - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/aliases.py + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ascii.py + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/base64_codec.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5hkscs.py + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/bz2_codec.py + - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/charmap.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp037.py + - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1006.py + - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1026.py + - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1125.py + - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1140.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1250.py + - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1251.py + - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1252.py + - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1253.py + - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1254.py + - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1255.py + - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1256.py + - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1257.py + - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1258.py + - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp273.py + - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp424.py + - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp437.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp500.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp720.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp737.py + - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp775.py + - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp850.py + - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp852.py + - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp855.py + - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp856.py + - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp857.py + - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp858.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp860.py + - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp861.py + - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp862.py + - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp863.py + - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp864.py + - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp865.py + - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp866.py + - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp869.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp874.py + - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp875.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp932.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp949.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp950.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jis_2004.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jisx0213.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jp.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_kr.py + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb18030.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb2312.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gbk.py + - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hex_codec.py + - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hp_roman8.py + - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hz.py + - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/idna.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_1.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2.py + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2004.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_3.py + - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_ext.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_kr.py + - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_1.py + - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_10.py + - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_11.py + - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_13.py + - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_14.py + - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_15.py + - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_16.py + - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_2.py + - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_3.py + - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_4.py + - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_5.py + - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_6.py + - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_7.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_8.py + - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_9.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/johab.py + - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_r.py + - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_t.py + - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_u.py + - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/kz1048.py + - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/latin_1.py + - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_arabic.py + - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_croatian.py + - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_cyrillic.py + - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_farsi.py + - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_greek.py + - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_iceland.py + - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_latin2.py + - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_roman.py + - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_romanian.py + - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_turkish.py + - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mbcs.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/oem.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/palmos.py + - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ptcp154.py + - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/punycode.py + - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/quopri_codec.py + - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/raw_unicode_escape.py + - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/rot_13.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis_2004.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jisx0213.py + - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/tis_620.py + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/undefined.py + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/unicode_escape.py + - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_be.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_le.py + - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_be.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_le.py + - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_7.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8.py + - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8_sig.py + - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/uu_codec.py + - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/zlib_codec.py + - -rwxr-xr-x 0 0 0 9651 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__init__.py + - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__main__.py + - -rwxr-xr-x 0 0 0 2110226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl + - -rwxr-xr-x 0 0 0 1256281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl + - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_uninstall.py + - -rwxr-xr-x 0 0 0 79583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/enum.py + - -rwxr-xr-x 0 0 0 10178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/filecmp.py + - -rwxr-xr-x 0 0 0 15714 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fileinput.py + - -rwxr-xr-x 0 0 0 5999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fnmatch.py + - -rwxr-xr-x 0 0 0 28677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fractions.py + - -rwxr-xr-x 0 0 0 35815 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ftplib.py + - -rwxr-xr-x 0 0 0 38413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/functools.py + - -rwxr-xr-x 0 0 0 5246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/genericpath.py + - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getopt.py + - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getpass.py + - -rwxr-xr-x 0 0 0 21320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gettext.py + - -rwxr-xr-x 0 0 0 8732 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/glob.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/graphlib.py + - -rwxr-xr-x 0 0 0 24074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gzip.py + - -rwxr-xr-x 0 0 0 11765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hashlib.py + - -rwxr-xr-x 0 0 0 23024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/heapq.py + - -rwxr-xr-x 0 0 0 7716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hmac.py + - -rwxr-xr-x 0 0 0 4775 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/__init__.py + - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/entities.py + - -rwxr-xr-x 0 0 0 20850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/parser.py + - -rwxr-xr-x 0 0 0 7913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/__init__.py + - -rwxr-xr-x 0 0 0 58284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/client.py + - -rwxr-xr-x 0 0 0 77517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookiejar.py + - -rwxr-xr-x 0 0 0 20743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookies.py + - -rwxr-xr-x 0 0 0 49150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/server.py + - -rwxr-xr-x 0 0 0 2152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/CREDITS.txt + - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/ChangeLog + - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/HISTORY.txt + - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/README.txt + - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/folder.gif + - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle.ico + - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.gif + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.png + - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_256.png + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.gif + - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.png + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.gif + - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.png + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/minusnode.gif + - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/openfolder.gif + - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/plusnode.gif + - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/python.gif + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/tk.gif + - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/NEWS2x.txt + - -rwxr-xr-x 0 0 0 55422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/News3.txt + - -rwxr-xr-x 0 0 0 11653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/README.txt + - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/TODO.txt + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__init__.py + - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__main__.py + - -rwxr-xr-x 0 0 0 9354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete.py + - -rwxr-xr-x 0 0 0 20863 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete_w.py + - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autoexpand.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/browser.py + - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip.py + - -rwxr-xr-x 0 0 0 7083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip_w.py + - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/codecontext.py + - -rwxr-xr-x 0 0 0 14783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/colorizer.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-extensions.def + - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-highlight.def + - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-keys.def + - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-main.def + - -rwxr-xr-x 0 0 0 38387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config.py + - -rwxr-xr-x 0 0 0 15230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config_key.py + - -rwxr-xr-x 0 0 0 105314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/configdialog.py + - -rwxr-xr-x 0 0 0 20991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger_r.py + - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj.py + - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj_r.py + - -rwxr-xr-x 0 0 0 1044 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/delegator.py + - -rwxr-xr-x 0 0 0 1993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/dynoption.py + - -rwxr-xr-x 0 0 0 69561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/editor.py + - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/extend.txt + - -rwxr-xr-x 0 0 0 3871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/filelist.py + - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/format.py + - -rwxr-xr-x 0 0 0 7526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/grep.py + - -rwxr-xr-x 0 0 0 78525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.html + - -rwxr-xr-x 0 0 0 11902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.py + - -rwxr-xr-x 0 0 0 8910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help_about.py + - -rwxr-xr-x 0 0 0 4065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/history.py + - -rwxr-xr-x 0 0 0 12889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/hyperparser.py + - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.bat + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.py + - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.pyw + - -rwxr-xr-x 0 0 0 16159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/iomenu.py + - -rwxr-xr-x 0 0 0 9401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/macosx.py + - -rwxr-xr-x 0 0 0 3938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/mainmenu.py + - -rwxr-xr-x 0 0 0 18652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/multicall.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/outwin.py + - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/parenmatch.py + - -rwxr-xr-x 0 0 0 3093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pathbrowser.py + - -rwxr-xr-x 0 0 0 3568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/percolator.py + - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyparse.py + - -rwxr-xr-x 0 0 0 62537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyshell.py + - -rwxr-xr-x 0 0 0 15067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/query.py + - -rwxr-xr-x 0 0 0 6777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/redirector.py + - -rwxr-xr-x 0 0 0 9841 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/replace.py + - -rwxr-xr-x 0 0 0 21078 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/rpc.py + - -rwxr-xr-x 0 0 0 21439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/run.py + - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/runscript.py + - -rwxr-xr-x 0 0 0 4478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/scrolledlist.py + - -rwxr-xr-x 0 0 0 5567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/search.py + - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchbase.py + - -rwxr-xr-x 0 0 0 7415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchengine.py + - -rwxr-xr-x 0 0 0 20338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/sidebar.py + - -rwxr-xr-x 0 0 0 12834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/squeezer.py + - -rwxr-xr-x 0 0 0 4016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/stackviewer.py + - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/statusbar.py + - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/textview.py + - -rwxr-xr-x 0 0 0 6471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tooltip.py + - -rwxr-xr-x 0 0 0 16483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tree.py + - -rwxr-xr-x 0 0 0 11016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/undo.py + - -rwxr-xr-x 0 0 0 731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/util.py + - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/window.py + - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zoomheight.py + - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zzdummy.py + - -rwxr-xr-x 0 0 0 55217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imaplib.py + - -rwxr-xr-x 0 0 0 3952 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imghdr.py + - -rwxr-xr-x 0 0 0 10606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imp.py + - -rwxr-xr-x 0 0 0 6089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/__init__.py + - -rwxr-xr-x 0 0 0 1852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_abc.py + - -rwxr-xr-x 0 0 0 48223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap.py + - -rwxr-xr-x 0 0 0 68962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap_external.py + - -rwxr-xr-x 0 0 0 10969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/abc.py + - -rwxr-xr-x 0 0 0 880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/machinery.py + - -rwxr-xr-x 0 0 0 31109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/__init__.py + - -rwxr-xr-x 0 0 0 1862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_collections.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_text.py + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/readers.py + - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/__init__.py + - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_adapters.py + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_common.py + - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_itertools.py + - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_legacy.py + - -rwxr-xr-x 0 0 0 4571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/abc.py + - -rwxr-xr-x 0 0 0 3557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/readers.py + - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/simple.py + - -rwxr-xr-x 0 0 0 354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/simple.py + - -rwxr-xr-x 0 0 0 12717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/util.py + - -rwxr-xr-x 0 0 0 123419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/inspect.py + - -rwxr-xr-x 0 0 0 4320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/io.py + - -rwxr-xr-x 0 0 0 81414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ipaddress.py + - -rwxr-xr-x 0 0 0 14020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/__init__.py + - -rwxr-xr-x 0 0 0 12473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/decoder.py + - -rwxr-xr-x 0 0 0 16070 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/encoder.py + - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/scanner.py + - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/tool.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/keyword.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/.empty + - -rwxr-xr-x 0 0 0 25928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 69112 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 1754328 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_dbm.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 200072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_testclinic.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 220816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar.txt + - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar.txt + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__init__.py + - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__main__.py + - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_matcher.py + - -rwxr-xr-x 0 0 0 9945 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_utils.py + - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_base.py + - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_util.py + - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/__init__.py + - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_apply.py + - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_asserts.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_basestring.py + - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_buffer.py + - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_dict.py + - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_except.py + - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exec.py + - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_execfile.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exitfunc.py + - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_filter.py + - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_funcattrs.py + - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_future.py + - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_getcwdu.py + - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_has_key.py + - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_idioms.py + - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_import.py + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports.py + - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports2.py + - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_input.py + - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_intern.py + - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_isinstance.py + - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools.py + - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py + - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_long.py + - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_map.py + - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_metaclass.py + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_methodattrs.py + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ne.py + - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_next.py + - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_nonzero.py + - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_numliterals.py + - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_operator.py + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_paren.py + - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_print.py + - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raise.py + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raw_input.py + - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reduce.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reload.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_renames.py + - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_repr.py + - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_set_literal.py + - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_standarderror.py + - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_sys_exc.py + - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_throw.py + - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_tuple_params.py + - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_types.py + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_unicode.py + - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_urllib.py + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ws_comma.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xrange.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xreadlines.py + - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_zip.py + - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/main.py + - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/patcomp.py + - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/__init__.py + - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/conv.py + - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/driver.py + - -rwxr-xr-x 0 0 0 5552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/grammar.py + - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/literals.py + - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/parse.py + - -rwxr-xr-x 0 0 0 13830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/pgen.py + - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/token.py + - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/tokenize.py + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pygram.py + - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pytree.py + - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/refactor.py + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/linecache.py + - -rwxr-xr-x 0 0 0 79095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/locale.py + - -rwxr-xr-x 0 0 0 80677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/__init__.py + - -rwxr-xr-x 0 0 0 37001 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/config.py + - -rwxr-xr-x 0 0 0 61920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/handlers.py + - -rwxr-xr-x 0 0 0 13277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lzma.py + - -rwxr-xr-x 0 0 0 78830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailbox.py + - -rwxr-xr-x 0 0 0 9369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailcap.py + - -rwxr-xr-x 0 0 0 22962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mimetypes.py + - -rwxr-xr-x 0 0 0 23699 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/modulefinder.py + - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/__init__.py + - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/connection.py + - -rwxr-xr-x 0 0 0 11597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/context.py + - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/__init__.py + - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/connection.py + - -rwxr-xr-x 0 0 0 12134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/forkserver.py + - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/heap.py + - -rwxr-xr-x 0 0 0 47684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/managers.py + - -rwxr-xr-x 0 0 0 32759 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/pool.py + - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_fork.py + - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_forkserver.py + - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_posix.py + - -rwxr-xr-x 0 0 0 4515 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_win32.py + - -rwxr-xr-x 0 0 0 12139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/process.py + - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/queues.py + - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/reduction.py + - -rwxr-xr-x 0 0 0 5145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_sharer.py + - -rwxr-xr-x 0 0 0 10332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_tracker.py + - -rwxr-xr-x 0 0 0 18458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/shared_memory.py + - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/sharedctypes.py + - -rwxr-xr-x 0 0 0 9644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/spawn.py + - -rwxr-xr-x 0 0 0 12285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/synchronize.py + - -rwxr-xr-x 0 0 0 14261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/util.py + - -rwxr-xr-x 0 0 0 6929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/netrc.py + - -rwxr-xr-x 0 0 0 41087 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nntplib.py + - -rwxr-xr-x 0 0 0 28766 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ntpath.py + - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nturl2path.py + - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/numbers.py + - -rwxr-xr-x 0 0 0 10447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/opcode.py + - -rwxr-xr-x 0 0 0 10965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/operator.py + - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/optparse.py + - -rwxr-xr-x 0 0 0 39530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/os.py + - -rwxr-xr-x 0 0 0 48566 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pathlib.py + - -rwxr-xr-x 0 0 0 64173 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pdb.py + - -rwxr-xr-x 0 0 0 65132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickle.py + - -rwxr-xr-x 0 0 0 93861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickletools.py + - -rwxr-xr-x 0 0 0 8978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pipes.py + - -rwxr-xr-x 0 0 0 24638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pkgutil.py + - -rwxr-xr-x 0 0 0 42273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/platform.py + - -rwxr-xr-x 0 0 0 28594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/plistlib.py + - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/poplib.py + - -rwxr-xr-x 0 0 0 17072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/posixpath.py + - -rwxr-xr-x 0 0 0 24583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pprint.py + - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/profile.py + - -rwxr-xr-x 0 0 0 29356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pstats.py + - -rwxr-xr-x 0 0 0 6317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pty.py + - -rwxr-xr-x 0 0 0 7837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/py_compile.py + - -rwxr-xr-x 0 0 0 11396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pyclbr.py + - -rwxr-xr-x 0 0 0 112650 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/__init__.py + - -rwxr-xr-x 0 0 0 1325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/_pydoc.css + - -rwxr-xr-x 0 0 0 775171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/topics.py + - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/queue.py + - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/quopri.py + - -rwxr-xr-x 0 0 0 32162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/random.py + - -rwxr-xr-x 0 0 0 15889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/__init__.py + - -rwxr-xr-x 0 0 0 5446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_casefix.py + - -rwxr-xr-x 0 0 0 26089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_compiler.py + - -rwxr-xr-x 0 0 0 5930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_constants.py + - -rwxr-xr-x 0 0 0 42420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_parser.py + - -rwxr-xr-x 0 0 0 5437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/reprlib.py + - -rwxr-xr-x 0 0 0 7827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/rlcompleter.py + - -rwxr-xr-x 0 0 0 13159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/runpy.py + - -rwxr-xr-x 0 0 0 6351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sched.py + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/secrets.py + - -rwxr-xr-x 0 0 0 19671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/selectors.py + - -rwxr-xr-x 0 0 0 8560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shelve.py + - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shlex.py + - -rwxr-xr-x 0 0 0 56517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shutil.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/signal.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/README.txt + - -rwxr-xr-x 0 0 0 6755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/__init__.py + - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/override.py + - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/distutils-precedence.pth + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 4675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 68854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 11731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__init__.py + - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__main__.py + - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__pip-runner__.py + - -rwxr-xr-x 0 0 0 511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/__init__.py + - -rwxr-xr-x 0 0 0 21911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/build_env.py + - -rwxr-xr-x 0 0 0 10345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cache.py + - -rwxr-xr-x 0 0 0 131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/__init__.py + - -rwxr-xr-x 0 0 0 7193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py + - -rwxr-xr-x 0 0 0 9168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/base_command.py + - -rwxr-xr-x 0 0 0 36164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py + - -rwxr-xr-x 0 0 0 817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/command_context.py + - -rwxr-xr-x 0 0 0 6484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/index_command.py + - -rwxr-xr-x 0 0 0 3137 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main.py + - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py + - -rwxr-xr-x 0 0 0 13827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/parser.py + - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py + - -rwxr-xr-x 0 0 0 16482 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/req_command.py + - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/spinners.py + - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py + - -rwxr-xr-x 0 0 0 4026 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/__init__.py + - -rwxr-xr-x 0 0 0 9142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/cache.py + - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/check.py + - -rwxr-xr-x 0 0 0 4565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/completion.py + - -rwxr-xr-x 0 0 0 10105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/configuration.py + - -rwxr-xr-x 0 0 0 6805 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/debug.py + - -rwxr-xr-x 0 0 0 5178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/download.py + - -rwxr-xr-x 0 0 0 3099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/freeze.py + - -rwxr-xr-x 0 0 0 1679 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/hash.py + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/help.py + - -rwxr-xr-x 0 0 0 5520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/index.py + - -rwxr-xr-x 0 0 0 3177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/inspect.py + - -rwxr-xr-x 0 0 0 30588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/install.py + - -rwxr-xr-x 0 0 0 13497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/list.py + - -rwxr-xr-x 0 0 0 6027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/lock.py + - -rwxr-xr-x 0 0 0 5782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/search.py + - -rwxr-xr-x 0 0 0 8066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/show.py + - -rwxr-xr-x 0 0 0 3868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py + - -rwxr-xr-x 0 0 0 5880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/wheel.py + - -rwxr-xr-x 0 0 0 14568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/configuration.py + - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/base.py + - -rwxr-xr-x 0 0 0 929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/installed.py + - -rwxr-xr-x 0 0 0 6627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py + - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py + - -rwxr-xr-x 0 0 0 32165 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/exceptions.py + - -rwxr-xr-x 0 0 0 29 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/__init__.py + - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/collector.py + - -rwxr-xr-x 0 0 0 41776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/package_finder.py + - -rwxr-xr-x 0 0 0 8639 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/sources.py + - -rwxr-xr-x 0 0 0 14157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/__init__.py + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py + - -rwxr-xr-x 0 0 0 7779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py + - -rwxr-xr-x 0 0 0 2550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/base.py + - -rwxr-xr-x 0 0 0 338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/main.py + - -rwxr-xr-x 0 0 0 5824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py + - -rwxr-xr-x 0 0 0 2711 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/_json.py + - -rwxr-xr-x 0 0 0 25420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/base.py + - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py + - -rwxr-xr-x 0 0 0 2804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py + - -rwxr-xr-x 0 0 0 8420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py + - -rwxr-xr-x 0 0 0 10544 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py + - -rwxr-xr-x 0 0 0 62 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/__init__.py + - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/candidate.py + - -rwxr-xr-x 0 0 0 6555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/direct_url.py + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/format_control.py + - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/index.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/installation_report.py + - -rwxr-xr-x 0 0 0 21992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/link.py + - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/release_control.py + - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/scheme.py + - -rwxr-xr-x 0 0 0 4507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/search_scope.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py + - -rwxr-xr-x 0 0 0 4243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/target_python.py + - -rwxr-xr-x 0 0 0 2920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/wheel.py + - -rwxr-xr-x 0 0 0 49 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/__init__.py + - -rwxr-xr-x 0 0 0 20806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/auth.py + - -rwxr-xr-x 0 0 0 4862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/cache.py + - -rwxr-xr-x 0 0 0 12667 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/download.py + - -rwxr-xr-x 0 0 0 7646 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py + - -rwxr-xr-x 0 0 0 19555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/session.py + - -rwxr-xr-x 0 0 0 4091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/utils.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py + - -rwxr-xr-x 0 0 0 4771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py + - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py + - -rwxr-xr-x 0 0 0 1509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py + - -rwxr-xr-x 0 0 0 1136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py + - -rwxr-xr-x 0 0 0 1478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py + - -rwxr-xr-x 0 0 0 5894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/check.py + - -rwxr-xr-x 0 0 0 9854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/freeze.py + - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py + - -rwxr-xr-x 0 0 0 27923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py + - -rwxr-xr-x 0 0 0 28830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/prepare.py + - -rwxr-xr-x 0 0 0 4555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/pyproject.py + - -rwxr-xr-x 0 0 0 3041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/__init__.py + - -rwxr-xr-x 0 0 0 18688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/constructors.py + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/pep723.py + - -rwxr-xr-x 0 0 0 2618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_dependency_group.py + - -rwxr-xr-x 0 0 0 20685 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_file.py + - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_install.py + - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_set.py + - -rwxr-xr-x 0 0 0 24099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py + - -rwxr-xr-x 0 0 0 577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/base.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py + - -rwxr-xr-x 0 0 0 24060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 5047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py + - -rwxr-xr-x 0 0 0 20454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py + - -rwxr-xr-x 0 0 0 34028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py + - -rwxr-xr-x 0 0 0 6018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py + - -rwxr-xr-x 0 0 0 11441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py + - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py + - -rwxr-xr-x 0 0 0 8239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py + - -rwxr-xr-x 0 0 0 13437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py + - -rwxr-xr-x 0 0 0 8284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/__init__.py + - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_jaraco_text.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_log.py + - -rwxr-xr-x 0 0 0 1681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py + - -rwxr-xr-x 0 0 0 2514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compat.py + - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/datetime.py + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py + - -rwxr-xr-x 0 0 0 3200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py + - -rwxr-xr-x 0 0 0 2459 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py + - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/glibc.py + - -rwxr-xr-x 0 0 0 4998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/hashes.py + - -rwxr-xr-x 0 0 0 13414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/logging.py + - -rwxr-xr-x 0 0 0 23722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/misc.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/packaging.py + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/pylock.py + - -rwxr-xr-x 0 0 0 1461 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/retry.py + - -rwxr-xr-x 0 0 0 8983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py + - -rwxr-xr-x 0 0 0 9307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py + - -rwxr-xr-x 0 0 0 12972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/urls.py + - -rwxr-xr-x 0 0 0 3455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py + - -rwxr-xr-x 0 0 0 4468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/wheel.py + - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py + - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py + - -rwxr-xr-x 0 0 0 19144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/git.py + - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py + - -rwxr-xr-x 0 0 0 11787 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py + - -rwxr-xr-x 0 0 0 22599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py + - -rwxr-xr-x 0 0 0 9010 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/wheel_builder.py + - -rwxr-xr-x 0 0 0 9394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/README.rst + - -rwxr-xr-x 0 0 0 4907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/__init__.py + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py + - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py + - -rwxr-xr-x 0 0 0 1953 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py + - -rwxr-xr-x 0 0 0 4117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py + - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py + - -rwxr-xr-x 0 0 0 19102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py + - -rwxr-xr-x 0 0 0 4354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py + - -rwxr-xr-x 0 0 0 4881 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/py.typed + - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py + - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py + - -rwxr-xr-x 0 0 0 270954 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem + - -rwxr-xr-x 0 0 0 3442 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/core.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/py.typed + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__init__.py + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__main__.py + - -rwxr-xr-x 0 0 0 8041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_implementation.py + - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py + - -rwxr-xr-x 0 0 0 1865 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_toml_compat.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/py.typed + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py + - -rwxr-xr-x 0 0 0 41467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py + - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py + - -rwxr-xr-x 0 0 0 18612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py + - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe + - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe + - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe + - -rwxr-xr-x 0 0 0 66682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/util.py + - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe + - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe + - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py + - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/distro.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/py.typed + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py + - -rwxr-xr-x 0 0 0 3438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/codec.py + - -rwxr-xr-x 0 0 0 316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/compat.py + - -rwxr-xr-x 0 0 0 13246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/core.py + - -rwxr-xr-x 0 0 0 79623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py + - -rwxr-xr-x 0 0 0 1898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py + - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/py.typed + - -rwxr-xr-x 0 0 0 243725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 1109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py + - -rwxr-xr-x 0 0 0 5726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py + - -rwxr-xr-x 0 0 0 32390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2707 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 51122 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 39360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/pylock.py + - -rwxr-xr-x 0 0 0 2870 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 22856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 23284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 124451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 22344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9013 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 9281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 6322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py + - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py + - -rwxr-xr-x 0 0 0 1718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/console.py + - -rwxr-xr-x 0 0 0 1910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py + - -rwxr-xr-x 0 0 0 40392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py + - -rwxr-xr-x 0 0 0 4390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py + - -rwxr-xr-x 0 0 0 5385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py + - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py + - -rwxr-xr-x 0 0 0 35349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py + - -rwxr-xr-x 0 0 0 77602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py + - -rwxr-xr-x 0 0 0 53853 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py + - -rwxr-xr-x 0 0 0 1891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py + - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py + - -rwxr-xr-x 0 0 0 7981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/style.py + - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py + - -rwxr-xr-x 0 0 0 3312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/_mapping.py + - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/token.py + - -rwxr-xr-x 0 0 0 63208 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py + - -rwxr-xr-x 0 0 0 10031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/util.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py + - -rwxr-xr-x 0 0 0 14936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py + - -rwxr-xr-x 0 0 0 12216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/py.typed + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py + - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py + - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py + - -rwxr-xr-x 0 0 0 26429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py + - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/api.py + - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/auth.py + - -rwxr-xr-x 0 0 0 441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/certs.py + - -rwxr-xr-x 0 0 0 1822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/compat.py + - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py + - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py + - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/help.py + - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py + - -rwxr-xr-x 0 0 0 35575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/models.py + - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/packages.py + - -rwxr-xr-x 0 0 0 30503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py + - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py + - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/structures.py + - -rwxr-xr-x 0 0 0 33225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/utils.py + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 8914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/py.typed + - -rwxr-xr-x 0 0 0 2037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py + - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py + - -rwxr-xr-x 0 0 0 24212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py + - -rwxr-xr-x 0 0 0 7896 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py + - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py + - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py + - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py + - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py + - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py + - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_fileno.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py + - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py + - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py + - -rwxr-xr-x 0 0 0 1394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py + - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py + - -rwxr-xr-x 0 0 0 5325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py + - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py + - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py + - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py + - -rwxr-xr-x 0 0 0 22755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py + - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py + - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py + - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py + - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/abc.py + - -rwxr-xr-x 0 0 0 10324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/align.py + - -rwxr-xr-x 0 0 0 6921 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py + - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/bar.py + - -rwxr-xr-x 0 0 0 10686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/box.py + - -rwxr-xr-x 0 0 0 5130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/cells.py + - -rwxr-xr-x 0 0 0 18211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color.py + - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py + - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/columns.py + - -rwxr-xr-x 0 0 0 100849 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/console.py + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py + - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/containers.py + - -rwxr-xr-x 0 0 0 6487 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/control.py + - -rwxr-xr-x 0 0 0 8257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py + - -rwxr-xr-x 0 0 0 1025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py + - -rwxr-xr-x 0 0 0 2367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py + - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/errors.py + - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py + - -rwxr-xr-x 0 0 0 2484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py + - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/json.py + - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py + - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/layout.py + - -rwxr-xr-x 0 0 0 15180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live.py + - -rwxr-xr-x 0 0 0 3521 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py + - -rwxr-xr-x 0 0 0 12468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/logging.py + - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/markup.py + - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/measure.py + - -rwxr-xr-x 0 0 0 4908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/padding.py + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pager.py + - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/palette.py + - -rwxr-xr-x 0 0 0 11157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/panel.py + - -rwxr-xr-x 0 0 0 36391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py + - -rwxr-xr-x 0 0 0 60408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress.py + - -rwxr-xr-x 0 0 0 8162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py + - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py + - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/py.typed + - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/region.py + - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/repr.py + - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/rule.py + - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/scope.py + - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/screen.py + - -rwxr-xr-x 0 0 0 24743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/segment.py + - -rwxr-xr-x 0 0 0 4214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/status.py + - -rwxr-xr-x 0 0 0 26990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/style.py + - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/styled.py + - -rwxr-xr-x 0 0 0 36371 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py + - -rwxr-xr-x 0 0 0 40049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/table.py + - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py + - -rwxr-xr-x 0 0 0 47552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/text.py + - -rwxr-xr-x 0 0 0 3771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/theme.py + - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/themes.py + - -rwxr-xr-x 0 0 0 35861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py + - -rwxr-xr-x 0 0 0 9451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/tree.py + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 25778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 3235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 169 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/__init__.py + - -rwxr-xr-x 0 0 0 6961 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/_writer.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/py.typed + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/__init__.py + - -rwxr-xr-x 0 0 0 11413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_api.py + - -rwxr-xr-x 0 0 0 20503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_macos.py + - -rwxr-xr-x 0 0 0 2412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_openssl.py + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_ssl_constants.py + - -rwxr-xr-x 0 0 0 17993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_windows.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/py.typed + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py + - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py + - -rwxr-xr-x 0 0 0 20314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py + - -rwxr-xr-x 0 0 0 40408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py + - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py + - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py + - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py + - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py + - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py + - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py + - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py + - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py + - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py + - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py + - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py + - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py + - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py + - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py + - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py + - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py + - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py + - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py + - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py + - -rwxr-xr-x 0 0 0 22050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py + - -rwxr-xr-x 0 0 0 17460 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py + - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py + - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py + - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py + - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py + - -rwxr-xr-x 0 0 0 342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/vendor.txt + - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/py.typed + - -rwxr-xr-x 0 0 0 126219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/api_tests.txt + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 6572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 75533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 2449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 9004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/__init__.py + - -rwxr-xr-x 0 0 0 11978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_core_metadata.py + - -rwxr-xr-x 0 0 0 836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_discovery.py + - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/__init__.py + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_log.py + - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_modified.py + - -rwxr-xr-x 0 0 0 335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py + - -rwxr-xr-x 0 0 0 524 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 22186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cmd.py + - -rwxr-xr-x 0 0 0 386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py + - -rwxr-xr-x 0 0 0 5854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build.py + - -rwxr-xr-x 0 0 0 7777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 32710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 5135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 4946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/check.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py + - -rwxr-xr-x 0 0 0 12724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/config.py + - -rwxr-xr-x 0 0 0 30072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install.py + - -rwxr-xr-x 0 0 0 2875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 19151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/__init__.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/numpy.py + - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/py39.py + - -rwxr-xr-x 0 0 0 54876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/base.py + - -rwxr-xr-x 0 0 0 11844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/cygwin.py + - -rwxr-xr-x 0 0 0 573 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/errors.py + - -rwxr-xr-x 0 0 0 21404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/msvc.py + - -rwxr-xr-x 0 0 0 16531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/unix.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/zos.py + - -rwxr-xr-x 0 0 0 9364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/core.py + - -rwxr-xr-x 0 0 0 594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/debug.py + - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py + - -rwxr-xr-x 0 0 0 55794 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dist.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/errors.py + - -rwxr-xr-x 0 0 0 11155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/extension.py + - -rwxr-xr-x 0 0 0 17895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 7978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/file_util.py + - -rwxr-xr-x 0 0 0 15337 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/filelist.py + - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/log.py + - -rwxr-xr-x 0 0 0 4086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/spawn.py + - -rwxr-xr-x 0 0 0 19728 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12101 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/text_file.py + - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 18094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/util.py + - -rwxr-xr-x 0 0 0 12619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/version.py + - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/zosccompiler.py + - -rwxr-xr-x 0 0 0 2468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_entry_points.py + - -rwxr-xr-x 0 0 0 2435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_imp.py + - -rwxr-xr-x 0 0 0 223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_importlib.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_itertools.py + - -rwxr-xr-x 0 0 0 5747 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_normalization.py + - -rwxr-xr-x 0 0 0 2976 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_path.py + - -rwxr-xr-x 0 0 0 1380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_reqs.py + - -rwxr-xr-x 0 0 0 11247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_scripts.py + - -rwxr-xr-x 0 0 0 1578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_shutil.py + - -rwxr-xr-x 0 0 0 4855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_static.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 7634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 15006 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 12 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/__init__.py + - -rwxr-xr-x 0 0 0 5680 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoasync.py + - -rwxr-xr-x 0 0 0 2505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autocommand.py + - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/automain.py + - -rwxr-xr-x 0 0 0 11642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoparse.py + - -rwxr-xr-x 0 0 0 886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/errors.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/__init__.py + - -rwxr-xr-x 0 0 0 108491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__init__.py + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__main__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 33798 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py + - -rwxr-xr-x 0 0 0 1314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py + - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py + - -rwxr-xr-x 0 0 0 379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 21079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 8 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 103796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/__init__.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/py38.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 26640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/py.typed + - -rwxr-xr-x 0 0 0 9552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py + - -rwxr-xr-x 0 0 0 16642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.py + - -rwxr-xr-x 0 0 0 3878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/py.typed + - -rwxr-xr-x 0 0 0 1335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt + - -rwxr-xr-x 0 0 0 16250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py + - -rwxr-xr-x 0 0 0 643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/layouts.py + - -rwxr-xr-x 0 0 0 904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py + - -rwxr-xr-x 0 0 0 412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 36293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py + - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.pyi + - -rwxr-xr-x 0 0 0 148370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py + - -rwxr-xr-x 0 0 0 21484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/py.typed + - -rwxr-xr-x 0 0 0 28591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py + - -rwxr-xr-x 0 0 0 4617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.pyi + - -rwxr-xr-x 0 0 0 2 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD + - -rwxr-xr-x 0 0 0 3204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 48398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 10561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 34762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 21014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 16676 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 22225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 8875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 48 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 2071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/__init__.py + - -rwxr-xr-x 0 0 0 31360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_checkers.py + - -rwxr-xr-x 0 0 0 2846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_config.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_decorators.py + - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_exceptions.py + - -rwxr-xr-x 0 0 0 10393 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_functions.py + - -rwxr-xr-x 0 0 0 6389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_importhook.py + - -rwxr-xr-x 0 0 0 1303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_memo.py + - -rwxr-xr-x 0 0 0 4416 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_suppression.py + - -rwxr-xr-x 0 0 0 44937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_transformer.py + - -rwxr-xr-x 0 0 0 1354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_union_transformer.py + - -rwxr-xr-x 0 0 0 5270 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_utils.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 134451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt + - -rwxr-xr-x 0 0 0 2313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 104 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__init__.py + - -rwxr-xr-x 0 0 0 455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__main__.py + - -rwxr-xr-x 0 0 0 21694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py + - -rwxr-xr-x 0 0 0 781 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/bdist_wheel.py + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/__init__.py + - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/convert.py + - -rwxr-xr-x 0 0 0 3103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/pack.py + - -rwxr-xr-x 0 0 0 4760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/tags.py + - -rwxr-xr-x 0 0 0 1021 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/unpack.py + - -rwxr-xr-x 0 0 0 16572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/macosx_libfile.py + - -rwxr-xr-x 0 0 0 6171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/metadata.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/__init__.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 8232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py + - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py + - -rwxr-xr-x 0 0 0 39778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py + - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py + - -rwxr-xr-x 0 0 0 16234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py + - -rwxr-xr-x 0 0 0 16 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt + - -rwxr-xr-x 0 0 0 8411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/wheelfile.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 5 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 13412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/__init__.py + - -rwxr-xr-x 0 0 0 219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/py310.py + - -rwxr-xr-x 0 0 0 3082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/glob.py + - -rwxr-xr-x 0 0 0 7356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/archive_util.py + - -rwxr-xr-x 0 0 0 19968 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/build_meta.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli.exe + - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/__init__.py + - -rwxr-xr-x 0 0 0 4228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/_requirestxt.py + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/alias.py + - -rwxr-xr-x 0 0 0 16948 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_egg.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 22247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py + - -rwxr-xr-x 0 0 0 6052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_clib.py + - -rwxr-xr-x 0 0 0 18465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_ext.py + - -rwxr-xr-x 0 0 0 15539 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_py.py + - -rwxr-xr-x 0 0 0 1610 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/develop.py + - -rwxr-xr-x 0 0 0 3450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/dist_info.py + - -rwxr-xr-x 0 0 0 780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/easy_install.py + - -rwxr-xr-x 0 0 0 34836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/editable_wheel.py + - -rwxr-xr-x 0 0 0 25878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/egg_info.py + - -rwxr-xr-x 0 0 0 5066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install.py + - -rwxr-xr-x 0 0 0 2075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 4319 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_lib.py + - -rwxr-xr-x 0 0 0 2490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_scripts.py + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml + - -rwxr-xr-x 0 0 0 2187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/rotate.py + - -rwxr-xr-x 0 0 0 692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/saveopts.py + - -rwxr-xr-x 0 0 0 7369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/sdist.py + - -rwxr-xr-x 0 0 0 5100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/setopt.py + - -rwxr-xr-x 0 0 0 1343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/test.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/__init__.py + - -rwxr-xr-x 0 0 0 344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py310.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py311.py + - -rwxr-xr-x 0 0 0 366 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py312.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py39.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/NOTICE + - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/__init__.py + - -rwxr-xr-x 0 0 0 19120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py + - -rwxr-xr-x 0 0 0 18737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/NOTICE + - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py + - -rwxr-xr-x 0 0 0 11813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py + - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py + - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py + - -rwxr-xr-x 0 0 0 354682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py + - -rwxr-xr-x 0 0 0 13564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py + - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/distutils.schema.json + - -rwxr-xr-x 0 0 0 16041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/expand.py + - -rwxr-xr-x 0 0 0 18320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py + - -rwxr-xr-x 0 0 0 26575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setupcfg.py + - -rwxr-xr-x 0 0 0 16071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setuptools.schema.json + - -rwxr-xr-x 0 0 0 5965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/depends.py + - -rwxr-xr-x 0 0 0 21258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/discovery.py + - -rwxr-xr-x 0 0 0 44887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/dist.py + - -rwxr-xr-x 0 0 0 3024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/errors.py + - -rwxr-xr-x 0 0 0 6683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/extension.py + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/glob.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui.exe + - -rwxr-xr-x 0 0 0 5093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/installer.py + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/launch.py + - -rwxr-xr-x 0 0 0 1261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/logging.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/modified.py + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/monkey.py + - -rwxr-xr-x 0 0 0 41631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/msvc.py + - -rwxr-xr-x 0 0 0 3171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/namespaces.py + - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script (dev).tmpl + - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script.tmpl + - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/unicode_utils.py + - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/version.py + - -rwxr-xr-x 0 0 0 3796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/warnings.py + - -rwxr-xr-x 0 0 0 9477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/wheel.py + - -rwxr-xr-x 0 0 0 726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/windows_support.py + - -rwxr-xr-x 0 0 0 22987 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site.py + - -rwxr-xr-x 0 0 0 31162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtpd.py + - -rwxr-xr-x 0 0 0 45418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtplib.py + - -rwxr-xr-x 0 0 0 7448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sndhdr.py + - -rwxr-xr-x 0 0 0 37557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socket.py + - -rwxr-xr-x 0 0 0 27586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socketserver.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/__init__.py + - -rwxr-xr-x 0 0 0 3305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dbapi2.py + - -rwxr-xr-x 0 0 0 3471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dump.py + - -rwxr-xr-x 0 0 0 231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_compile.py + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_constants.py + - -rwxr-xr-x 0 0 0 229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_parse.py + - -rwxr-xr-x 0 0 0 54305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ssl.py + - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stat.py + - -rwxr-xr-x 0 0 0 47705 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/statistics.py + - -rwxr-xr-x 0 0 0 11786 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/string.py + - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stringprep.py + - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/struct.py + - -rwxr-xr-x 0 0 0 88725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/subprocess.py + - -rwxr-xr-x 0 0 0 18480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sunau.py + - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/symtable.py + - -rwxr-xr-x 0 0 0 30315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sysconfig.py + - -rwxr-xr-x 0 0 0 11299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tabnanny.py + - -rwxr-xr-x 0 0 0 111943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tarfile.py + - -rwxr-xr-x 0 0 0 23301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/telnetlib.py + - -rwxr-xr-x 0 0 0 31873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tempfile.py + - -rwxr-xr-x 0 0 0 19718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/textwrap.py + - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/this.py + - -rwxr-xr-x 0 0 0 58231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/threading.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/timeit.py + - -rwxr-xr-x 0 0 0 172803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__init__.py + - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__main__.py + - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/colorchooser.py + - -rwxr-xr-x 0 0 0 1296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/commondialog.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/constants.py + - -rwxr-xr-x 0 0 0 1535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dialog.py + - -rwxr-xr-x 0 0 0 11644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dnd.py + - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/filedialog.py + - -rwxr-xr-x 0 0 0 7000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/font.py + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/messagebox.py + - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/scrolledtext.py + - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/simpledialog.py + - -rwxr-xr-x 0 0 0 77032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/tix.py + - -rwxr-xr-x 0 0 0 56242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/ttk.py + - -rwxr-xr-x 0 0 0 2386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/token.py + - -rwxr-xr-x 0 0 0 26336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tokenize.py + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/__init__.py + - -rwxr-xr-x 0 0 0 22631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_types.py + - -rwxr-xr-x 0 0 0 29182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/trace.py + - -rwxr-xr-x 0 0 0 40547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/traceback.py + - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tracemalloc.py + - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tty.py + - -rwxr-xr-x 0 0 0 144360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtle.py + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__init__.py + - -rwxr-xr-x 0 0 0 15285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__main__.py + - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/bytedesign.py + - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/chaos.py + - -rwxr-xr-x 0 0 0 3180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/clock.py + - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/colormixer.py + - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/forest.py + - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/fractalcurves.py + - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/lindenmayer.py + - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/minimal_hanoi.py + - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/nim.py + - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/paint.py + - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/peace.py + - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/penrose.py + - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/planet_and_moon.py + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/rosette.py + - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/round_dance.py + - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/sorting_animate.py + - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/tree.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/turtle.cfg + - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/two_canvases.py + - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/yinyang.py + - -rwxr-xr-x 0 0 0 10067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/types.py + - -rwxr-xr-x 0 0 0 120951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/typing.py + - -rwxr-xr-x 0 0 0 3934 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__init__.py + - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__main__.py + - -rwxr-xr-x 0 0 0 2746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/_log.py + - -rwxr-xr-x 0 0 0 5465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/async_case.py + - -rwxr-xr-x 0 0 0 58503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/case.py + - -rwxr-xr-x 0 0 0 22536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/loader.py + - -rwxr-xr-x 0 0 0 11415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/main.py + - -rwxr-xr-x 0 0 0 104264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/mock.py + - -rwxr-xr-x 0 0 0 8518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/result.py + - -rwxr-xr-x 0 0 0 9418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/runner.py + - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/signals.py + - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/suite.py + - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/__init__.py + - -rwxr-xr-x 0 0 0 2415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/error.py + - -rwxr-xr-x 0 0 0 44836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/parse.py + - -rwxr-xr-x 0 0 0 101960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/request.py + - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/response.py + - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/robotparser.py + - -rwxr-xr-x 0 0 0 7365 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uu.py + - -rwxr-xr-x 0 0 0 27597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uuid.py + - -rwxr-xr-x 0 0 0 26323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__init__.py + - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__main__.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/Activate.ps1 + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/activate + - -rwxr-xr-x 0 0 0 933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.csh + - -rwxr-xr-x 0 0 0 2209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.fish + - -rwxr-xr-x 0 0 0 21110 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/warnings.py + - -rwxr-xr-x 0 0 0 21818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wave.py + - -rwxr-xr-x 0 0 0 21513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/weakref.py + - -rwxr-xr-x 0 0 0 25136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/webbrowser.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/__init__.py + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/handlers.py + - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/headers.py + - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/simple_server.py + - -rwxr-xr-x 0 0 0 1717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/types.py + - -rwxr-xr-x 0 0 0 5472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/util.py + - -rwxr-xr-x 0 0 0 15097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/validate.py + - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xdrlib.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/__init__.py + - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/NodeFilter.py + - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/__init__.py + - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/domreg.py + - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/expatbuilder.py + - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minicompat.py + - -rwxr-xr-x 0 0 0 67982 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minidom.py + - -rwxr-xr-x 0 0 0 11637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/pulldom.py + - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/xmlbuilder.py + - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementInclude.py + - -rwxr-xr-x 0 0 0 13997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementPath.py + - -rwxr-xr-x 0 0 0 74399 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementTree.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/__init__.py + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/cElementTree.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/__init__.py + - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/expat.py + - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/__init__.py + - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/_exceptions.py + - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/expatreader.py + - -rwxr-xr-x 0 0 0 15617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/handler.py + - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/saxutils.py + - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/xmlreader.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/__init__.py + - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/client.py + - -rwxr-xr-x 0 0 0 36867 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/server.py + - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipapp.py + - -rwxr-xr-x 0 0 0 94447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipfile.py + - -rwxr-xr-x 0 0 0 30897 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipimport.py + - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/__init__.py + - -rwxr-xr-x 0 0 0 5294 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_common.py + - -rwxr-xr-x 0 0 0 5096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_tzpath.py + - -rwxr-xr-x 0 0 0 24674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_zoneinfo.py + - -rwxr-xr-x 0 0 0 22932 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/auto.tcl + - -rwxr-xr-x 0 0 0 60997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/clock.tcl + - -rwxr-xr-x 0 0 0 21330 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/cookiejar.tcl + - -rwxr-xr-x 0 0 0 7453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/idna.tcl + - -rwxr-xr-x 0 0 0 214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 70835 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/public_suffix_list.dat.gz + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ascii.enc + - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/big5.enc + - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cns11643.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1250.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1251.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1252.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1253.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1254.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1255.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1256.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1257.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1258.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp165.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp437.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp737.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp775.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp850.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp852.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp855.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp857.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp860.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp861.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp862.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp863.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp864.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp865.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp866.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp869.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp874.enc + - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp932.enc + - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp936.enc + - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp949.enc + - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp950.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/dingbats.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ebcdic.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-cn.enc + - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-jp.enc + - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-kr.enc + - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb12345.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb1988.enc + - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312-raw.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312.enc + - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-jp.enc + - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-kr.enc + - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-1.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-10.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-11.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-13.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-14.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-15.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-16.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-2.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-3.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-4.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-5.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-6.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-7.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-8.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-9.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0201.enc + - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0208.enc + - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0212.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-r.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-ru.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-t.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-u.enc + - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ksc5601.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCentEuro.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCroatian.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCyrillic.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macDingbats.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macGreek.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macIceland.enc + - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macJapan.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRoman.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRomania.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macThai.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macTurkish.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macUkraine.enc + - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/shiftjis.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/symbol.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/tis-620.enc + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/foreachline.tcl + - -rwxr-xr-x 0 0 0 7899 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/history.tcl + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/icu.tcl + - -rwxr-xr-x 0 0 0 23575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/init.tcl + - -rwxr-xr-x 0 0 0 7313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/install.tcl + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af_za.msg + - -rwxr-xr-x 0 0 0 1340 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_in.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_jo.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_lb.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_sy.msg + - -rwxr-xr-x 0 0 0 1345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/be.msg + - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bg.msg + - -rwxr-xr-x 0 0 0 1545 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn_in.msg + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ca.msg + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_at.msg + - -rwxr-xr-x 0 0 0 1215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_be.msg + - -rwxr-xr-x 0 0 0 1396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_au.msg + - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_be.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_bw.msg + - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ca.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_hk.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ie.msg + - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_in.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_nz.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ph.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_sg.msg + - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_za.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_zw.msg + - -rwxr-xr-x 0 0 0 1207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ar.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_bo.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_co.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_do.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ec.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_gt.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_hn.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_mx.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ni.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pa.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pe.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_py.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_sv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_uy.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ve.msg + - -rwxr-xr-x 0 0 0 1170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/et.msg + - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu.msg + - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu_es.msg + - -rwxr-xr-x 0 0 0 1062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa.msg + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_in.msg + - -rwxr-xr-x 0 0 0 381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_ir.msg + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo_fo.msg + - -rwxr-xr-x 0 0 0 1181 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_be.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ca.msg + - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ch.msg + - -rwxr-xr-x 0 0 0 1029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga_ie.msg + - -rwxr-xr-x 0 0 0 926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl_es.msg + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv_gb.msg + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/he.msg + - -rwxr-xr-x 0 0 0 1192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi_in.msg + - -rwxr-xr-x 0 0 0 1097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hr.msg + - -rwxr-xr-x 0 0 0 1247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id_id.msg + - -rwxr-xr-x 0 0 0 1147 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/is.msg + - -rwxr-xr-x 0 0 0 1220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it_ch.msg + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ja.msg + - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl_gl.msg + - -rwxr-xr-x 0 0 0 1368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko_kr.msg + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok.msg + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok_in.msg + - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw_gb.msg + - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lt.msg + - -rwxr-xr-x 0 0 0 1175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lv.msg + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mk.msg + - -rwxr-xr-x 0 0 0 1228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr_in.msg + - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms_my.msg + - -rwxr-xr-x 0 0 0 674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mt.msg + - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nb.msg + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl_be.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nn.msg + - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 1111 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt_br.msg + - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ro.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru_ua.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sh.msg + - -rwxr-xr-x 0 0 0 1151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sk.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sl.msg + - -rwxr-xr-x 0 0 0 1227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sq.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sr.msg + - -rwxr-xr-x 0 0 0 1143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sw.msg + - -rwxr-xr-x 0 0 0 1241 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta_in.msg + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te.msg + - -rwxr-xr-x 0 0 0 363 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te_in.msg + - -rwxr-xr-x 0 0 0 1678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/th.msg + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/tr.msg + - -rwxr-xr-x 0 0 0 1349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/uk.msg + - -rwxr-xr-x 0 0 0 1221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/vi.msg + - -rwxr-xr-x 0 0 0 2256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh.msg + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_hk.msg + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_sg.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_tw.msg + - -rwxr-xr-x 0 0 0 30422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/optparse.tcl + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 23749 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/package.tcl + - -rwxr-xr-x 0 0 0 814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/parray.tcl + - -rwxr-xr-x 0 0 0 599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/readfile.tcl + - -rwxr-xr-x 0 0 0 46997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/safe.tcl + - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclAppInit.c + - -rwxr-xr-x 0 0 0 9866 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclIndex + - -rwxr-xr-x 0 0 0 11904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tm.tcl + - -rwxr-xr-x 0 0 0 4764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/word.tcl + - -rwxr-xr-x 0 0 0 911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/writefile.tcl + - -rwxr-xr-x 0 0 0 180267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/http-2.10.1.tm + - -rwxr-xr-x 0 0 0 37407 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/msgcat-1.7.1.tm + - -rwxr-xr-x 0 0 0 11053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform-1.1.0.tm + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform/shell-1.1.4.tm + - -rwxr-xr-x 0 0 0 104783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/tcltest-2.5.10.tm + - -rwxr-xr-x 0 0 0 110144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/libtcl9thread3.0.4.so + - -rwxr-xr-x 0 0 0 2151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 24364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/ttrace.tcl + - -rwxr-xr-x 0 0 0 8924 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/bgerror.tcl + - -rwxr-xr-x 0 0 0 20834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/button.tcl + - -rwxr-xr-x 0 0 0 9681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/choosedir.tcl + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/clrpick.tcl + - -rwxr-xr-x 0 0 0 8355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/comdlg.tcl + - -rwxr-xr-x 0 0 0 32084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/console.tcl + - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/README + - -rwxr-xr-x 0 0 0 7127 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/anilabel.tcl + - -rwxr-xr-x 0 0 0 3608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/aniwave.tcl + - -rwxr-xr-x 0 0 0 8715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/arrow.tcl + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bind.tcl + - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bitmap.tcl + - -rwxr-xr-x 0 0 0 1756 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/browse + - -rwxr-xr-x 0 0 0 1507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/button.tcl + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/check.tcl + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/clrpick.tcl + - -rwxr-xr-x 0 0 0 5009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/colors.tcl + - -rwxr-xr-x 0 0 0 2064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/combo.tcl + - -rwxr-xr-x 0 0 0 4015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/cscroll.tcl + - -rwxr-xr-x 0 0 0 6312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ctext.tcl + - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog1.tcl + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog2.tcl + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/en.msg + - -rwxr-xr-x 0 0 0 1465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry1.tcl + - -rwxr-xr-x 0 0 0 2197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry2.tcl + - -rwxr-xr-x 0 0 0 6146 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry3.tcl + - -rwxr-xr-x 0 0 0 2384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/filebox.tcl + - -rwxr-xr-x 0 0 0 81247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/floor.tcl + - -rwxr-xr-x 0 0 0 1692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/fontchoose.tcl + - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/form.tcl + - -rwxr-xr-x 0 0 0 61196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/goldberg.tcl + - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hello + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hscale.tcl + - -rwxr-xr-x 0 0 0 2065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/icon.tcl + - -rwxr-xr-x 0 0 0 1408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image1.tcl + - -rwxr-xr-x 0 0 0 3535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image2.tcl + - -rwxr-xr-x 0 0 0 6497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tcl.svg + - -rwxr-xr-x 0 0 0 11700 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tk_feather.png + - -rwxr-xr-x 0 0 0 51559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earth.gif + - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthmenu.png + - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthris.gif + - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagdown.xbm + - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagup.xbm + - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/gray25.xbm + - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/letters.xbm + - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/noletter.xbm + - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/ouster.png + - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/pattern.xbm + - -rwxr-xr-x 0 0 0 68476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/plowed_field.png + - -rwxr-xr-x 0 0 0 82214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/starry_night.png + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/tcllogo.gif + - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/teapot.ppm + - -rwxr-xr-x 0 0 0 10571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/items.tcl + - -rwxr-xr-x 0 0 0 8083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ixset + - -rwxr-xr-x 0 0 0 8806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/knightstour.tcl + - -rwxr-xr-x 0 0 0 1721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/label.tcl + - -rwxr-xr-x 0 0 0 1809 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/labelframe.tcl + - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/license.terms + - -rwxr-xr-x 0 0 0 10926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_styles.tcl + - -rwxr-xr-x 0 0 0 2293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_tabs.tcl + - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_wm.tcl + - -rwxr-xr-x 0 0 0 5743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mclist.tcl + - -rwxr-xr-x 0 0 0 7607 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menu.tcl + - -rwxr-xr-x 0 0 0 4429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menubu.tcl + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/msgbox.tcl + - -rwxr-xr-x 0 0 0 7398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/nl.msg + - -rwxr-xr-x 0 0 0 1149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned1.tcl + - -rwxr-xr-x 0 0 0 2263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned2.tcl + - -rwxr-xr-x 0 0 0 8256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/pendulum.tcl + - -rwxr-xr-x 0 0 0 2918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/plot.tcl + - -rwxr-xr-x 0 0 0 4687 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/print.tcl + - -rwxr-xr-x 0 0 0 2605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/puzzle.tcl + - -rwxr-xr-x 0 0 0 2784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/radio.tcl + - -rwxr-xr-x 0 0 0 5316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rmt + - -rwxr-xr-x 0 0 0 8316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rolodex + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ruler.tcl + - -rwxr-xr-x 0 0 0 2275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/sayings.tcl + - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/search.tcl + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/spin.tcl + - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/states.tcl + - -rwxr-xr-x 0 0 0 6938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/style.tcl + - -rwxr-xr-x 0 0 0 2668 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/systray.tcl + - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tclIndex + - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tcolor + - -rwxr-xr-x 0 0 0 4277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/text.tcl + - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/textpeer.tcl + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/timer + - -rwxr-xr-x 0 0 0 3271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/toolbar.tcl + - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tree.tcl + - -rwxr-xr-x 0 0 0 3421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkbut.tcl + - -rwxr-xr-x 0 0 0 2420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkmenu.tcl + - -rwxr-xr-x 0 0 0 2343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttknote.tcl + - -rwxr-xr-x 0 0 0 4180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkpane.tcl + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkprogress.tcl + - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkscale.tcl + - -rwxr-xr-x 0 0 0 1631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkspin.tcl + - -rwxr-xr-x 0 0 0 11980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/twind.tcl + - -rwxr-xr-x 0 0 0 3969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/unicodeout.tcl + - -rwxr-xr-x 0 0 0 1640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/vscale.tcl + - -rwxr-xr-x 0 0 0 23966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/widget + - -rwxr-xr-x 0 0 0 5771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/windowicons.tcl + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/dialog.tcl + - -rwxr-xr-x 0 0 0 18658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/entry.tcl + - -rwxr-xr-x 0 0 0 4856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/focus.tcl + - -rwxr-xr-x 0 0 0 15648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/fontchooser.tcl + - -rwxr-xr-x 0 0 0 13074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconbadges.tcl + - -rwxr-xr-x 0 0 0 16403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconlist.tcl + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/icons.tcl + - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/README + - -rwxr-xr-x 0 0 0 32891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo.eps + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo100.gif + - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo64.gif + - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoLarge.gif + - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoMed.gif + - -rwxr-xr-x 0 0 0 27800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo.eps + - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo100.gif + - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo150.gif + - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo175.gif + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo200.gif + - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo75.gif + - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/tai-ku.gif + - -rwxr-xr-x 0 0 0 13771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/listbox.tcl + - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/megawidget.tcl + - -rwxr-xr-x 0 0 0 38199 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/menu.tcl + - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/mkpsenc.tcl + - -rwxr-xr-x 0 0 0 17249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgbox.tcl + - -rwxr-xr-x 0 0 0 4632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 4604 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 5495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 6249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en.msg + - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 4643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 4611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 4491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 4871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 4423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 5196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 5419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 4578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 6260 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 5920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 1580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/optMenu.tcl + - -rwxr-xr-x 0 0 0 9491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/palette.tcl + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/panedwindow.tcl + - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 42564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/print.tcl + - -rwxr-xr-x 0 0 0 7372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/safetk.tcl + - -rwxr-xr-x 0 0 0 7928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scale.tcl + - -rwxr-xr-x 0 0 0 6496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scaling.tcl + - -rwxr-xr-x 0 0 0 14049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scrlbar.tcl + - -rwxr-xr-x 0 0 0 15637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/spinbox.tcl + - -rwxr-xr-x 0 0 0 14520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/systray.tcl + - -rwxr-xr-x 0 0 0 20142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tclIndex + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tearoff.tcl + - -rwxr-xr-x 0 0 0 36150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/text.tcl + - -rwxr-xr-x 0 0 0 26717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tk.tcl + - -rwxr-xr-x 0 0 0 5543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkAppInit.c + - -rwxr-xr-x 0 0 0 37326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkfbox.tcl + - -rwxr-xr-x 0 0 0 5338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/altTheme.tcl + - -rwxr-xr-x 0 0 0 5342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/aquaTheme.tcl + - -rwxr-xr-x 0 0 0 2916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/button.tcl + - -rwxr-xr-x 0 0 0 6619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/clamTheme.tcl + - -rwxr-xr-x 0 0 0 4739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/classicTheme.tcl + - -rwxr-xr-x 0 0 0 15488 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/combobox.tcl + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/cursors.tcl + - -rwxr-xr-x 0 0 0 7477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/defaults.tcl + - -rwxr-xr-x 0 0 0 18034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/entry.tcl + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/fonts.tcl + - -rwxr-xr-x 0 0 0 6202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/menubutton.tcl + - -rwxr-xr-x 0 0 0 7242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/notebook.tcl + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/panedwindow.tcl + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/progress.tcl + - -rwxr-xr-x 0 0 0 2580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scale.tcl + - -rwxr-xr-x 0 0 0 2956 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scrollbar.tcl + - -rwxr-xr-x 0 0 0 2353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/sizegrip.tcl + - -rwxr-xr-x 0 0 0 5309 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/spinbox.tcl + - -rwxr-xr-x 0 0 0 11898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/treeview.tcl + - -rwxr-xr-x 0 0 0 6444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/ttk.tcl + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/utils.tcl + - -rwxr-xr-x 0 0 0 9358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/vistaTheme.tcl + - -rwxr-xr-x 0 0 0 3894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/winTheme.tcl + - -rwxr-xr-x 0 0 0 3139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/xpTheme.tcl + - -rwxr-xr-x 0 0 0 25855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/xmfbox.tcl + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.1 + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.11.1 + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/__init__.py + - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/add.py + - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./app.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash diff --git a/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml b/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml index da5c7f2ca..3273ce0ae 100644 --- a/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml +++ b/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml @@ -1,2517 +1,2382 @@ --- layer: 0 files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/ - - -rwxr-xr-x 0 0 0 127 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/2to3 - - -rwxr-xr-x 0 0 0 127 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/2to3-3.9 - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/idle3 - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/idle3.9 - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/pip - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/pip3 - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/pip3.9 - - -rwxr-xr-x 0 0 0 110 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/pydoc3 - - -rwxr-xr-x 0 0 0 110 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/pydoc3.9 - - -rwxr-xr-x 0 0 0 66120 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/python - - -rwxr-xr-x 0 0 0 66120 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/python3 - - -rwxr-xr-x 0 0 0 3091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/python3-config - - -rwxr-xr-x 0 0 0 66120 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/python3.9 - - -rwxr-xr-x 0 0 0 3091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/bin/python3.9-config - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/ - - -rwxr-xr-x 0 0 0 26193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/Python-ast.h - - -rwxr-xr-x 0 0 0 3532 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/Python.h - - -rwxr-xr-x 0 0 0 30476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/abstract.h - - -rwxr-xr-x 0 0 0 1224 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/asdl.h - - -rwxr-xr-x 0 0 0 947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/ast.h - - -rwxr-xr-x 0 0 0 468 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/bitset.h - - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/bltinmodule.h - - -rwxr-xr-x 0 0 0 885 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/boolobject.h - - -rwxr-xr-x 0 0 0 1484 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/bytearrayobject.h - - -rwxr-xr-x 0 0 0 3048 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/bytesobject.h - - -rwxr-xr-x 0 0 0 712 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cellobject.h - - -rwxr-xr-x 0 0 0 5954 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/ceval.h - - -rwxr-xr-x 0 0 0 1657 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/classobject.h - - -rwxr-xr-x 0 0 0 318 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/code.h - - -rwxr-xr-x 0 0 0 6793 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/codecs.h - - -rwxr-xr-x 0 0 0 3778 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/compile.h - - -rwxr-xr-x 0 0 0 1806 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/complexobject.h - - -rwxr-xr-x 0 0 0 1962 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/context.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/ - - -rwxr-xr-x 0 0 0 14200 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/abstract.h - - -rwxr-xr-x 0 0 0 769 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/bytearrayobject.h - - -rwxr-xr-x 0 0 0 4114 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/bytesobject.h - - -rwxr-xr-x 0 0 0 1537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/ceval.h - - -rwxr-xr-x 0 0 0 6989 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/code.h - - -rwxr-xr-x 0 0 0 3797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/dictobject.h - - -rwxr-xr-x 0 0 0 721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/fileobject.h - - -rwxr-xr-x 0 0 0 4004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/fileutils.h - - -rwxr-xr-x 0 0 0 3059 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/frameobject.h - - -rwxr-xr-x 0 0 0 1473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/import.h - - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/initconfig.h - - -rwxr-xr-x 0 0 0 456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/interpreteridobject.h - - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/listobject.h - - -rwxr-xr-x 0 0 0 1399 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/methodobject.h - - -rwxr-xr-x 0 0 0 19358 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/object.h - - -rwxr-xr-x 0 0 0 4456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/objimpl.h - - -rwxr-xr-x 0 0 0 5101 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/pyerrors.h - - -rwxr-xr-x 0 0 0 2096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/pylifecycle.h - - -rwxr-xr-x 0 0 0 3511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/pymem.h - - -rwxr-xr-x 0 0 0 10134 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/pystate.h - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/sysmodule.h - - -rwxr-xr-x 0 0 0 473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/traceback.h - - -rwxr-xr-x 0 0 0 1036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/tupleobject.h - - -rwxr-xr-x 0 0 0 46154 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/cpython/unicodeobject.h - - -rwxr-xr-x 0 0 0 9255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/datetime.h - - -rwxr-xr-x 0 0 0 3019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/descrobject.h - - -rwxr-xr-x 0 0 0 3715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/dictobject.h - - -rwxr-xr-x 0 0 0 22469 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/dynamic_annotations.h - - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/enumobject.h - - -rwxr-xr-x 0 0 0 1624 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/errcode.h - - -rwxr-xr-x 0 0 0 1209 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/eval.h - - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/exports.h - - -rwxr-xr-x 0 0 0 1571 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/fileobject.h - - -rwxr-xr-x 0 0 0 597 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/fileutils.h - - -rwxr-xr-x 0 0 0 4360 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/floatobject.h - - -rwxr-xr-x 0 0 0 337 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/frameobject.h - - -rwxr-xr-x 0 0 0 4057 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/funcobject.h - - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/genericaliasobject.h - - -rwxr-xr-x 0 0 0 3525 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/genobject.h - - -rwxr-xr-x 0 0 0 2118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/graminit.h - - -rwxr-xr-x 0 0 0 1821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/grammar.h - - -rwxr-xr-x 0 0 0 3026 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/import.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/ - - -rwxr-xr-x 0 0 0 953 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pegen_interface.h - - -rwxr-xr-x 0 0 0 479 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_abstract.h - - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_accu.h - - -rwxr-xr-x 0 0 0 16977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_atomic.h - - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_bytes_methods.h - - -rwxr-xr-x 0 0 0 2620 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_byteswap.h - - -rwxr-xr-x 0 0 0 870 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_call.h - - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_ceval.h - - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_code.h - - -rwxr-xr-x 0 0 0 2809 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_condvar.h - - -rwxr-xr-x 0 0 0 800 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_context.h - - -rwxr-xr-x 0 0 0 646 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_dtoa.h - - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_fileutils.h - - -rwxr-xr-x 0 0 0 6647 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_gc.h - - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_getopt.h - - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_gil.h - - -rwxr-xr-x 0 0 0 3697 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_hamt.h - - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_hashtable.h - - -rwxr-xr-x 0 0 0 473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_import.h - - -rwxr-xr-x 0 0 0 5233 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_initconfig.h - - -rwxr-xr-x 0 0 0 5299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_interp.h - - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_long.h - - -rwxr-xr-x 0 0 0 4157 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_object.h - - -rwxr-xr-x 0 0 0 1936 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_pathconfig.h - - -rwxr-xr-x 0 0 0 2032 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_pyerrors.h - - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_pyhash.h - - -rwxr-xr-x 0 0 0 3741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_pylifecycle.h - - -rwxr-xr-x 0 0 0 3363 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_pymem.h - - -rwxr-xr-x 0 0 0 3583 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_pystate.h - - -rwxr-xr-x 0 0 0 4452 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_runtime.h - - -rwxr-xr-x 0 0 0 548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_sysmodule.h - - -rwxr-xr-x 0 0 0 3056 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_traceback.h - - -rwxr-xr-x 0 0 0 442 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_tupleobject.h - - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/internal/pycore_warnings.h - - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/interpreteridobject.h - - -rwxr-xr-x 0 0 0 861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/intrcheck.h - - -rwxr-xr-x 0 0 0 521 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/iterobject.h - - -rwxr-xr-x 0 0 0 1781 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/listobject.h - - -rwxr-xr-x 0 0 0 3799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/longintrepr.h - - -rwxr-xr-x 0 0 0 9513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/longobject.h - - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/marshal.h - - -rwxr-xr-x 0 0 0 2764 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/memoryobject.h - - -rwxr-xr-x 0 0 0 3775 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/methodobject.h - - -rwxr-xr-x 0 0 0 9959 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/modsupport.h - - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/moduleobject.h - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/namespaceobject.h - - -rwxr-xr-x 0 0 0 1281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/node.h - - -rwxr-xr-x 0 0 0 24628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/object.h - - -rwxr-xr-x 0 0 0 8423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/objimpl.h - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/odictobject.h - - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/opcode.h - - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/osdefs.h - - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/osmodule.h - - -rwxr-xr-x 0 0 0 2958 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/parsetok.h - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/patchlevel.h - - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/picklebufobject.h - - -rwxr-xr-x 0 0 0 2474 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/py_curses.h - - -rwxr-xr-x 0 0 0 2744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyarena.h - - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pycapsule.h - - -rwxr-xr-x 0 0 0 48076 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyconfig.h - - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyctype.h - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pydebug.h - - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pydtrace.h - - -rwxr-xr-x 0 0 0 12427 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyerrors.h - - -rwxr-xr-x 0 0 0 2572 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyexpat.h - - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyfpe.h - - -rwxr-xr-x 0 0 0 466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyframe.h - - -rwxr-xr-x 0 0 0 4263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyhash.h - - -rwxr-xr-x 0 0 0 2136 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pylifecycle.h - - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pymacconfig.h - - -rwxr-xr-x 0 0 0 4920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pymacro.h - - -rwxr-xr-x 0 0 0 8580 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pymath.h - - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pymem.h - - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pyport.h - - -rwxr-xr-x 0 0 0 5250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pystate.h - - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pystrcmp.h - - -rwxr-xr-x 0 0 0 849 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pystrhex.h - - -rwxr-xr-x 0 0 0 1483 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pystrtod.h - - -rwxr-xr-x 0 0 0 7673 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pythonrun.h - - -rwxr-xr-x 0 0 0 5938 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pythread.h - - -rwxr-xr-x 0 0 0 8928 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/pytime.h - - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/rangeobject.h - - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/setobject.h - - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/sliceobject.h - - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/structmember.h - - -rwxr-xr-x 0 0 0 1390 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/structseq.h - - -rwxr-xr-x 0 0 0 5307 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/symtable.h - - -rwxr-xr-x 0 0 0 1242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/sysmodule.h - - -rwxr-xr-x 0 0 0 2642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/token.h - - -rwxr-xr-x 0 0 0 584 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/traceback.h - - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/tracemalloc.h - - -rwxr-xr-x 0 0 0 1614 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/tupleobject.h - - -rwxr-xr-x 0 0 0 2350 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/typeslots.h - - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/ucnhash.h - - -rwxr-xr-x 0 0 0 35426 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/unicodeobject.h - - -rwxr-xr-x 0 0 0 1776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/warnings.h - - -rwxr-xr-x 0 0 0 2863 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/include/python3.9/weakrefobject.h - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/ - - -rwxr-xr-x 0 0 0 13870 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Balloon.tcl - - -rwxr-xr-x 0 0 0 2791 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/BtnBox.tcl - - -rwxr-xr-x 0 0 0 8098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/CObjView.tcl - - -rwxr-xr-x 0 0 0 5326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/ChkList.tcl - - -rwxr-xr-x 0 0 0 37829 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/ComboBox.tcl - - -rwxr-xr-x 0 0 0 903 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Compat.tcl - - -rwxr-xr-x 0 0 0 15923 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Console.tcl - - -rwxr-xr-x 0 0 0 12884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Control.tcl - - -rwxr-xr-x 0 0 0 3116 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DefSchm.tcl - - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DialogS.tcl - - -rwxr-xr-x 0 0 0 5632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DirBox.tcl - - -rwxr-xr-x 0 0 0 2301 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DirDlg.tcl - - -rwxr-xr-x 0 0 0 7336 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DirList.tcl - - -rwxr-xr-x 0 0 0 9322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DirTree.tcl - - -rwxr-xr-x 0 0 0 4191 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DragDrop.tcl - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/DtlList.tcl - - -rwxr-xr-x 0 0 0 11826 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/EFileBox.tcl - - -rwxr-xr-x 0 0 0 1783 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/EFileDlg.tcl - - -rwxr-xr-x 0 0 0 5448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Event.tcl - - -rwxr-xr-x 0 0 0 14904 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/FileBox.tcl - - -rwxr-xr-x 0 0 0 2591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/FileCbx.tcl - - -rwxr-xr-x 0 0 0 2260 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/FileDlg.tcl - - -rwxr-xr-x 0 0 0 7589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/FileEnt.tcl - - -rwxr-xr-x 0 0 0 3308 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/FloatEnt.tcl - - -rwxr-xr-x 0 0 0 22787 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Grid.tcl - - -rwxr-xr-x 0 0 0 19065 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/HList.tcl - - -rwxr-xr-x 0 0 0 4704 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/HListDD.tcl - - -rwxr-xr-x 0 0 0 6382 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/IconView.tcl - - -rwxr-xr-x 0 0 0 6431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Init.tcl - - -rwxr-xr-x 0 0 0 2229 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/LabEntry.tcl - - -rwxr-xr-x 0 0 0 1230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/LabFrame.tcl - - -rwxr-xr-x 0 0 0 4108 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/LabWidg.tcl - - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/ListNBk.tcl - - -rwxr-xr-x 0 0 0 3251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Meter.tcl - - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/MultView.tcl - - -rwxr-xr-x 0 0 0 6407 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/NoteBook.tcl - - -rwxr-xr-x 0 0 0 3164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/OldUtil.tcl - - -rwxr-xr-x 0 0 0 9786 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/OptMenu.tcl - - -rwxr-xr-x 0 0 0 29562 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/PanedWin.tcl - - -rwxr-xr-x 0 0 0 5739 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/PopMenu.tcl - - -rwxr-xr-x 0 0 0 10955 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Primitiv.tcl - - -rwxr-xr-x 0 0 0 1013 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/README.txt - - -rwxr-xr-x 0 0 0 13752 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/ResizeH.tcl - - -rwxr-xr-x 0 0 0 6178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SGrid.tcl - - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SHList.tcl - - -rwxr-xr-x 0 0 0 7433 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SListBox.tcl - - -rwxr-xr-x 0 0 0 2521 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/STList.tcl - - -rwxr-xr-x 0 0 0 3297 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SText.tcl - - -rwxr-xr-x 0 0 0 10213 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SWidget.tcl - - -rwxr-xr-x 0 0 0 7182 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SWindow.tcl - - -rwxr-xr-x 0 0 0 7504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Select.tcl - - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Shell.tcl - - -rwxr-xr-x 0 0 0 1204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/SimpDlg.tcl - - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/StackWin.tcl - - -rwxr-xr-x 0 0 0 1395 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/StatBar.tcl - - -rwxr-xr-x 0 0 0 1727 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/StdBBox.tcl - - -rwxr-xr-x 0 0 0 1222 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/StdShell.tcl - - -rwxr-xr-x 0 0 0 18962 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/TList.tcl - - -rwxr-xr-x 0 0 0 10135 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Tix.tcl - - -rwxr-xr-x 0 0 0 4890 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Tree.tcl - - -rwxr-xr-x 0 0 0 11230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Utils.tcl - - -rwxr-xr-x 0 0 0 5280 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/VResize.tcl - - -rwxr-xr-x 0 0 0 10081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/VStack.tcl - - -rwxr-xr-x 0 0 0 4605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/VTree.tcl - - -rwxr-xr-x 0 0 0 2664 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/Variable.tcl - - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/WInfo.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ - - -rwxr-xr-x 0 0 0 90 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.gif - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.xbm - - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/act_fold.xpm - - -rwxr-xr-x 0 0 0 123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/balarrow.xbm - - -rwxr-xr-x 0 0 0 263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/cbxarrow.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_def.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_off.xbm - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/ck_on.xbm - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/cross.xbm - - -rwxr-xr-x 0 0 0 99 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/decr.xbm - - -rwxr-xr-x 0 0 0 326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/drop.xbm - - -rwxr-xr-x 0 0 0 76 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.gif - - -rwxr-xr-x 0 0 0 233 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.xbm - - -rwxr-xr-x 0 0 0 298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/file.xpm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.gif - - -rwxr-xr-x 0 0 0 215 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.xbm - - -rwxr-xr-x 0 0 0 418 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/folder.xpm - - -rwxr-xr-x 0 0 0 896 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/harddisk.xbm - - -rwxr-xr-x 0 0 0 969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/hourglas.mask - - -rwxr-xr-x 0 0 0 940 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/hourglas.xbm - - -rwxr-xr-x 0 0 0 99 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/incr.xbm - - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/info.gif - - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/info.xpm - - -rwxr-xr-x 0 0 0 284 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/maximize.xbm - - -rwxr-xr-x 0 0 0 284 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minimize.xbm - - -rwxr-xr-x 0 0 0 57 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.gif - - -rwxr-xr-x 0 0 0 198 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.xbm - - -rwxr-xr-x 0 0 0 201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minus.xpm - - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.gif - - -rwxr-xr-x 0 0 0 207 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.xbm - - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/minusarm.xpm - - -rwxr-xr-x 0 0 0 263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/mktransgif.tcl - - -rwxr-xr-x 0 0 0 893 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/network.xbm - - -rwxr-xr-x 0 0 0 176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/no_entry.gif - - -rwxr-xr-x 0 0 0 1274 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/no_entry.xpm - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfile.xbm - - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.gif - - -rwxr-xr-x 0 0 0 221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.xbm - - -rwxr-xr-x 0 0 0 418 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/openfold.xpm - - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.gif - - -rwxr-xr-x 0 0 0 195 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.xbm - - -rwxr-xr-x 0 0 0 200 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plus.xpm - - -rwxr-xr-x 0 0 0 60 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.gif - - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.xbm - - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/plusarm.xpm - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/resize1.xbm - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/resize2.xbm - - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/restore.xbm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.gif - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.xbm - - -rwxr-xr-x 0 0 0 294 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/srcfile.xpm - - -rwxr-xr-x 0 0 0 278 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/system.xbm - - -rwxr-xr-x 0 0 0 79 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.gif - - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.xbm - - -rwxr-xr-x 0 0 0 302 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/textfile.xpm - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/tick.xbm - - -rwxr-xr-x 0 0 0 180 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/warning.gif - - -rwxr-xr-x 0 0 0 1262 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/bitmaps/warning.xpm - - -rwxr-xr-x 0 0 0 4165 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/fs.tcl - - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/license.terms - - -rwxr-xr-x 0 0 0 126 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pkgIndex.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/ - - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/10Point.fs - - -rwxr-xr-x 0 0 0 2046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/10Point.fsc - - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/12Point.fs - - -rwxr-xr-x 0 0 0 2045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/12Point.fsc - - -rwxr-xr-x 0 0 0 639 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/14Point.fs - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/14Point.fsc - - -rwxr-xr-x 0 0 0 1028 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Bisque.cs - - -rwxr-xr-x 0 0 0 22539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Bisque.csc - - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Blue.cs - - -rwxr-xr-x 0 0 0 22552 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Blue.csc - - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Gray.cs - - -rwxr-xr-x 0 0 0 22552 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Gray.csc - - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Old12Pt.fs - - -rwxr-xr-x 0 0 0 499 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/Old14Pt.fs - - -rwxr-xr-x 0 0 0 1026 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/SGIGray.cs - - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/SGIGray.csc - - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.cs - - -rwxr-xr-x 0 0 0 2023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.csc - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.fs - - -rwxr-xr-x 0 0 0 569 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TK.fsc - - -rwxr-xr-x 0 0 0 1026 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TixGray.cs - - -rwxr-xr-x 0 0 0 22539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TixGray.csc - - -rwxr-xr-x 0 0 0 2246 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.cs - - -rwxr-xr-x 0 0 0 22302 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.csc - - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.fs - - -rwxr-xr-x 0 0 0 1674 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/TkWin.fsc - - -rwxr-xr-x 0 0 0 1452 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.cs - - -rwxr-xr-x 0 0 0 14566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.csc - - -rwxr-xr-x 0 0 0 755 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.fs - - -rwxr-xr-x 0 0 0 2184 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.fsc - - -rwxr-xr-x 0 0 0 3597 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.py - - -rwxr-xr-x 0 0 0 34898 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.tcl - - -rwxr-xr-x 0 0 0 4466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/WmDefault.txt - - -rwxr-xr-x 0 0 0 271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/Tix8.4.3/pref/pkgIndex.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/itcl4.2.2/ - - -rwxr-xr-x 0 0 0 5153 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/itcl4.2.2/itcl.tcl - - -rwxr-xr-x 0 0 0 2932 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/itcl4.2.2/itclConfig.sh - - -rwxr-xr-x 0 0 0 21056 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/itcl4.2.2/itclHullCmds.tcl - - -rwxr-xr-x 0 0 0 12651 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/itcl4.2.2/itclWidget.tcl - - -rwxr-xr-x 0 0 0 40536144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/libpython3.9.so.1.0 - - -rwxr-xr-x 0 0 0 66328 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/libpython3.so - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/pkgconfig/ - - -rwxr-xr-x 0 0 0 313 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/pkgconfig/python-3.9-embed.pc - - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/pkgconfig/python-3.9.pc - - -rwxr-xr-x 0 0 0 313 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/pkgconfig/python3-embed.pc - - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/pkgconfig/python3.pc - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ - - -rwxr-xr-x 0 0 0 13937 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/LICENSE.txt - - -rwxr-xr-x 0 0 0 5147 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/__future__.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/__phello__.foo.py - - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_aix_support.py - - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_bootlocale.py - - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_bootsubprocess.py - - -rwxr-xr-x 0 0 0 29374 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_collections_abc.py - - -rwxr-xr-x 0 0 0 8749 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_compat_pickle.py - - -rwxr-xr-x 0 0 0 5340 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_compression.py - - -rwxr-xr-x 0 0 0 14623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_markupbase.py - - -rwxr-xr-x 0 0 0 21773 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_osx_support.py - - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_py_abc.py - - -rwxr-xr-x 0 0 0 228666 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_pydecimal.py - - -rwxr-xr-x 0 0 0 93316 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_pyio.py - - -rwxr-xr-x 0 0 0 3115 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_sitebuiltins.py - - -rwxr-xr-x 0 0 0 25277 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_strptime.py - - -rwxr-xr-x 0 0 0 28617 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_sysconfigdata__linux_aarch64-linux-gnu.py - - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_threading_local.py - - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/_weakrefset.py - - -rwxr-xr-x 0 0 0 4920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/abc.py - - -rwxr-xr-x 0 0 0 32605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/aifc.py - - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/antigravity.py - - -rwxr-xr-x 0 0 0 98119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/argparse.py - - -rwxr-xr-x 0 0 0 56179 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ast.py - - -rwxr-xr-x 0 0 0 11321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asynchat.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/ - - -rwxr-xr-x 0 0 0 1279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/__init__.py - - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/__main__.py - - -rwxr-xr-x 0 0 0 74192 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/base_events.py - - -rwxr-xr-x 0 0 0 2574 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/base_futures.py - - -rwxr-xr-x 0 0 0 8843 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/base_subprocess.py - - -rwxr-xr-x 0 0 0 2467 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/base_tasks.py - - -rwxr-xr-x 0 0 0 888 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/constants.py - - -rwxr-xr-x 0 0 0 8797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/coroutines.py - - -rwxr-xr-x 0 0 0 26451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/events.py - - -rwxr-xr-x 0 0 0 1633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/exceptions.py - - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/format_helpers.py - - -rwxr-xr-x 0 0 0 14042 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/futures.py - - -rwxr-xr-x 0 0 0 15181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/locks.py - - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/log.py - - -rwxr-xr-x 0 0 0 32146 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/proactor_events.py - - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/protocols.py - - -rwxr-xr-x 0 0 0 8305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/queues.py - - -rwxr-xr-x 0 0 0 2125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/runners.py - - -rwxr-xr-x 0 0 0 39500 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/selector_events.py - - -rwxr-xr-x 0 0 0 27459 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/sslproto.py - - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/staggered.py - - -rwxr-xr-x 0 0 0 26656 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/streams.py - - -rwxr-xr-x 0 0 0 8070 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/subprocess.py - - -rwxr-xr-x 0 0 0 34419 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/tasks.py - - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/threads.py - - -rwxr-xr-x 0 0 0 10724 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/transports.py - - -rwxr-xr-x 0 0 0 5876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/trsock.py - - -rwxr-xr-x 0 0 0 51754 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/unix_events.py - - -rwxr-xr-x 0 0 0 33054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/windows_events.py - - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncio/windows_utils.py - - -rwxr-xr-x 0 0 0 20102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/asyncore.py - - -rwxr-xr-x 0 0 0 19861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/base64.py - - -rwxr-xr-x 0 0 0 31389 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/bdb.py - - -rwxr-xr-x 0 0 0 14784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/binhex.py - - -rwxr-xr-x 0 0 0 2350 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/bisect.py - - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/bz2.py - - -rwxr-xr-x 0 0 0 6347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/cProfile.py - - -rwxr-xr-x 0 0 0 24832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/calendar.py - - -rwxr-xr-x 0 0 0 33963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/cgi.py - - -rwxr-xr-x 0 0 0 12096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/cgitb.py - - -rwxr-xr-x 0 0 0 5435 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/chunk.py - - -rwxr-xr-x 0 0 0 14860 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/cmd.py - - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/code.py - - -rwxr-xr-x 0 0 0 36673 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/codecs.py - - -rwxr-xr-x 0 0 0 6326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/codeop.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/collections/ - - -rwxr-xr-x 0 0 0 49819 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/collections/__init__.py - - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/collections/abc.py - - -rwxr-xr-x 0 0 0 4064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/colorsys.py - - -rwxr-xr-x 0 0 0 20105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/compileall.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/ - - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/futures/ - - -rwxr-xr-x 0 0 0 1554 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/futures/__init__.py - - -rwxr-xr-x 0 0 0 22577 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/futures/_base.py - - -rwxr-xr-x 0 0 0 31395 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/futures/process.py - - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/concurrent/futures/thread.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/ - - -rwxr-xr-x 0 0 0 112882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/Makefile - - -rwxr-xr-x 0 0 0 15019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/Setup - - -rwxr-xr-x 0 0 0 3093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/Setup.local - - -rwxr-xr-x 0 0 0 8848 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/config.c - - -rwxr-xr-x 0 0 0 1623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/config.c.in - - -rwxr-xr-x 0 0 0 15368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/install-sh - - -rwxr-xr-x 0 0 0 7929 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/makesetup - - -rwxr-xr-x 0 0 0 2069 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/python-config.py - - -rwxr-xr-x 0 0 0 36144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/config-3.9-aarch64-linux-gnu/python.o - - -rwxr-xr-x 0 0 0 54584 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/configparser.py - - -rwxr-xr-x 0 0 0 24624 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/contextlib.py - - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/contextvars.py - - -rwxr-xr-x 0 0 0 8650 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/copy.py - - -rwxr-xr-x 0 0 0 7274 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/copyreg.py - - -rwxr-xr-x 0 0 0 3819 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/crypt.py - - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/csv.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/ - - -rwxr-xr-x 0 0 0 18046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/__init__.py - - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/_aix.py - - -rwxr-xr-x 0 0 0 2000 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/_endian.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/ - - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/README.ctypes - - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/__init__.py - - -rwxr-xr-x 0 0 0 5283 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/dyld.py - - -rwxr-xr-x 0 0 0 1828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/dylib.py - - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/fetch_macholib - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/fetch_macholib.bat - - -rwxr-xr-x 0 0 0 2201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/macholib/framework.py - - -rwxr-xr-x 0 0 0 13879 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/util.py - - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ctypes/wintypes.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/curses/ - - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/curses/__init__.py - - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/curses/ascii.py - - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/curses/has_key.py - - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/curses/panel.py - - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/curses/textpad.py - - -rwxr-xr-x 0 0 0 49586 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dataclasses.py - - -rwxr-xr-x 0 0 0 89177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/datetime.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dbm/ - - -rwxr-xr-x 0 0 0 5839 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dbm/__init__.py - - -rwxr-xr-x 0 0 0 11536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dbm/dumb.py - - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dbm/gnu.py - - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dbm/ndbm.py - - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/decimal.py - - -rwxr-xr-x 0 0 0 83307 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/difflib.py - - -rwxr-xr-x 0 0 0 20570 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/dis.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/ - - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/README - - -rwxr-xr-x 0 0 0 236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/__init__.py - - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/_msvccompiler.py - - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/archive_util.py - - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/bcppcompiler.py - - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/ccompiler.py - - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/cmd.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/ - - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/__init__.py - - -rwxr-xr-x 0 0 0 5562 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist.py - - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_dumb.py - - -rwxr-xr-x 0 0 0 35579 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_msi.py - - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/bdist_wininst.py - - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/build.py - - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/build_clib.py - - -rwxr-xr-x 0 0 0 31635 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/build_ext.py - - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/build_py.py - - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/build_scripts.py - - -rwxr-xr-x 0 0 0 5636 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/check.py - - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/clean.py - - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/command_template - - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/config.py - - -rwxr-xr-x 0 0 0 26805 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/install.py - - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/install_data.py - - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/install_headers.py - - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/install_lib.py - - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/install_scripts.py - - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/register.py - - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/sdist.py - - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/command/upload.py - - -rwxr-xr-x 0 0 0 4827 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/config.py - - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/core.py - - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/cygwinccompiler.py - - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/debug.py - - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/dep_util.py - - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/dir_util.py - - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/dist.py - - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/errors.py - - -rwxr-xr-x 0 0 0 10515 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/extension.py - - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/fancy_getopt.py - - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/file_util.py - - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/filelist.py - - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/log.py - - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/msvc9compiler.py - - -rwxr-xr-x 0 0 0 23540 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/msvccompiler.py - - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/spawn.py - - -rwxr-xr-x 0 0 0 20632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/sysconfig.py - - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/text_file.py - - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/unixccompiler.py - - -rwxr-xr-x 0 0 0 20913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/util.py - - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/version.py - - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/distutils/versionpredicate.py - - -rwxr-xr-x 0 0 0 104568 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/doctest.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/ - - -rwxr-xr-x 0 0 0 1766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/__init__.py - - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/_encoded_words.py - - -rwxr-xr-x 0 0 0 107205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/_header_value_parser.py - - -rwxr-xr-x 0 0 0 17722 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/_parseaddr.py - - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/_policybase.py - - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/architecture.rst - - -rwxr-xr-x 0 0 0 3558 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/base64mime.py - - -rwxr-xr-x 0 0 0 17128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/charset.py - - -rwxr-xr-x 0 0 0 10555 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/contentmanager.py - - -rwxr-xr-x 0 0 0 1786 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/encoders.py - - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/errors.py - - -rwxr-xr-x 0 0 0 22780 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/feedparser.py - - -rwxr-xr-x 0 0 0 20816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/generator.py - - -rwxr-xr-x 0 0 0 24102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/header.py - - -rwxr-xr-x 0 0 0 20628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/headerregistry.py - - -rwxr-xr-x 0 0 0 2135 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/iterators.py - - -rwxr-xr-x 0 0 0 47060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/message.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/__init__.py - - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/application.py - - -rwxr-xr-x 0 0 0 2739 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/audio.py - - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/base.py - - -rwxr-xr-x 0 0 0 1829 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/image.py - - -rwxr-xr-x 0 0 0 1317 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/message.py - - -rwxr-xr-x 0 0 0 1621 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/multipart.py - - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/nonmultipart.py - - -rwxr-xr-x 0 0 0 1437 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/mime/text.py - - -rwxr-xr-x 0 0 0 5041 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/parser.py - - -rwxr-xr-x 0 0 0 10383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/policy.py - - -rwxr-xr-x 0 0 0 9858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/quoprimime.py - - -rwxr-xr-x 0 0 0 17060 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/email/utils.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/ - - -rwxr-xr-x 0 0 0 5588 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/__init__.py - - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/aliases.py - - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/ascii.py - - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/base64_codec.py - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/big5.py - - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/big5hkscs.py - - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/bz2_codec.py - - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/charmap.py - - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp037.py - - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1006.py - - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1026.py - - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1125.py - - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1140.py - - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1250.py - - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1251.py - - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1252.py - - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1253.py - - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1254.py - - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1255.py - - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1256.py - - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1257.py - - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp1258.py - - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp273.py - - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp424.py - - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp437.py - - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp500.py - - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp720.py - - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp737.py - - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp775.py - - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp850.py - - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp852.py - - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp855.py - - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp856.py - - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp857.py - - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp858.py - - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp860.py - - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp861.py - - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp862.py - - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp863.py - - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp864.py - - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp865.py - - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp866.py - - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp869.py - - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp874.py - - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp875.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp932.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp949.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/cp950.py - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/euc_jis_2004.py - - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/euc_jisx0213.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/euc_jp.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/euc_kr.py - - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/gb18030.py - - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/gb2312.py - - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/gbk.py - - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/hex_codec.py - - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/hp_roman8.py - - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/hz.py - - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/idna.py - - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_1.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_2.py - - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_2004.py - - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_3.py - - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_jp_ext.py - - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso2022_kr.py - - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_1.py - - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_10.py - - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_11.py - - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_13.py - - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_14.py - - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_15.py - - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_16.py - - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_2.py - - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_3.py - - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_4.py - - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_5.py - - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_6.py - - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_7.py - - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_8.py - - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/iso8859_9.py - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/johab.py - - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/koi8_r.py - - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/koi8_t.py - - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/koi8_u.py - - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/kz1048.py - - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/latin_1.py - - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_arabic.py - - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_croatian.py - - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_cyrillic.py - - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_farsi.py - - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_greek.py - - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_iceland.py - - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_latin2.py - - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_roman.py - - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_romanian.py - - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mac_turkish.py - - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/mbcs.py - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/oem.py - - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/palmos.py - - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/ptcp154.py - - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/punycode.py - - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/quopri_codec.py - - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/raw_unicode_escape.py - - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/rot_13.py - - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/shift_jis.py - - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/shift_jis_2004.py - - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/shift_jisx0213.py - - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/tis_620.py - - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/undefined.py - - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/unicode_escape.py - - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_16.py - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_16_be.py - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_16_le.py - - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_32.py - - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_32_be.py - - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_32_le.py - - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_7.py - - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_8.py - - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/utf_8_sig.py - - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/uu_codec.py - - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/encodings/zlib_codec.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ensurepip/ - - -rwxr-xr-x 0 0 0 6963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ensurepip/__init__.py - - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ensurepip/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ensurepip/_bundled/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ensurepip/_bundled/__init__.py - - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ensurepip/_uninstall.py - - -rwxr-xr-x 0 0 0 39440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/enum.py - - -rwxr-xr-x 0 0 0 10024 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/filecmp.py - - -rwxr-xr-x 0 0 0 14791 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/fileinput.py - - -rwxr-xr-x 0 0 0 6004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/fnmatch.py - - -rwxr-xr-x 0 0 0 15143 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/formatter.py - - -rwxr-xr-x 0 0 0 24323 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/fractions.py - - -rwxr-xr-x 0 0 0 35496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ftplib.py - - -rwxr-xr-x 0 0 0 38881 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/functools.py - - -rwxr-xr-x 0 0 0 4975 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/genericpath.py - - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/getopt.py - - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/getpass.py - - -rwxr-xr-x 0 0 0 27266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/gettext.py - - -rwxr-xr-x 0 0 0 5823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/glob.py - - -rwxr-xr-x 0 0 0 9573 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/graphlib.py - - -rwxr-xr-x 0 0 0 21772 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/gzip.py - - -rwxr-xr-x 0 0 0 10010 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/hashlib.py - - -rwxr-xr-x 0 0 0 22877 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/heapq.py - - -rwxr-xr-x 0 0 0 7003 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/hmac.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/html/ - - -rwxr-xr-x 0 0 0 4756 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/html/__init__.py - - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/html/entities.py - - -rwxr-xr-x 0 0 0 17392 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/html/parser.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/http/ - - -rwxr-xr-x 0 0 0 6732 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/http/__init__.py - - -rwxr-xr-x 0 0 0 56549 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/http/client.py - - -rwxr-xr-x 0 0 0 76835 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/http/cookiejar.py - - -rwxr-xr-x 0 0 0 19840 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/http/cookies.py - - -rwxr-xr-x 0 0 0 48231 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/http/server.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/ - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/CREDITS.txt - - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/ChangeLog - - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/HISTORY.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/ - - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/README.txt - - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/folder.gif - - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle.ico - - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_16.gif - - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_16.png - - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_256.png - - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_32.gif - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_32.png - - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_48.gif - - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/idle_48.png - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/minusnode.gif - - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/openfolder.gif - - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/plusnode.gif - - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/python.gif - - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/Icons/tk.gif - - -rwxr-xr-x 0 0 0 51948 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/NEWS.txt - - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/NEWS2x.txt - - -rwxr-xr-x 0 0 0 9680 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/README.txt - - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/TODO.txt - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/__init__.py - - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/__main__.py - - -rwxr-xr-x 0 0 0 9150 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/autocomplete.py - - -rwxr-xr-x 0 0 0 20981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/autocomplete_w.py - - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/autoexpand.py - - -rwxr-xr-x 0 0 0 8314 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/browser.py - - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/calltip.py - - -rwxr-xr-x 0 0 0 7158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/calltip_w.py - - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/codecontext.py - - -rwxr-xr-x 0 0 0 13201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/colorizer.py - - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/config-extensions.def - - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/config-highlight.def - - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/config-keys.def - - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/config-main.def - - -rwxr-xr-x 0 0 0 38173 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/config.py - - -rwxr-xr-x 0 0 0 14540 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/config_key.py - - -rwxr-xr-x 0 0 0 105738 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/configdialog.py - - -rwxr-xr-x 0 0 0 19104 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/debugger.py - - -rwxr-xr-x 0 0 0 12167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/debugger_r.py - - -rwxr-xr-x 0 0 0 4055 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/debugobj.py - - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/debugobj_r.py - - -rwxr-xr-x 0 0 0 1043 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/delegator.py - - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/dynoption.py - - -rwxr-xr-x 0 0 0 65733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/editor.py - - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/extend.txt - - -rwxr-xr-x 0 0 0 3876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/filelist.py - - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/format.py - - -rwxr-xr-x 0 0 0 7479 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/grep.py - - -rwxr-xr-x 0 0 0 68554 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/help.html - - -rwxr-xr-x 0 0 0 11851 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/help.py - - -rwxr-xr-x 0 0 0 9084 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/help_about.py - - -rwxr-xr-x 0 0 0 4043 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/history.py - - -rwxr-xr-x 0 0 0 12883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/hyperparser.py - - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/idle.bat - - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/idle.py - - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/idle.pyw - - -rwxr-xr-x 0 0 0 15832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/iomenu.py - - -rwxr-xr-x 0 0 0 9663 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/macosx.py - - -rwxr-xr-x 0 0 0 3930 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/mainmenu.py - - -rwxr-xr-x 0 0 0 18648 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/multicall.py - - -rwxr-xr-x 0 0 0 5709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/outwin.py - - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/parenmatch.py - - -rwxr-xr-x 0 0 0 3193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/pathbrowser.py - - -rwxr-xr-x 0 0 0 3130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/percolator.py - - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/pyparse.py - - -rwxr-xr-x 0 0 0 57605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/pyshell.py - - -rwxr-xr-x 0 0 0 15075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/query.py - - -rwxr-xr-x 0 0 0 6875 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/redirector.py - - -rwxr-xr-x 0 0 0 9799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/replace.py - - -rwxr-xr-x 0 0 0 21076 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/rpc.py - - -rwxr-xr-x 0 0 0 21046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/run.py - - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/runscript.py - - -rwxr-xr-x 0 0 0 4465 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/scrolledlist.py - - -rwxr-xr-x 0 0 0 5566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/search.py - - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/searchbase.py - - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/searchengine.py - - -rwxr-xr-x 0 0 0 13585 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/sidebar.py - - -rwxr-xr-x 0 0 0 12825 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/squeezer.py - - -rwxr-xr-x 0 0 0 4454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/stackviewer.py - - -rwxr-xr-x 0 0 0 1472 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/statusbar.py - - -rwxr-xr-x 0 0 0 6813 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/textview.py - - -rwxr-xr-x 0 0 0 6557 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/tooltip.py - - -rwxr-xr-x 0 0 0 16370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/tree.py - - -rwxr-xr-x 0 0 0 11046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/undo.py - - -rwxr-xr-x 0 0 0 721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/util.py - - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/window.py - - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/zoomheight.py - - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/idlelib/zzdummy.py - - -rwxr-xr-x 0 0 0 54904 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/imaplib.py - - -rwxr-xr-x 0 0 0 3808 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/imghdr.py - - -rwxr-xr-x 0 0 0 10536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/imp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/ - - -rwxr-xr-x 0 0 0 6061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/__init__.py - - -rwxr-xr-x 0 0 0 40322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/_bootstrap.py - - -rwxr-xr-x 0 0 0 64947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/_bootstrap_external.py - - -rwxr-xr-x 0 0 0 1497 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/_common.py - - -rwxr-xr-x 0 0 0 14924 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/abc.py - - -rwxr-xr-x 0 0 0 844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/machinery.py - - -rwxr-xr-x 0 0 0 18750 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/metadata.py - - -rwxr-xr-x 0 0 0 7209 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/resources.py - - -rwxr-xr-x 0 0 0 11321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/importlib/util.py - - -rwxr-xr-x 0 0 0 118235 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/inspect.py - - -rwxr-xr-x 0 0 0 3541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/io.py - - -rwxr-xr-x 0 0 0 77867 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ipaddress.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/json/ - - -rwxr-xr-x 0 0 0 14019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/json/__init__.py - - -rwxr-xr-x 0 0 0 12472 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/json/decoder.py - - -rwxr-xr-x 0 0 0 16073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/json/encoder.py - - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/json/scanner.py - - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/json/tool.py - - -rwxr-xr-x 0 0 0 1047 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/keyword.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib-dynload/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib-dynload/.empty - - -rwxr-xr-x 0 0 0 22368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib-dynload/_crypt.cpython-39-aarch64-linux-gnu.so - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/ - - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/Grammar.txt - - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/Grammar3.9.20.final.0.pickle - - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/PatternGrammar.txt - - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/PatternGrammar3.9.20.final.0.pickle - - -rwxr-xr-x 0 0 0 163 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/__init__.py - - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/__main__.py - - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/btm_matcher.py - - -rwxr-xr-x 0 0 0 9966 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/btm_utils.py - - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixer_base.py - - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixer_util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/ - - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/__init__.py - - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_apply.py - - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_asserts.py - - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_basestring.py - - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_buffer.py - - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_dict.py - - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_except.py - - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_exec.py - - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_execfile.py - - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_exitfunc.py - - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_filter.py - - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_funcattrs.py - - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_future.py - - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_getcwdu.py - - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_has_key.py - - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_idioms.py - - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_import.py - - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_imports.py - - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_imports2.py - - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_input.py - - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_intern.py - - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_isinstance.py - - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_itertools.py - - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_itertools_imports.py - - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_long.py - - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_map.py - - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_metaclass.py - - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_methodattrs.py - - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_ne.py - - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_next.py - - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_nonzero.py - - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_numliterals.py - - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_operator.py - - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_paren.py - - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_print.py - - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_raise.py - - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_raw_input.py - - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_reduce.py - - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_reload.py - - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_renames.py - - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_repr.py - - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_set_literal.py - - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_standarderror.py - - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_sys_exc.py - - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_throw.py - - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_tuple_params.py - - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_types.py - - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_unicode.py - - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_urllib.py - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_ws_comma.py - - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_xrange.py - - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_xreadlines.py - - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/fixes/fix_zip.py - - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/main.py - - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/patcomp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/ - - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/__init__.py - - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/conv.py - - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/driver.py - - -rwxr-xr-x 0 0 0 5533 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/grammar.py - - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/literals.py - - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/parse.py - - -rwxr-xr-x 0 0 0 13812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/pgen.py - - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/token.py - - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pgen2/tokenize.py - - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pygram.py - - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/pytree.py - - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lib2to3/refactor.py - - -rwxr-xr-x 0 0 0 5461 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/linecache.py - - -rwxr-xr-x 0 0 0 78271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/locale.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/logging/ - - -rwxr-xr-x 0 0 0 78600 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/logging/__init__.py - - -rwxr-xr-x 0 0 0 36379 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/logging/config.py - - -rwxr-xr-x 0 0 0 60423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/logging/handlers.py - - -rwxr-xr-x 0 0 0 13231 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/lzma.py - - -rwxr-xr-x 0 0 0 78794 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/mailbox.py - - -rwxr-xr-x 0 0 0 9116 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/mailcap.py - - -rwxr-xr-x 0 0 0 21564 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/mimetypes.py - - -rwxr-xr-x 0 0 0 24401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/modulefinder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/ - - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/__init__.py - - -rwxr-xr-x 0 0 0 31685 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/connection.py - - -rwxr-xr-x 0 0 0 11257 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/ - - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/__init__.py - - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/dummy/connection.py - - -rwxr-xr-x 0 0 0 12142 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/forkserver.py - - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/heap.py - - -rwxr-xr-x 0 0 0 47303 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/managers.py - - -rwxr-xr-x 0 0 0 32555 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/pool.py - - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_fork.py - - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_forkserver.py - - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_spawn_posix.py - - -rwxr-xr-x 0 0 0 4011 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/popen_spawn_win32.py - - -rwxr-xr-x 0 0 0 12000 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/process.py - - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/queues.py - - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/reduction.py - - -rwxr-xr-x 0 0 0 5132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/resource_sharer.py - - -rwxr-xr-x 0 0 0 8613 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/resource_tracker.py - - -rwxr-xr-x 0 0 0 18396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/shared_memory.py - - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/sharedctypes.py - - -rwxr-xr-x 0 0 0 9296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/spawn.py - - -rwxr-xr-x 0 0 0 11610 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/synchronize.py - - -rwxr-xr-x 0 0 0 14006 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/multiprocessing/util.py - - -rwxr-xr-x 0 0 0 5566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/netrc.py - - -rwxr-xr-x 0 0 0 41023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/nntplib.py - - -rwxr-xr-x 0 0 0 27734 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ntpath.py - - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/nturl2path.py - - -rwxr-xr-x 0 0 0 10338 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/numbers.py - - -rwxr-xr-x 0 0 0 5660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/opcode.py - - -rwxr-xr-x 0 0 0 10751 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/operator.py - - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/optparse.py - - -rwxr-xr-x 0 0 0 39065 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/os.py - - -rwxr-xr-x 0 0 0 54073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pathlib.py - - -rwxr-xr-x 0 0 0 63239 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pdb.py - - -rwxr-xr-x 0 0 0 64920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pickle.py - - -rwxr-xr-x 0 0 0 93486 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pickletools.py - - -rwxr-xr-x 0 0 0 8916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pipes.py - - -rwxr-xr-x 0 0 0 24276 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pkgutil.py - - -rwxr-xr-x 0 0 0 40602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/platform.py - - -rwxr-xr-x 0 0 0 28248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/plistlib.py - - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/poplib.py - - -rwxr-xr-x 0 0 0 15721 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/posixpath.py - - -rwxr-xr-x 0 0 0 22527 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pprint.py - - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/profile.py - - -rwxr-xr-x 0 0 0 29326 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pstats.py - - -rwxr-xr-x 0 0 0 4807 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pty.py - - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/py_compile.py - - -rwxr-xr-x 0 0 0 15255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pyclbr.py - - -rwxr-xr-x 0 0 0 109600 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pydoc.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pydoc_data/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pydoc_data/__init__.py - - -rwxr-xr-x 0 0 0 96 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pydoc_data/_pydoc.css - - -rwxr-xr-x 0 0 0 703325 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/pydoc_data/topics.py - - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/queue.py - - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/quopri.py - - -rwxr-xr-x 0 0 0 31484 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/random.py - - -rwxr-xr-x 0 0 0 15861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/re.py - - -rwxr-xr-x 0 0 0 5267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/reprlib.py - - -rwxr-xr-x 0 0 0 7648 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/rlcompleter.py - - -rwxr-xr-x 0 0 0 13084 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/runpy.py - - -rwxr-xr-x 0 0 0 6442 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sched.py - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/secrets.py - - -rwxr-xr-x 0 0 0 19536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/selectors.py - - -rwxr-xr-x 0 0 0 8527 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/shelve.py - - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/shlex.py - - -rwxr-xr-x 0 0 0 53030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/shutil.py - - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/signal.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/ - - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/README.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/ - - -rwxr-xr-x 0 0 0 6715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/__init__.py - - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/_distutils_hack/override.py - - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/distutils-precedence.pth - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/ - - -rwxr-xr-x 0 0 0 10669 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/AUTHORS.txt - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/LICENSE.txt - - -rwxr-xr-x 0 0 0 3626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/METADATA - - -rwxr-xr-x 0 0 0 66872 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/WHEEL - - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/direct_url.json - - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/entry_points.txt - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip-24.1.2.dist-info/top_level.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/ - - -rwxr-xr-x 0 0 0 357 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__init__.py - - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__main__.py - - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/__pip-runner__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/ - - -rwxr-xr-x 0 0 0 513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/__init__.py - - -rwxr-xr-x 0 0 0 10374 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/build_env.py - - -rwxr-xr-x 0 0 0 10369 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cache.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/ - - -rwxr-xr-x 0 0 0 132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/__init__.py - - -rwxr-xr-x 0 0 0 6865 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py - - -rwxr-xr-x 0 0 0 8667 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/base_command.py - - -rwxr-xr-x 0 0 0 30066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py - - -rwxr-xr-x 0 0 0 774 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/command_context.py - - -rwxr-xr-x 0 0 0 5857 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/index_command.py - - -rwxr-xr-x 0 0 0 2817 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/main.py - - -rwxr-xr-x 0 0 0 4338 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py - - -rwxr-xr-x 0 0 0 10811 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/parser.py - - -rwxr-xr-x 0 0 0 2714 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/progress_bars.py - - -rwxr-xr-x 0 0 0 12250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/req_command.py - - -rwxr-xr-x 0 0 0 5118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/spinners.py - - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/cli/status_codes.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/ - - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/__init__.py - - -rwxr-xr-x 0 0 0 7944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/cache.py - - -rwxr-xr-x 0 0 0 1684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/check.py - - -rwxr-xr-x 0 0 0 4287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/completion.py - - -rwxr-xr-x 0 0 0 9766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/configuration.py - - -rwxr-xr-x 0 0 0 6797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/debug.py - - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/download.py - - -rwxr-xr-x 0 0 0 3172 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/freeze.py - - -rwxr-xr-x 0 0 0 1703 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/hash.py - - -rwxr-xr-x 0 0 0 1132 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/help.py - - -rwxr-xr-x 0 0 0 4731 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/index.py - - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/inspect.py - - -rwxr-xr-x 0 0 0 28997 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/install.py - - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/list.py - - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/search.py - - -rwxr-xr-x 0 0 0 7507 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/show.py - - -rwxr-xr-x 0 0 0 3892 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/uninstall.py - - -rwxr-xr-x 0 0 0 6414 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/commands/wheel.py - - -rwxr-xr-x 0 0 0 14006 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/configuration.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/ - - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/__init__.py - - -rwxr-xr-x 0 0 0 1783 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/base.py - - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/installed.py - - -rwxr-xr-x 0 0 0 6751 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py - - -rwxr-xr-x 0 0 0 1317 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/distributions/wheel.py - - -rwxr-xr-x 0 0 0 25371 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/exceptions.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/ - - -rwxr-xr-x 0 0 0 30 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/__init__.py - - -rwxr-xr-x 0 0 0 16265 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/collector.py - - -rwxr-xr-x 0 0 0 37733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/package_finder.py - - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/index/sources.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/ - - -rwxr-xr-x 0 0 0 14925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/__init__.py - - -rwxr-xr-x 0 0 0 6009 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py - - -rwxr-xr-x 0 0 0 7724 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/_sysconfig.py - - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/locations/base.py - - -rwxr-xr-x 0 0 0 340 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/main.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/ - - -rwxr-xr-x 0 0 0 4339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/__init__.py - - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/_json.py - - -rwxr-xr-x 0 0 0 25298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/base.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/ - - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__init__.py - - -rwxr-xr-x 0 0 0 1882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_compat.py - - -rwxr-xr-x 0 0 0 8275 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_dists.py - - -rwxr-xr-x 0 0 0 7455 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_envs.py - - -rwxr-xr-x 0 0 0 10542 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/metadata/pkg_resources.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/ - - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/__init__.py - - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/candidate.py - - -rwxr-xr-x 0 0 0 6578 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/direct_url.py - - -rwxr-xr-x 0 0 0 2486 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/format_control.py - - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/index.py - - -rwxr-xr-x 0 0 0 2818 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/installation_report.py - - -rwxr-xr-x 0 0 0 21034 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/link.py - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/scheme.py - - -rwxr-xr-x 0 0 0 4531 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/search_scope.py - - -rwxr-xr-x 0 0 0 2015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/selection_prefs.py - - -rwxr-xr-x 0 0 0 4271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/target_python.py - - -rwxr-xr-x 0 0 0 3601 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/models/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/ - - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/__init__.py - - -rwxr-xr-x 0 0 0 20533 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/auth.py - - -rwxr-xr-x 0 0 0 3935 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/cache.py - - -rwxr-xr-x 0 0 0 6087 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/download.py - - -rwxr-xr-x 0 0 0 7638 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/lazy_wheel.py - - -rwxr-xr-x 0 0 0 18741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/session.py - - -rwxr-xr-x 0 0 0 4073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/utils.py - - -rwxr-xr-x 0 0 0 1838 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py - - -rwxr-xr-x 0 0 0 4774 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/build_tracker.py - - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py - - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_editable.py - - -rwxr-xr-x 0 0 0 2190 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py - - -rwxr-xr-x 0 0 0 1075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_editable.py - - -rwxr-xr-x 0 0 0 3045 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py - - -rwxr-xr-x 0 0 0 5087 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/check.py - - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/freeze.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/ - - -rwxr-xr-x 0 0 0 51 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py - - -rwxr-xr-x 0 0 0 1283 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py - - -rwxr-xr-x 0 0 0 27197 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/install/wheel.py - - -rwxr-xr-x 0 0 0 28118 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/operations/prepare.py - - -rwxr-xr-x 0 0 0 7152 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/pyproject.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/ - - -rwxr-xr-x 0 0 0 2653 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/__init__.py - - -rwxr-xr-x 0 0 0 18412 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/constructors.py - - -rwxr-xr-x 0 0 0 17687 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_file.py - - -rwxr-xr-x 0 0 0 35054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_install.py - - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_set.py - - -rwxr-xr-x 0 0 0 23853 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/req/req_uninstall.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py - - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/base.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py - - -rwxr-xr-x 0 0 0 24068 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/legacy/resolver.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py - - -rwxr-xr-x 0 0 0 5023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py - - -rwxr-xr-x 0 0 0 19823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py - - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py - - -rwxr-xr-x 0 0 0 6383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py - - -rwxr-xr-x 0 0 0 9935 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/provider.py - - -rwxr-xr-x 0 0 0 3100 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/reporter.py - - -rwxr-xr-x 0 0 0 8065 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/requirements.py - - -rwxr-xr-x 0 0 0 12592 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py - - -rwxr-xr-x 0 0 0 8356 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/self_outdated_check.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/__init__.py - - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/_jaraco_text.py - - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/_log.py - - -rwxr-xr-x 0 0 0 1665 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/appdirs.py - - -rwxr-xr-x 0 0 0 2399 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/compat.py - - -rwxr-xr-x 0 0 0 5377 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/compatibility_tags.py - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/datetime.py - - -rwxr-xr-x 0 0 0 3707 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/deprecation.py - - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/direct_url_helpers.py - - -rwxr-xr-x 0 0 0 2463 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/egg_link.py - - -rwxr-xr-x 0 0 0 1169 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/encoding.py - - -rwxr-xr-x 0 0 0 3064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/entrypoints.py - - -rwxr-xr-x 0 0 0 5122 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/filesystem.py - - -rwxr-xr-x 0 0 0 716 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/filetypes.py - - -rwxr-xr-x 0 0 0 3166 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/glibc.py - - -rwxr-xr-x 0 0 0 3113 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/glibc.py.orig - - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/hashes.py - - -rwxr-xr-x 0 0 0 11602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/logging.py - - -rwxr-xr-x 0 0 0 23814 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/misc.py - - -rwxr-xr-x 0 0 0 2108 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/packaging.py - - -rwxr-xr-x 0 0 0 4435 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.py - - -rwxr-xr-x 0 0 0 8988 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py - - -rwxr-xr-x 0 0 0 9312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/temp_dir.py - - -rwxr-xr-x 0 0 0 11951 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/unpacking.py - - -rwxr-xr-x 0 0 0 1599 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/urls.py - - -rwxr-xr-x 0 0 0 3456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/virtualenv.py - - -rwxr-xr-x 0 0 0 4494 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/utils/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/ - - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/__init__.py - - -rwxr-xr-x 0 0 0 3528 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/bazaar.py - - -rwxr-xr-x 0 0 0 18177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/git.py - - -rwxr-xr-x 0 0 0 5249 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/mercurial.py - - -rwxr-xr-x 0 0 0 11735 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/subversion.py - - -rwxr-xr-x 0 0 0 22440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.py - - -rwxr-xr-x 0 0 0 11799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_internal/wheel_builder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/ - - -rwxr-xr-x 0 0 0 4850 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/ - - -rwxr-xr-x 0 0 0 676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__init__.py - - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/_cmd.py - - -rwxr-xr-x 0 0 0 6355 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py - - -rwxr-xr-x 0 0 0 1952 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/cache.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/ - - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__init__.py - - -rwxr-xr-x 0 0 0 5406 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py - - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py - - -rwxr-xr-x 0 0 0 18575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/controller.py - - -rwxr-xr-x 0 0 0 4292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/filewrapper.py - - -rwxr-xr-x 0 0 0 4834 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/heuristics.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/py.typed - - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/serialize.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/cachecontrol/wrapper.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/ - - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/__init__.py - - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/__main__.py - - -rwxr-xr-x 0 0 0 292541 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/cacert.pem - - -rwxr-xr-x 0 0 0 4486 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/core.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/certifi/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/ - - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/__init__.py - - -rwxr-xr-x 0 0 0 41487 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/compat.py - - -rwxr-xr-x 0 0 0 51965 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/database.py - - -rwxr-xr-x 0 0 0 20797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/index.py - - -rwxr-xr-x 0 0 0 51767 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/locators.py - - -rwxr-xr-x 0 0 0 14168 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/manifest.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/markers.py - - -rwxr-xr-x 0 0 0 39693 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/metadata.py - - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/resources.py - - -rwxr-xr-x 0 0 0 18780 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/scripts.py - - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t32.exe - - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t64-arm.exe - - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/t64.exe - - -rwxr-xr-x 0 0 0 67530 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/util.py - - -rwxr-xr-x 0 0 0 23747 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/version.py - - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w32.exe - - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w64-arm.exe - - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/w64.exe - - -rwxr-xr-x 0 0 0 43958 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distlib/wheel.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/ - - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/__init__.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py - - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/distro.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/distro/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/ - - -rwxr-xr-x 0 0 0 849 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/__init__.py - - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/codec.py - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/compat.py - - -rwxr-xr-x 0 0 0 12663 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/core.py - - -rwxr-xr-x 0 0 0 78320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py - - -rwxr-xr-x 0 0 0 1881 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/intranges.py - - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/py.typed - - -rwxr-xr-x 0 0 0 206503 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/idna/uts46data.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/ - - -rwxr-xr-x 0 0 0 1077 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/__init__.py - - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.py - - -rwxr-xr-x 0 0 0 5629 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/ext.py - - -rwxr-xr-x 0 0 0 33175 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/msgpack/fallback.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3282 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 10671 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 32349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39738 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16210 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pkg_resources/ - - -rwxr-xr-x 0 0 0 108869 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/ - - -rwxr-xr-x 0 0 0 22285 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/__init__.py - - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/__main__.py - - -rwxr-xr-x 0 0 0 7681 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py - - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/api.py - - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/macos.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/py.typed - - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/unix.py - - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/version.py - - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/platformdirs/windows.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/ - - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/__init__.py - - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/__main__.py - - -rwxr-xr-x 0 0 0 23650 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py - - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/console.py - - -rwxr-xr-x 0 0 0 1938 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filter.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filters/ - - -rwxr-xr-x 0 0 0 40386 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py - - -rwxr-xr-x 0 0 0 4178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/ - - -rwxr-xr-x 0 0 0 5431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__init__.py - - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/_mapping.py - - -rwxr-xr-x 0 0 0 3314 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/bbcode.py - - -rwxr-xr-x 0 0 0 5094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/groff.py - - -rwxr-xr-x 0 0 0 35676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/html.py - - -rwxr-xr-x 0 0 0 23140 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/img.py - - -rwxr-xr-x 0 0 0 4981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/irc.py - - -rwxr-xr-x 0 0 0 19351 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/latex.py - - -rwxr-xr-x 0 0 0 5073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/other.py - - -rwxr-xr-x 0 0 0 2212 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py - - -rwxr-xr-x 0 0 0 5014 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/rtf.py - - -rwxr-xr-x 0 0 0 7335 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/svg.py - - -rwxr-xr-x 0 0 0 4674 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal.py - - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal256.py - - -rwxr-xr-x 0 0 0 35284 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexer.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/ - - -rwxr-xr-x 0 0 0 12161 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__init__.py - - -rwxr-xr-x 0 0 0 74926 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/_mapping.py - - -rwxr-xr-x 0 0 0 53448 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/python.py - - -rwxr-xr-x 0 0 0 986 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/modeline.py - - -rwxr-xr-x 0 0 0 2591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/plugin.py - - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/regexopt.py - - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/scanner.py - - -rwxr-xr-x 0 0 0 7770 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/sphinxext.py - - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/style.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/ - - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/__init__.py - - -rwxr-xr-x 0 0 0 3251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/styles/_mapping.py - - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/token.py - - -rwxr-xr-x 0 0 0 63223 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/unistring.py - - -rwxr-xr-x 0 0 0 10230 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pygments/util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/ - - -rwxr-xr-x 0 0 0 491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__init__.py - - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_compat.py - - -rwxr-xr-x 0 0 0 11920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_impl.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/ - - -rwxr-xr-x 0 0 0 546 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py - - -rwxr-xr-x 0 0 0 10927 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/ - - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/__init__.py - - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py - - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/_internal_utils.py - - -rwxr-xr-x 0 0 0 27607 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py - - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/api.py - - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/auth.py - - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/certs.py - - -rwxr-xr-x 0 0 0 1485 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/compat.py - - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/cookies.py - - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/exceptions.py - - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/help.py - - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/hooks.py - - -rwxr-xr-x 0 0 0 35483 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/models.py - - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/packages.py - - -rwxr-xr-x 0 0 0 30495 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py - - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/status_codes.py - - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/structures.py - - -rwxr-xr-x 0 0 0 33631 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/requests/utils.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/ - - -rwxr-xr-x 0 0 0 537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__init__.py - - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py - - -rwxr-xr-x 0 0 0 5871 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/providers.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/py.typed - - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py - - -rwxr-xr-x 0 0 0 20511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py - - -rwxr-xr-x 0 0 0 4963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/ - - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/__init__.py - - -rwxr-xr-x 0 0 0 8477 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/__main__.py - - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py - - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py - - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py - - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_export_format.py - - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_extension.py - - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_fileno.py - - -rwxr-xr-x 0 0 0 9695 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_inspect.py - - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_log_render.py - - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_loop.py - - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_null_file.py - - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_palettes.py - - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py - - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_ratio.py - - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_spinners.py - - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_stack.py - - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_timer.py - - -rwxr-xr-x 0 0 0 22820 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_win32_console.py - - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_windows.py - - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_windows_renderer.py - - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/_wrap.py - - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/abc.py - - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/align.py - - -rwxr-xr-x 0 0 0 6906 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/ansi.py - - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/bar.py - - -rwxr-xr-x 0 0 0 10831 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/box.py - - -rwxr-xr-x 0 0 0 4780 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/cells.py - - -rwxr-xr-x 0 0 0 18223 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/color.py - - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/color_triplet.py - - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/columns.py - - -rwxr-xr-x 0 0 0 99173 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/console.py - - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py - - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/containers.py - - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/control.py - - -rwxr-xr-x 0 0 0 8082 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/default_styles.py - - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/diagnose.py - - -rwxr-xr-x 0 0 0 2501 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/emoji.py - - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/errors.py - - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/file_proxy.py - - -rwxr-xr-x 0 0 0 2508 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/filesize.py - - -rwxr-xr-x 0 0 0 9585 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py - - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/json.py - - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/jupyter.py - - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/layout.py - - -rwxr-xr-x 0 0 0 14271 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/live.py - - -rwxr-xr-x 0 0 0 3666 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/live_render.py - - -rwxr-xr-x 0 0 0 11903 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/logging.py - - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/markup.py - - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/measure.py - - -rwxr-xr-x 0 0 0 4970 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/padding.py - - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/pager.py - - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/palette.py - - -rwxr-xr-x 0 0 0 10705 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/panel.py - - -rwxr-xr-x 0 0 0 35848 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/pretty.py - - -rwxr-xr-x 0 0 0 59715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/progress.py - - -rwxr-xr-x 0 0 0 8164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/progress_bar.py - - -rwxr-xr-x 0 0 0 11304 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/prompt.py - - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/protocol.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/py.typed - - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/region.py - - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/repr.py - - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/rule.py - - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/scope.py - - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/screen.py - - -rwxr-xr-x 0 0 0 24246 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/segment.py - - -rwxr-xr-x 0 0 0 4339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/spinner.py - - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/status.py - - -rwxr-xr-x 0 0 0 27073 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/style.py - - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/styled.py - - -rwxr-xr-x 0 0 0 35475 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/syntax.py - - -rwxr-xr-x 0 0 0 39680 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/table.py - - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/terminal_theme.py - - -rwxr-xr-x 0 0 0 47312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/text.py - - -rwxr-xr-x 0 0 0 3777 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/theme.py - - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/themes.py - - -rwxr-xr-x 0 0 0 29601 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/traceback.py - - -rwxr-xr-x 0 0 0 9167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/rich/tree.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/ - - -rwxr-xr-x 0 0 0 20518 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/__init__.py - - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/_asyncio.py - - -rwxr-xr-x 0 0 0 2179 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/_utils.py - - -rwxr-xr-x 0 0 0 1682 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/after.py - - -rwxr-xr-x 0 0 0 1562 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/before.py - - -rwxr-xr-x 0 0 0 2372 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/before_sleep.py - - -rwxr-xr-x 0 0 0 1383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/nap.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/py.typed - - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/retry.py - - -rwxr-xr-x 0 0 0 3086 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/stop.py - - -rwxr-xr-x 0 0 0 2142 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/tornadoweb.py - - -rwxr-xr-x 0 0 0 8024 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tenacity/wait.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/__init__.py - - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_parser.py - - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_re.py - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/_types.py - - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/tomli/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/ - - -rwxr-xr-x 0 0 0 403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/__init__.py - - -rwxr-xr-x 0 0 0 10461 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_api.py - - -rwxr-xr-x 0 0 0 17608 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_macos.py - - -rwxr-xr-x 0 0 0 2324 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_openssl.py - - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_ssl_constants.py - - -rwxr-xr-x 0 0 0 17891 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/_windows.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/truststore/py.typed - - -rwxr-xr-x 0 0 0 122341 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/typing_extensions.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/ - - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/__init__.py - - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/_collections.py - - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/_version.py - - -rwxr-xr-x 0 0 0 20300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/connection.py - - -rwxr-xr-x 0 0 0 40285 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__init__.py - - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py - - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py - - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py - - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/appengine.py - - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py - - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py - - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/securetransport.py - - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/socks.py - - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/exceptions.py - - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/fields.py - - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/filepost.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py - - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py - - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py - - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/six.py - - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/poolmanager.py - - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/request.py - - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/response.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ - - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__init__.py - - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/connection.py - - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/proxy.py - - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/queue.py - - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/request.py - - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/response.py - - -rwxr-xr-x 0 0 0 22013 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/retry.py - - -rwxr-xr-x 0 0 0 17177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_.py - - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py - - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssltransport.py - - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/timeout.py - - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/url.py - - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/urllib3/util/wait.py - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/_vendor/vendor.txt - - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pip/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/ - - -rwxr-xr-x 0 0 0 124456 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/__init__.py - - -rwxr-xr-x 0 0 0 106920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/backports/tarfile.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/ - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py - - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py - - -rwxr-xr-x 0 0 0 5457 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_common.py - - -rwxr-xr-x 0 0 0 2925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py - - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py - - -rwxr-xr-x 0 0 0 3481 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py - - -rwxr-xr-x 0 0 0 5140 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/abc.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/py.typed - - -rwxr-xr-x 0 0 0 3581 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/readers.py - - -rwxr-xr-x 0 0 0 2576 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/importlib_resources/simple.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/__init__.py - - -rwxr-xr-x 0 0 0 9573 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/ - - -rwxr-xr-x 0 0 0 16705 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/__init__.py - - -rwxr-xr-x 0 0 0 3982 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/__init__.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/functools/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/text/ - - -rwxr-xr-x 0 0 0 15526 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/ - - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/__init__.py - - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/__init__.pyi - - -rwxr-xr-x 0 0 0 143053 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/more.py - - -rwxr-xr-x 0 0 0 21044 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/more.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/py.typed - - -rwxr-xr-x 0 0 0 27548 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/recipes.py - - -rwxr-xr-x 0 0 0 4436 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/more_itertools/recipes.pyi - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/ - - -rwxr-xr-x 0 0 0 12806 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/__init__.py - - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/__main__.py - - -rwxr-xr-x 0 0 0 4068 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/android.py - - -rwxr-xr-x 0 0 0 4910 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/api.py - - -rwxr-xr-x 0 0 0 2655 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/macos.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/py.typed - - -rwxr-xr-x 0 0 0 6911 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/unix.py - - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/version.py - - -rwxr-xr-x 0 0 0 6596 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/platformdirs/windows.py - - -rwxr-xr-x 0 0 0 8425 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/_vendor/zipp.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/extern/ - - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/pkg_resources/extern/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/ - - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/LICENSE - - -rwxr-xr-x 0 0 0 5817 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/METADATA - - -rwxr-xr-x 0 0 0 43922 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/WHEEL - - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/direct_url.json - - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/entry_points.txt - - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools-70.3.0.dist-info/top_level.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/ - - -rwxr-xr-x 0 0 0 8950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/__init__.py - - -rwxr-xr-x 0 0 0 9826 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_core_metadata.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/ - - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/__init__.py - - -rwxr-xr-x 0 0 0 5440 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_collections.py - - -rwxr-xr-x 0 0 0 1771 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_functools.py - - -rwxr-xr-x 0 0 0 1453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_itertools.py - - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_log.py - - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_macos_compat.py - - -rwxr-xr-x 0 0 0 2410 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_modified.py - - -rwxr-xr-x 0 0 0 19641 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_msvccompiler.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/_vendor/packaging/version.py - - -rwxr-xr-x 0 0 0 8551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/archive_util.py - - -rwxr-xr-x 0 0 0 14674 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/bcppcompiler.py - - -rwxr-xr-x 0 0 0 48935 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/ccompiler.py - - -rwxr-xr-x 0 0 0 17877 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/cmd.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/ - - -rwxr-xr-x 0 0 0 416 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/__init__.py - - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/_framework_compat.py - - -rwxr-xr-x 0 0 0 5354 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist.py - - -rwxr-xr-x 0 0 0 4582 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_dumb.py - - -rwxr-xr-x 0 0 0 21686 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 5729 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build.py - - -rwxr-xr-x 0 0 0 7684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_clib.py - - -rwxr-xr-x 0 0 0 31850 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py - - -rwxr-xr-x 0 0 0 16552 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_py.py - - -rwxr-xr-x 0 0 0 5534 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/build_scripts.py - - -rwxr-xr-x 0 0 0 4928 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/check.py - - -rwxr-xr-x 0 0 0 2595 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/clean.py - - -rwxr-xr-x 0 0 0 13008 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/config.py - - -rwxr-xr-x 0 0 0 30079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install.py - - -rwxr-xr-x 0 0 0 2764 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_data.py - - -rwxr-xr-x 0 0 0 2788 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 1184 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_headers.py - - -rwxr-xr-x 0 0 0 8410 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_lib.py - - -rwxr-xr-x 0 0 0 1937 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/install_scripts.py - - -rwxr-xr-x 0 0 0 11793 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/register.py - - -rwxr-xr-x 0 0 0 19196 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py - - -rwxr-xr-x 0 0 0 7493 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/command/upload.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/ - - -rwxr-xr-x 0 0 0 429 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/__init__.py - - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/py38.py - - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/compat/py39.py - - -rwxr-xr-x 0 0 0 5226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/config.py - - -rwxr-xr-x 0 0 0 9318 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/core.py - - -rwxr-xr-x 0 0 0 11954 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/cygwinccompiler.py - - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/debug.py - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dep_util.py - - -rwxr-xr-x 0 0 0 8007 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dir_util.py - - -rwxr-xr-x 0 0 0 50977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/dist.py - - -rwxr-xr-x 0 0 0 3589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/errors.py - - -rwxr-xr-x 0 0 0 10206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/extension.py - - -rwxr-xr-x 0 0 0 17822 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/fancy_getopt.py - - -rwxr-xr-x 0 0 0 7944 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/file_util.py - - -rwxr-xr-x 0 0 0 13654 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/filelist.py - - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/log.py - - -rwxr-xr-x 0 0 0 30129 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/msvc9compiler.py - - -rwxr-xr-x 0 0 0 23451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/msvccompiler.py - - -rwxr-xr-x 0 0 0 3626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/spawn.py - - -rwxr-xr-x 0 0 0 18747 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/sysconfig.py - - -rwxr-xr-x 0 0 0 12098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/text_file.py - - -rwxr-xr-x 0 0 0 15698 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/unixccompiler.py - - -rwxr-xr-x 0 0 0 18093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/util.py - - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/version.py - - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/versionpredicate.py - - -rwxr-xr-x 0 0 0 6589 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_distutils/zosccompiler.py - - -rwxr-xr-x 0 0 0 2333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_entry_points.py - - -rwxr-xr-x 0 0 0 2443 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_imp.py - - -rwxr-xr-x 0 0 0 1454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_importlib.py - - -rwxr-xr-x 0 0 0 675 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_itertools.py - - -rwxr-xr-x 0 0 0 4567 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_normalization.py - - -rwxr-xr-x 0 0 0 1178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_path.py - - -rwxr-xr-x 0 0 0 1112 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_reqs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/__init__.py - - -rwxr-xr-x 0 0 0 106920 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/backports/tarfile.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/ - - -rwxr-xr-x 0 0 0 26498 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/__init__.py - - -rwxr-xr-x 0 0 0 2454 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py - - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_collections.py - - -rwxr-xr-x 0 0 0 1859 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_compat.py - - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_functools.py - - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py - - -rwxr-xr-x 0 0 0 1165 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_meta.py - - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_py39compat.py - - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/_text.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/ - - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/__init__.py - - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_adapters.py - - -rwxr-xr-x 0 0 0 5457 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_common.py - - -rwxr-xr-x 0 0 0 2925 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_compat.py - - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_itertools.py - - -rwxr-xr-x 0 0 0 3481 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/_legacy.py - - -rwxr-xr-x 0 0 0 5140 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/abc.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/py.typed - - -rwxr-xr-x 0 0 0 3581 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/readers.py - - -rwxr-xr-x 0 0 0 2576 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/importlib_resources/simple.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/__init__.py - - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/context.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/ - - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/__init__.py - - -rwxr-xr-x 0 0 0 3982 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/functools/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/text/ - - -rwxr-xr-x 0 0 0 15517 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/jaraco/text/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/ - - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.py - - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.pyi - - -rwxr-xr-x 0 0 0 117959 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.py - - -rwxr-xr-x 0 0 0 14977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.pyi - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/py.typed - - -rwxr-xr-x 0 0 0 16256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.py - - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.pyi - - -rwxr-xr-x 0 0 0 15130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/ordered_set.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/ - - -rwxr-xr-x 0 0 0 496 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/__init__.py - - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_elffile.py - - -rwxr-xr-x 0 0 0 9590 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_manylinux.py - - -rwxr-xr-x 0 0 0 2676 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_musllinux.py - - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_parser.py - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_structures.py - - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/_tokenizer.py - - -rwxr-xr-x 0 0 0 8208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/markers.py - - -rwxr-xr-x 0 0 0 33036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/metadata.py - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/py.typed - - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/requirements.py - - -rwxr-xr-x 0 0 0 39784 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.py - - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/tags.py - - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/utils.py - - -rwxr-xr-x 0 0 0 16236 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/__init__.py - - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_parser.py - - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_re.py - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/_types.py - - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/tomli/py.typed - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/ - - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/__init__.py - - -rwxr-xr-x 0 0 0 16103 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/macosx_libfile.py - - -rwxr-xr-x 0 0 0 5876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/metadata.py - - -rwxr-xr-x 0 0 0 621 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/util.py - - -rwxr-xr-x 0 0 0 7696 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/wheel/wheelfile.py - - -rwxr-xr-x 0 0 0 8425 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/_vendor/zipp.py - - -rwxr-xr-x 0 0 0 7331 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/archive_util.py - - -rwxr-xr-x 0 0 0 19085 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/build_meta.py - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-32.exe - - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-64.exe - - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli-arm64.exe - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/cli.exe - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/ - - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/__init__.py - - -rwxr-xr-x 0 0 0 4245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/_requirestxt.py - - -rwxr-xr-x 0 0 0 2383 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/alias.py - - -rwxr-xr-x 0 0 0 16525 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_egg.py - - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_rpm.py - - -rwxr-xr-x 0 0 0 21412 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/bdist_wheel.py - - -rwxr-xr-x 0 0 0 5816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build.py - - -rwxr-xr-x 0 0 0 4539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_clib.py - - -rwxr-xr-x 0 0 0 17760 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_ext.py - - -rwxr-xr-x 0 0 0 15193 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/build_py.py - - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/develop.py - - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/dist_info.py - - -rwxr-xr-x 0 0 0 86995 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/easy_install.py - - -rwxr-xr-x 0 0 0 35275 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/editable_wheel.py - - -rwxr-xr-x 0 0 0 26522 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/egg_info.py - - -rwxr-xr-x 0 0 0 5779 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install.py - - -rwxr-xr-x 0 0 0 2066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_egg_info.py - - -rwxr-xr-x 0 0 0 3965 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_lib.py - - -rwxr-xr-x 0 0 0 2474 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/install_scripts.py - - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/launcher manifest.xml - - -rwxr-xr-x 0 0 0 466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/register.py - - -rwxr-xr-x 0 0 0 2144 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/rotate.py - - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/saveopts.py - - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/sdist.py - - -rwxr-xr-x 0 0 0 5018 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/setopt.py - - -rwxr-xr-x 0 0 0 8104 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/test.py - - -rwxr-xr-x 0 0 0 460 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/upload.py - - -rwxr-xr-x 0 0 0 7821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/command/upload_docs.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/__init__.py - - -rwxr-xr-x 0 0 0 165 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py310.py - - -rwxr-xr-x 0 0 0 735 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py311.py - - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/compat/py39.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/ - - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/__init__.py - - -rwxr-xr-x 0 0 0 14700 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/ - - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/__init__.py - - -rwxr-xr-x 0 0 0 11862 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/error_reporting.py - - -rwxr-xr-x 0 0 0 1625 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/extra_validations.py - - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py - - -rwxr-xr-x 0 0 0 295453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py - - -rwxr-xr-x 0 0 0 12062 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/_validate_pyproject/formats.py - - -rwxr-xr-x 0 0 0 15527 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/expand.py - - -rwxr-xr-x 0 0 0 17653 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/pyprojecttoml.py - - -rwxr-xr-x 0 0 0 25592 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/config/setupcfg.py - - -rwxr-xr-x 0 0 0 5551 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/depends.py - - -rwxr-xr-x 0 0 0 21124 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/discovery.py - - -rwxr-xr-x 0 0 0 37933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/dist.py - - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/errors.py - - -rwxr-xr-x 0 0 0 5794 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extension.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extern/ - - -rwxr-xr-x 0 0 0 2728 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/extern/__init__.py - - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/glob.py - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-32.exe - - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-64.exe - - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui-arm64.exe - - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/gui.exe - - -rwxr-xr-x 0 0 0 4969 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/installer.py - - -rwxr-xr-x 0 0 0 812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/launch.py - - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/logging.py - - -rwxr-xr-x 0 0 0 190 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/modified.py - - -rwxr-xr-x 0 0 0 4333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/monkey.py - - -rwxr-xr-x 0 0 0 47532 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/msvc.py - - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/namespaces.py - - -rwxr-xr-x 0 0 0 39081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/package_index.py - - -rwxr-xr-x 0 0 0 14730 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/sandbox.py - - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/script (dev).tmpl - - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/script.tmpl - - -rwxr-xr-x 0 0 0 3181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/unicode_utils.py - - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/version.py - - -rwxr-xr-x 0 0 0 3699 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/warnings.py - - -rwxr-xr-x 0 0 0 8682 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/wheel.py - - -rwxr-xr-x 0 0 0 720 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site-packages/setuptools/windows_support.py - - -rwxr-xr-x 0 0 0 21844 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/site.py - - -rwxr-xr-x 0 0 0 34823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/smtpd.py - - -rwxr-xr-x 0 0 0 45407 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/smtplib.py - - -rwxr-xr-x 0 0 0 7099 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sndhdr.py - - -rwxr-xr-x 0 0 0 36915 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/socket.py - - -rwxr-xr-x 0 0 0 27296 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/socketserver.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sqlite3/ - - -rwxr-xr-x 0 0 0 2014 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sqlite3/__init__.py - - -rwxr-xr-x 0 0 0 2687 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sqlite3/dbapi2.py - - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sqlite3/dump.py - - -rwxr-xr-x 0 0 0 27973 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sre_compile.py - - -rwxr-xr-x 0 0 0 7177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sre_constants.py - - -rwxr-xr-x 0 0 0 40779 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sre_parse.py - - -rwxr-xr-x 0 0 0 52530 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/ssl.py - - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/stat.py - - -rwxr-xr-x 0 0 0 38067 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/statistics.py - - -rwxr-xr-x 0 0 0 10566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/string.py - - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/stringprep.py - - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/struct.py - - -rwxr-xr-x 0 0 0 83564 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/subprocess.py - - -rwxr-xr-x 0 0 0 18158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sunau.py - - -rwxr-xr-x 0 0 0 2281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/symbol.py - - -rwxr-xr-x 0 0 0 7905 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/symtable.py - - -rwxr-xr-x 0 0 0 24914 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/sysconfig.py - - -rwxr-xr-x 0 0 0 11408 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tabnanny.py - - -rwxr-xr-x 0 0 0 106881 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tarfile.py - - -rwxr-xr-x 0 0 0 23254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/telnetlib.py - - -rwxr-xr-x 0 0 0 27963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tempfile.py - - -rwxr-xr-x 0 0 0 19407 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/textwrap.py - - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/this.py - - -rwxr-xr-x 0 0 0 54176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/threading.py - - -rwxr-xr-x 0 0 0 13482 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/timeit.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/ - - -rwxr-xr-x 0 0 0 169626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/__init__.py - - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/__main__.py - - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/colorchooser.py - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/commondialog.py - - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/constants.py - - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/dialog.py - - -rwxr-xr-x 0 0 0 11528 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/dnd.py - - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/filedialog.py - - -rwxr-xr-x 0 0 0 6821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/font.py - - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/messagebox.py - - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/scrolledtext.py - - -rwxr-xr-x 0 0 0 11757 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/simpledialog.py - - -rwxr-xr-x 0 0 0 76845 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/tix.py - - -rwxr-xr-x 0 0 0 57139 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tkinter/ttk.py - - -rwxr-xr-x 0 0 0 2368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/token.py - - -rwxr-xr-x 0 0 0 25883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tokenize.py - - -rwxr-xr-x 0 0 0 29208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/trace.py - - -rwxr-xr-x 0 0 0 24660 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/traceback.py - - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tracemalloc.py - - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/tty.py - - -rwxr-xr-x 0 0 0 143796 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtle.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/ - - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/__init__.py - - -rwxr-xr-x 0 0 0 15050 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/__main__.py - - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/bytedesign.py - - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/chaos.py - - -rwxr-xr-x 0 0 0 3201 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/clock.py - - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/colormixer.py - - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/forest.py - - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/fractalcurves.py - - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/lindenmayer.py - - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/minimal_hanoi.py - - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/nim.py - - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/paint.py - - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/peace.py - - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/penrose.py - - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/planet_and_moon.py - - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/rosette.py - - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/round_dance.py - - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/sorting_animate.py - - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/tree.py - - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/turtle.cfg - - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/two_canvases.py - - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/turtledemo/yinyang.py - - -rwxr-xr-x 0 0 0 9785 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/types.py - - -rwxr-xr-x 0 0 0 77044 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/typing.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/ - - -rwxr-xr-x 0 0 0 3761 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/__init__.py - - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/__main__.py - - -rwxr-xr-x 0 0 0 2295 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/_log.py - - -rwxr-xr-x 0 0 0 6368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/async_case.py - - -rwxr-xr-x 0 0 0 57155 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/case.py - - -rwxr-xr-x 0 0 0 22702 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/loader.py - - -rwxr-xr-x 0 0 0 11256 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/main.py - - -rwxr-xr-x 0 0 0 99217 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/mock.py - - -rwxr-xr-x 0 0 0 8364 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/result.py - - -rwxr-xr-x 0 0 0 8051 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/runner.py - - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/signals.py - - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/suite.py - - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/unittest/util.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/__init__.py - - -rwxr-xr-x 0 0 0 2632 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/error.py - - -rwxr-xr-x 0 0 0 43064 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/parse.py - - -rwxr-xr-x 0 0 0 101306 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/request.py - - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/response.py - - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/urllib/robotparser.py - - -rwxr-xr-x 0 0 0 7301 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/uu.py - - -rwxr-xr-x 0 0 0 27324 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/uuid.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/ - - -rwxr-xr-x 0 0 0 23213 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/__init__.py - - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/__main__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/ - - -rwxr-xr-x 0 0 0 8834 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/Activate.ps1 - - -rwxr-xr-x 0 0 0 1909 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/common/activate - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/ - - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/activate.csh - - -rwxr-xr-x 0 0 0 1998 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/venv/scripts/posix/activate.fish - - -rwxr-xr-x 0 0 0 19688 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/warnings.py - - -rwxr-xr-x 0 0 0 18004 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wave.py - - -rwxr-xr-x 0 0 0 21560 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/weakref.py - - -rwxr-xr-x 0 0 0 24085 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/webbrowser.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/ - - -rwxr-xr-x 0 0 0 587 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/__init__.py - - -rwxr-xr-x 0 0 0 21669 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/handlers.py - - -rwxr-xr-x 0 0 0 6766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/headers.py - - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/simple_server.py - - -rwxr-xr-x 0 0 0 5851 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/util.py - - -rwxr-xr-x 0 0 0 15099 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/wsgiref/validate.py - - -rwxr-xr-x 0 0 0 5913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xdrlib.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/ - - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/ - - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/NodeFilter.py - - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/__init__.py - - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/domreg.py - - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/expatbuilder.py - - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/minicompat.py - - -rwxr-xr-x 0 0 0 68066 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/minidom.py - - -rwxr-xr-x 0 0 0 11997 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/pulldom.py - - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/dom/xmlbuilder.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/etree/ - - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementInclude.py - - -rwxr-xr-x 0 0 0 13063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementPath.py - - -rwxr-xr-x 0 0 0 74404 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/etree/ElementTree.py - - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/etree/__init__.py - - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/etree/cElementTree.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/parsers/ - - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/parsers/__init__.py - - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/parsers/expat.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/ - - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/__init__.py - - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/_exceptions.py - - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/expatreader.py - - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/handler.py - - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/saxutils.py - - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xml/sax/xmlreader.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xmlrpc/ - - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xmlrpc/__init__.py - - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xmlrpc/client.py - - -rwxr-xr-x 0 0 0 36672 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/xmlrpc/server.py - - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zipapp.py - - -rwxr-xr-x 0 0 0 88240 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zipfile.py - - -rwxr-xr-x 0 0 0 30765 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zipimport.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zoneinfo/ - - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zoneinfo/__init__.py - - -rwxr-xr-x 0 0 0 5320 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zoneinfo/_common.py - - -rwxr-xr-x 0 0 0 5081 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zoneinfo/_tzpath.py - - -rwxr-xr-x 0 0 0 24318 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/python3.9/zoneinfo/_zoneinfo.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/ - - -rwxr-xr-x 0 0 0 20875 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/auto.tcl - - -rwxr-xr-x 0 0 0 128893 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/clock.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/ - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/ascii.enc - - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/big5.enc - - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cns11643.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1250.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1251.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1252.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1253.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1254.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1255.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1256.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1257.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp1258.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp437.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp737.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp775.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp850.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp852.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp855.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp857.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp860.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp861.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp862.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp863.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp864.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp865.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp866.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp869.enc - - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp874.enc - - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp932.enc - - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp936.enc - - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp949.enc - - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/cp950.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/dingbats.enc - - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/ebcdic.enc - - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-cn.enc - - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-jp.enc - - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/euc-kr.enc - - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/gb12345.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/gb1988.enc - - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/gb2312-raw.enc - - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/gb2312.enc - - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022-jp.enc - - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022-kr.enc - - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso2022.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-1.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-10.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-11.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-13.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-14.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-15.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-16.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-2.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-3.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-4.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-5.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-6.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-7.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-8.enc - - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/iso8859-9.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0201.enc - - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0208.enc - - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/jis0212.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/koi8-r.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/koi8-u.enc - - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/ksc5601.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macCentEuro.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macCroatian.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macCyrillic.enc - - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macDingbats.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macGreek.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macIceland.enc - - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macJapan.enc - - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macRoman.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macRomania.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macThai.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macTurkish.enc - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/macUkraine.enc - - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/shiftjis.enc - - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/symbol.enc - - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/encoding/tis-620.enc - - -rwxr-xr-x 0 0 0 7900 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/history.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/http1.0/ - - -rwxr-xr-x 0 0 0 9689 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/http1.0/http.tcl - - -rwxr-xr-x 0 0 0 735 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/http1.0/pkgIndex.tcl - - -rwxr-xr-x 0 0 0 24806 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/init.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ - - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/af.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/af_za.msg - - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ar.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_in.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_jo.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_lb.msg - - -rwxr-xr-x 0 0 0 1812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ar_sy.msg - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/be.msg - - -rwxr-xr-x 0 0 0 1819 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/bg.msg - - -rwxr-xr-x 0 0 0 2286 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/bn.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/bn_in.msg - - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ca.msg - - -rwxr-xr-x 0 0 0 1300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/cs.msg - - -rwxr-xr-x 0 0 0 1156 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/da.msg - - -rwxr-xr-x 0 0 0 1222 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/de.msg - - -rwxr-xr-x 0 0 0 812 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/de_at.msg - - -rwxr-xr-x 0 0 0 1223 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/de_be.msg - - -rwxr-xr-x 0 0 0 2252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/el.msg - - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_au.msg - - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_be.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_bw.msg - - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ca.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_gb.msg - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_hk.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ie.msg - - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_in.msg - - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_nz.msg - - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_ph.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_sg.msg - - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_za.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/en_zw.msg - - -rwxr-xr-x 0 0 0 1231 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/eo.msg - - -rwxr-xr-x 0 0 0 1180 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es.msg - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ar.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_bo.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_cl.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_co.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_cr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_do.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ec.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_gt.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_hn.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_mx.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ni.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pa.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pe.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_pr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_py.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_sv.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_uy.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/es_ve.msg - - -rwxr-xr-x 0 0 0 1206 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/et.msg - - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/eu.msg - - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/eu_es.msg - - -rwxr-xr-x 0 0 0 1664 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fa.msg - - -rwxr-xr-x 0 0 0 1957 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fa_in.msg - - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fa_ir.msg - - -rwxr-xr-x 0 0 0 1145 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fi.msg - - -rwxr-xr-x 0 0 0 986 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fo.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fo_fo.msg - - -rwxr-xr-x 0 0 0 1205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fr.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_be.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_ca.msg - - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/fr_ch.msg - - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ga.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ga_ie.msg - - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/gl.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/gl_es.msg - - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/gv.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/gv_gb.msg - - -rwxr-xr-x 0 0 0 1938 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/he.msg - - -rwxr-xr-x 0 0 0 1738 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/hi.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/hi_in.msg - - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/hr.msg - - -rwxr-xr-x 0 0 0 1327 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/hu.msg - - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/id.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/id_id.msg - - -rwxr-xr-x 0 0 0 1255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/is.msg - - -rwxr-xr-x 0 0 0 1240 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/it.msg - - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/it_ch.msg - - -rwxr-xr-x 0 0 0 1645 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ja.msg - - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/kl.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/kl_gl.msg - - -rwxr-xr-x 0 0 0 1566 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ko.msg - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ko_kr.msg - - -rwxr-xr-x 0 0 0 1958 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/kok.msg - - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/kok_in.msg - - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/kw.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/kw_gb.msg - - -rwxr-xr-x 0 0 0 1255 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/lt.msg - - -rwxr-xr-x 0 0 0 1219 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/lv.msg - - -rwxr-xr-x 0 0 0 2105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/mk.msg - - -rwxr-xr-x 0 0 0 1807 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/mr.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/mr_in.msg - - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ms.msg - - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ms_my.msg - - -rwxr-xr-x 0 0 0 690 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/mt.msg - - -rwxr-xr-x 0 0 0 1157 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/nb.msg - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/nl.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/nl_be.msg - - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/nn.msg - - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/pl.msg - - -rwxr-xr-x 0 0 0 1127 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/pt.msg - - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/pt_br.msg - - -rwxr-xr-x 0 0 0 1172 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ro.msg - - -rwxr-xr-x 0 0 0 2039 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ru.msg - - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ru_ua.msg - - -rwxr-xr-x 0 0 0 1160 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sh.msg - - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sk.msg - - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sl.msg - - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sq.msg - - -rwxr-xr-x 0 0 0 2035 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sr.msg - - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sv.msg - - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/sw.msg - - -rwxr-xr-x 0 0 0 1835 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ta.msg - - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/ta_in.msg - - -rwxr-xr-x 0 0 0 2102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/te.msg - - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/te_in.msg - - -rwxr-xr-x 0 0 0 2305 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/th.msg - - -rwxr-xr-x 0 0 0 1133 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/tr.msg - - -rwxr-xr-x 0 0 0 2113 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/uk.msg - - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/vi.msg - - -rwxr-xr-x 0 0 0 3330 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/zh.msg - - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_cn.msg - - -rwxr-xr-x 0 0 0 752 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_hk.msg - - -rwxr-xr-x 0 0 0 339 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_sg.msg - - -rwxr-xr-x 0 0 0 346 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/msgs/zh_tw.msg - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/opt0.4/ - - -rwxr-xr-x 0 0 0 32705 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/opt0.4/optparse.tcl - - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/opt0.4/pkgIndex.tcl - - -rwxr-xr-x 0 0 0 23244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/package.tcl - - -rwxr-xr-x 0 0 0 816 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/parray.tcl - - -rwxr-xr-x 0 0 0 40934 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/safe.tcl - - -rwxr-xr-x 0 0 0 4511 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/tclAppInit.c - - -rwxr-xr-x 0 0 0 5539 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/tclIndex - - -rwxr-xr-x 0 0 0 11824 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/tm.tcl - - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8.6/word.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.4/ - - -rwxr-xr-x 0 0 0 10984 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.4/platform-1.0.18.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.4/platform/ - - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.4/platform/shell-1.1.4.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.5/ - - -rwxr-xr-x 0 0 0 33926 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.5/msgcat-1.6.1.tm - - -rwxr-xr-x 0 0 0 103526 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.5/tcltest-2.5.3.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.6/ - - -rwxr-xr-x 0 0 0 111709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tcl8/8.6/http-2.9.5.tm - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/thread2.8.7/ - - -rwxr-xr-x 0 0 0 29530 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/thread2.8.7/ttrace.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ - - -rwxr-xr-x 0 0 0 8534 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/bgerror.tcl - - -rwxr-xr-x 0 0 0 20830 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/button.tcl - - -rwxr-xr-x 0 0 0 9652 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/choosedir.tcl - - -rwxr-xr-x 0 0 0 21417 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/clrpick.tcl - - -rwxr-xr-x 0 0 0 8368 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/comdlg.tcl - - -rwxr-xr-x 0 0 0 32792 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/console.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ - - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/README - - -rwxr-xr-x 0 0 0 6670 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/anilabel.tcl - - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/aniwave.tcl - - -rwxr-xr-x 0 0 0 8110 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/arrow.tcl - - -rwxr-xr-x 0 0 0 3078 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/bind.tcl - - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/bitmap.tcl - - -rwxr-xr-x 0 0 0 1758 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/browse - - -rwxr-xr-x 0 0 0 1504 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/button.tcl - - -rwxr-xr-x 0 0 0 2278 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/check.tcl - - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/clrpick.tcl - - -rwxr-xr-x 0 0 0 5002 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/colors.tcl - - -rwxr-xr-x 0 0 0 1963 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/combo.tcl - - -rwxr-xr-x 0 0 0 5036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/cscroll.tcl - - -rwxr-xr-x 0 0 0 6205 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ctext.tcl - - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/dialog1.tcl - - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/dialog2.tcl - - -rwxr-xr-x 0 0 0 3867 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/en.msg - - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/entry1.tcl - - -rwxr-xr-x 0 0 0 2091 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/entry2.tcl - - -rwxr-xr-x 0 0 0 6102 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/entry3.tcl - - -rwxr-xr-x 0 0 0 2351 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/filebox.tcl - - -rwxr-xr-x 0 0 0 79803 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/floor.tcl - - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/fontchoose.tcl - - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/form.tcl - - -rwxr-xr-x 0 0 0 56598 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/goldberg.tcl - - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/hello - - -rwxr-xr-x 0 0 0 1497 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/hscale.tcl - - -rwxr-xr-x 0 0 0 2063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/icon.tcl - - -rwxr-xr-x 0 0 0 1002 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/image1.tcl - - -rwxr-xr-x 0 0 0 3359 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/image2.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/ - - -rwxr-xr-x 0 0 0 51712 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/earth.gif - - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/earthmenu.png - - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/earthris.gif - - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/flagdown.xbm - - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/flagup.xbm - - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/gray25.xbm - - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/letters.xbm - - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/noletter.xbm - - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/ouster.png - - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/pattern.xbm - - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/tcllogo.gif - - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/images/teapot.ppm - - -rwxr-xr-x 0 0 0 10490 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/items.tcl - - -rwxr-xr-x 0 0 0 8075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ixset - - -rwxr-xr-x 0 0 0 9123 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/knightstour.tcl - - -rwxr-xr-x 0 0 0 1379 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/label.tcl - - -rwxr-xr-x 0 0 0 1847 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/labelframe.tcl - - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/license.terms - - -rwxr-xr-x 0 0 0 4357 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/mclist.tcl - - -rwxr-xr-x 0 0 0 7479 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/menu.tcl - - -rwxr-xr-x 0 0 0 4476 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/menubu.tcl - - -rwxr-xr-x 0 0 0 1998 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/msgbox.tcl - - -rwxr-xr-x 0 0 0 6750 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/nl.msg - - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/paned1.tcl - - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/paned2.tcl - - -rwxr-xr-x 0 0 0 7623 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/pendulum.tcl - - -rwxr-xr-x 0 0 0 2757 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/plot.tcl - - -rwxr-xr-x 0 0 0 2602 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/puzzle.tcl - - -rwxr-xr-x 0 0 0 2752 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/radio.tcl - - -rwxr-xr-x 0 0 0 5319 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/rmt - - -rwxr-xr-x 0 0 0 8300 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/rolodex - - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ruler.tcl - - -rwxr-xr-x 0 0 0 2273 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/sayings.tcl - - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/search.tcl - - -rwxr-xr-x 0 0 0 1820 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/spin.tcl - - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/states.tcl - - -rwxr-xr-x 0 0 0 6943 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/style.tcl - - -rwxr-xr-x 0 0 0 5298 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/tclIndex - - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/tcolor - - -rwxr-xr-x 0 0 0 4291 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/text.tcl - - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/textpeer.tcl - - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/timer - - -rwxr-xr-x 0 0 0 3272 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/toolbar.tcl - - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/tree.tcl - - -rwxr-xr-x 0 0 0 3405 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ttkbut.tcl - - -rwxr-xr-x 0 0 0 2391 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ttkmenu.tcl - - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ttknote.tcl - - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ttkpane.tcl - - -rwxr-xr-x 0 0 0 1536 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ttkprogress.tcl - - -rwxr-xr-x 0 0 0 1420 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/ttkscale.tcl - - -rwxr-xr-x 0 0 0 11654 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/twind.tcl - - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/unicodeout.tcl - - -rwxr-xr-x 0 0 0 1477 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/vscale.tcl - - -rwxr-xr-x 0 0 0 24063 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/demos/widget - - -rwxr-xr-x 0 0 0 5813 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/dialog.tcl - - -rwxr-xr-x 0 0 0 17715 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/entry.tcl - - -rwxr-xr-x 0 0 0 4857 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/focus.tcl - - -rwxr-xr-x 0 0 0 16011 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/fontchooser.tcl - - -rwxr-xr-x 0 0 0 16704 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/iconlist.tcl - - -rwxr-xr-x 0 0 0 10884 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/icons.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/ - - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/README - - -rwxr-xr-x 0 0 0 32900 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/logo.eps - - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/logo100.gif - - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/logo64.gif - - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/logoLarge.gif - - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/logoMed.gif - - -rwxr-xr-x 0 0 0 27809 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo.eps - - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo100.gif - - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo150.gif - - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo175.gif - - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo200.gif - - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/pwrdLogo75.gif - - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/images/tai-ku.gif - - -rwxr-xr-x 0 0 0 14695 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/listbox.tcl - - -rwxr-xr-x 0 0 0 9565 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/megawidget.tcl - - -rwxr-xr-x 0 0 0 38122 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/menu.tcl - - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/mkpsenc.tcl - - -rwxr-xr-x 0 0 0 16359 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/ - - -rwxr-xr-x 0 0 0 4158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/cs.msg - - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/da.msg - - -rwxr-xr-x 0 0 0 4823 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/de.msg - - -rwxr-xr-x 0 0 0 8698 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/el.msg - - -rwxr-xr-x 0 0 0 3286 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/en.msg - - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/en_gb.msg - - -rwxr-xr-x 0 0 0 3916 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/eo.msg - - -rwxr-xr-x 0 0 0 3948 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/es.msg - - -rwxr-xr-x 0 0 0 3805 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/fr.msg - - -rwxr-xr-x 0 0 0 4600 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/hu.msg - - -rwxr-xr-x 0 0 0 3692 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/it.msg - - -rwxr-xr-x 0 0 0 4466 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/nl.msg - - -rwxr-xr-x 0 0 0 4841 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/pl.msg - - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/pt.msg - - -rwxr-xr-x 0 0 0 7214 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/ru.msg - - -rwxr-xr-x 0 0 0 3832 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/msgs/sv.msg - - -rwxr-xr-x 0 0 0 5594 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/obsolete.tcl - - -rwxr-xr-x 0 0 0 1586 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/optMenu.tcl - - -rwxr-xr-x 0 0 0 8174 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/palette.tcl - - -rwxr-xr-x 0 0 0 5176 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/panedwindow.tcl - - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/safetk.tcl - - -rwxr-xr-x 0 0 0 7766 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/scale.tcl - - -rwxr-xr-x 0 0 0 12732 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/scrlbar.tcl - - -rwxr-xr-x 0 0 0 15933 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/spinbox.tcl - - -rwxr-xr-x 0 0 0 20270 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/tclIndex - - -rwxr-xr-x 0 0 0 5125 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/tearoff.tcl - - -rwxr-xr-x 0 0 0 33724 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/text.tcl - - -rwxr-xr-x 0 0 0 23554 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/tk.tcl - - -rwxr-xr-x 0 0 0 4615 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/tkAppInit.c - - -rwxr-xr-x 0 0 0 38373 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/tkfbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/ - - -rwxr-xr-x 0 0 0 3604 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/altTheme.tcl - - -rwxr-xr-x 0 0 0 3719 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/aquaTheme.tcl - - -rwxr-xr-x 0 0 0 2931 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/button.tcl - - -rwxr-xr-x 0 0 0 4662 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/clamTheme.tcl - - -rwxr-xr-x 0 0 0 3749 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/classicTheme.tcl - - -rwxr-xr-x 0 0 0 12270 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/combobox.tcl - - -rwxr-xr-x 0 0 0 4619 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/cursors.tcl - - -rwxr-xr-x 0 0 0 4410 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/defaults.tcl - - -rwxr-xr-x 0 0 0 16985 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/entry.tcl - - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/fonts.tcl - - -rwxr-xr-x 0 0 0 6400 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/menubutton.tcl - - -rwxr-xr-x 0 0 0 5626 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/notebook.tcl - - -rwxr-xr-x 0 0 0 2199 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/panedwindow.tcl - - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/progress.tcl - - -rwxr-xr-x 0 0 0 2693 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/scale.tcl - - -rwxr-xr-x 0 0 0 3159 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/scrollbar.tcl - - -rwxr-xr-x 0 0 0 2401 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/sizegrip.tcl - - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/spinbox.tcl - - -rwxr-xr-x 0 0 0 9797 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/treeview.tcl - - -rwxr-xr-x 0 0 0 4817 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/ttk.tcl - - -rwxr-xr-x 0 0 0 8287 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/utils.tcl - - -rwxr-xr-x 0 0 0 9481 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/vistaTheme.tcl - - -rwxr-xr-x 0 0 0 2781 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/winTheme.tcl - - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/ttk/xpTheme.tcl - - -rwxr-xr-x 0 0 0 10252 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/unsupported.tcl - - -rwxr-xr-x 0 0 0 26075 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/lib/tk8.6/xmfbox.tcl - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/share/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/share/man/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/share/man/man1/ - - -rwxr-xr-x 0 0 0 18711 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/share/man/man1/python3.1 - - -rwxr-xr-x 0 0 0 18711 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/rules_python++python+python_3_9_aarch64-unknown-linux-gnu/share/man/man1/python3.9.1 + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__venv_images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py --- layer: 1 files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/ - - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/METADATA - - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/WHEEL - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/ - - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ - - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/__init__.py - - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ansi.py - - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/ansitowin32.py - - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/initialise.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/__init__.py - - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ansi_test.py - - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/ansitowin32_test.py - - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/initialise_test.py - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/isatty_test.py - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/utils.py - - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/tests/winterm_test.py - - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/win32.py - - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/site-packages/colorama/winterm.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/ - - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/_aspect.pth - - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/_virtualenv.pth - - -rwxr-xr-x 0 0 0 4342 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/_virtualenv.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/ - - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/INSTALLER - - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/METADATA - - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/RECORD - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/REQUESTED - - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/WHEEL - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/ - - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/ - - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/__init__.py - - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/ansi.py - - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/ansitowin32.py - - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/initialise.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/ - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/__init__.py - - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/ansi_test.py - - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/ansitowin32_test.py - - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/initialise_test.py - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/isatty_test.py - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/utils.py - - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/tests/winterm_test.py - - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/win32.py - - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/winterm.py ---- -layer: 2 -files: - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/ - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/+uv+whl_install__pypi__default__colorama/install/lib/python3.9/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/ - - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/__init__.py - - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/internal-deps/adder/add.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/branding/ - - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_image_layer/branding/__init__.py - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/ - - -rwxr-xr-x 0 0 0 2503 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/activate - - -rwxr-xr-x 0 0 0 837744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python - - -rwxr-xr-x 0 0 0 837744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3 - - -rwxr-xr-x 0 0 0 837744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3.9 - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/ - - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/pyvenv.cfg - - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/__main__.py - - -rwxr-xr-x 0 0 0 1245 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/my_app_bin - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/ - - drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/runfiles/ - - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 2504 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/activate + - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python + - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 + - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3.11 + - -rwxr-xr-x 0 0 0 370 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_aspect.pth + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.pth + - -rwxr-xr-x 0 0 0 4342 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.py + - -rwxr-xr-x 0 0 0 14 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1549 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 105 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 630 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/__init__.cpython-311.pyc + - -rwxr-xr-x 0 0 0 4628 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/ansi.cpython-311.pyc + - -rwxr-xr-x 0 0 0 16274 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/ansitowin32.cpython-311.pyc + - -rwxr-xr-x 0 0 0 3991 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/initialise.cpython-311.pyc + - -rwxr-xr-x 0 0 0 7979 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/win32.cpython-311.pyc + - -rwxr-xr-x 0 0 0 9205 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__pycache__/winterm.cpython-311.pyc + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 261 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/__init__.cpython-311.pyc + - -rwxr-xr-x 0 0 0 5906 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/ansi_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 21573 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 14200 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/initialise_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 6765 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/isatty_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 2940 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/utils.cpython-311.pyc + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/__pycache__/winterm_test.cpython-311.pyc + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/winterm.py + - -rwxr-xr-x 0 0 0 360 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/pyvenv.cfg + - -rwxr-xr-x 0 0 0 390 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/__main__.py + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/2to3 + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/2to3-3.11 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/idle3 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/idle3.11 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/pip + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/pip3 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/pip3.11 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/pydoc3 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/pydoc3.11 + - -rwxr-xr-x 0 0 0 53401136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/python + - -rwxr-xr-x 0 0 0 53401136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/python3 + - -rwxr-xr-x 0 0 0 3071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/python3-config + - -rwxr-xr-x 0 0 0 53401136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/python3.11 + - -rwxr-xr-x 0 0 0 3071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/bin/python3.11-config + - -rwxr-xr-x 0 0 0 2854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/Python.h + - -rwxr-xr-x 0 0 0 31404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/abstract.h + - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/bltinmodule.h + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/boolobject.h + - -rwxr-xr-x 0 0 0 1462 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/bytearrayobject.h + - -rwxr-xr-x 0 0 0 2617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/bytesobject.h + - -rwxr-xr-x 0 0 0 6255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/ceval.h + - -rwxr-xr-x 0 0 0 7071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/codecs.h + - -rwxr-xr-x 0 0 0 520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/compile.h + - -rwxr-xr-x 0 0 0 724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/complexobject.h + - -rwxr-xr-x 0 0 0 8229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/abstract.h + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/bytearrayobject.h + - -rwxr-xr-x 0 0 0 4802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/bytesobject.h + - -rwxr-xr-x 0 0 0 723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/cellobject.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/ceval.h + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/classobject.h + - -rwxr-xr-x 0 0 0 11484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/code.h + - -rwxr-xr-x 0 0 0 2218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/compile.h + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/complexobject.h + - -rwxr-xr-x 0 0 0 1959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/context.h + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/descrobject.h + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/dictobject.h + - -rwxr-xr-x 0 0 0 818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/fileobject.h + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/fileutils.h + - -rwxr-xr-x 0 0 0 702 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/floatobject.h + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/frameobject.h + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/funcobject.h + - -rwxr-xr-x 0 0 0 3279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/genobject.h + - -rwxr-xr-x 0 0 0 1526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/import.h + - -rwxr-xr-x 0 0 0 7817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/initconfig.h + - -rwxr-xr-x 0 0 0 1769 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/listobject.h + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/longintrepr.h + - -rwxr-xr-x 0 0 0 4532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/longobject.h + - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/methodobject.h + - -rwxr-xr-x 0 0 0 4303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/modsupport.h + - -rwxr-xr-x 0 0 0 18305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/object.h + - -rwxr-xr-x 0 0 0 2998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/objimpl.h + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/odictobject.h + - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/picklebufobject.h + - -rwxr-xr-x 0 0 0 3505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pthread_stubs.h + - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pyctype.h + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pydebug.h + - -rwxr-xr-x 0 0 0 4522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pyerrors.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pyfpe.h + - -rwxr-xr-x 0 0 0 582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pyframe.h + - -rwxr-xr-x 0 0 0 2099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pylifecycle.h + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pymem.h + - -rwxr-xr-x 0 0 0 14351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pystate.h + - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pythonrun.h + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pythread.h + - -rwxr-xr-x 0 0 0 12158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/pytime.h + - -rwxr-xr-x 0 0 0 1997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/setobject.h + - -rwxr-xr-x 0 0 0 489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/sysmodule.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/traceback.h + - -rwxr-xr-x 0 0 0 1513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/tupleobject.h + - -rwxr-xr-x 0 0 0 42739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/unicodeobject.h + - -rwxr-xr-x 0 0 0 560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/warnings.h + - -rwxr-xr-x 0 0 0 2103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/cpython/weakrefobject.h + - -rwxr-xr-x 0 0 0 9635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/datetime.h + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/descrobject.h + - -rwxr-xr-x 0 0 0 3852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/dictobject.h + - -rwxr-xr-x 0 0 0 22471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/dynamic_annotations.h + - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/enumobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/errcode.h + - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/exports.h + - -rwxr-xr-x 0 0 0 1570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/fileobject.h + - -rwxr-xr-x 0 0 0 507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/fileutils.h + - -rwxr-xr-x 0 0 0 1530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/floatobject.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/frameobject.h + - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/genericaliasobject.h + - -rwxr-xr-x 0 0 0 3025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/import.h + - -rwxr-xr-x 0 0 0 611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_abstract.h + - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_accu.h + - -rwxr-xr-x 0 0 0 3031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_asdl.h + - -rwxr-xr-x 0 0 0 29315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_ast.h + - -rwxr-xr-x 0 0 0 6549 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_ast_state.h + - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic.h + - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic_funcs.h + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_bitutils.h + - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_blocks_output_buffer.h + - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_bytes_methods.h + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_bytesobject.h + - -rwxr-xr-x 0 0 0 3475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_call.h + - -rwxr-xr-x 0 0 0 4409 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_ceval.h + - -rwxr-xr-x 0 0 0 15930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_code.h + - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_compile.h + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_condvar.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_context.h + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_dict.h + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_dtoa.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_emscripten_signal.h + - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_exceptions.h + - -rwxr-xr-x 0 0 0 7403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_fileutils.h + - -rwxr-xr-x 0 0 0 1307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_floatobject.h + - -rwxr-xr-x 0 0 0 480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_format.h + - -rwxr-xr-x 0 0 0 7567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_frame.h + - -rwxr-xr-x 0 0 0 413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_function.h + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_gc.h + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_genobject.h + - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_getopt.h + - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_gil.h + - -rwxr-xr-x 0 0 0 1436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_global_objects.h + - -rwxr-xr-x 0 0 0 12980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_global_strings.h + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_hamt.h + - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_hashtable.h + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_import.h + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_initconfig.h + - -rwxr-xr-x 0 0 0 6671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_interp.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_interpreteridobject.h + - -rwxr-xr-x 0 0 0 1352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_list.h + - -rwxr-xr-x 0 0 0 3516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_long.h + - -rwxr-xr-x 0 0 0 1040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_moduleobject.h + - -rwxr-xr-x 0 0 0 392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_namespace.h + - -rwxr-xr-x 0 0 0 10037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_object.h + - -rwxr-xr-x 0 0 0 18986 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_opcode.h + - -rwxr-xr-x 0 0 0 626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_parser.h + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pathconfig.h + - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pyarena.h + - -rwxr-xr-x 0 0 0 2494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pyerrors.h + - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pyhash.h + - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pylifecycle.h + - -rwxr-xr-x 0 0 0 9435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pymath.h + - -rwxr-xr-x 0 0 0 3708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pymem.h + - -rwxr-xr-x 0 0 0 4250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_pystate.h + - -rwxr-xr-x 0 0 0 5988 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime.h + - -rwxr-xr-x 0 0 0 49092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime_init.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_signal.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_sliceobject.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_strhex.h + - -rwxr-xr-x 0 0 0 580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_structseq.h + - -rwxr-xr-x 0 0 0 5638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_symtable.h + - -rwxr-xr-x 0 0 0 605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_sysmodule.h + - -rwxr-xr-x 0 0 0 3501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_traceback.h + - -rwxr-xr-x 0 0 0 2089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_tuple.h + - -rwxr-xr-x 0 0 0 1158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_typeobject.h + - -rwxr-xr-x 0 0 0 898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_ucnhash.h + - -rwxr-xr-x 0 0 0 1716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_unicodeobject.h + - -rwxr-xr-x 0 0 0 678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_unionobject.h + - -rwxr-xr-x 0 0 0 740 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/internal/pycore_warnings.h + - -rwxr-xr-x 0 0 0 772 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/intrcheck.h + - -rwxr-xr-x 0 0 0 593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/iterobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/listobject.h + - -rwxr-xr-x 0 0 0 3736 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/longobject.h + - -rwxr-xr-x 0 0 0 827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/marshal.h + - -rwxr-xr-x 0 0 0 2810 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/memoryobject.h + - -rwxr-xr-x 0 0 0 5072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/methodobject.h + - -rwxr-xr-x 0 0 0 6541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/modsupport.h + - -rwxr-xr-x 0 0 0 2374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/moduleobject.h + - -rwxr-xr-x 0 0 0 29800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/object.h + - -rwxr-xr-x 0 0 0 8428 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/objimpl.h + - -rwxr-xr-x 0 0 0 11187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/opcode.h + - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/osdefs.h + - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/osmodule.h + - -rwxr-xr-x 0 0 0 1301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/patchlevel.h + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/py_curses.h + - -rwxr-xr-x 0 0 0 5115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pybuffer.h + - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pycapsule.h + - -rwxr-xr-x 0 0 0 53339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pyconfig.h + - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pydtrace.h + - -rwxr-xr-x 0 0 0 12782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pyerrors.h + - -rwxr-xr-x 0 0 0 2850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pyexpat.h + - -rwxr-xr-x 0 0 0 551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pyframe.h + - -rwxr-xr-x 0 0 0 4154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pyhash.h + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pylifecycle.h + - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pymacconfig.h + - -rwxr-xr-x 0 0 0 6064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pymacro.h + - -rwxr-xr-x 0 0 0 1979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pymath.h + - -rwxr-xr-x 0 0 0 3890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pymem.h + - -rwxr-xr-x 0 0 0 24452 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pyport.h + - -rwxr-xr-x 0 0 0 4635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pystate.h + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pystrcmp.h + - -rwxr-xr-x 0 0 0 1557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pystrtod.h + - -rwxr-xr-x 0 0 0 1189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pythonrun.h + - -rwxr-xr-x 0 0 0 4833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pythread.h + - -rwxr-xr-x 0 0 0 851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/pytypedefs.h + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/rangeobject.h + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/setobject.h + - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/sliceobject.h + - -rwxr-xr-x 0 0 0 2040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/structmember.h + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/structseq.h + - -rwxr-xr-x 0 0 0 1381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/sysmodule.h + - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/token.h + - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/traceback.h + - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/tracemalloc.h + - -rwxr-xr-x 0 0 0 1613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/tupleobject.h + - -rwxr-xr-x 0 0 0 2342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/typeslots.h + - -rwxr-xr-x 0 0 0 36032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/unicodeobject.h + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/warnings.h + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/include/python3.11/weakrefobject.h + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/itcl4.3.5/itcl.tcl + - -rwxr-xr-x 0 0 0 2886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/itcl4.3.5/itclConfig.sh + - -rwxr-xr-x 0 0 0 19378 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/itcl4.3.5/itclHullCmds.tcl + - -rwxr-xr-x 0 0 0 12114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/itcl4.3.5/itclWidget.tcl + - -rwxr-xr-x 0 0 0 358640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/itcl4.3.5/libtcl9itcl4.3.5.so + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/itcl4.3.5/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 53961688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/libpython3.11.so + - -rwxr-xr-x 0 0 0 53961688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/libpython3.11.so.1.0 + - -rwxr-xr-x 0 0 0 131536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/libpython3.so + - -rwxr-xr-x 0 0 0 2372632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/libtcl9.0.so + - -rwxr-xr-x 0 0 0 3149872 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/libtcl9tk9.0.so + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/pkgconfig/python-3.11-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/pkgconfig/python-3.11.pc + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/pkgconfig/python3-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/pkgconfig/python3.pc + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/LICENSE.txt + - -rwxr-xr-x 0 0 0 5218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/__future__.py + - -rwxr-xr-x 0 0 0 227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/__hello__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/__phello__/__init__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/__phello__/spam.py + - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_aix_support.py + - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_bootsubprocess.py + - -rwxr-xr-x 0 0 0 30193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_collections_abc.py + - -rwxr-xr-x 0 0 0 8761 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_compat_pickle.py + - -rwxr-xr-x 0 0 0 5681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_compression.py + - -rwxr-xr-x 0 0 0 14653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_markupbase.py + - -rwxr-xr-x 0 0 0 22023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_osx_support.py + - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_py_abc.py + - -rwxr-xr-x 0 0 0 229202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_pydecimal.py + - -rwxr-xr-x 0 0 0 94193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_pyio.py + - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_sitebuiltins.py + - -rwxr-xr-x 0 0 0 25175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_strptime.py + - -rwxr-xr-x 0 0 0 39656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py + - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_threading_local.py + - -rwxr-xr-x 0 0 0 5893 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/_weakrefset.py + - -rwxr-xr-x 0 0 0 6538 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/abc.py + - -rwxr-xr-x 0 0 0 34211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/aifc.py + - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/antigravity.py + - -rwxr-xr-x 0 0 0 100283 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/argparse.py + - -rwxr-xr-x 0 0 0 61444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ast.py + - -rwxr-xr-x 0 0 0 11570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asynchat.py + - -rwxr-xr-x 0 0 0 1188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/__init__.py + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/__main__.py + - -rwxr-xr-x 0 0 0 75384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/base_events.py + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/base_futures.py + - -rwxr-xr-x 0 0 0 8869 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/base_subprocess.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/base_tasks.py + - -rwxr-xr-x 0 0 0 1326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/constants.py + - -rwxr-xr-x 0 0 0 3400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/coroutines.py + - -rwxr-xr-x 0 0 0 28641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/events.py + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/exceptions.py + - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/format_helpers.py + - -rwxr-xr-x 0 0 0 14212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/futures.py + - -rwxr-xr-x 0 0 0 19014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/locks.py + - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/log.py + - -rwxr-xr-x 0 0 0 481 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/mixins.py + - -rwxr-xr-x 0 0 0 33264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/proactor_events.py + - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/protocols.py + - -rwxr-xr-x 0 0 0 7974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/queues.py + - -rwxr-xr-x 0 0 0 6842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/runners.py + - -rwxr-xr-x 0 0 0 45400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/selector_events.py + - -rwxr-xr-x 0 0 0 31739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/sslproto.py + - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/staggered.py + - -rwxr-xr-x 0 0 0 27503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/streams.py + - -rwxr-xr-x 0 0 0 7682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/subprocess.py + - -rwxr-xr-x 0 0 0 8471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/taskgroups.py + - -rwxr-xr-x 0 0 0 34433 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/tasks.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/threads.py + - -rwxr-xr-x 0 0 0 5321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/timeouts.py + - -rwxr-xr-x 0 0 0 10722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/transports.py + - -rwxr-xr-x 0 0 0 2475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/trsock.py + - -rwxr-xr-x 0 0 0 51915 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/unix_events.py + - -rwxr-xr-x 0 0 0 34691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/windows_events.py + - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncio/windows_utils.py + - -rwxr-xr-x 0 0 0 20310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/asyncore.py + - -rwxr-xr-x 0 0 0 21028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/base64.py + - -rwxr-xr-x 0 0 0 32463 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/bdb.py + - -rwxr-xr-x 0 0 0 3135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/bisect.py + - -rwxr-xr-x 0 0 0 11847 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/bz2.py + - -rwxr-xr-x 0 0 0 6346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/cProfile.py + - -rwxr-xr-x 0 0 0 24731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/calendar.py + - -rwxr-xr-x 0 0 0 34479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/cgi.py + - -rwxr-xr-x 0 0 0 12421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/cgitb.py + - -rwxr-xr-x 0 0 0 5500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/chunk.py + - -rwxr-xr-x 0 0 0 14873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/cmd.py + - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/code.py + - -rwxr-xr-x 0 0 0 37150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/codecs.py + - -rwxr-xr-x 0 0 0 5907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/codeop.py + - -rwxr-xr-x 0 0 0 52018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/collections/__init__.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/collections/abc.py + - -rwxr-xr-x 0 0 0 4062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/colorsys.py + - -rwxr-xr-x 0 0 0 20252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/compileall.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/concurrent/__init__.py + - -rwxr-xr-x 0 0 0 1558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/concurrent/futures/__init__.py + - -rwxr-xr-x 0 0 0 22833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/concurrent/futures/_base.py + - -rwxr-xr-x 0 0 0 35479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/concurrent/futures/process.py + - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/concurrent/futures/thread.py + - -rwxr-xr-x 0 0 0 155093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/Makefile + - -rwxr-xr-x 0 0 0 11182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/Setup + - -rwxr-xr-x 0 0 0 878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/Setup.bootstrap + - -rwxr-xr-x 0 0 0 3045 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/Setup.local + - -rwxr-xr-x 0 0 0 5449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/Setup.stdlib + - -rwxr-xr-x 0 0 0 8593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/config.c + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/config.c.in + - -rwxr-xr-x 0 0 0 15358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/install-sh + - -rwxr-xr-x 0 0 0 9262 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/makesetup + - -rwxr-xr-x 0 0 0 2100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/python-config.py + - -rwxr-xr-x 0 0 0 4132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/config-3.11-aarch64-linux-gnu/python.o + - -rwxr-xr-x 0 0 0 55660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/configparser.py + - -rwxr-xr-x 0 0 0 27414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/contextlib.py + - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/contextvars.py + - -rwxr-xr-x 0 0 0 8681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/copy.py + - -rwxr-xr-x 0 0 0 7677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/copyreg.py + - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/crypt.py + - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/csv.py + - -rwxr-xr-x 0 0 0 17902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/__init__.py + - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/_aix.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/_endian.py + - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/README.ctypes + - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/__init__.py + - -rwxr-xr-x 0 0 0 5024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dyld.py + - -rwxr-xr-x 0 0 0 960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dylib.py + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib.bat + - -rwxr-xr-x 0 0 0 1105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/framework.py + - -rwxr-xr-x 0 0 0 13959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/util.py + - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ctypes/wintypes.py + - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/curses/__init__.py + - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/curses/ascii.py + - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/curses/has_key.py + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/curses/panel.py + - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/curses/textpad.py + - -rwxr-xr-x 0 0 0 58472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/dataclasses.py + - -rwxr-xr-x 0 0 0 91832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/datetime.py + - -rwxr-xr-x 0 0 0 5882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/dbm/__init__.py + - -rwxr-xr-x 0 0 0 11594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/dbm/dumb.py + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/dbm/gnu.py + - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/dbm/ndbm.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/decimal.py + - -rwxr-xr-x 0 0 0 83308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/difflib.py + - -rwxr-xr-x 0 0 0 28906 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/dis.py + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/README + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/__init__.py + - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/archive_util.py + - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/bcppcompiler.py + - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/cmd.py + - -rwxr-xr-x 0 0 0 771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/build.py + - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 31627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 5890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/check.py + - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/clean.py + - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/command_template + - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/config.py + - -rwxr-xr-x 0 0 0 28242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/install.py + - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/register.py + - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/command/upload.py + - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/config.py + - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/core.py + - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/debug.py + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/dir_util.py + - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/dist.py + - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/errors.py + - -rwxr-xr-x 0 0 0 10529 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/extension.py + - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/file_util.py + - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/filelist.py + - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/log.py + - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/msvc9compiler.py + - -rwxr-xr-x 0 0 0 23527 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/msvccompiler.py + - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/spawn.py + - -rwxr-xr-x 0 0 0 12435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/text_file.py + - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 21032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/util.py + - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/version.py + - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 106297 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/doctest.py + - -rwxr-xr-x 0 0 0 1764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/__init__.py + - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/_encoded_words.py + - -rwxr-xr-x 0 0 0 109186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/_header_value_parser.py + - -rwxr-xr-x 0 0 0 17821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/_parseaddr.py + - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/_policybase.py + - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/architecture.rst + - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/base64mime.py + - -rwxr-xr-x 0 0 0 17118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/charset.py + - -rwxr-xr-x 0 0 0 10588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/contentmanager.py + - -rwxr-xr-x 0 0 0 1778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/encoders.py + - -rwxr-xr-x 0 0 0 3814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/errors.py + - -rwxr-xr-x 0 0 0 22802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/feedparser.py + - -rwxr-xr-x 0 0 0 21402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/generator.py + - -rwxr-xr-x 0 0 0 24092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/header.py + - -rwxr-xr-x 0 0 0 20819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/headerregistry.py + - -rwxr-xr-x 0 0 0 2129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/iterators.py + - -rwxr-xr-x 0 0 0 48210 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/message.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/__init__.py + - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/application.py + - -rwxr-xr-x 0 0 0 3094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/audio.py + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/base.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/image.py + - -rwxr-xr-x 0 0 0 1315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/message.py + - -rwxr-xr-x 0 0 0 1619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/multipart.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/nonmultipart.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/mime/text.py + - -rwxr-xr-x 0 0 0 5038 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/parser.py + - -rwxr-xr-x 0 0 0 10519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/policy.py + - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/quoprimime.py + - -rwxr-xr-x 0 0 0 17222 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/email/utils.py + - -rwxr-xr-x 0 0 0 5884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/__init__.py + - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/aliases.py + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/ascii.py + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/base64_codec.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/big5.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/big5hkscs.py + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/bz2_codec.py + - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/charmap.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp037.py + - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1006.py + - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1026.py + - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1125.py + - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1140.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1250.py + - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1251.py + - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1252.py + - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1253.py + - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1254.py + - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1255.py + - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1256.py + - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1257.py + - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp1258.py + - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp273.py + - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp424.py + - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp437.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp500.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp720.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp737.py + - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp775.py + - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp850.py + - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp852.py + - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp855.py + - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp856.py + - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp857.py + - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp858.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp860.py + - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp861.py + - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp862.py + - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp863.py + - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp864.py + - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp865.py + - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp866.py + - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp869.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp874.py + - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp875.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp932.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp949.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/cp950.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/euc_jis_2004.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/euc_jisx0213.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/euc_jp.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/euc_kr.py + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/gb18030.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/gb2312.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/gbk.py + - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/hex_codec.py + - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/hp_roman8.py + - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/hz.py + - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/idna.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_1.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2.py + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2004.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_3.py + - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_ext.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_kr.py + - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_1.py + - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_10.py + - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_11.py + - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_13.py + - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_14.py + - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_15.py + - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_16.py + - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_2.py + - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_3.py + - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_4.py + - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_5.py + - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_6.py + - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_7.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_8.py + - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_9.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/johab.py + - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/koi8_r.py + - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/koi8_t.py + - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/koi8_u.py + - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/kz1048.py + - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/latin_1.py + - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_arabic.py + - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_croatian.py + - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_cyrillic.py + - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_farsi.py + - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_greek.py + - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_iceland.py + - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_latin2.py + - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_roman.py + - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_romanian.py + - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mac_turkish.py + - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/mbcs.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/oem.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/palmos.py + - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/ptcp154.py + - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/punycode.py + - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/quopri_codec.py + - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/raw_unicode_escape.py + - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/rot_13.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis_2004.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/shift_jisx0213.py + - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/tis_620.py + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/undefined.py + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/unicode_escape.py + - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_16.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_be.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_le.py + - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_32.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_be.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_le.py + - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_7.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_8.py + - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/utf_8_sig.py + - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/uu_codec.py + - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/encodings/zlib_codec.py + - -rwxr-xr-x 0 0 0 9651 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ensurepip/__init__.py + - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ensurepip/__main__.py + - -rwxr-xr-x 0 0 0 2110226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl + - -rwxr-xr-x 0 0 0 1256281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl + - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ensurepip/_uninstall.py + - -rwxr-xr-x 0 0 0 79583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/enum.py + - -rwxr-xr-x 0 0 0 10178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/filecmp.py + - -rwxr-xr-x 0 0 0 15714 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/fileinput.py + - -rwxr-xr-x 0 0 0 5999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/fnmatch.py + - -rwxr-xr-x 0 0 0 28677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/fractions.py + - -rwxr-xr-x 0 0 0 35815 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ftplib.py + - -rwxr-xr-x 0 0 0 38413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/functools.py + - -rwxr-xr-x 0 0 0 5246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/genericpath.py + - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/getopt.py + - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/getpass.py + - -rwxr-xr-x 0 0 0 21320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/gettext.py + - -rwxr-xr-x 0 0 0 8732 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/glob.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/graphlib.py + - -rwxr-xr-x 0 0 0 24074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/gzip.py + - -rwxr-xr-x 0 0 0 11765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/hashlib.py + - -rwxr-xr-x 0 0 0 23024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/heapq.py + - -rwxr-xr-x 0 0 0 7716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/hmac.py + - -rwxr-xr-x 0 0 0 4775 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/html/__init__.py + - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/html/entities.py + - -rwxr-xr-x 0 0 0 20850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/html/parser.py + - -rwxr-xr-x 0 0 0 7913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/http/__init__.py + - -rwxr-xr-x 0 0 0 58284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/http/client.py + - -rwxr-xr-x 0 0 0 77517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/http/cookiejar.py + - -rwxr-xr-x 0 0 0 20743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/http/cookies.py + - -rwxr-xr-x 0 0 0 49150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/http/server.py + - -rwxr-xr-x 0 0 0 2152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/CREDITS.txt + - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/ChangeLog + - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/HISTORY.txt + - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/README.txt + - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/folder.gif + - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle.ico + - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.gif + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.png + - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_256.png + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.gif + - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.png + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.gif + - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.png + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/minusnode.gif + - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/openfolder.gif + - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/plusnode.gif + - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/python.gif + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/tk.gif + - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/NEWS2x.txt + - -rwxr-xr-x 0 0 0 55422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/News3.txt + - -rwxr-xr-x 0 0 0 11653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/README.txt + - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/TODO.txt + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/__init__.py + - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/__main__.py + - -rwxr-xr-x 0 0 0 9354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete.py + - -rwxr-xr-x 0 0 0 20863 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete_w.py + - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/autoexpand.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/browser.py + - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/calltip.py + - -rwxr-xr-x 0 0 0 7083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/calltip_w.py + - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/codecontext.py + - -rwxr-xr-x 0 0 0 14783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/colorizer.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/config-extensions.def + - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/config-highlight.def + - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/config-keys.def + - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/config-main.def + - -rwxr-xr-x 0 0 0 38387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/config.py + - -rwxr-xr-x 0 0 0 15230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/config_key.py + - -rwxr-xr-x 0 0 0 105314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/configdialog.py + - -rwxr-xr-x 0 0 0 20991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/debugger.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/debugger_r.py + - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj.py + - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj_r.py + - -rwxr-xr-x 0 0 0 1044 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/delegator.py + - -rwxr-xr-x 0 0 0 1993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/dynoption.py + - -rwxr-xr-x 0 0 0 69561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/editor.py + - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/extend.txt + - -rwxr-xr-x 0 0 0 3871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/filelist.py + - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/format.py + - -rwxr-xr-x 0 0 0 7526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/grep.py + - -rwxr-xr-x 0 0 0 78525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/help.html + - -rwxr-xr-x 0 0 0 11902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/help.py + - -rwxr-xr-x 0 0 0 8910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/help_about.py + - -rwxr-xr-x 0 0 0 4065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/history.py + - -rwxr-xr-x 0 0 0 12889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/hyperparser.py + - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/idle.bat + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/idle.py + - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/idle.pyw + - -rwxr-xr-x 0 0 0 16159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/iomenu.py + - -rwxr-xr-x 0 0 0 9401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/macosx.py + - -rwxr-xr-x 0 0 0 3938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/mainmenu.py + - -rwxr-xr-x 0 0 0 18652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/multicall.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/outwin.py + - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/parenmatch.py + - -rwxr-xr-x 0 0 0 3093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/pathbrowser.py + - -rwxr-xr-x 0 0 0 3568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/percolator.py + - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/pyparse.py + - -rwxr-xr-x 0 0 0 62537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/pyshell.py + - -rwxr-xr-x 0 0 0 15067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/query.py + - -rwxr-xr-x 0 0 0 6777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/redirector.py + - -rwxr-xr-x 0 0 0 9841 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/replace.py + - -rwxr-xr-x 0 0 0 21078 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/rpc.py + - -rwxr-xr-x 0 0 0 21439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/run.py + - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/runscript.py + - -rwxr-xr-x 0 0 0 4478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/scrolledlist.py + - -rwxr-xr-x 0 0 0 5567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/search.py + - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/searchbase.py + - -rwxr-xr-x 0 0 0 7415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/searchengine.py + - -rwxr-xr-x 0 0 0 20338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/sidebar.py + - -rwxr-xr-x 0 0 0 12834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/squeezer.py + - -rwxr-xr-x 0 0 0 4016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/stackviewer.py + - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/statusbar.py + - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/textview.py + - -rwxr-xr-x 0 0 0 6471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/tooltip.py + - -rwxr-xr-x 0 0 0 16483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/tree.py + - -rwxr-xr-x 0 0 0 11016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/undo.py + - -rwxr-xr-x 0 0 0 731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/util.py + - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/window.py + - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/zoomheight.py + - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/idlelib/zzdummy.py + - -rwxr-xr-x 0 0 0 55217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/imaplib.py + - -rwxr-xr-x 0 0 0 3952 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/imghdr.py + - -rwxr-xr-x 0 0 0 10606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/imp.py + - -rwxr-xr-x 0 0 0 6089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/__init__.py + - -rwxr-xr-x 0 0 0 1852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/_abc.py + - -rwxr-xr-x 0 0 0 48223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap.py + - -rwxr-xr-x 0 0 0 68962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap_external.py + - -rwxr-xr-x 0 0 0 10969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/abc.py + - -rwxr-xr-x 0 0 0 880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/machinery.py + - -rwxr-xr-x 0 0 0 31109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/__init__.py + - -rwxr-xr-x 0 0 0 1862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_collections.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_text.py + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/readers.py + - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/__init__.py + - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/_adapters.py + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/_common.py + - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/_itertools.py + - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/_legacy.py + - -rwxr-xr-x 0 0 0 4571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/abc.py + - -rwxr-xr-x 0 0 0 3557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/readers.py + - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/resources/simple.py + - -rwxr-xr-x 0 0 0 354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/simple.py + - -rwxr-xr-x 0 0 0 12717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/importlib/util.py + - -rwxr-xr-x 0 0 0 123419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/inspect.py + - -rwxr-xr-x 0 0 0 4320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/io.py + - -rwxr-xr-x 0 0 0 81414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ipaddress.py + - -rwxr-xr-x 0 0 0 14020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/json/__init__.py + - -rwxr-xr-x 0 0 0 12473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/json/decoder.py + - -rwxr-xr-x 0 0 0 16070 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/json/encoder.py + - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/json/scanner.py + - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/json/tool.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/keyword.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib-dynload/.empty + - -rwxr-xr-x 0 0 0 80576 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so + - -rwxr-xr-x 0 0 0 191680 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so + - -rwxr-xr-x 0 0 0 1725208 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib-dynload/_dbm.cpython-311-aarch64-linux-gnu.so + - -rwxr-xr-x 0 0 0 229752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib-dynload/_testclinic.cpython-311-aarch64-linux-gnu.so + - -rwxr-xr-x 0 0 0 236504 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib-dynload/_tkinter.cpython-311-aarch64-linux-gnu.so + - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar.txt + - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar.txt + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/__init__.py + - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/__main__.py + - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_matcher.py + - -rwxr-xr-x 0 0 0 9945 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_utils.py + - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_base.py + - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_util.py + - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/__init__.py + - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_apply.py + - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_asserts.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_basestring.py + - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_buffer.py + - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_dict.py + - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_except.py + - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exec.py + - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_execfile.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exitfunc.py + - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_filter.py + - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_funcattrs.py + - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_future.py + - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_getcwdu.py + - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_has_key.py + - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_idioms.py + - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_import.py + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports.py + - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports2.py + - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_input.py + - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_intern.py + - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_isinstance.py + - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools.py + - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py + - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_long.py + - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_map.py + - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_metaclass.py + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_methodattrs.py + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ne.py + - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_next.py + - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_nonzero.py + - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_numliterals.py + - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_operator.py + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_paren.py + - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_print.py + - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raise.py + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raw_input.py + - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reduce.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reload.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_renames.py + - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_repr.py + - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_set_literal.py + - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_standarderror.py + - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_sys_exc.py + - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_throw.py + - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_tuple_params.py + - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_types.py + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_unicode.py + - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_urllib.py + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ws_comma.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xrange.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xreadlines.py + - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_zip.py + - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/main.py + - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/patcomp.py + - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/__init__.py + - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/conv.py + - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/driver.py + - -rwxr-xr-x 0 0 0 5552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/grammar.py + - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/literals.py + - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/parse.py + - -rwxr-xr-x 0 0 0 13830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/pgen.py + - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/token.py + - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/tokenize.py + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pygram.py + - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/pytree.py + - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lib2to3/refactor.py + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/linecache.py + - -rwxr-xr-x 0 0 0 79095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/locale.py + - -rwxr-xr-x 0 0 0 80677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/logging/__init__.py + - -rwxr-xr-x 0 0 0 37001 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/logging/config.py + - -rwxr-xr-x 0 0 0 61920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/logging/handlers.py + - -rwxr-xr-x 0 0 0 13277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/lzma.py + - -rwxr-xr-x 0 0 0 78830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/mailbox.py + - -rwxr-xr-x 0 0 0 9369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/mailcap.py + - -rwxr-xr-x 0 0 0 22962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/mimetypes.py + - -rwxr-xr-x 0 0 0 23699 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/modulefinder.py + - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/__init__.py + - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/connection.py + - -rwxr-xr-x 0 0 0 11597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/context.py + - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/__init__.py + - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/connection.py + - -rwxr-xr-x 0 0 0 12134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/forkserver.py + - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/heap.py + - -rwxr-xr-x 0 0 0 47684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/managers.py + - -rwxr-xr-x 0 0 0 32759 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/pool.py + - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_fork.py + - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_forkserver.py + - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_posix.py + - -rwxr-xr-x 0 0 0 4515 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_win32.py + - -rwxr-xr-x 0 0 0 12139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/process.py + - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/queues.py + - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/reduction.py + - -rwxr-xr-x 0 0 0 5145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_sharer.py + - -rwxr-xr-x 0 0 0 10332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_tracker.py + - -rwxr-xr-x 0 0 0 18458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/shared_memory.py + - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/sharedctypes.py + - -rwxr-xr-x 0 0 0 9644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/spawn.py + - -rwxr-xr-x 0 0 0 12285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/synchronize.py + - -rwxr-xr-x 0 0 0 14261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/multiprocessing/util.py + - -rwxr-xr-x 0 0 0 6929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/netrc.py + - -rwxr-xr-x 0 0 0 41087 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/nntplib.py + - -rwxr-xr-x 0 0 0 28766 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ntpath.py + - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/nturl2path.py + - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/numbers.py + - -rwxr-xr-x 0 0 0 10447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/opcode.py + - -rwxr-xr-x 0 0 0 10965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/operator.py + - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/optparse.py + - -rwxr-xr-x 0 0 0 39530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/os.py + - -rwxr-xr-x 0 0 0 48566 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pathlib.py + - -rwxr-xr-x 0 0 0 64173 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pdb.py + - -rwxr-xr-x 0 0 0 65132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pickle.py + - -rwxr-xr-x 0 0 0 93861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pickletools.py + - -rwxr-xr-x 0 0 0 8978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pipes.py + - -rwxr-xr-x 0 0 0 24638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pkgutil.py + - -rwxr-xr-x 0 0 0 42273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/platform.py + - -rwxr-xr-x 0 0 0 28594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/plistlib.py + - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/poplib.py + - -rwxr-xr-x 0 0 0 17072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/posixpath.py + - -rwxr-xr-x 0 0 0 24583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pprint.py + - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/profile.py + - -rwxr-xr-x 0 0 0 29356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pstats.py + - -rwxr-xr-x 0 0 0 6317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pty.py + - -rwxr-xr-x 0 0 0 7837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/py_compile.py + - -rwxr-xr-x 0 0 0 11396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pyclbr.py + - -rwxr-xr-x 0 0 0 112650 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pydoc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pydoc_data/__init__.py + - -rwxr-xr-x 0 0 0 1325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pydoc_data/_pydoc.css + - -rwxr-xr-x 0 0 0 775171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/pydoc_data/topics.py + - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/queue.py + - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/quopri.py + - -rwxr-xr-x 0 0 0 32162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/random.py + - -rwxr-xr-x 0 0 0 15889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/re/__init__.py + - -rwxr-xr-x 0 0 0 5446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/re/_casefix.py + - -rwxr-xr-x 0 0 0 26089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/re/_compiler.py + - -rwxr-xr-x 0 0 0 5930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/re/_constants.py + - -rwxr-xr-x 0 0 0 42420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/re/_parser.py + - -rwxr-xr-x 0 0 0 5437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/reprlib.py + - -rwxr-xr-x 0 0 0 7827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/rlcompleter.py + - -rwxr-xr-x 0 0 0 13159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/runpy.py + - -rwxr-xr-x 0 0 0 6351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sched.py + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/secrets.py + - -rwxr-xr-x 0 0 0 19671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/selectors.py + - -rwxr-xr-x 0 0 0 8560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/shelve.py + - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/shlex.py + - -rwxr-xr-x 0 0 0 56517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/shutil.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/signal.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/README.txt + - -rwxr-xr-x 0 0 0 6755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/__init__.py + - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/override.py + - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/distutils-precedence.pth + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 4675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 68854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 11731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__init__.py + - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__main__.py + - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__pip-runner__.py + - -rwxr-xr-x 0 0 0 511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/__init__.py + - -rwxr-xr-x 0 0 0 21911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/build_env.py + - -rwxr-xr-x 0 0 0 10345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cache.py + - -rwxr-xr-x 0 0 0 131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/__init__.py + - -rwxr-xr-x 0 0 0 7193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py + - -rwxr-xr-x 0 0 0 9168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/base_command.py + - -rwxr-xr-x 0 0 0 36164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py + - -rwxr-xr-x 0 0 0 817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/command_context.py + - -rwxr-xr-x 0 0 0 6484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/index_command.py + - -rwxr-xr-x 0 0 0 3137 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main.py + - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py + - -rwxr-xr-x 0 0 0 13827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/parser.py + - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py + - -rwxr-xr-x 0 0 0 16482 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/req_command.py + - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/spinners.py + - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py + - -rwxr-xr-x 0 0 0 4026 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/__init__.py + - -rwxr-xr-x 0 0 0 9142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/cache.py + - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/check.py + - -rwxr-xr-x 0 0 0 4565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/completion.py + - -rwxr-xr-x 0 0 0 10105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/configuration.py + - -rwxr-xr-x 0 0 0 6805 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/debug.py + - -rwxr-xr-x 0 0 0 5178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/download.py + - -rwxr-xr-x 0 0 0 3099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/freeze.py + - -rwxr-xr-x 0 0 0 1679 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/hash.py + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/help.py + - -rwxr-xr-x 0 0 0 5520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/index.py + - -rwxr-xr-x 0 0 0 3177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/inspect.py + - -rwxr-xr-x 0 0 0 30588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/install.py + - -rwxr-xr-x 0 0 0 13497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/list.py + - -rwxr-xr-x 0 0 0 6027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/lock.py + - -rwxr-xr-x 0 0 0 5782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/search.py + - -rwxr-xr-x 0 0 0 8066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/show.py + - -rwxr-xr-x 0 0 0 3868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py + - -rwxr-xr-x 0 0 0 5880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/wheel.py + - -rwxr-xr-x 0 0 0 14568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/configuration.py + - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/base.py + - -rwxr-xr-x 0 0 0 929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/installed.py + - -rwxr-xr-x 0 0 0 6627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py + - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py + - -rwxr-xr-x 0 0 0 32165 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/exceptions.py + - -rwxr-xr-x 0 0 0 29 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/__init__.py + - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/collector.py + - -rwxr-xr-x 0 0 0 41776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/package_finder.py + - -rwxr-xr-x 0 0 0 8639 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/sources.py + - -rwxr-xr-x 0 0 0 14157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/__init__.py + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py + - -rwxr-xr-x 0 0 0 7779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py + - -rwxr-xr-x 0 0 0 2550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/base.py + - -rwxr-xr-x 0 0 0 338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/main.py + - -rwxr-xr-x 0 0 0 5824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py + - -rwxr-xr-x 0 0 0 2711 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/_json.py + - -rwxr-xr-x 0 0 0 25420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/base.py + - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py + - -rwxr-xr-x 0 0 0 2804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py + - -rwxr-xr-x 0 0 0 8420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py + - -rwxr-xr-x 0 0 0 10544 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py + - -rwxr-xr-x 0 0 0 62 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/__init__.py + - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/candidate.py + - -rwxr-xr-x 0 0 0 6555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/direct_url.py + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/format_control.py + - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/index.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/installation_report.py + - -rwxr-xr-x 0 0 0 21992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/link.py + - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/release_control.py + - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/scheme.py + - -rwxr-xr-x 0 0 0 4507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/search_scope.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py + - -rwxr-xr-x 0 0 0 4243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/target_python.py + - -rwxr-xr-x 0 0 0 2920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/wheel.py + - -rwxr-xr-x 0 0 0 49 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/__init__.py + - -rwxr-xr-x 0 0 0 20806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/auth.py + - -rwxr-xr-x 0 0 0 4862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/cache.py + - -rwxr-xr-x 0 0 0 12667 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/download.py + - -rwxr-xr-x 0 0 0 7646 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py + - -rwxr-xr-x 0 0 0 19555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/session.py + - -rwxr-xr-x 0 0 0 4091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/utils.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py + - -rwxr-xr-x 0 0 0 4771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py + - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py + - -rwxr-xr-x 0 0 0 1509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py + - -rwxr-xr-x 0 0 0 1136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py + - -rwxr-xr-x 0 0 0 1478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py + - -rwxr-xr-x 0 0 0 5894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/check.py + - -rwxr-xr-x 0 0 0 9854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/freeze.py + - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py + - -rwxr-xr-x 0 0 0 27923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py + - -rwxr-xr-x 0 0 0 28830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/prepare.py + - -rwxr-xr-x 0 0 0 4555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/pyproject.py + - -rwxr-xr-x 0 0 0 3041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/__init__.py + - -rwxr-xr-x 0 0 0 18688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/constructors.py + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/pep723.py + - -rwxr-xr-x 0 0 0 2618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_dependency_group.py + - -rwxr-xr-x 0 0 0 20685 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_file.py + - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_install.py + - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_set.py + - -rwxr-xr-x 0 0 0 24099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py + - -rwxr-xr-x 0 0 0 577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/base.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py + - -rwxr-xr-x 0 0 0 24060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 5047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py + - -rwxr-xr-x 0 0 0 20454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py + - -rwxr-xr-x 0 0 0 34028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py + - -rwxr-xr-x 0 0 0 6018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py + - -rwxr-xr-x 0 0 0 11441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py + - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py + - -rwxr-xr-x 0 0 0 8239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py + - -rwxr-xr-x 0 0 0 13437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py + - -rwxr-xr-x 0 0 0 8284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/__init__.py + - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_jaraco_text.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_log.py + - -rwxr-xr-x 0 0 0 1681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py + - -rwxr-xr-x 0 0 0 2514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compat.py + - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/datetime.py + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py + - -rwxr-xr-x 0 0 0 3200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py + - -rwxr-xr-x 0 0 0 2459 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py + - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/glibc.py + - -rwxr-xr-x 0 0 0 4998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/hashes.py + - -rwxr-xr-x 0 0 0 13414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/logging.py + - -rwxr-xr-x 0 0 0 23722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/misc.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/packaging.py + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/pylock.py + - -rwxr-xr-x 0 0 0 1461 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/retry.py + - -rwxr-xr-x 0 0 0 8983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py + - -rwxr-xr-x 0 0 0 9307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py + - -rwxr-xr-x 0 0 0 12972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/urls.py + - -rwxr-xr-x 0 0 0 3455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py + - -rwxr-xr-x 0 0 0 4468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/wheel.py + - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py + - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py + - -rwxr-xr-x 0 0 0 19144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/git.py + - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py + - -rwxr-xr-x 0 0 0 11787 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py + - -rwxr-xr-x 0 0 0 22599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py + - -rwxr-xr-x 0 0 0 9010 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/wheel_builder.py + - -rwxr-xr-x 0 0 0 9394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/README.rst + - -rwxr-xr-x 0 0 0 4907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/__init__.py + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py + - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py + - -rwxr-xr-x 0 0 0 1953 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py + - -rwxr-xr-x 0 0 0 4117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py + - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py + - -rwxr-xr-x 0 0 0 19102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py + - -rwxr-xr-x 0 0 0 4354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py + - -rwxr-xr-x 0 0 0 4881 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/py.typed + - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py + - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py + - -rwxr-xr-x 0 0 0 270954 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem + - -rwxr-xr-x 0 0 0 3442 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/core.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/py.typed + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__init__.py + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__main__.py + - -rwxr-xr-x 0 0 0 8041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_implementation.py + - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py + - -rwxr-xr-x 0 0 0 1865 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_toml_compat.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/py.typed + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py + - -rwxr-xr-x 0 0 0 41467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py + - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py + - -rwxr-xr-x 0 0 0 18612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py + - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe + - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe + - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe + - -rwxr-xr-x 0 0 0 66682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/util.py + - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe + - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe + - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py + - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/distro.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/py.typed + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py + - -rwxr-xr-x 0 0 0 3438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/codec.py + - -rwxr-xr-x 0 0 0 316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/compat.py + - -rwxr-xr-x 0 0 0 13246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/core.py + - -rwxr-xr-x 0 0 0 79623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py + - -rwxr-xr-x 0 0 0 1898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py + - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/py.typed + - -rwxr-xr-x 0 0 0 243725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 1109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py + - -rwxr-xr-x 0 0 0 5726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py + - -rwxr-xr-x 0 0 0 32390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2707 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 51122 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 39360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/pylock.py + - -rwxr-xr-x 0 0 0 2870 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 22856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 23284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 124451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 22344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9013 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 9281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 6322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py + - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py + - -rwxr-xr-x 0 0 0 1718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/console.py + - -rwxr-xr-x 0 0 0 1910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py + - -rwxr-xr-x 0 0 0 40392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py + - -rwxr-xr-x 0 0 0 4390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py + - -rwxr-xr-x 0 0 0 5385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py + - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py + - -rwxr-xr-x 0 0 0 35349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py + - -rwxr-xr-x 0 0 0 77602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py + - -rwxr-xr-x 0 0 0 53853 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py + - -rwxr-xr-x 0 0 0 1891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py + - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py + - -rwxr-xr-x 0 0 0 7981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/style.py + - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py + - -rwxr-xr-x 0 0 0 3312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/_mapping.py + - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/token.py + - -rwxr-xr-x 0 0 0 63208 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py + - -rwxr-xr-x 0 0 0 10031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/util.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py + - -rwxr-xr-x 0 0 0 14936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py + - -rwxr-xr-x 0 0 0 12216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/py.typed + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py + - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py + - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py + - -rwxr-xr-x 0 0 0 26429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py + - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/api.py + - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/auth.py + - -rwxr-xr-x 0 0 0 441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/certs.py + - -rwxr-xr-x 0 0 0 1822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/compat.py + - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py + - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py + - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/help.py + - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py + - -rwxr-xr-x 0 0 0 35575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/models.py + - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/packages.py + - -rwxr-xr-x 0 0 0 30503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py + - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py + - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/structures.py + - -rwxr-xr-x 0 0 0 33225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/utils.py + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 8914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/py.typed + - -rwxr-xr-x 0 0 0 2037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py + - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py + - -rwxr-xr-x 0 0 0 24212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py + - -rwxr-xr-x 0 0 0 7896 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py + - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py + - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py + - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py + - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py + - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py + - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_fileno.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py + - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py + - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py + - -rwxr-xr-x 0 0 0 1394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py + - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py + - -rwxr-xr-x 0 0 0 5325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py + - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py + - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py + - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py + - -rwxr-xr-x 0 0 0 22755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py + - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py + - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py + - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py + - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/abc.py + - -rwxr-xr-x 0 0 0 10324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/align.py + - -rwxr-xr-x 0 0 0 6921 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py + - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/bar.py + - -rwxr-xr-x 0 0 0 10686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/box.py + - -rwxr-xr-x 0 0 0 5130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/cells.py + - -rwxr-xr-x 0 0 0 18211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color.py + - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py + - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/columns.py + - -rwxr-xr-x 0 0 0 100849 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/console.py + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py + - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/containers.py + - -rwxr-xr-x 0 0 0 6487 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/control.py + - -rwxr-xr-x 0 0 0 8257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py + - -rwxr-xr-x 0 0 0 1025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py + - -rwxr-xr-x 0 0 0 2367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py + - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/errors.py + - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py + - -rwxr-xr-x 0 0 0 2484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py + - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/json.py + - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py + - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/layout.py + - -rwxr-xr-x 0 0 0 15180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live.py + - -rwxr-xr-x 0 0 0 3521 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py + - -rwxr-xr-x 0 0 0 12468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/logging.py + - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/markup.py + - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/measure.py + - -rwxr-xr-x 0 0 0 4908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/padding.py + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pager.py + - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/palette.py + - -rwxr-xr-x 0 0 0 11157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/panel.py + - -rwxr-xr-x 0 0 0 36391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py + - -rwxr-xr-x 0 0 0 60408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress.py + - -rwxr-xr-x 0 0 0 8162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py + - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py + - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/py.typed + - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/region.py + - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/repr.py + - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/rule.py + - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/scope.py + - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/screen.py + - -rwxr-xr-x 0 0 0 24743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/segment.py + - -rwxr-xr-x 0 0 0 4214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/status.py + - -rwxr-xr-x 0 0 0 26990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/style.py + - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/styled.py + - -rwxr-xr-x 0 0 0 36371 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py + - -rwxr-xr-x 0 0 0 40049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/table.py + - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py + - -rwxr-xr-x 0 0 0 47552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/text.py + - -rwxr-xr-x 0 0 0 3771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/theme.py + - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/themes.py + - -rwxr-xr-x 0 0 0 35861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py + - -rwxr-xr-x 0 0 0 9451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/tree.py + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 25778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 3235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 169 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/__init__.py + - -rwxr-xr-x 0 0 0 6961 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/_writer.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/py.typed + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/__init__.py + - -rwxr-xr-x 0 0 0 11413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_api.py + - -rwxr-xr-x 0 0 0 20503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_macos.py + - -rwxr-xr-x 0 0 0 2412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_openssl.py + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_ssl_constants.py + - -rwxr-xr-x 0 0 0 17993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_windows.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/py.typed + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py + - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py + - -rwxr-xr-x 0 0 0 20314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py + - -rwxr-xr-x 0 0 0 40408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py + - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py + - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py + - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py + - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py + - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py + - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py + - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py + - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py + - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py + - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py + - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py + - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py + - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py + - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py + - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py + - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py + - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py + - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py + - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py + - -rwxr-xr-x 0 0 0 22050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py + - -rwxr-xr-x 0 0 0 17460 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py + - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py + - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py + - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py + - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py + - -rwxr-xr-x 0 0 0 342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/vendor.txt + - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pip/py.typed + - -rwxr-xr-x 0 0 0 126219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/api_tests.txt + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 6572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 75533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 2449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 9004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/__init__.py + - -rwxr-xr-x 0 0 0 11978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_core_metadata.py + - -rwxr-xr-x 0 0 0 836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_discovery.py + - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/__init__.py + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_log.py + - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_modified.py + - -rwxr-xr-x 0 0 0 335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py + - -rwxr-xr-x 0 0 0 524 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 22186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cmd.py + - -rwxr-xr-x 0 0 0 386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py + - -rwxr-xr-x 0 0 0 5854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build.py + - -rwxr-xr-x 0 0 0 7777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 32710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 5135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 4946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/check.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py + - -rwxr-xr-x 0 0 0 12724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/config.py + - -rwxr-xr-x 0 0 0 30072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install.py + - -rwxr-xr-x 0 0 0 2875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 19151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/__init__.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/numpy.py + - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/py39.py + - -rwxr-xr-x 0 0 0 54876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/base.py + - -rwxr-xr-x 0 0 0 11844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/cygwin.py + - -rwxr-xr-x 0 0 0 573 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/errors.py + - -rwxr-xr-x 0 0 0 21404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/msvc.py + - -rwxr-xr-x 0 0 0 16531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/unix.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/zos.py + - -rwxr-xr-x 0 0 0 9364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/core.py + - -rwxr-xr-x 0 0 0 594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/debug.py + - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py + - -rwxr-xr-x 0 0 0 55794 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dist.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/errors.py + - -rwxr-xr-x 0 0 0 11155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/extension.py + - -rwxr-xr-x 0 0 0 17895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 7978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/file_util.py + - -rwxr-xr-x 0 0 0 15337 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/filelist.py + - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/log.py + - -rwxr-xr-x 0 0 0 4086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/spawn.py + - -rwxr-xr-x 0 0 0 19728 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12101 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/text_file.py + - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 18094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/util.py + - -rwxr-xr-x 0 0 0 12619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/version.py + - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/zosccompiler.py + - -rwxr-xr-x 0 0 0 2468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_entry_points.py + - -rwxr-xr-x 0 0 0 2435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_imp.py + - -rwxr-xr-x 0 0 0 223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_importlib.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_itertools.py + - -rwxr-xr-x 0 0 0 5747 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_normalization.py + - -rwxr-xr-x 0 0 0 2976 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_path.py + - -rwxr-xr-x 0 0 0 1380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_reqs.py + - -rwxr-xr-x 0 0 0 11247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_scripts.py + - -rwxr-xr-x 0 0 0 1578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_shutil.py + - -rwxr-xr-x 0 0 0 4855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_static.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 7634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 15006 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 12 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/__init__.py + - -rwxr-xr-x 0 0 0 5680 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoasync.py + - -rwxr-xr-x 0 0 0 2505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autocommand.py + - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/automain.py + - -rwxr-xr-x 0 0 0 11642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoparse.py + - -rwxr-xr-x 0 0 0 886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/errors.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/__init__.py + - -rwxr-xr-x 0 0 0 108491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__init__.py + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__main__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 33798 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py + - -rwxr-xr-x 0 0 0 1314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py + - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py + - -rwxr-xr-x 0 0 0 379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 21079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 8 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 103796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/__init__.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/py38.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 26640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/py.typed + - -rwxr-xr-x 0 0 0 9552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py + - -rwxr-xr-x 0 0 0 16642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.py + - -rwxr-xr-x 0 0 0 3878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/py.typed + - -rwxr-xr-x 0 0 0 1335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt + - -rwxr-xr-x 0 0 0 16250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py + - -rwxr-xr-x 0 0 0 643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/layouts.py + - -rwxr-xr-x 0 0 0 904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py + - -rwxr-xr-x 0 0 0 412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 36293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py + - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.pyi + - -rwxr-xr-x 0 0 0 148370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py + - -rwxr-xr-x 0 0 0 21484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/py.typed + - -rwxr-xr-x 0 0 0 28591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py + - -rwxr-xr-x 0 0 0 4617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.pyi + - -rwxr-xr-x 0 0 0 2 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD + - -rwxr-xr-x 0 0 0 3204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 48398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 10561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 34762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 21014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 16676 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 22225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 8875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 48 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 2071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/__init__.py + - -rwxr-xr-x 0 0 0 31360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_checkers.py + - -rwxr-xr-x 0 0 0 2846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_config.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_decorators.py + - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_exceptions.py + - -rwxr-xr-x 0 0 0 10393 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_functions.py + - -rwxr-xr-x 0 0 0 6389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_importhook.py + - -rwxr-xr-x 0 0 0 1303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_memo.py + - -rwxr-xr-x 0 0 0 4416 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_suppression.py + - -rwxr-xr-x 0 0 0 44937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_transformer.py + - -rwxr-xr-x 0 0 0 1354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_union_transformer.py + - -rwxr-xr-x 0 0 0 5270 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_utils.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 134451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt + - -rwxr-xr-x 0 0 0 2313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 104 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__init__.py + - -rwxr-xr-x 0 0 0 455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__main__.py + - -rwxr-xr-x 0 0 0 21694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py + - -rwxr-xr-x 0 0 0 781 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/bdist_wheel.py + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/__init__.py + - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/convert.py + - -rwxr-xr-x 0 0 0 3103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/pack.py + - -rwxr-xr-x 0 0 0 4760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/tags.py + - -rwxr-xr-x 0 0 0 1021 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/unpack.py + - -rwxr-xr-x 0 0 0 16572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/macosx_libfile.py + - -rwxr-xr-x 0 0 0 6171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/metadata.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/__init__.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 8232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py + - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py + - -rwxr-xr-x 0 0 0 39778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py + - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py + - -rwxr-xr-x 0 0 0 16234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py + - -rwxr-xr-x 0 0 0 16 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt + - -rwxr-xr-x 0 0 0 8411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/wheelfile.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 5 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 13412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/__init__.py + - -rwxr-xr-x 0 0 0 219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/py310.py + - -rwxr-xr-x 0 0 0 3082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/glob.py + - -rwxr-xr-x 0 0 0 7356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/archive_util.py + - -rwxr-xr-x 0 0 0 19968 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/build_meta.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli.exe + - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/__init__.py + - -rwxr-xr-x 0 0 0 4228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/_requirestxt.py + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/alias.py + - -rwxr-xr-x 0 0 0 16948 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_egg.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 22247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py + - -rwxr-xr-x 0 0 0 6052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_clib.py + - -rwxr-xr-x 0 0 0 18465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_ext.py + - -rwxr-xr-x 0 0 0 15539 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_py.py + - -rwxr-xr-x 0 0 0 1610 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/develop.py + - -rwxr-xr-x 0 0 0 3450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/dist_info.py + - -rwxr-xr-x 0 0 0 780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/easy_install.py + - -rwxr-xr-x 0 0 0 34836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/editable_wheel.py + - -rwxr-xr-x 0 0 0 25878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/egg_info.py + - -rwxr-xr-x 0 0 0 5066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install.py + - -rwxr-xr-x 0 0 0 2075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 4319 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_lib.py + - -rwxr-xr-x 0 0 0 2490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_scripts.py + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml + - -rwxr-xr-x 0 0 0 2187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/rotate.py + - -rwxr-xr-x 0 0 0 692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/saveopts.py + - -rwxr-xr-x 0 0 0 7369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/sdist.py + - -rwxr-xr-x 0 0 0 5100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/setopt.py + - -rwxr-xr-x 0 0 0 1343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/test.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/__init__.py + - -rwxr-xr-x 0 0 0 344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py310.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py311.py + - -rwxr-xr-x 0 0 0 366 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py312.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py39.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/NOTICE + - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/__init__.py + - -rwxr-xr-x 0 0 0 19120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py + - -rwxr-xr-x 0 0 0 18737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/NOTICE + - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py + - -rwxr-xr-x 0 0 0 11813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py + - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py + - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py + - -rwxr-xr-x 0 0 0 354682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py + - -rwxr-xr-x 0 0 0 13564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py + - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/distutils.schema.json + - -rwxr-xr-x 0 0 0 16041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/expand.py + - -rwxr-xr-x 0 0 0 18320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py + - -rwxr-xr-x 0 0 0 26575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setupcfg.py + - -rwxr-xr-x 0 0 0 16071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setuptools.schema.json + - -rwxr-xr-x 0 0 0 5965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/depends.py + - -rwxr-xr-x 0 0 0 21258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/discovery.py + - -rwxr-xr-x 0 0 0 44887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/dist.py + - -rwxr-xr-x 0 0 0 3024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/errors.py + - -rwxr-xr-x 0 0 0 6683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/extension.py + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/glob.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui.exe + - -rwxr-xr-x 0 0 0 5093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/installer.py + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/launch.py + - -rwxr-xr-x 0 0 0 1261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/logging.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/modified.py + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/monkey.py + - -rwxr-xr-x 0 0 0 41631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/msvc.py + - -rwxr-xr-x 0 0 0 3171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/namespaces.py + - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script (dev).tmpl + - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script.tmpl + - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/unicode_utils.py + - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/version.py + - -rwxr-xr-x 0 0 0 3796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/warnings.py + - -rwxr-xr-x 0 0 0 9477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/wheel.py + - -rwxr-xr-x 0 0 0 726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/windows_support.py + - -rwxr-xr-x 0 0 0 22987 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/site.py + - -rwxr-xr-x 0 0 0 31162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/smtpd.py + - -rwxr-xr-x 0 0 0 45418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/smtplib.py + - -rwxr-xr-x 0 0 0 7448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sndhdr.py + - -rwxr-xr-x 0 0 0 37557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/socket.py + - -rwxr-xr-x 0 0 0 27586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/socketserver.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sqlite3/__init__.py + - -rwxr-xr-x 0 0 0 3305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sqlite3/dbapi2.py + - -rwxr-xr-x 0 0 0 3471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sqlite3/dump.py + - -rwxr-xr-x 0 0 0 231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sre_compile.py + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sre_constants.py + - -rwxr-xr-x 0 0 0 229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sre_parse.py + - -rwxr-xr-x 0 0 0 54305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/ssl.py + - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/stat.py + - -rwxr-xr-x 0 0 0 47705 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/statistics.py + - -rwxr-xr-x 0 0 0 11786 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/string.py + - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/stringprep.py + - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/struct.py + - -rwxr-xr-x 0 0 0 88725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/subprocess.py + - -rwxr-xr-x 0 0 0 18480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sunau.py + - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/symtable.py + - -rwxr-xr-x 0 0 0 30315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/sysconfig.py + - -rwxr-xr-x 0 0 0 11299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tabnanny.py + - -rwxr-xr-x 0 0 0 111943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tarfile.py + - -rwxr-xr-x 0 0 0 23301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/telnetlib.py + - -rwxr-xr-x 0 0 0 31873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tempfile.py + - -rwxr-xr-x 0 0 0 19718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/textwrap.py + - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/this.py + - -rwxr-xr-x 0 0 0 58231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/threading.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/timeit.py + - -rwxr-xr-x 0 0 0 172803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/__init__.py + - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/__main__.py + - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/colorchooser.py + - -rwxr-xr-x 0 0 0 1296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/commondialog.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/constants.py + - -rwxr-xr-x 0 0 0 1535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/dialog.py + - -rwxr-xr-x 0 0 0 11644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/dnd.py + - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/filedialog.py + - -rwxr-xr-x 0 0 0 7000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/font.py + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/messagebox.py + - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/scrolledtext.py + - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/simpledialog.py + - -rwxr-xr-x 0 0 0 77032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/tix.py + - -rwxr-xr-x 0 0 0 56242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tkinter/ttk.py + - -rwxr-xr-x 0 0 0 2386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/token.py + - -rwxr-xr-x 0 0 0 26336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tokenize.py + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tomllib/__init__.py + - -rwxr-xr-x 0 0 0 22631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tomllib/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tomllib/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tomllib/_types.py + - -rwxr-xr-x 0 0 0 29182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/trace.py + - -rwxr-xr-x 0 0 0 40547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/traceback.py + - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tracemalloc.py + - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/tty.py + - -rwxr-xr-x 0 0 0 144360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtle.py + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/__init__.py + - -rwxr-xr-x 0 0 0 15285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/__main__.py + - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/bytedesign.py + - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/chaos.py + - -rwxr-xr-x 0 0 0 3180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/clock.py + - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/colormixer.py + - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/forest.py + - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/fractalcurves.py + - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/lindenmayer.py + - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/minimal_hanoi.py + - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/nim.py + - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/paint.py + - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/peace.py + - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/penrose.py + - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/planet_and_moon.py + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/rosette.py + - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/round_dance.py + - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/sorting_animate.py + - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/tree.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/turtle.cfg + - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/two_canvases.py + - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/turtledemo/yinyang.py + - -rwxr-xr-x 0 0 0 10067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/types.py + - -rwxr-xr-x 0 0 0 120951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/typing.py + - -rwxr-xr-x 0 0 0 3934 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/__init__.py + - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/__main__.py + - -rwxr-xr-x 0 0 0 2746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/_log.py + - -rwxr-xr-x 0 0 0 5465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/async_case.py + - -rwxr-xr-x 0 0 0 58503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/case.py + - -rwxr-xr-x 0 0 0 22536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/loader.py + - -rwxr-xr-x 0 0 0 11415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/main.py + - -rwxr-xr-x 0 0 0 104264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/mock.py + - -rwxr-xr-x 0 0 0 8518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/result.py + - -rwxr-xr-x 0 0 0 9418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/runner.py + - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/signals.py + - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/suite.py + - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/unittest/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/urllib/__init__.py + - -rwxr-xr-x 0 0 0 2415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/urllib/error.py + - -rwxr-xr-x 0 0 0 44836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/urllib/parse.py + - -rwxr-xr-x 0 0 0 101960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/urllib/request.py + - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/urllib/response.py + - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/urllib/robotparser.py + - -rwxr-xr-x 0 0 0 7365 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/uu.py + - -rwxr-xr-x 0 0 0 27597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/uuid.py + - -rwxr-xr-x 0 0 0 26323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/venv/__init__.py + - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/venv/__main__.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/Activate.ps1 + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/activate + - -rwxr-xr-x 0 0 0 933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.csh + - -rwxr-xr-x 0 0 0 2209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.fish + - -rwxr-xr-x 0 0 0 21110 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/warnings.py + - -rwxr-xr-x 0 0 0 21818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wave.py + - -rwxr-xr-x 0 0 0 21513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/weakref.py + - -rwxr-xr-x 0 0 0 25136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/webbrowser.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/__init__.py + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/handlers.py + - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/headers.py + - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/simple_server.py + - -rwxr-xr-x 0 0 0 1717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/types.py + - -rwxr-xr-x 0 0 0 5472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/util.py + - -rwxr-xr-x 0 0 0 15097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/wsgiref/validate.py + - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xdrlib.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/__init__.py + - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/NodeFilter.py + - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/__init__.py + - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/domreg.py + - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/expatbuilder.py + - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/minicompat.py + - -rwxr-xr-x 0 0 0 67982 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/minidom.py + - -rwxr-xr-x 0 0 0 11637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/pulldom.py + - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/dom/xmlbuilder.py + - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementInclude.py + - -rwxr-xr-x 0 0 0 13997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementPath.py + - -rwxr-xr-x 0 0 0 74399 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementTree.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/etree/__init__.py + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/etree/cElementTree.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/parsers/__init__.py + - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/parsers/expat.py + - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/sax/__init__.py + - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/sax/_exceptions.py + - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/sax/expatreader.py + - -rwxr-xr-x 0 0 0 15617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/sax/handler.py + - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/sax/saxutils.py + - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xml/sax/xmlreader.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xmlrpc/__init__.py + - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xmlrpc/client.py + - -rwxr-xr-x 0 0 0 36867 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/xmlrpc/server.py + - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zipapp.py + - -rwxr-xr-x 0 0 0 94447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zipfile.py + - -rwxr-xr-x 0 0 0 30897 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zipimport.py + - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zoneinfo/__init__.py + - -rwxr-xr-x 0 0 0 5294 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zoneinfo/_common.py + - -rwxr-xr-x 0 0 0 5096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zoneinfo/_tzpath.py + - -rwxr-xr-x 0 0 0 24674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/python3.11/zoneinfo/_zoneinfo.py + - -rwxr-xr-x 0 0 0 22932 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/auto.tcl + - -rwxr-xr-x 0 0 0 60997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/clock.tcl + - -rwxr-xr-x 0 0 0 21330 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/cookiejar.tcl + - -rwxr-xr-x 0 0 0 7453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/idna.tcl + - -rwxr-xr-x 0 0 0 214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 70835 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/public_suffix_list.dat.gz + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/ascii.enc + - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/big5.enc + - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cns11643.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1250.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1251.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1252.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1253.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1254.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1255.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1256.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1257.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1258.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp165.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp437.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp737.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp775.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp850.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp852.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp855.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp857.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp860.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp861.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp862.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp863.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp864.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp865.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp866.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp869.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp874.enc + - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp932.enc + - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp936.enc + - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp949.enc + - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/cp950.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/dingbats.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/ebcdic.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-cn.enc + - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-jp.enc + - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-kr.enc + - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/gb12345.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/gb1988.enc + - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312-raw.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312.enc + - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-jp.enc + - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-kr.enc + - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-1.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-10.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-11.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-13.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-14.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-15.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-16.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-2.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-3.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-4.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-5.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-6.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-7.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-8.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-9.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0201.enc + - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0208.enc + - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0212.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-r.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-ru.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-t.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-u.enc + - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/ksc5601.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macCentEuro.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macCroatian.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macCyrillic.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macDingbats.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macGreek.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macIceland.enc + - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macJapan.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macRoman.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macRomania.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macThai.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macTurkish.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/macUkraine.enc + - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/shiftjis.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/symbol.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/encoding/tis-620.enc + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/foreachline.tcl + - -rwxr-xr-x 0 0 0 7899 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/history.tcl + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/icu.tcl + - -rwxr-xr-x 0 0 0 23575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/init.tcl + - -rwxr-xr-x 0 0 0 7313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/install.tcl + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/af.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/af_za.msg + - -rwxr-xr-x 0 0 0 1340 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ar.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_in.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_jo.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_lb.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_sy.msg + - -rwxr-xr-x 0 0 0 1345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/be.msg + - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/bg.msg + - -rwxr-xr-x 0 0 0 1545 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/bn.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/bn_in.msg + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ca.msg + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/de_at.msg + - -rwxr-xr-x 0 0 0 1215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/de_be.msg + - -rwxr-xr-x 0 0 0 1396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_au.msg + - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_be.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_bw.msg + - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ca.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_hk.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ie.msg + - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_in.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_nz.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ph.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_sg.msg + - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_za.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/en_zw.msg + - -rwxr-xr-x 0 0 0 1207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ar.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_bo.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_co.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_do.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ec.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_gt.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_hn.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_mx.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ni.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pa.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pe.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_py.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_sv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_uy.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ve.msg + - -rwxr-xr-x 0 0 0 1170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/et.msg + - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/eu.msg + - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/eu_es.msg + - -rwxr-xr-x 0 0 0 1062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fa.msg + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_in.msg + - -rwxr-xr-x 0 0 0 381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_ir.msg + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fo.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fo_fo.msg + - -rwxr-xr-x 0 0 0 1181 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_be.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ca.msg + - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ch.msg + - -rwxr-xr-x 0 0 0 1029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ga.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ga_ie.msg + - -rwxr-xr-x 0 0 0 926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/gl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/gl_es.msg + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/gv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/gv_gb.msg + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/he.msg + - -rwxr-xr-x 0 0 0 1192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/hi.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/hi_in.msg + - -rwxr-xr-x 0 0 0 1097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/hr.msg + - -rwxr-xr-x 0 0 0 1247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/id.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/id_id.msg + - -rwxr-xr-x 0 0 0 1147 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/is.msg + - -rwxr-xr-x 0 0 0 1220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/it_ch.msg + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ja.msg + - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/kl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/kl_gl.msg + - -rwxr-xr-x 0 0 0 1368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ko.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ko_kr.msg + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/kok.msg + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/kok_in.msg + - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/kw.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/kw_gb.msg + - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/lt.msg + - -rwxr-xr-x 0 0 0 1175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/lv.msg + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/mk.msg + - -rwxr-xr-x 0 0 0 1228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/mr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/mr_in.msg + - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ms.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ms_my.msg + - -rwxr-xr-x 0 0 0 674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/mt.msg + - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/nb.msg + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/nl_be.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/nn.msg + - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 1111 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/pt_br.msg + - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ro.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ru_ua.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sh.msg + - -rwxr-xr-x 0 0 0 1151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sk.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sl.msg + - -rwxr-xr-x 0 0 0 1227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sq.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sr.msg + - -rwxr-xr-x 0 0 0 1143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/sw.msg + - -rwxr-xr-x 0 0 0 1241 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ta.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/ta_in.msg + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/te.msg + - -rwxr-xr-x 0 0 0 363 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/te_in.msg + - -rwxr-xr-x 0 0 0 1678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/th.msg + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/tr.msg + - -rwxr-xr-x 0 0 0 1349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/uk.msg + - -rwxr-xr-x 0 0 0 1221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/vi.msg + - -rwxr-xr-x 0 0 0 2256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/zh.msg + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_hk.msg + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_sg.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_tw.msg + - -rwxr-xr-x 0 0 0 30422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/opt0.4/optparse.tcl + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/opt0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 23749 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/package.tcl + - -rwxr-xr-x 0 0 0 814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/parray.tcl + - -rwxr-xr-x 0 0 0 599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/readfile.tcl + - -rwxr-xr-x 0 0 0 46997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/safe.tcl + - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/tclAppInit.c + - -rwxr-xr-x 0 0 0 9866 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/tclIndex + - -rwxr-xr-x 0 0 0 11904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/tm.tcl + - -rwxr-xr-x 0 0 0 4764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/word.tcl + - -rwxr-xr-x 0 0 0 911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9.0/writefile.tcl + - -rwxr-xr-x 0 0 0 180267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9/9.0/http-2.10.1.tm + - -rwxr-xr-x 0 0 0 37407 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9/9.0/msgcat-1.7.1.tm + - -rwxr-xr-x 0 0 0 11053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9/9.0/platform-1.1.0.tm + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9/9.0/platform/shell-1.1.4.tm + - -rwxr-xr-x 0 0 0 104783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tcl9/9.0/tcltest-2.5.10.tm + - -rwxr-xr-x 0 0 0 144968 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/thread3.0.4/libtcl9thread3.0.4.so + - -rwxr-xr-x 0 0 0 2151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/thread3.0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 24364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/thread3.0.4/ttrace.tcl + - -rwxr-xr-x 0 0 0 8924 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/bgerror.tcl + - -rwxr-xr-x 0 0 0 20834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/button.tcl + - -rwxr-xr-x 0 0 0 9681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/choosedir.tcl + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/clrpick.tcl + - -rwxr-xr-x 0 0 0 8355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/comdlg.tcl + - -rwxr-xr-x 0 0 0 32084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/console.tcl + - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/README + - -rwxr-xr-x 0 0 0 7127 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/anilabel.tcl + - -rwxr-xr-x 0 0 0 3608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/aniwave.tcl + - -rwxr-xr-x 0 0 0 8715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/arrow.tcl + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/bind.tcl + - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/bitmap.tcl + - -rwxr-xr-x 0 0 0 1756 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/browse + - -rwxr-xr-x 0 0 0 1507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/button.tcl + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/check.tcl + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/clrpick.tcl + - -rwxr-xr-x 0 0 0 5009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/colors.tcl + - -rwxr-xr-x 0 0 0 2064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/combo.tcl + - -rwxr-xr-x 0 0 0 4015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/cscroll.tcl + - -rwxr-xr-x 0 0 0 6312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ctext.tcl + - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/dialog1.tcl + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/dialog2.tcl + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/en.msg + - -rwxr-xr-x 0 0 0 1465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/entry1.tcl + - -rwxr-xr-x 0 0 0 2197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/entry2.tcl + - -rwxr-xr-x 0 0 0 6146 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/entry3.tcl + - -rwxr-xr-x 0 0 0 2384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/filebox.tcl + - -rwxr-xr-x 0 0 0 81247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/floor.tcl + - -rwxr-xr-x 0 0 0 1692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/fontchoose.tcl + - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/form.tcl + - -rwxr-xr-x 0 0 0 61196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/goldberg.tcl + - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/hello + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/hscale.tcl + - -rwxr-xr-x 0 0 0 2065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/icon.tcl + - -rwxr-xr-x 0 0 0 1408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/image1.tcl + - -rwxr-xr-x 0 0 0 3535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/image2.tcl + - -rwxr-xr-x 0 0 0 6497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/Tcl.svg + - -rwxr-xr-x 0 0 0 11700 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/Tk_feather.png + - -rwxr-xr-x 0 0 0 51559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/earth.gif + - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/earthmenu.png + - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/earthris.gif + - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/flagdown.xbm + - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/flagup.xbm + - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/gray25.xbm + - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/letters.xbm + - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/noletter.xbm + - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/ouster.png + - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/pattern.xbm + - -rwxr-xr-x 0 0 0 68476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/plowed_field.png + - -rwxr-xr-x 0 0 0 82214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/starry_night.png + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/tcllogo.gif + - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/images/teapot.ppm + - -rwxr-xr-x 0 0 0 10571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/items.tcl + - -rwxr-xr-x 0 0 0 8083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ixset + - -rwxr-xr-x 0 0 0 8806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/knightstour.tcl + - -rwxr-xr-x 0 0 0 1721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/label.tcl + - -rwxr-xr-x 0 0 0 1809 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/labelframe.tcl + - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/license.terms + - -rwxr-xr-x 0 0 0 10926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/mac_styles.tcl + - -rwxr-xr-x 0 0 0 2293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/mac_tabs.tcl + - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/mac_wm.tcl + - -rwxr-xr-x 0 0 0 5743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/mclist.tcl + - -rwxr-xr-x 0 0 0 7607 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/menu.tcl + - -rwxr-xr-x 0 0 0 4429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/menubu.tcl + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/msgbox.tcl + - -rwxr-xr-x 0 0 0 7398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/nl.msg + - -rwxr-xr-x 0 0 0 1149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/paned1.tcl + - -rwxr-xr-x 0 0 0 2263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/paned2.tcl + - -rwxr-xr-x 0 0 0 8256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/pendulum.tcl + - -rwxr-xr-x 0 0 0 2918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/plot.tcl + - -rwxr-xr-x 0 0 0 4687 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/print.tcl + - -rwxr-xr-x 0 0 0 2605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/puzzle.tcl + - -rwxr-xr-x 0 0 0 2784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/radio.tcl + - -rwxr-xr-x 0 0 0 5316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/rmt + - -rwxr-xr-x 0 0 0 8316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/rolodex + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ruler.tcl + - -rwxr-xr-x 0 0 0 2275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/sayings.tcl + - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/search.tcl + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/spin.tcl + - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/states.tcl + - -rwxr-xr-x 0 0 0 6938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/style.tcl + - -rwxr-xr-x 0 0 0 2668 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/systray.tcl + - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/tclIndex + - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/tcolor + - -rwxr-xr-x 0 0 0 4277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/text.tcl + - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/textpeer.tcl + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/timer + - -rwxr-xr-x 0 0 0 3271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/toolbar.tcl + - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/tree.tcl + - -rwxr-xr-x 0 0 0 3421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttkbut.tcl + - -rwxr-xr-x 0 0 0 2420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttkmenu.tcl + - -rwxr-xr-x 0 0 0 2343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttknote.tcl + - -rwxr-xr-x 0 0 0 4180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttkpane.tcl + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttkprogress.tcl + - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttkscale.tcl + - -rwxr-xr-x 0 0 0 1631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/ttkspin.tcl + - -rwxr-xr-x 0 0 0 11980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/twind.tcl + - -rwxr-xr-x 0 0 0 3969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/unicodeout.tcl + - -rwxr-xr-x 0 0 0 1640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/vscale.tcl + - -rwxr-xr-x 0 0 0 23966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/widget + - -rwxr-xr-x 0 0 0 5771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/demos/windowicons.tcl + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/dialog.tcl + - -rwxr-xr-x 0 0 0 18658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/entry.tcl + - -rwxr-xr-x 0 0 0 4856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/focus.tcl + - -rwxr-xr-x 0 0 0 15648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/fontchooser.tcl + - -rwxr-xr-x 0 0 0 13074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/iconbadges.tcl + - -rwxr-xr-x 0 0 0 16403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/iconlist.tcl + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/icons.tcl + - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/README + - -rwxr-xr-x 0 0 0 32891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/logo.eps + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/logo100.gif + - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/logo64.gif + - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/logoLarge.gif + - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/logoMed.gif + - -rwxr-xr-x 0 0 0 27800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo.eps + - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo100.gif + - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo150.gif + - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo175.gif + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo200.gif + - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo75.gif + - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/images/tai-ku.gif + - -rwxr-xr-x 0 0 0 13771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/listbox.tcl + - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/megawidget.tcl + - -rwxr-xr-x 0 0 0 38199 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/menu.tcl + - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/mkpsenc.tcl + - -rwxr-xr-x 0 0 0 17249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgbox.tcl + - -rwxr-xr-x 0 0 0 4632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 4604 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 5495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 6249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/en.msg + - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 4643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 4611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 4491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 4871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 4423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 5196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 5419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 4578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 6260 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 5920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 1580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/optMenu.tcl + - -rwxr-xr-x 0 0 0 9491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/palette.tcl + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/panedwindow.tcl + - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 42564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/print.tcl + - -rwxr-xr-x 0 0 0 7372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/safetk.tcl + - -rwxr-xr-x 0 0 0 7928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/scale.tcl + - -rwxr-xr-x 0 0 0 6496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/scaling.tcl + - -rwxr-xr-x 0 0 0 14049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/scrlbar.tcl + - -rwxr-xr-x 0 0 0 15637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/spinbox.tcl + - -rwxr-xr-x 0 0 0 14520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/systray.tcl + - -rwxr-xr-x 0 0 0 20142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/tclIndex + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/tearoff.tcl + - -rwxr-xr-x 0 0 0 36150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/text.tcl + - -rwxr-xr-x 0 0 0 26717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/tk.tcl + - -rwxr-xr-x 0 0 0 5543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/tkAppInit.c + - -rwxr-xr-x 0 0 0 37326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/tkfbox.tcl + - -rwxr-xr-x 0 0 0 5338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/altTheme.tcl + - -rwxr-xr-x 0 0 0 5342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/aquaTheme.tcl + - -rwxr-xr-x 0 0 0 2916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/button.tcl + - -rwxr-xr-x 0 0 0 6619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/clamTheme.tcl + - -rwxr-xr-x 0 0 0 4739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/classicTheme.tcl + - -rwxr-xr-x 0 0 0 15488 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/combobox.tcl + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/cursors.tcl + - -rwxr-xr-x 0 0 0 7477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/defaults.tcl + - -rwxr-xr-x 0 0 0 18034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/entry.tcl + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/fonts.tcl + - -rwxr-xr-x 0 0 0 6202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/menubutton.tcl + - -rwxr-xr-x 0 0 0 7242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/notebook.tcl + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/panedwindow.tcl + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/progress.tcl + - -rwxr-xr-x 0 0 0 2580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/scale.tcl + - -rwxr-xr-x 0 0 0 2956 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/scrollbar.tcl + - -rwxr-xr-x 0 0 0 2353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/sizegrip.tcl + - -rwxr-xr-x 0 0 0 5309 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/spinbox.tcl + - -rwxr-xr-x 0 0 0 11898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/treeview.tcl + - -rwxr-xr-x 0 0 0 6444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/ttk.tcl + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/utils.tcl + - -rwxr-xr-x 0 0 0 9358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/vistaTheme.tcl + - -rwxr-xr-x 0 0 0 3894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/winTheme.tcl + - -rwxr-xr-x 0 0 0 3139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/ttk/xpTheme.tcl + - -rwxr-xr-x 0 0 0 25855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/lib/tk9.0/xmfbox.tcl + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/share/man/man1/python3.1 + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_aarch64_unknown_linux_gnu/share/man/man1/python3.11.1 + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/__init__.py + - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/add.py + - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./app.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash diff --git a/e2e/cases/oci/py_venv_image_layer/py_amd64_image_content_test.yaml b/e2e/cases/oci/py_venv_image_layer/py_amd64_image_content_test.yaml index b4b2ff723..df30e7309 100644 --- a/e2e/cases/oci/py_venv_image_layer/py_amd64_image_content_test.yaml +++ b/e2e/cases/oci/py_venv_image_layer/py_amd64_image_content_test.yaml @@ -2,10 +2,13 @@ schemaVersion: 2.0.0 fileExistenceTests: - name: __main__ is present - path: /py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/__main__.py + path: /app.runfiles/_main/cases/oci/py_venv_image_layer/__main__.py + + - name: launcher is present at the entrypoint + path: /app - name: runfiles dependencies are present - path: /py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/__init__.py + path: /app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__init__.py - name: Interpreter executable is present - path: /py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3 + path: /app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 diff --git a/e2e/cases/oci/py_venv_image_layer/py_arm64_image_content_test.yaml b/e2e/cases/oci/py_venv_image_layer/py_arm64_image_content_test.yaml index b4b2ff723..df30e7309 100644 --- a/e2e/cases/oci/py_venv_image_layer/py_arm64_image_content_test.yaml +++ b/e2e/cases/oci/py_venv_image_layer/py_arm64_image_content_test.yaml @@ -2,10 +2,13 @@ schemaVersion: 2.0.0 fileExistenceTests: - name: __main__ is present - path: /py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/__main__.py + path: /app.runfiles/_main/cases/oci/py_venv_image_layer/__main__.py + + - name: launcher is present at the entrypoint + path: /app - name: runfiles dependencies are present - path: /py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/site-packages/colorama/__init__.py + path: /app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/colorama/__init__.py - name: Interpreter executable is present - path: /py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3 + path: /app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 diff --git a/e2e/cases/oci/py_venv_image_layer/py_image_command_test.yaml b/e2e/cases/oci/py_venv_image_layer/py_image_command_test.yaml index fb70328f9..e8a408bd3 100644 --- a/e2e/cases/oci/py_venv_image_layer/py_image_command_test.yaml +++ b/e2e/cases/oci/py_venv_image_layer/py_image_command_test.yaml @@ -3,13 +3,13 @@ schemaVersion: 2.0.0 commandTests: - name: can run binary exitCode: 0 - command: /py/tests/py_venv_image_layer/my_app_bin + command: /app expectedOutput: # The test output - "Hello rules_py - 3.14" # The sys.prefix in the venv - - "/py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin" + - "/app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin" # The sys.executable in the venv - - "/py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3" + - "/app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3" # The Python version - - "3.9" + - "3.11" diff --git a/py/BUILD.bazel b/py/BUILD.bazel index 2b44fb0f5..ef8fcef5e 100644 --- a/py/BUILD.bazel +++ b/py/BUILD.bazel @@ -7,6 +7,14 @@ alias( visibility = ["//visibility:public"], ) +# Users can set --@aspect_rules_py//py:layer_tier=//path:custom_tier to switch +# the pip-package grouping + compression plan consumed by py_image_layer. +label_flag( + name = "layer_tier", + build_setting_default = "//py/private:default_layer_tier", + visibility = ["//visibility:public"], +) + bzl_library( name = "defs", srcs = ["defs.bzl"], diff --git a/py/defs.bzl b/py/defs.bzl index 5856a2641..eb653bc19 100644 --- a/py/defs.bzl +++ b/py/defs.bzl @@ -36,7 +36,12 @@ python.toolchain(python_version = "3.9", is_default = True) """ load("//py/private:py_binary.bzl", _py_binary = "py_binary", _py_test = "py_test") -load("//py/private:py_image_layer.bzl", _py_image_layer = "py_image_layer") +load( + "//py/private:py_image_layer.bzl", + _LayerTierInfo = "LayerTierInfo", + _layer_tier = "layer_tier", + _py_image_layer = "py_image_layer", +) load("//py/private:py_library.bzl", _py_library = "py_library") load("//py/private:py_pex_binary.bzl", _py_pex_binary = "py_pex_binary") load("//py/private:py_pytest_main.bzl", _py_pytest_main = "py_pytest_main", _pytest_paths = "pytest_paths") @@ -57,6 +62,8 @@ py_library = _py_library py_unpacked_wheel = _py_unpacked_wheel py_image_layer = _py_image_layer +layer_tier = _layer_tier +LayerTierInfo = _LayerTierInfo resolutions = _resolutions diff --git a/py/private/BUILD.bazel b/py/private/BUILD.bazel index e6c887e1f..6641f5a17 100644 --- a/py/private/BUILD.bazel +++ b/py/private/BUILD.bazel @@ -1,4 +1,6 @@ load("@bazel_lib//:bzl_library.bzl", "bzl_library") +load("@rules_python//python:defs.bzl", _rules_python_py_binary = "py_binary") +load(":py_image_layer.bzl", "layer_tier") load(":py_library.bzl", "py_library") package(default_visibility = ["//py:__subpackages__"]) @@ -20,14 +22,21 @@ py_library( deps = ["//py/private/pytest_shard"], ) +_rules_python_py_binary( + name = "py_image_layer_validator", + srcs = ["py_image_layer_validator.py"], + main = "py_image_layer_validator.py", + visibility = ["//visibility:public"], +) + +layer_tier( + name = "default_layer_tier", + visibility = ["//visibility:public"], +) + bzl_library( name = "py_image_layer", srcs = ["py_image_layer.bzl"], - deps = [ - "@bazel_lib//lib:transitions", - "@tar.bzl//tar:mtree", - "@tar.bzl//tar:tar", - ], ) bzl_library( diff --git a/py/private/py_image_layer.bzl b/py/private/py_image_layer.bzl index 8f3d4d591..a721e6b43 100644 --- a/py/private/py_image_layer.bzl +++ b/py/private/py_image_layer.bzl @@ -1,215 +1,765 @@ -"""py_image_layer macro for creating multiple layers from a py_binary +"""py_image_layer — analysis-time grouped OCI layers with globally shared pip tars. -> [!WARNING] -> This macro is EXPERIMENTAL and is not subject to our SemVer guarantees. +Two rule-propagated aspects wire onto `py_image_layer.binary`: -A py_binary that uses `torch` and `numpy` can use the following layer groups: + 1. `_layer_aspect` — propagates through `deps`/`data`/`actual`. For pip packages it + creates aspect-owned per-package tars at the pip target's namespace (globally + shared across every rule using that package) for solo whole-groups and subpath + splits. Members of multi-member whole groups get NO per-package tar — intermediate + elided; they just flag `merge_group` on their _LayerInfo struct. Produces `_LayerInfo`. -``` -load("@rules_oci//oci:defs.bzl", "oci_image") -load("@aspect_rules_py//py:defs.bzl", "py_image_layer", "py_binary") + 2. `_merge_aspect` — runs only on the binary (`attr_aspects = []`), after `_layer_aspect` + via `required_aspect_providers`. Reads `_LayerInfo.pip_packages` (full closure), + buckets install_dirs by `merge_group`, and emits one bsdtar action per group from + raw install_dirs — single pass, no intermediates, content exactly matches closure + (no dep leak). Produces `_MergedLayerInfo` declared at the binary's output namespace. -py_binary( - name = "my_app_bin", - deps = [ - "@pip_deps//numpy", - "@pip_deps//torch" - ] +Layer tier (groups + compression) is carried by the `layer_tier` rule which produces +`LayerTierInfo`. Aspects read it via a private `_layer_tier` attr whose default is +`//py:layer_tier` (a label_flag). Users switch tiers globally via +`--//py:layer_tier=//path:custom_tier`. + +Sharing model: + - Solo whole-group + subpath-split pip tars: action-shared across every rule using + that package (declared at the pip target's namespace). + - Multi-member merged tars: per-binary action, but deterministic content (canonical + mtree, fixed bsdtar options) → remote CAS / OCI registry dedupe by digest. + - Ungrouped pip packages: squashed by the rule into one per-rule tar. +""" + +load("@rules_python//python:defs.bzl", "PyInfo") + +_TAR_TOOLCHAIN = "@tar.bzl//tar/toolchain:type" + +_WHL_INSTALL_PREFIX = "aspect_rules_py++uv+whl_install__" + +def normalize_label(label_str): + """Canonicalize an aspect_rules_py whl_install label to '@pip//'. + + Strings that don't look like whl_install labels are returned unchanged. Users + must provide group keys in the canonical '@pip//' form to match. + + Args: + label_str: A label string or Label. + + Returns: + '@pip//' for a recognized whl_install label; the input unchanged otherwise. + """ + label_str = str(label_str) + idx = label_str.find(_WHL_INSTALL_PREFIX) + if idx >= 0: + rest = label_str[idx + len(_WHL_INSTALL_PREFIX):].split("//", 1)[0] + parts = rest.split("__") + if len(parts) >= 2: + return "@pip//" + parts[1] + return label_str + +LayerTierInfo = provider( + doc = "Layer tier for py_image_layer: how pip packages are grouped and compressed.", + fields = { + "whole_groups": "dict[str, str] — normalized pip label → group name.", + "subpath_groups": "dict[str, dict[str, list[str]]] — label → {group_name: [glob_patterns]}.", + "compression": "dict[str, list[str]] — normalized pip label → [algorithm, level].", + "multi_member_groups": "dict[str, True] — group names with 2+ members in whole_groups.", + }, ) -oci_image( - tars = py_image_layer( - name = "my_app", - binary = ":my_app_bin", - layer_groups = { - "torch": "pip_deps_torch.*", - "numpy": "pip_deps_numpy.*", - } +def _split_glob_key(key): + """If key is '@pip//pkg:glob', return (label, pattern); else return (None, None).""" + colon_idx = key.rfind(":") + if colon_idx > 0 and ("*" in key[colon_idx:] or "?" in key[colon_idx:]): + return key[:colon_idx], key[colon_idx + 1:] + return None, None + +def _layer_tier_impl(ctx): + whole_groups = {} + subpath_groups = {} + for key, group_name in ctx.attr.groups.items(): + label_part, pattern = _split_glob_key(key) + if pattern != None: + subpath_groups.setdefault(normalize_label(label_part), {}).setdefault(group_name, []).append(pattern) + else: + whole_groups[normalize_label(key)] = group_name + + group_counts = {} + for group_name in whole_groups.values(): + group_counts[group_name] = group_counts.get(group_name, 0) + 1 + multi_member_groups = {name: True for name, count in group_counts.items() if count >= 2} + + return [LayerTierInfo( + whole_groups = whole_groups, + subpath_groups = subpath_groups, + compression = {normalize_label(k): v for k, v in ctx.attr.compression.items()}, + multi_member_groups = multi_member_groups, + )] + +layer_tier = rule( + implementation = _layer_tier_impl, + attrs = { + "groups": attr.string_dict( + default = {}, + doc = ("Maps @pip//package → group name (whole package) or " + + "@pip//package:glob → group name (subpath split)."), + ), + "compression": attr.string_list_dict( + default = {}, + doc = "Maps @pip//package → [algorithm, level], e.g. {\"@pip//torch\": [\"zstd\", \"1\"]}.", + ), + }, + provides = [LayerTierInfo], +) + +_LayerInfo = provider( + doc = "Private: aggregated source files + pip package layers produced by _layer_aspect.", + fields = { + "source_files": "depset[File] — first-party Python source files.", + "pip_packages": "depset[struct] — fully transitive pip packages with per-package layers.", + "transitive_pip_count": "int — 1 + sum of pip deps' counts; propagation field.", + }, +) + +_PY_VENV_KINDS = ("py_venv", "_py_venv") + +_PY_BINARY_KINDS = ("py_binary", "py_test", "_py_venv_binary", "_py_venv_test", "py_venv_binary", "py_venv_test") + +def _collect_from_deps(ctx, provider): + """Walk deps/data/actual and return a list of provider values from each matching dep.""" + results = [] + for attr_name in ["deps", "data"]: + for dep in getattr(ctx.rule.attr, attr_name, []): + if provider in dep: + results.append(dep[provider]) + actual = getattr(ctx.rule.attr, "actual", None) + if actual != None and type(actual) != "list": + if provider in actual: + results.append(actual[provider]) + elif actual: + for dep in actual: + if provider in dep: + results.append(dep[provider]) + return results + +def _compression_ext(algorithm): + return ".tar.zst" if algorithm == "zstd" else ".tar.gz" + +def _build_pip_layers(ctx, plan, label, install_dir): + """Create aspect-owned tars for a pip package; decide whether to defer to _merge_aspect. + + Returns (layers, merge_group): + - layers: tuple of struct(tar, group). Per-package tars at the pip target's namespace, + globally shared across every rule that depends on this package. + - merge_group: str | None. Set when this package is deferred to _merge_aspect (member + of a multi-member whole-group, no per-package tar created); None otherwise. + """ + subpath_for_this = plan.subpath_groups.get(label, {}) + whole_group = plan.whole_groups.get(label, None) + is_multi_member = whole_group != None and whole_group in plan.multi_member_groups + + if is_multi_member and subpath_for_this: + fail(("layer_tier bug for %s: package is a member of multi-member group %r and " + + "also has subpath_groups. A pip package may be in a multi-member group OR " + + "have subpath splits, not both.") % (label, whole_group)) + + if is_multi_member: + return ((), whole_group) + + if not subpath_for_this and whole_group == None: + return ((), None) + + toolchain = ctx.toolchains[_TAR_TOOLCHAIN] + bsdtar = toolchain.tarinfo + bsdtar_files = toolchain.default + + comp = plan.compression.get(label, None) + algorithm = comp[0] if comp else "gzip" + level = comp[1] if comp else "6" + ext = _compression_ext(algorithm) + + layers = [] + + if subpath_for_this: + all_patterns = [p for pats in subpath_for_this.values() for p in pats] + for grp_name, patterns in subpath_for_this.items(): + tar_out = ctx.actions.declare_file("_pip_layer_{}{}".format(grp_name, ext)) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + tar_out, + install_dir, + _make_pattern_map_each(patterns), + algorithm, + level, + {}, + "PyImagePkgLayer", + "Creating pip layer %s[%s]" % (label, grp_name), + ) + layers.append(struct(tar = tar_out, group = grp_name)) + + rest_tar = ctx.actions.declare_file("_pip_layer_tar" + ext) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + rest_tar, + install_dir, + _make_rest_map_each(all_patterns), + algorithm, + level, + {}, + "PyImagePkgLayer", + "Creating pip layer %s[rest]" % label, + ) + layers.append(struct(tar = rest_tar, group = whole_group)) + else: + tar_out = ctx.actions.declare_file("_pip_layer_tar" + ext) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + tar_out, + install_dir, + _pkg_file_to_mtree, + algorithm, + level, + {}, + "PyImagePkgLayer", + "Creating pip layer %s" % label, + ) + layers.append(struct(tar = tar_out, group = whole_group)) + + return (tuple(layers), None) + +def _layer_aspect_impl(target, ctx): + dep_infos = _collect_from_deps(ctx, _LayerInfo) + transitive_source = [info.source_files for info in dep_infos] + transitive_pkgs = [info.pip_packages for info in dep_infos] + pip_count = 0 + for info in dep_infos: + pip_count += info.transitive_pip_count + + if OutputGroupInfo in target and hasattr(target[OutputGroupInfo], "install_dir"): + plan = ctx.attr._layer_tier[LayerTierInfo] + label = normalize_label(str(target.label)) + install_dir = target[OutputGroupInfo].install_dir + pkg_pip_count = 1 + pip_count + layers, merge_group = _build_pip_layers(ctx, plan, label, install_dir) + + return [_LayerInfo( + source_files = depset(transitive = transitive_source), + pip_packages = depset( + direct = [struct( + label = label, + files = install_dir, + layers = layers, + merge_group = merge_group, + transitive_pip_count = pkg_pip_count, + )], + transitive = transitive_pkgs, + ), + transitive_pip_count = pkg_pip_count, + )] + + own_source = [] + kind = ctx.rule.kind + if kind not in _PY_VENV_KINDS and PyInfo in target: + own_source.append(target[DefaultInfo].files) + + # Binary rules are the image's entry point. Capture the full runfiles tree so + # the interpreter + venv directory land in the image (py_venv_binary assembles + # its site-packages as a tree artifact in runfiles; the interpreter is toolchain + # runfiles). Pip install_dirs are filtered out here because they already ship in + # their own pip layers; OCI layer overlay would otherwise duplicate the bytes. + if kind in _PY_BINARY_KINDS: + if PyInfo not in target: + own_source.append(target[DefaultInfo].files) + pip_paths = {} + for pkg_depset in transitive_pkgs: + for pkg in pkg_depset.to_list(): + for f in pkg.files.to_list(): + pip_paths[f.path] = True + runfiles_files = target[DefaultInfo].default_runfiles.files.to_list() + filtered = [f for f in runfiles_files if f.path not in pip_paths] + if filtered: + own_source.append(depset(direct = filtered)) + + return [_LayerInfo( + source_files = depset(transitive = transitive_source + own_source), + pip_packages = depset(transitive = transitive_pkgs), + transitive_pip_count = pip_count, + )] + +_layer_aspect = aspect( + implementation = _layer_aspect_impl, + attr_aspects = ["deps", "data", "actual"], + attrs = { + "_layer_tier": attr.label( + default = "//py:layer_tier", + providers = [LayerTierInfo], + ), + }, + toolchains = [_TAR_TOOLCHAIN], + provides = [_LayerInfo], +) + +_MergedLayerInfo = provider( + doc = "Private: closure-filtered merged tars for multi-member groups, produced by _merge_aspect.", + fields = { + "merged_tars": "dict[group_name, File] — one merged tar per multi-member group.", + }, +) + +def _merge_aspect_impl(target, ctx): + info = target[_LayerInfo] + + bucket = {} + seen = {} + for pkg in info.pip_packages.to_list(): + if pkg.label in seen: + continue + seen[pkg.label] = True + if pkg.merge_group != None: + bucket.setdefault(pkg.merge_group, []).append(pkg.files) + + if not bucket: + return [_MergedLayerInfo(merged_tars = {})] + + toolchain = ctx.toolchains[_TAR_TOOLCHAIN] + bsdtar = toolchain.tarinfo + bsdtar_files = toolchain.default + + merged_tars = {} + for group_name in sorted(bucket): + install_dirs = bucket[group_name] + tar_out = ctx.actions.declare_file("_merged_pip_layer_{}.tar.gz".format(group_name)) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + tar_out, + depset(transitive = install_dirs), + _pkg_file_to_mtree, + "gzip", + "6", + {}, + "PyImageMergedLayer", + "Merging %d pip packages into %s[%s]" % (len(install_dirs), target.label, group_name), + ) + merged_tars[group_name] = tar_out + + return [_MergedLayerInfo(merged_tars = merged_tars)] + +_merge_aspect = aspect( + implementation = _merge_aspect_impl, + attr_aspects = [], + toolchains = [_TAR_TOOLCHAIN], + required_aspect_providers = [[_LayerInfo]], + provides = [_MergedLayerInfo], +) + +def _file_to_mtree_entry(f, mode = "0644", strip_prefix = "", root = "/"): + sp = f.short_path + if sp.startswith("../"): + dst = "./app.runfiles/" + sp[3:] + elif strip_prefix: + prefix = strip_prefix.replace("\\/", "/") + if sp == prefix: + dst = "." + root + elif sp.startswith(prefix + "."): + dst = "." + root + sp[len(prefix):] + else: + dst = "./app.runfiles/_main/" + sp + else: + dst = "./app.runfiles/_main/" + sp + return "{} type=file mode={} uid=0 gid=0 time=1672560000 contents={}".format( + dst.replace(" ", "\\040"), + mode, + f.path.replace(" ", "\\040"), + ) + +def _source_file_to_mtree(f, dir_expander, strip_prefix, root): + # Use 0755 throughout so the binary launcher, the interpreter, and venv shims + # remain executable when unpacked. Setting the exec bit on .py/.txt as well is + # harmless and keeps the mtree logic simple — we'd otherwise need to carry each + # input file's source mode through the aspect, which Bazel doesn't expose. + if f.is_directory: + return [ + _file_to_mtree_entry(child, "0755", strip_prefix, root) + for child in dir_expander.expand(f) + ] + return _file_to_mtree_entry(f, "0755", strip_prefix, root) + +def _user_file_to_mtree(f, dir_expander): + if f.is_directory: + return [_file_to_mtree_entry(child, "0755") for child in dir_expander.expand(f)] + return _file_to_mtree_entry(f, "0644") + +def _should_skip_pkg_path(p): + return ( + "dist-info/RECORD" in p or "dist-info/INSTALLER" in p or + "dist-info/WHEEL" in p or "dist-info/REQUESTED" in p or + "/__pycache__/" in p or p.endswith(".whl") + ) + +def _pkg_file_to_mtree(f, dir_expander): + if f.is_directory: + lines = [] + for child in dir_expander.expand(f): + p = child.path + if _should_skip_pkg_path(p): + continue + lines.append(_file_to_mtree_entry(child, "0755")) + return lines + return [_file_to_mtree_entry(f, "0755")] + +def _glob_match_chunk(name, chunk): + if chunk == "*": + return True + if "*" not in chunk: + return name == chunk + if chunk.count("*") > 2: + fail("Glob chunks with more than two asterisks are unsupported: " + chunk) + if chunk.count("*") == 2: + left, middle, right = chunk.split("*") + else: + middle = "" + left, right = chunk.split("*") + return ( + name.startswith(left) and + name.endswith(right) and + len(left) + len(right) <= len(name) and + (not middle or middle in name[len(left):len(name) - len(right)]) ) + +def _glob_match(path, pattern): + path_parts = path.split("/") + pattern_parts = pattern.split("/") + if len(path_parts) < len(pattern_parts): + return False + for i in range(len(pattern_parts)): + if not _glob_match_chunk(path_parts[-(i + 1)], pattern_parts[-(i + 1)]): + return False + return True + +def _make_pattern_map_each(patterns): + def _fn(f, dir_expander): + if f.is_directory: + lines = [] + for child in dir_expander.expand(f): + p = child.path + if _should_skip_pkg_path(p): + continue + if any([_glob_match(p, pat) for pat in patterns]): + lines.append(_file_to_mtree_entry(child, "0755")) + return lines + if any([_glob_match(f.path, pat) for pat in patterns]): + return [_file_to_mtree_entry(f, "0755")] + return [] + + return _fn + +def _make_rest_map_each(all_patterns): + def _fn(f, dir_expander): + if f.is_directory: + lines = [] + for child in dir_expander.expand(f): + p = child.path + if _should_skip_pkg_path(p): + continue + if not any([_glob_match(p, pat) for pat in all_patterns]): + lines.append(_file_to_mtree_entry(child, "0755")) + return lines + if not any([_glob_match(f.path, pat) for pat in all_patterns]): + return [_file_to_mtree_entry(f, "0755")] + return [] + + return _fn + +def _parse_exec_requirements(entries): + reqs = {} + for entry in entries: + k, _, v = entry.partition("=") + reqs[k] = v + return reqs + +def _platform_cfg_impl(_settings, attr): + if attr.platform: + return {"//command_line_option:platforms": [attr.platform]} + return {} + +_platform_cfg = transition( + implementation = _platform_cfg_impl, + inputs = [], + outputs = ["//command_line_option:platforms"], ) -``` -""" -load("@bazel_lib//lib:transitions.bzl", "platform_transition_filegroup") -load("@tar.bzl//tar:mtree.bzl", "mtree_mutate", "mtree_spec") -load("@tar.bzl//tar:tar.bzl", "tar") - -default_layer_groups = { - # match *only* external repositories containing a Python interpreter, - # by matching the interpreter repo naming convention: - # python[_]_[_]_[-_][-_] - # - # e.g. this will match - # `.runfiles/rules_python++python+python_3_9_x86_64-unknown-linux-gnu/bin/python3` - # `.runfiles/python_3_11_x86_64_unknown_linux_gnu/bin/python3` - # but not match - # `.runfiles/rules_python++pip+pypi_313_argon2_cffi_bindings_cp36_abi3_manylinux_2_17_x86_64_.../` - # `.runfiles/_main/python_app` - # - # Note that due to dict key insertion order sensitivity, we want this group - # to go first so that the entire interpreter including its bundled libraries - # goes into the same layer. - "interpreter": "\\\\.runfiles/[^/]*python_?[0-9]+_[0-9]+(_[0-9]+)?_[a-z0-9_]+[_-](unknown|apple|pc)[_-][^/]*/", - # match *only* external pip like repositories that contain the string "site-packages" - # - # Note that this comes after the interpreter so that we won't bundle - # interpreter embedded libraries (setuptools, pip, site) into the same - # libraries layer. - "packages": "\\\\.runfiles/.*/site-packages", -} - -def _split_mtree_into_layer_groups(name, root, groups, group_names, **kwargs): - mtree_begin_blocks = "\n".join([ - 'print "#mtree" >> "$(RULEDIR)/%s.%s.manifest.spec";' % (name, gn) - for gn in group_names - ]) - - # When an mtree entry matches a layer group, it will be moved into the mtree - # for that group. - ifs = "\n".join([ - """\ -if ($$1 ~ "%s") { - print $$0 >> "$(RULEDIR)/%s.%s.manifest.spec"; - next -}""" % (regex, name, gn) - for (gn, regex) in groups.items() - ]) - - cmd = """\ -awk < $< 'BEGIN { - %s -} -{ - # Exclude .whl files from container images - if ($$1 ~ "\\.whl$$") { - next - } - # Move everything under the specified root - sub(/^/, ".%s") - # Match by regexes and write to the destination. - %s - # Every line that did not match the layer groups will go into the default layer. - print $$0 >> "$(RULEDIR)/%s.default.manifest.spec" -}' -""" % (mtree_begin_blocks, root, ifs, name) - - native.genrule( - name = "{}_manifests".format(name), - srcs = [name + ".manifest"], - outs = [ - "{}.{}.manifest.spec".format(name, group_name) - for group_name in group_names - ], - cmd = cmd, - **kwargs +def _run_tar_action(ctx, bsdtar, bsdtar_files, tar_out, files_depset, map_each, compress, level, reqs, mnemonic, progress_msg): + bsdtar_args = ctx.actions.args() + bsdtar_args.add("--create") + bsdtar_args.add("--" + compress) + bsdtar_args.add("--options", "{}:compression-level={}".format(compress, level)) + bsdtar_args.add("--file", tar_out) + + mtree_args = ctx.actions.args() + mtree_args.set_param_file_format("multiline") + mtree_args.use_param_file("@%s", use_always = True) + mtree_args.add("#mtree") + mtree_args.add_all(files_depset, map_each = map_each, expand_directories = False, allow_closure = True) + + ctx.actions.run( + executable = bsdtar.binary, + inputs = depset(transitive = [files_depset, bsdtar_files.files]), + outputs = [tar_out], + arguments = [bsdtar_args, mtree_args], + mnemonic = mnemonic, + progress_message = progress_msg, + execution_requirements = reqs, + toolchain = _TAR_TOOLCHAIN, ) +def _py_image_layer_impl(ctx): + info = ctx.attr.binary[_LayerInfo] + merged = ctx.attr.binary[_MergedLayerInfo] + toolchain = ctx.toolchains[_TAR_TOOLCHAIN] + bsdtar = toolchain.tarinfo + bsdtar_files = toolchain.default + + seen_labels = {} + all_pkgs = [] + for pkg in info.pip_packages.to_list(): + if pkg.label not in seen_labels: + seen_labels[pkg.label] = True + all_pkgs.append(pkg) + + pkg_by_label = {pkg.label: pkg for pkg in all_pkgs} + + strip_prefix = ctx.attr.strip_prefix + root = ctx.attr.root + + all_tars = [] + dep_tars = [] + + # ── 1. Non-pip deps assigned via rule groups= ─────────────────────────── + for dep, group_name in ctx.attr.groups.items(): + dep_label = normalize_label(str(dep.label)) + if dep_label in pkg_by_label: + continue + level = ctx.attr.group_compress_levels.get(group_name, "6") + reqs = _parse_exec_requirements( + ctx.attr.group_execution_requirements.get(group_name, []), + ) + tar_out = ctx.actions.declare_file("{}_{}.tar.gz".format(ctx.attr.name, group_name)) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + tar_out, + dep[DefaultInfo].files, + _user_file_to_mtree, + "gzip", + level, + reqs, + "PyImageLayer", + "Creating image layer %s[%s]" % (ctx.label, group_name), + ) + all_tars.append(tar_out) + dep_tars.append(tar_out) + + # ── 2. Grouped pip packages — aspect-owned tars from _layer_aspect ───── + for pkg in all_pkgs: + for layer in pkg.layers: + all_tars.append(layer.tar) + dep_tars.append(layer.tar) + + # ── 3. Multi-member merged tars from _merge_aspect ────────────────────── + for group_name, merged_tar in sorted(merged.merged_tars.items()): + all_tars.append(merged_tar) + dep_tars.append(merged_tar) + + # ── 4. Ungrouped pip packages — squashed into a single tar ────────────── + ungrouped_pkgs = [p for p in all_pkgs if len(p.layers) == 0 and p.merge_group == None] + if ungrouped_pkgs: + squashed_tar = ctx.actions.declare_file("{}_squashed.tar.gz".format(ctx.attr.name)) + squashed_level = ctx.attr.group_compress_levels.get("packages", "6") + squashed_reqs = _parse_exec_requirements( + ctx.attr.group_execution_requirements.get("packages", []), + ) + squashed_files = depset(transitive = [p.files for p in ungrouped_pkgs]) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + squashed_tar, + squashed_files, + _pkg_file_to_mtree, + "gzip", + squashed_level, + squashed_reqs, + "PyImageLayer", + "Creating squashed pip layer (%d ungrouped packages) for %s" % ( + len(ungrouped_pkgs), + ctx.label, + ), + ) + all_tars.append(squashed_tar) + dep_tars.append(squashed_tar) + + # ── 5. Source layer ────────────────────────────────────────────────────── + source_tar = ctx.actions.declare_file("{}_default.tar.gz".format(ctx.attr.name)) + source_level = ctx.attr.group_compress_levels.get("default", "6") + source_reqs = _parse_exec_requirements( + ctx.attr.group_execution_requirements.get("default", []), + ) + + def _source_map(f, d): + return _source_file_to_mtree(f, d, strip_prefix, root) + + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + source_tar, + info.source_files, + _source_map, + "gzip", + source_level, + source_reqs, + "PyImageLayer", + "Creating source layer for %s" % ctx.label, + ) + all_tars.append(source_tar) + + # ── Validation ─────────────────────────────────────────────────────────── + validation = ctx.actions.declare_file(ctx.attr.name + "_validation.log") + validation_args = ctx.actions.args() + validation_args.add("--threshold_mb", str(ctx.attr.warn_remote_cache_threshold_mb)) + validation_args.add("--layer_count", str(len(all_tars))) + validation_args.add("--warn_layer_count", str(ctx.attr.warn_layer_count)) + validation_args.add("--output", validation) + for pkg in ungrouped_pkgs: + validation_args.add_all(pkg.files, format_each = pkg.label + "=%s", expand_directories = False) + + ctx.actions.run( + executable = ctx.executable._validator, + inputs = depset(transitive = [pkg.files for pkg in ungrouped_pkgs]), + outputs = [validation], + arguments = [validation_args], + mnemonic = "PyImageLayerValidate", + ) + + return [ + DefaultInfo(files = depset(all_tars)), + OutputGroupInfo( + deps = depset(dep_tars), + sources = depset([source_tar]), + _validation = depset([validation]), + ), + ] + +_py_image_layer = rule( + implementation = _py_image_layer_impl, + attrs = { + "binary": attr.label( + mandatory = True, + aspects = [_layer_aspect, _merge_aspect], + ), + "groups": attr.label_keyed_string_dict(default = {}), + "group_execution_requirements": attr.string_list_dict(default = {}), + "group_compress_levels": attr.string_dict(default = {}), + "warn_remote_cache_threshold_mb": attr.int(default = 200), + "warn_layer_count": attr.int(default = 90), + "root": attr.string(default = "/"), + "strip_prefix": attr.string(default = ""), + "platform": attr.string(default = ""), + "_validator": attr.label( + default = "//py/private:py_image_layer_validator", + executable = True, + cfg = "exec", + allow_files = True, + ), + }, + cfg = _platform_cfg, + toolchains = [_TAR_TOOLCHAIN], +) + def py_image_layer( name, binary, + groups = {}, + group_execution_requirements = {}, + group_compress_levels = {}, + warn_remote_cache_threshold_mb = 200, + warn_layer_count = 90, root = "/", - layer_groups = {}, - compress = "gzip", - tar_args = [], - compute_unused_inputs = 1, + strip_prefix = "", platform = None, - owner = None, - group = None, **kwargs): - """Produce a separate tar output for each layer of a python app - - > Requires `awk` to be installed on the host machine/rbe runner. + """Create OCI-compatible tars from a py_binary or py_venv target. - For better performance, it is recommended to split the output of a py_binary into multiple layers. - This can be done by grouping files into layers based on their path by using the `layer_groups` attribute. + Pip-package grouping + compression is resolved from the `//py:layer_tier` + label_flag. Override globally with `--//py:layer_tier=//path:custom_tier`. - The matching order for layer groups is as follows: - 1. `layer_groups` are checked first. - 2. If no match is found for `layer_groups`, the `default layer groups` are checked. - 3. Any remaining files are placed into the default layer. + ## Output layers - The default layer groups are: - ``` - { - "packages": "\\.runfiles/.*/site-packages", # contains third-party deps - "interpreter": "\\.runfiles/..python__[-_][-_].../", # contains the python interpreter - } - ``` + 1. Non-pip deps listed in `groups` → one rule-created tar per group. + 2. Solo-group and subpath-split pip tars — built by `_layer_aspect` at each pip + target's own namespace; globally shared across every rule using that package. + 3. Multi-member merged tars — one per group, built by `_merge_aspect` at the + binary's namespace from the closure-filtered union of member install_dirs. + 4. Ungrouped pip packages → one squashed rule-created tar. + 5. First-party Python source files → the "default" layer. Args: - name: base name for targets - binary: a py_binary target - root: Path to where the layers should be rooted. If not specified, the layers will be rooted at the workspace root. - layer_groups: Additional layer groups to create. They are used to group files into layers based on their path. In the form of: ```{"": "regex_to_match_against_file_paths"}``` - compress: Compression algorithm to use. Default is gzip. See: https://github.com/bazel-contrib/bazel-lib/blob/main/docs/tar.md#tar_rule-compress - compute_unused_inputs: Whether to compute unused inputs. Default is 1. See: https://github.com/bazel-contrib/bazel-lib/blob/main/docs/tar.md#tar_rule-compute_unused_inputs - platform: The platform to use for the transition. Default is None. See: https://github.com/bazel-contrib/bazel-lib/blob/main/docs/transitions.md#platform_transition_binary-target_platform - owner: An owner uid for the uncompressed files. See mtree_mutate: https://github.com/bazel-contrib/bazel-lib/blob/main/docs/tar.md#mutating-the-tar-contents - group: A group uid for the uncompressed files. See mtree_mutate: https://github.com/bazel-contrib/bazel-lib/blob/main/docs/tar.md#mutating-the-tar-contents - tar_args: Additional arguments to pass to the tar rule. Default is `[]`. See: https://github.com/bazel-contrib/bazel-lib/blob/main/docs/tar.md#tar_rule-args - **kwargs: attribute that apply to all targets expanded by the macro - - Returns: - A list of labels for each layer. + name: Name of the generated target. + binary: A py_venv or py_binary target. + groups: Maps a NON-PIP dep label to a group name. Each gets its own rule-created + tar. All pip-package grouping (whole-package, subpath, multi-member) belongs + in layer_tier — subpath glob keys passed here fail loudly. + group_execution_requirements: Maps a group name to execution requirement strings. + The group name "packages" applies to the squashed ungrouped-pip tar. + group_compress_levels: Maps a group name to a gzip compression level (1-9) for + rule-created tars (non-pip deps, squashed ungrouped pip tar, source). Default 6. + Does NOT apply to aspect-created pip tars (configure via the layer_tier target). + warn_remote_cache_threshold_mb: Threshold for large package warnings. + warn_layer_count: Warn when total layers exceed this. Default: 90. + root: Root path in image. Default: "/". + strip_prefix: Prefix stripped from source file paths. + platform: Platform transition target. + **kwargs: Forwarded to inner rule. """ - if root != None and not root.startswith("/"): - fail("root path must start with '/' but got '{root}', expected '/{root}'".format(root = root)) - - # Produce the manifest for a tar file of our py_binary, but don't tar it up yet, so we can split - # into fine-grained layers for better pull, push and remote cache performance. - manifest_name = name + ".manifest" - if owner: - mtree_spec( - name = manifest_name + ".preprocessed", - srcs = [binary], - **kwargs - ) - mtree_mutate( - name = manifest_name, - mtree = name + ".manifest.preprocessed", - owner = owner, - group = group, - ) - else: - mtree_spec( - name = manifest_name, - srcs = [binary], - **kwargs - ) + tags = kwargs.pop("tags", []) + ["manual"] - groups = dict(**layer_groups) - groups = dict(groups, **default_layer_groups) - group_names = groups.keys() + ["default"] - - _split_mtree_into_layer_groups(name, root, groups, group_names, **kwargs) - - # Finally create layers using the tar rule - srcs = [] - for group_name in group_names: - tar_target = "{}_{}".format(name, group_name) - tar( - name = tar_target, - srcs = [binary], - mtree = "{}.{}.manifest.spec".format(name, group_name), - compress = compress, - compute_unused_inputs = compute_unused_inputs, - args = tar_args, - **kwargs - ) - srcs.append(tar_target) - - if platform: - platform_transition_filegroup( - name = name, - srcs = srcs, - target_platform = platform, - **kwargs - ) - else: - native.filegroup( - name = name, - srcs = srcs, - **kwargs - ) + for key in groups: + if _split_glob_key(key)[1] != None: + fail( + "py_image_layer.groups no longer supports subpath (glob) keys like %r. " % key + + "Move pip subpath grouping to layer_tier(groups = {...}).", + ) - return srcs + _py_image_layer( + name = name, + binary = binary, + groups = groups, + group_execution_requirements = group_execution_requirements, + group_compress_levels = group_compress_levels, + warn_remote_cache_threshold_mb = warn_remote_cache_threshold_mb, + warn_layer_count = warn_layer_count, + root = root, + strip_prefix = strip_prefix, + platform = platform or "", + tags = tags, + **kwargs + ) + + native.filegroup( + name = name + "_no_src", + srcs = [name], + output_group = "deps", + tags = tags, + ) + native.filegroup( + name = name + "_only_src", + srcs = [name], + output_group = "sources", + tags = tags, + ) diff --git a/py/private/py_image_layer_validator.py b/py/private/py_image_layer_validator.py new file mode 100644 index 000000000..3159f087f --- /dev/null +++ b/py/private/py_image_layer_validator.py @@ -0,0 +1,319 @@ +#!/usr/bin/env python3 +"""py_image_layer_validator — validate pip layer sizing for a py_image_layer target. + +Invoked as a Bazel validation action. Fails (exit 1) with actionable `layer_tier` snippets +when the squashed pip layer exceeds a size threshold, when the OCI 127-layer hard limit is +breached, or when any individual pip package is unusually large. + +Usage: + py_image_layer_validator --threshold_mb N --output FILE [label=path ...] + label=path — one entry per ungrouped pip package; `label` is the canonical pip label + (e.g. @pip//numpy), `path` is its install directory / file. +""" + +from __future__ import annotations + +import argparse +import contextlib +import csv +import glob +import os +import sys + +_OCI_LAYER_HARD_LIMIT = 127 +_BINARY_GLOBS = {"*.so*", "*.pyd", "*.dylib", "*.dll"} +_LAYER_TIER_TARGET = "@aspect_rules_py//py:layer_tier" +_DEFAULT_LAYER_TIER_TARGET = "@aspect_rules_py//py/private:default_layer_tier" + +_LAYER_COUNT_SUGGESTION_COMMENT = [ + " # Too many layers: consolidate related packages under a shared group name.", + " # Example (replace with your actual packages):", + '# "@pip//numpy": "scipy_stack",', + '# "@pip//scipy": "scipy_stack",', + '# "@pip//nvidia_cublas_cu12": "cuda",', + '# "@pip//nvidia_cudnn_cu12": "cuda",', +] + + +def _pkg_name_from_label(label): + """@@pip//torch:torch → torch (suitable as a Bazel target / group name).""" + return label.split("//")[-1].split(":")[0].strip("@").replace("-", "_") + + +def _record_size(pkg_path): + """Return the total installed size in bytes from dist-info/RECORD, or None if unavailable.""" + pattern = os.path.join(pkg_path, "*.dist-info", "RECORD") + matches = glob.glob(pattern) + if not matches: + return None + total = 0 + try: + with open(matches[0], newline="", errors="replace") as fh: + for row in csv.reader(fh): + if len(row) >= 3 and row[2].strip(): + with contextlib.suppress(ValueError): + total += int(row[2]) + except OSError: + return None + return total + + +def _dir_size(path): + total = 0 + for dirpath, _dirnames, filenames in os.walk(path): + for fname in filenames: + with contextlib.suppress(OSError): + total += os.path.getsize(os.path.join(dirpath, fname)) + return total + + +def _pkg_size(paths): + """Return total installed size for a package, using RECORD when available.""" + total = 0 + for path in paths: + if os.path.isdir(path): + size = _record_size(path) + total += size if size is not None else _dir_size(path) + elif os.path.isfile(path): + with contextlib.suppress(OSError): + total += os.path.getsize(path) + return total + + +def _pkg_is_binary(paths): + """Return True if any install dir has Root-Is-Purelib: false in dist-info/WHEEL.""" + for path in paths: + if not os.path.isdir(path): + continue + pattern = os.path.join(path, "*.dist-info", "WHEEL") + for wheel_file in glob.glob(pattern): + with contextlib.suppress(OSError), open(wheel_file, errors="replace") as fh: + for line in fh: + key, _, value = line.partition(":") + if key.strip().lower() == "root-is-purelib" and value.strip().lower() == "false": + return True + return False + + +def _find_large_files(paths, min_bytes): + """Return (basename, size) for files at or above min_bytes, largest first.""" + results = [] + for path in paths: + if os.path.isdir(path): + for dirpath, _, filenames in os.walk(path): + for fname in filenames: + fpath = os.path.join(dirpath, fname) + with contextlib.suppress(OSError): + size = os.path.getsize(fpath) + if size >= min_bytes: + results.append((fname, size)) + elif os.path.isfile(path): + with contextlib.suppress(OSError): + size = os.path.getsize(path) + if size >= min_bytes: + results.append((os.path.basename(path), size)) + return sorted(results, key=lambda x: -x[1]) + + +def _glob_for_file(basename): + """Return a glob pattern that matches basename (no path separators).""" + idx = basename.find(".so") + if idx >= 0: + suffix = basename[idx + 3:] + if suffix == "" or (suffix and suffix[0] == "."): + return "*.so*" + for ext in (".pyd", ".dylib", ".dll"): + if basename.endswith(ext): + return "*" + ext + _, dot, ext = basename.rpartition(".") + if dot: + return "*." + ext + return basename + + +def _suggest_subpath_groups(label, paths, min_file_bytes): + """Return (groups_key, group_name, display_line, is_binary) tuples for large files.""" + large_files = _find_large_files(paths, min_file_bytes) + if not large_files: + return [] + + pattern_files = {} + for basename, size in large_files: + pattern_files.setdefault(_glob_for_file(basename), []).append((basename, size)) + + pkg_name = _pkg_name_from_label(label) + results = [] + for pat, files in sorted(pattern_files.items(), key=lambda kv: -sum(s for _, s in kv[1])): + total_mb = sum(s for _, s in files) // (1024 * 1024) + examples = ", ".join("{} ({}MB)".format(name, size // (1024 * 1024)) for name, size in files[:3]) + if len(files) > 3: + examples += ", +{} more".format(len(files) - 3) + slug = pat.lstrip("*").lstrip(".").replace(".", "_").replace("*", "") + group_name = "{}_{}".format(pkg_name, slug) if slug else pkg_name + groups_key = "{}:{}".format(label, pat) + display_line = ' "{}": "{}", # {} ({}MB)'.format(groups_key, group_name, examples, total_mb) + results.append((groups_key, group_name, display_line, pat in _BINARY_GLOBS)) + return results + + +class _Suggestions: + """Accumulates deduplicated layer_tier suggestions from the various check paths. + + Keys into group_lines are either a plain label (whole-package) or a `label:glob` + (subpath). If a subpath entry lands for a label, any earlier whole-package entry + for that same label is dropped — subpath wins. + """ + + def __init__(self): + self.group_lines = {} + self.compression = {} + + def add_group(self, groups_key, display_line): + if ":" in groups_key.split("//")[-1]: + whole_key = groups_key.rsplit(":", 1)[0] + self.group_lines.pop(whole_key, None) + else: + for existing in self.group_lines: + if existing.startswith(groups_key + ":"): + return + self.group_lines.setdefault(groups_key, display_line) + + def add_compression(self, label, level): + self.compression.setdefault(label, level) + + +def _add_whole_promotion(suggestions, label, size_mb, is_binary, annotation): + """Emit a whole-package promotion suggestion (with optional compression override).""" + pkg_name = _pkg_name_from_label(label) + suggestions.add_group(label, ' "{}": "{}", # {} ({}MB)'.format(label, pkg_name, annotation, size_mb)) + if is_binary: + suggestions.add_compression(label, "1") + + +def _add_subpath_or_whole(suggestions, label, paths, size_mb, is_binary, per_file_threshold): + """Emit subpath suggestions if the package has natural glob splits; otherwise whole-package.""" + subpath_suggestions = _suggest_subpath_groups(label, paths, per_file_threshold) + if subpath_suggestions: + for groups_key, _group_name, display_line, is_bin_glob in subpath_suggestions: + suggestions.add_group(groups_key, display_line) + if is_bin_glob: + suggestions.add_compression(label, "1") + else: + _add_whole_promotion(suggestions, label, size_mb, is_binary, annotation="whole package") + + +def main(): + parser = argparse.ArgumentParser() + parser.add_argument("--threshold_mb", type=int, default=200) + parser.add_argument("--layer_count", type=int, default=0) + parser.add_argument("--warn_layer_count", type=int, default=90) + parser.add_argument("--output", required=True) + parser.add_argument("pkg_paths", nargs="*", metavar="label=path") + args = parser.parse_args() + + threshold_bytes = args.threshold_mb * 1024 * 1024 + per_file_threshold_bytes = max(threshold_bytes // 4, 10 * 1024 * 1024) + + pkg_path_map = {} + for entry in args.pkg_paths: + label, _, path = entry.partition("=") + if not path: + continue + pkg_path_map.setdefault(label, []).append(path) + + pkg_sizes = {label: _pkg_size(paths) for label, paths in pkg_path_map.items()} + pkg_binary = {label: _pkg_is_binary(paths) for label, paths in pkg_path_map.items()} + + messages = [] + suggestions = _Suggestions() + + layer_count_comment_lines = [] + if args.layer_count > _OCI_LAYER_HARD_LIMIT: + messages.append( + "ERROR: image has {} layers (OCI limit {}).".format(args.layer_count, _OCI_LAYER_HARD_LIMIT) + + " Add groups= entries to reduce pip layer count." + ) + layer_count_comment_lines = list(_LAYER_COUNT_SUGGESTION_COMMENT) + elif args.layer_count > args.warn_layer_count: + messages.append( + "WARNING: image has {} layers (warn threshold: {}, hard limit: {}).".format( + args.layer_count, args.warn_layer_count, _OCI_LAYER_HARD_LIMIT + ) + ) + layer_count_comment_lines = list(_LAYER_COUNT_SUGGESTION_COMMENT) + + squashed_total = sum(pkg_sizes.values()) + if squashed_total > threshold_bytes: + squashed_mb = squashed_total // (1024 * 1024) + messages.append( + "ERROR: squashed pip layer is {}MB (threshold {}MB).".format(squashed_mb, args.threshold_mb) + + " Promote the largest ungrouped packages below into layer_tier to shrink it." + ) + for label, size in sorted(pkg_sizes.items(), key=lambda kv: -kv[1])[:15]: + mb = size // (1024 * 1024) + if mb < 1: + break + _add_whole_promotion(suggestions, label, mb, pkg_binary.get(label, False), annotation="") + + binary_below_threshold = [] + for label, size in sorted(pkg_sizes.items()): + if size <= threshold_bytes: + if pkg_binary.get(label): + binary_below_threshold.append(label) + continue + mb = size // (1024 * 1024) + messages.append("WARNING: {} is {}MB — unusually large pip package.".format(label, mb)) + _add_subpath_or_whole( + suggestions, + label, + pkg_path_map[label], + mb, + pkg_binary.get(label, False), + per_file_threshold_bytes, + ) + + if binary_below_threshold: + messages.append( + "NOTE: the following binary packages (Root-Is-Purelib: false) are in the squashed" + " layer. Add them to layer_tier(groups={...}, compression={...}) to promote them" + " to dedicated, compression-tuned layers:" + ) + for lbl in sorted(binary_below_threshold): + pkg_name = _pkg_name_from_label(lbl) + messages.append( + ' "{}": "{}", # binary package — consider compression ["zstd", "1"]'.format(lbl, pkg_name) + ) + + lines = list(messages) + if suggestions.group_lines or layer_count_comment_lines: + lines.append(" Suggested additions to layer_tier(groups=...) to promote these out of the squashed layer:") + lines.append(" groups = {") + lines.extend(layer_count_comment_lines) + lines.extend(suggestions.group_lines.values()) + lines.append(" }") + if suggestions.compression: + lines.append(" Suggested additions to layer_tier(compression=...) for the packages above") + lines.append(" (binary files compress poorly; level 1 is fastest):") + lines.append(" compression = {") + for label, level in suggestions.compression.items(): + lines.append(' "{}": ["gzip", "{}"],'.format(label, level)) + lines.append(" }") + lines.append( + " Edit the `layer_tier` target your {} label_flag points at (default: {}).".format( + _LAYER_TIER_TARGET, _DEFAULT_LAYER_TIER_TARGET + ) + ) + + report = "\n".join(lines) if lines else "OK: all package groups within threshold." + + with open(args.output, "w") as fh: + fh.write(report + "\n") + + if lines: + print(report, file=sys.stderr) + if any(line.startswith("ERROR:") for line in lines): + sys.exit(1) + + +if __name__ == "__main__": + main() diff --git a/py/tests/internal-deps/adder/BUILD.bazel b/py/tests/internal-deps/adder/BUILD.bazel index 2fe79212b..583a01535 100644 --- a/py/tests/internal-deps/adder/BUILD.bazel +++ b/py/tests/internal-deps/adder/BUILD.bazel @@ -9,9 +9,5 @@ py_library( imports = [".."], # This library contributes to the container test, testing we can pull in and use a library from another # package in the repo. - visibility = [ - "//py/tests/internal-deps:__pkg__", - "//py/tests/py_image_layer:__pkg__", - "//py/tests/py_venv_image_layer:__pkg__", - ], + visibility = ["//visibility:public"], ) From 97c97a2a53e71f3bd95877574a159436dad5aab6 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Thu, 23 Apr 2026 18:46:42 -0700 Subject: [PATCH 02/11] 1p tiers --- e2e/cases/oci/py_image_layer/BUILD.bazel | 43 +- .../my_app_layers_fp_listing.yaml | 2349 +++++++++++++++++ py/private/py_image_layer.bzl | 161 +- 3 files changed, 2522 insertions(+), 31 deletions(-) create mode 100644 e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml diff --git a/e2e/cases/oci/py_image_layer/BUILD.bazel b/e2e/cases/oci/py_image_layer/BUILD.bazel index 4403b7e3e..9a2c3870a 100644 --- a/e2e/cases/oci/py_image_layer/BUILD.bazel +++ b/e2e/cases/oci/py_image_layer/BUILD.bazel @@ -1,4 +1,4 @@ -load("@aspect_rules_py//py:defs.bzl", "py_binary", "py_image_layer") +load("@aspect_rules_py//py:defs.bzl", "layer_tier", "py_binary", "py_image_layer") load("@bazel_lib//lib:transitions.bzl", "platform_transition_filegroup") load("@container_structure_test//:defs.bzl", "container_structure_test") load("@rules_oci//oci:defs.bzl", "oci_image", "oci_load") @@ -40,12 +40,47 @@ py_image_layer( binary = ":my_app_bin", ) +# Tier wired into :my_app_layers_fp that exercises both first-party and third-party +# grouping end-to-end: +# - //cases/oci/py_image_layer/branding (first-party py_library) → "branding" layer +# - @pip//colorama (third-party pip package) → "colorama" rest layer +# - @pip//colorama:**/*.py → "colorama_code" subpath +# The .py files peel off into their own layer; the remainder (dist-info metadata, +# license, etc.) stays in the "colorama" whole-group layer. Compression is bumped +# to gzip -9 to verify the compression attr is wired through. +layer_tier( + name = "my_app_tier", + compression = { + "@pip//colorama": [ + "gzip", + "9", + ], + }, + groups = { + "//cases/oci/py_image_layer/branding": "branding", + "@pip//colorama": "colorama", + "@pip//colorama:**/*.py": "colorama_code", + }, +) + +py_image_layer( + name = "my_app_layers_fp", + binary = ":my_app_bin", + layer_tier = ":my_app_tier", +) + platform_transition_filegroup( name = "platform_layers", srcs = [":my_app_layers"], target_platform = ":x86_64_linux", ) +platform_transition_filegroup( + name = "platform_layers_fp", + srcs = [":my_app_layers_fp"], + target_platform = ":x86_64_linux", +) + # FIXME(Bazel 8+): This listing needs to be updated/ # Contains old style ~ munging. assert_tar_listing( @@ -54,6 +89,12 @@ assert_tar_listing( expected = ":my_app_layers_listing.yaml", ) +assert_tar_listing( + name = "my_app_layers_fp_test", + actual = [":platform_layers_fp"], + expected = ":my_app_layers_fp_listing.yaml", +) + oci_image( name = "image", # This is defined by an oci.pull() call in /MODULE.bazel diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml new file mode 100644 index 000000000..00f01bfe7 --- /dev/null +++ b/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml @@ -0,0 +1,2349 @@ +--- +layer: 0 +files: + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py +--- +layer: 1 +files: + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py +--- +layer: 2 +files: + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt +--- +layer: 3 +files: + - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py + - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3.11 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3.11 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3.11 + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3-config + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11-config + - -rwxr-xr-x 0 0 0 2854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/Python.h + - -rwxr-xr-x 0 0 0 31404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/abstract.h + - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bltinmodule.h + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/boolobject.h + - -rwxr-xr-x 0 0 0 1462 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytearrayobject.h + - -rwxr-xr-x 0 0 0 2617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytesobject.h + - -rwxr-xr-x 0 0 0 6255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/ceval.h + - -rwxr-xr-x 0 0 0 7071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/codecs.h + - -rwxr-xr-x 0 0 0 520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/compile.h + - -rwxr-xr-x 0 0 0 724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/complexobject.h + - -rwxr-xr-x 0 0 0 8229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/abstract.h + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytearrayobject.h + - -rwxr-xr-x 0 0 0 4802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytesobject.h + - -rwxr-xr-x 0 0 0 723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/cellobject.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/ceval.h + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/classobject.h + - -rwxr-xr-x 0 0 0 11484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/code.h + - -rwxr-xr-x 0 0 0 2218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/compile.h + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/complexobject.h + - -rwxr-xr-x 0 0 0 1959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/context.h + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/descrobject.h + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/dictobject.h + - -rwxr-xr-x 0 0 0 818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileobject.h + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileutils.h + - -rwxr-xr-x 0 0 0 702 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/floatobject.h + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/frameobject.h + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/funcobject.h + - -rwxr-xr-x 0 0 0 3279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/genobject.h + - -rwxr-xr-x 0 0 0 1526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/import.h + - -rwxr-xr-x 0 0 0 7817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/initconfig.h + - -rwxr-xr-x 0 0 0 1769 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/listobject.h + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longintrepr.h + - -rwxr-xr-x 0 0 0 4532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longobject.h + - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/methodobject.h + - -rwxr-xr-x 0 0 0 4303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/modsupport.h + - -rwxr-xr-x 0 0 0 18305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/object.h + - -rwxr-xr-x 0 0 0 2998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/objimpl.h + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/odictobject.h + - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/picklebufobject.h + - -rwxr-xr-x 0 0 0 3505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pthread_stubs.h + - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyctype.h + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pydebug.h + - -rwxr-xr-x 0 0 0 4522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyerrors.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyfpe.h + - -rwxr-xr-x 0 0 0 582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyframe.h + - -rwxr-xr-x 0 0 0 2099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pylifecycle.h + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pymem.h + - -rwxr-xr-x 0 0 0 14351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pystate.h + - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythonrun.h + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythread.h + - -rwxr-xr-x 0 0 0 12158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pytime.h + - -rwxr-xr-x 0 0 0 1997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/setobject.h + - -rwxr-xr-x 0 0 0 489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/sysmodule.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/traceback.h + - -rwxr-xr-x 0 0 0 1513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/tupleobject.h + - -rwxr-xr-x 0 0 0 42739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/unicodeobject.h + - -rwxr-xr-x 0 0 0 560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/warnings.h + - -rwxr-xr-x 0 0 0 2103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/weakrefobject.h + - -rwxr-xr-x 0 0 0 9635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/datetime.h + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/descrobject.h + - -rwxr-xr-x 0 0 0 3852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dictobject.h + - -rwxr-xr-x 0 0 0 22471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dynamic_annotations.h + - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/enumobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/errcode.h + - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/exports.h + - -rwxr-xr-x 0 0 0 1570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileobject.h + - -rwxr-xr-x 0 0 0 507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileutils.h + - -rwxr-xr-x 0 0 0 1530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/floatobject.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/frameobject.h + - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/genericaliasobject.h + - -rwxr-xr-x 0 0 0 3025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/import.h + - -rwxr-xr-x 0 0 0 611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_abstract.h + - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_accu.h + - -rwxr-xr-x 0 0 0 3031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_asdl.h + - -rwxr-xr-x 0 0 0 29315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast.h + - -rwxr-xr-x 0 0 0 6549 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast_state.h + - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic.h + - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic_funcs.h + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bitutils.h + - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_blocks_output_buffer.h + - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytes_methods.h + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytesobject.h + - -rwxr-xr-x 0 0 0 3475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_call.h + - -rwxr-xr-x 0 0 0 4409 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ceval.h + - -rwxr-xr-x 0 0 0 15930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_code.h + - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_compile.h + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_condvar.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_context.h + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dict.h + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dtoa.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_emscripten_signal.h + - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_exceptions.h + - -rwxr-xr-x 0 0 0 7403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_fileutils.h + - -rwxr-xr-x 0 0 0 1307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_floatobject.h + - -rwxr-xr-x 0 0 0 480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_format.h + - -rwxr-xr-x 0 0 0 7567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_frame.h + - -rwxr-xr-x 0 0 0 413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_function.h + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gc.h + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_genobject.h + - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_getopt.h + - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gil.h + - -rwxr-xr-x 0 0 0 1436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_objects.h + - -rwxr-xr-x 0 0 0 12980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_strings.h + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hamt.h + - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hashtable.h + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_import.h + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_initconfig.h + - -rwxr-xr-x 0 0 0 6671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interp.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interpreteridobject.h + - -rwxr-xr-x 0 0 0 1352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_list.h + - -rwxr-xr-x 0 0 0 3516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_long.h + - -rwxr-xr-x 0 0 0 1040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_moduleobject.h + - -rwxr-xr-x 0 0 0 392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_namespace.h + - -rwxr-xr-x 0 0 0 10037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_object.h + - -rwxr-xr-x 0 0 0 18986 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_opcode.h + - -rwxr-xr-x 0 0 0 626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_parser.h + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pathconfig.h + - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyarena.h + - -rwxr-xr-x 0 0 0 2494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyerrors.h + - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyhash.h + - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pylifecycle.h + - -rwxr-xr-x 0 0 0 9435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymath.h + - -rwxr-xr-x 0 0 0 3708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymem.h + - -rwxr-xr-x 0 0 0 4250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pystate.h + - -rwxr-xr-x 0 0 0 5988 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime.h + - -rwxr-xr-x 0 0 0 49092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime_init.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_signal.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sliceobject.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_strhex.h + - -rwxr-xr-x 0 0 0 580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_structseq.h + - -rwxr-xr-x 0 0 0 5638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_symtable.h + - -rwxr-xr-x 0 0 0 605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sysmodule.h + - -rwxr-xr-x 0 0 0 3501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_traceback.h + - -rwxr-xr-x 0 0 0 2089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_tuple.h + - -rwxr-xr-x 0 0 0 1158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_typeobject.h + - -rwxr-xr-x 0 0 0 898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ucnhash.h + - -rwxr-xr-x 0 0 0 1716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unicodeobject.h + - -rwxr-xr-x 0 0 0 678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unionobject.h + - -rwxr-xr-x 0 0 0 740 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_warnings.h + - -rwxr-xr-x 0 0 0 772 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/intrcheck.h + - -rwxr-xr-x 0 0 0 593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/iterobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/listobject.h + - -rwxr-xr-x 0 0 0 3736 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/longobject.h + - -rwxr-xr-x 0 0 0 827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/marshal.h + - -rwxr-xr-x 0 0 0 2810 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/memoryobject.h + - -rwxr-xr-x 0 0 0 5072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/methodobject.h + - -rwxr-xr-x 0 0 0 6541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/modsupport.h + - -rwxr-xr-x 0 0 0 2374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/moduleobject.h + - -rwxr-xr-x 0 0 0 29800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/object.h + - -rwxr-xr-x 0 0 0 8428 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/objimpl.h + - -rwxr-xr-x 0 0 0 11187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/opcode.h + - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osdefs.h + - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osmodule.h + - -rwxr-xr-x 0 0 0 1301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/patchlevel.h + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/py_curses.h + - -rwxr-xr-x 0 0 0 5115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pybuffer.h + - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pycapsule.h + - -rwxr-xr-x 0 0 0 53348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyconfig.h + - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pydtrace.h + - -rwxr-xr-x 0 0 0 12782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyerrors.h + - -rwxr-xr-x 0 0 0 2850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyexpat.h + - -rwxr-xr-x 0 0 0 551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyframe.h + - -rwxr-xr-x 0 0 0 4154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyhash.h + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pylifecycle.h + - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacconfig.h + - -rwxr-xr-x 0 0 0 6064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacro.h + - -rwxr-xr-x 0 0 0 1979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymath.h + - -rwxr-xr-x 0 0 0 3890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymem.h + - -rwxr-xr-x 0 0 0 24452 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyport.h + - -rwxr-xr-x 0 0 0 4635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystate.h + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrcmp.h + - -rwxr-xr-x 0 0 0 1557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrtod.h + - -rwxr-xr-x 0 0 0 1189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythonrun.h + - -rwxr-xr-x 0 0 0 4833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythread.h + - -rwxr-xr-x 0 0 0 851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pytypedefs.h + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/rangeobject.h + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/setobject.h + - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sliceobject.h + - -rwxr-xr-x 0 0 0 2040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structmember.h + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structseq.h + - -rwxr-xr-x 0 0 0 1381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sysmodule.h + - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/token.h + - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/traceback.h + - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tracemalloc.h + - -rwxr-xr-x 0 0 0 1613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tupleobject.h + - -rwxr-xr-x 0 0 0 2342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/typeslots.h + - -rwxr-xr-x 0 0 0 36032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/unicodeobject.h + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/warnings.h + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/weakrefobject.h + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itcl.tcl + - -rwxr-xr-x 0 0 0 2886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclConfig.sh + - -rwxr-xr-x 0 0 0 19378 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclHullCmds.tcl + - -rwxr-xr-x 0 0 0 12114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclWidget.tcl + - -rwxr-xr-x 0 0 0 306344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/libtcl9itcl4.3.5.so + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so.1.0 + - -rwxr-xr-x 0 0 0 16800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.so + - -rwxr-xr-x 0 0 0 2385136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9.0.so + - -rwxr-xr-x 0 0 0 3119304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9tk9.0.so + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11.pc + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3.pc + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/LICENSE.txt + - -rwxr-xr-x 0 0 0 5218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__future__.py + - -rwxr-xr-x 0 0 0 227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__hello__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/__init__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/spam.py + - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_aix_support.py + - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_bootsubprocess.py + - -rwxr-xr-x 0 0 0 30193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_collections_abc.py + - -rwxr-xr-x 0 0 0 8761 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compat_pickle.py + - -rwxr-xr-x 0 0 0 5681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compression.py + - -rwxr-xr-x 0 0 0 14653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_markupbase.py + - -rwxr-xr-x 0 0 0 22023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_osx_support.py + - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_py_abc.py + - -rwxr-xr-x 0 0 0 229202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pydecimal.py + - -rwxr-xr-x 0 0 0 94193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pyio.py + - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sitebuiltins.py + - -rwxr-xr-x 0 0 0 25175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_strptime.py + - -rwxr-xr-x 0 0 0 39698 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py + - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_threading_local.py + - -rwxr-xr-x 0 0 0 5893 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_weakrefset.py + - -rwxr-xr-x 0 0 0 6538 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/abc.py + - -rwxr-xr-x 0 0 0 34211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/aifc.py + - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/antigravity.py + - -rwxr-xr-x 0 0 0 100283 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/argparse.py + - -rwxr-xr-x 0 0 0 61444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ast.py + - -rwxr-xr-x 0 0 0 11570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asynchat.py + - -rwxr-xr-x 0 0 0 1188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__init__.py + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__main__.py + - -rwxr-xr-x 0 0 0 75384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_events.py + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_futures.py + - -rwxr-xr-x 0 0 0 8869 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_subprocess.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_tasks.py + - -rwxr-xr-x 0 0 0 1326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/constants.py + - -rwxr-xr-x 0 0 0 3400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/coroutines.py + - -rwxr-xr-x 0 0 0 28641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/events.py + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/exceptions.py + - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/format_helpers.py + - -rwxr-xr-x 0 0 0 14212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/futures.py + - -rwxr-xr-x 0 0 0 19014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/locks.py + - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/log.py + - -rwxr-xr-x 0 0 0 481 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/mixins.py + - -rwxr-xr-x 0 0 0 33264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/proactor_events.py + - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/protocols.py + - -rwxr-xr-x 0 0 0 7974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/queues.py + - -rwxr-xr-x 0 0 0 6842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/runners.py + - -rwxr-xr-x 0 0 0 45400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/selector_events.py + - -rwxr-xr-x 0 0 0 31739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/sslproto.py + - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/staggered.py + - -rwxr-xr-x 0 0 0 27503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/streams.py + - -rwxr-xr-x 0 0 0 7682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/subprocess.py + - -rwxr-xr-x 0 0 0 8471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/taskgroups.py + - -rwxr-xr-x 0 0 0 34433 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/tasks.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/threads.py + - -rwxr-xr-x 0 0 0 5321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/timeouts.py + - -rwxr-xr-x 0 0 0 10722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/transports.py + - -rwxr-xr-x 0 0 0 2475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/trsock.py + - -rwxr-xr-x 0 0 0 51915 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/unix_events.py + - -rwxr-xr-x 0 0 0 34691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_events.py + - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_utils.py + - -rwxr-xr-x 0 0 0 20310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncore.py + - -rwxr-xr-x 0 0 0 21028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/base64.py + - -rwxr-xr-x 0 0 0 32463 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bdb.py + - -rwxr-xr-x 0 0 0 3135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bisect.py + - -rwxr-xr-x 0 0 0 11847 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bz2.py + - -rwxr-xr-x 0 0 0 6346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cProfile.py + - -rwxr-xr-x 0 0 0 24731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/calendar.py + - -rwxr-xr-x 0 0 0 34479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgi.py + - -rwxr-xr-x 0 0 0 12421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgitb.py + - -rwxr-xr-x 0 0 0 5500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/chunk.py + - -rwxr-xr-x 0 0 0 14873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cmd.py + - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/code.py + - -rwxr-xr-x 0 0 0 37150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codecs.py + - -rwxr-xr-x 0 0 0 5907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codeop.py + - -rwxr-xr-x 0 0 0 52018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/__init__.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/abc.py + - -rwxr-xr-x 0 0 0 4062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/colorsys.py + - -rwxr-xr-x 0 0 0 20252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/compileall.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/__init__.py + - -rwxr-xr-x 0 0 0 1558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/__init__.py + - -rwxr-xr-x 0 0 0 22833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/_base.py + - -rwxr-xr-x 0 0 0 35479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/process.py + - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/thread.py + - -rwxr-xr-x 0 0 0 155142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Makefile + - -rwxr-xr-x 0 0 0 11182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup + - -rwxr-xr-x 0 0 0 878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.bootstrap + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.local + - -rwxr-xr-x 0 0 0 5449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.stdlib + - -rwxr-xr-x 0 0 0 8593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c.in + - -rwxr-xr-x 0 0 0 15358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/install-sh + - -rwxr-xr-x 0 0 0 9262 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/makesetup + - -rwxr-xr-x 0 0 0 2100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python-config.py + - -rwxr-xr-x 0 0 0 4092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python.o + - -rwxr-xr-x 0 0 0 55660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/configparser.py + - -rwxr-xr-x 0 0 0 27414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextlib.py + - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextvars.py + - -rwxr-xr-x 0 0 0 8681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copy.py + - -rwxr-xr-x 0 0 0 7677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copyreg.py + - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/crypt.py + - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/csv.py + - -rwxr-xr-x 0 0 0 17902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/__init__.py + - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_aix.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_endian.py + - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/README.ctypes + - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/__init__.py + - -rwxr-xr-x 0 0 0 5024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dyld.py + - -rwxr-xr-x 0 0 0 960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dylib.py + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib.bat + - -rwxr-xr-x 0 0 0 1105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/framework.py + - -rwxr-xr-x 0 0 0 13959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/util.py + - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/wintypes.py + - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/__init__.py + - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/ascii.py + - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/has_key.py + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/panel.py + - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/textpad.py + - -rwxr-xr-x 0 0 0 58472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dataclasses.py + - -rwxr-xr-x 0 0 0 91832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/datetime.py + - -rwxr-xr-x 0 0 0 5882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/__init__.py + - -rwxr-xr-x 0 0 0 11594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/dumb.py + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/gnu.py + - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/ndbm.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/decimal.py + - -rwxr-xr-x 0 0 0 83308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/difflib.py + - -rwxr-xr-x 0 0 0 28906 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dis.py + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/README + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/__init__.py + - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/archive_util.py + - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/bcppcompiler.py + - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cmd.py + - -rwxr-xr-x 0 0 0 771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build.py + - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 31627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 5890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/check.py + - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/clean.py + - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/command_template + - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/config.py + - -rwxr-xr-x 0 0 0 28242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install.py + - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/register.py + - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/upload.py + - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/config.py + - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/core.py + - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/debug.py + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dir_util.py + - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dist.py + - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/errors.py + - -rwxr-xr-x 0 0 0 10529 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/extension.py + - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/file_util.py + - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/filelist.py + - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/log.py + - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvc9compiler.py + - -rwxr-xr-x 0 0 0 23527 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvccompiler.py + - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/spawn.py + - -rwxr-xr-x 0 0 0 12435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/text_file.py + - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 21032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/util.py + - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/version.py + - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 106297 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/doctest.py + - -rwxr-xr-x 0 0 0 1764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/__init__.py + - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_encoded_words.py + - -rwxr-xr-x 0 0 0 109186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_header_value_parser.py + - -rwxr-xr-x 0 0 0 17821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_parseaddr.py + - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_policybase.py + - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/architecture.rst + - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/base64mime.py + - -rwxr-xr-x 0 0 0 17118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/charset.py + - -rwxr-xr-x 0 0 0 10588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/contentmanager.py + - -rwxr-xr-x 0 0 0 1778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/encoders.py + - -rwxr-xr-x 0 0 0 3814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/errors.py + - -rwxr-xr-x 0 0 0 22802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/feedparser.py + - -rwxr-xr-x 0 0 0 21402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/generator.py + - -rwxr-xr-x 0 0 0 24092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/header.py + - -rwxr-xr-x 0 0 0 20819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/headerregistry.py + - -rwxr-xr-x 0 0 0 2129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/iterators.py + - -rwxr-xr-x 0 0 0 48210 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/message.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/__init__.py + - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/application.py + - -rwxr-xr-x 0 0 0 3094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/audio.py + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/base.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/image.py + - -rwxr-xr-x 0 0 0 1315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/message.py + - -rwxr-xr-x 0 0 0 1619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/multipart.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/nonmultipart.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/text.py + - -rwxr-xr-x 0 0 0 5038 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/parser.py + - -rwxr-xr-x 0 0 0 10519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/policy.py + - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/quoprimime.py + - -rwxr-xr-x 0 0 0 17222 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/utils.py + - -rwxr-xr-x 0 0 0 5884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/__init__.py + - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/aliases.py + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ascii.py + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/base64_codec.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5hkscs.py + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/bz2_codec.py + - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/charmap.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp037.py + - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1006.py + - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1026.py + - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1125.py + - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1140.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1250.py + - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1251.py + - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1252.py + - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1253.py + - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1254.py + - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1255.py + - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1256.py + - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1257.py + - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1258.py + - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp273.py + - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp424.py + - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp437.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp500.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp720.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp737.py + - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp775.py + - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp850.py + - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp852.py + - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp855.py + - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp856.py + - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp857.py + - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp858.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp860.py + - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp861.py + - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp862.py + - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp863.py + - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp864.py + - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp865.py + - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp866.py + - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp869.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp874.py + - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp875.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp932.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp949.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp950.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jis_2004.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jisx0213.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jp.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_kr.py + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb18030.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb2312.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gbk.py + - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hex_codec.py + - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hp_roman8.py + - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hz.py + - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/idna.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_1.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2.py + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2004.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_3.py + - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_ext.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_kr.py + - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_1.py + - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_10.py + - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_11.py + - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_13.py + - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_14.py + - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_15.py + - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_16.py + - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_2.py + - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_3.py + - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_4.py + - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_5.py + - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_6.py + - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_7.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_8.py + - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_9.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/johab.py + - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_r.py + - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_t.py + - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_u.py + - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/kz1048.py + - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/latin_1.py + - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_arabic.py + - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_croatian.py + - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_cyrillic.py + - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_farsi.py + - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_greek.py + - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_iceland.py + - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_latin2.py + - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_roman.py + - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_romanian.py + - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_turkish.py + - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mbcs.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/oem.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/palmos.py + - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ptcp154.py + - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/punycode.py + - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/quopri_codec.py + - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/raw_unicode_escape.py + - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/rot_13.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis_2004.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jisx0213.py + - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/tis_620.py + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/undefined.py + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/unicode_escape.py + - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_be.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_le.py + - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_be.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_le.py + - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_7.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8.py + - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8_sig.py + - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/uu_codec.py + - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/zlib_codec.py + - -rwxr-xr-x 0 0 0 9651 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__init__.py + - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__main__.py + - -rwxr-xr-x 0 0 0 2110226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl + - -rwxr-xr-x 0 0 0 1256281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl + - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_uninstall.py + - -rwxr-xr-x 0 0 0 79583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/enum.py + - -rwxr-xr-x 0 0 0 10178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/filecmp.py + - -rwxr-xr-x 0 0 0 15714 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fileinput.py + - -rwxr-xr-x 0 0 0 5999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fnmatch.py + - -rwxr-xr-x 0 0 0 28677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fractions.py + - -rwxr-xr-x 0 0 0 35815 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ftplib.py + - -rwxr-xr-x 0 0 0 38413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/functools.py + - -rwxr-xr-x 0 0 0 5246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/genericpath.py + - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getopt.py + - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getpass.py + - -rwxr-xr-x 0 0 0 21320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gettext.py + - -rwxr-xr-x 0 0 0 8732 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/glob.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/graphlib.py + - -rwxr-xr-x 0 0 0 24074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gzip.py + - -rwxr-xr-x 0 0 0 11765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hashlib.py + - -rwxr-xr-x 0 0 0 23024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/heapq.py + - -rwxr-xr-x 0 0 0 7716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hmac.py + - -rwxr-xr-x 0 0 0 4775 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/__init__.py + - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/entities.py + - -rwxr-xr-x 0 0 0 20850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/parser.py + - -rwxr-xr-x 0 0 0 7913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/__init__.py + - -rwxr-xr-x 0 0 0 58284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/client.py + - -rwxr-xr-x 0 0 0 77517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookiejar.py + - -rwxr-xr-x 0 0 0 20743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookies.py + - -rwxr-xr-x 0 0 0 49150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/server.py + - -rwxr-xr-x 0 0 0 2152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/CREDITS.txt + - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/ChangeLog + - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/HISTORY.txt + - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/README.txt + - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/folder.gif + - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle.ico + - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.gif + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.png + - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_256.png + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.gif + - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.png + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.gif + - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.png + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/minusnode.gif + - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/openfolder.gif + - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/plusnode.gif + - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/python.gif + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/tk.gif + - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/NEWS2x.txt + - -rwxr-xr-x 0 0 0 55422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/News3.txt + - -rwxr-xr-x 0 0 0 11653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/README.txt + - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/TODO.txt + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__init__.py + - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__main__.py + - -rwxr-xr-x 0 0 0 9354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete.py + - -rwxr-xr-x 0 0 0 20863 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete_w.py + - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autoexpand.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/browser.py + - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip.py + - -rwxr-xr-x 0 0 0 7083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip_w.py + - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/codecontext.py + - -rwxr-xr-x 0 0 0 14783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/colorizer.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-extensions.def + - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-highlight.def + - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-keys.def + - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-main.def + - -rwxr-xr-x 0 0 0 38387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config.py + - -rwxr-xr-x 0 0 0 15230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config_key.py + - -rwxr-xr-x 0 0 0 105314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/configdialog.py + - -rwxr-xr-x 0 0 0 20991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger_r.py + - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj.py + - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj_r.py + - -rwxr-xr-x 0 0 0 1044 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/delegator.py + - -rwxr-xr-x 0 0 0 1993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/dynoption.py + - -rwxr-xr-x 0 0 0 69561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/editor.py + - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/extend.txt + - -rwxr-xr-x 0 0 0 3871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/filelist.py + - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/format.py + - -rwxr-xr-x 0 0 0 7526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/grep.py + - -rwxr-xr-x 0 0 0 78525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.html + - -rwxr-xr-x 0 0 0 11902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.py + - -rwxr-xr-x 0 0 0 8910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help_about.py + - -rwxr-xr-x 0 0 0 4065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/history.py + - -rwxr-xr-x 0 0 0 12889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/hyperparser.py + - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.bat + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.py + - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.pyw + - -rwxr-xr-x 0 0 0 16159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/iomenu.py + - -rwxr-xr-x 0 0 0 9401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/macosx.py + - -rwxr-xr-x 0 0 0 3938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/mainmenu.py + - -rwxr-xr-x 0 0 0 18652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/multicall.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/outwin.py + - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/parenmatch.py + - -rwxr-xr-x 0 0 0 3093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pathbrowser.py + - -rwxr-xr-x 0 0 0 3568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/percolator.py + - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyparse.py + - -rwxr-xr-x 0 0 0 62537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyshell.py + - -rwxr-xr-x 0 0 0 15067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/query.py + - -rwxr-xr-x 0 0 0 6777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/redirector.py + - -rwxr-xr-x 0 0 0 9841 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/replace.py + - -rwxr-xr-x 0 0 0 21078 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/rpc.py + - -rwxr-xr-x 0 0 0 21439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/run.py + - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/runscript.py + - -rwxr-xr-x 0 0 0 4478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/scrolledlist.py + - -rwxr-xr-x 0 0 0 5567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/search.py + - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchbase.py + - -rwxr-xr-x 0 0 0 7415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchengine.py + - -rwxr-xr-x 0 0 0 20338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/sidebar.py + - -rwxr-xr-x 0 0 0 12834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/squeezer.py + - -rwxr-xr-x 0 0 0 4016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/stackviewer.py + - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/statusbar.py + - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/textview.py + - -rwxr-xr-x 0 0 0 6471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tooltip.py + - -rwxr-xr-x 0 0 0 16483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tree.py + - -rwxr-xr-x 0 0 0 11016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/undo.py + - -rwxr-xr-x 0 0 0 731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/util.py + - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/window.py + - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zoomheight.py + - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zzdummy.py + - -rwxr-xr-x 0 0 0 55217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imaplib.py + - -rwxr-xr-x 0 0 0 3952 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imghdr.py + - -rwxr-xr-x 0 0 0 10606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imp.py + - -rwxr-xr-x 0 0 0 6089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/__init__.py + - -rwxr-xr-x 0 0 0 1852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_abc.py + - -rwxr-xr-x 0 0 0 48223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap.py + - -rwxr-xr-x 0 0 0 68962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap_external.py + - -rwxr-xr-x 0 0 0 10969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/abc.py + - -rwxr-xr-x 0 0 0 880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/machinery.py + - -rwxr-xr-x 0 0 0 31109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/__init__.py + - -rwxr-xr-x 0 0 0 1862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_collections.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_text.py + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/readers.py + - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/__init__.py + - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_adapters.py + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_common.py + - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_itertools.py + - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_legacy.py + - -rwxr-xr-x 0 0 0 4571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/abc.py + - -rwxr-xr-x 0 0 0 3557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/readers.py + - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/simple.py + - -rwxr-xr-x 0 0 0 354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/simple.py + - -rwxr-xr-x 0 0 0 12717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/util.py + - -rwxr-xr-x 0 0 0 123419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/inspect.py + - -rwxr-xr-x 0 0 0 4320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/io.py + - -rwxr-xr-x 0 0 0 81414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ipaddress.py + - -rwxr-xr-x 0 0 0 14020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/__init__.py + - -rwxr-xr-x 0 0 0 12473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/decoder.py + - -rwxr-xr-x 0 0 0 16070 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/encoder.py + - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/scanner.py + - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/tool.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/keyword.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/.empty + - -rwxr-xr-x 0 0 0 25928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 69112 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 1754328 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_dbm.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 200072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_testclinic.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 220816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar.txt + - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar.txt + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__init__.py + - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__main__.py + - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_matcher.py + - -rwxr-xr-x 0 0 0 9945 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_utils.py + - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_base.py + - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_util.py + - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/__init__.py + - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_apply.py + - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_asserts.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_basestring.py + - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_buffer.py + - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_dict.py + - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_except.py + - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exec.py + - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_execfile.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exitfunc.py + - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_filter.py + - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_funcattrs.py + - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_future.py + - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_getcwdu.py + - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_has_key.py + - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_idioms.py + - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_import.py + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports.py + - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports2.py + - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_input.py + - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_intern.py + - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_isinstance.py + - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools.py + - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py + - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_long.py + - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_map.py + - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_metaclass.py + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_methodattrs.py + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ne.py + - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_next.py + - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_nonzero.py + - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_numliterals.py + - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_operator.py + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_paren.py + - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_print.py + - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raise.py + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raw_input.py + - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reduce.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reload.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_renames.py + - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_repr.py + - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_set_literal.py + - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_standarderror.py + - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_sys_exc.py + - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_throw.py + - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_tuple_params.py + - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_types.py + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_unicode.py + - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_urllib.py + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ws_comma.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xrange.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xreadlines.py + - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_zip.py + - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/main.py + - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/patcomp.py + - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/__init__.py + - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/conv.py + - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/driver.py + - -rwxr-xr-x 0 0 0 5552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/grammar.py + - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/literals.py + - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/parse.py + - -rwxr-xr-x 0 0 0 13830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/pgen.py + - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/token.py + - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/tokenize.py + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pygram.py + - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pytree.py + - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/refactor.py + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/linecache.py + - -rwxr-xr-x 0 0 0 79095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/locale.py + - -rwxr-xr-x 0 0 0 80677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/__init__.py + - -rwxr-xr-x 0 0 0 37001 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/config.py + - -rwxr-xr-x 0 0 0 61920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/handlers.py + - -rwxr-xr-x 0 0 0 13277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lzma.py + - -rwxr-xr-x 0 0 0 78830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailbox.py + - -rwxr-xr-x 0 0 0 9369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailcap.py + - -rwxr-xr-x 0 0 0 22962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mimetypes.py + - -rwxr-xr-x 0 0 0 23699 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/modulefinder.py + - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/__init__.py + - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/connection.py + - -rwxr-xr-x 0 0 0 11597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/context.py + - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/__init__.py + - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/connection.py + - -rwxr-xr-x 0 0 0 12134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/forkserver.py + - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/heap.py + - -rwxr-xr-x 0 0 0 47684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/managers.py + - -rwxr-xr-x 0 0 0 32759 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/pool.py + - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_fork.py + - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_forkserver.py + - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_posix.py + - -rwxr-xr-x 0 0 0 4515 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_win32.py + - -rwxr-xr-x 0 0 0 12139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/process.py + - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/queues.py + - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/reduction.py + - -rwxr-xr-x 0 0 0 5145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_sharer.py + - -rwxr-xr-x 0 0 0 10332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_tracker.py + - -rwxr-xr-x 0 0 0 18458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/shared_memory.py + - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/sharedctypes.py + - -rwxr-xr-x 0 0 0 9644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/spawn.py + - -rwxr-xr-x 0 0 0 12285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/synchronize.py + - -rwxr-xr-x 0 0 0 14261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/util.py + - -rwxr-xr-x 0 0 0 6929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/netrc.py + - -rwxr-xr-x 0 0 0 41087 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nntplib.py + - -rwxr-xr-x 0 0 0 28766 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ntpath.py + - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nturl2path.py + - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/numbers.py + - -rwxr-xr-x 0 0 0 10447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/opcode.py + - -rwxr-xr-x 0 0 0 10965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/operator.py + - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/optparse.py + - -rwxr-xr-x 0 0 0 39530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/os.py + - -rwxr-xr-x 0 0 0 48566 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pathlib.py + - -rwxr-xr-x 0 0 0 64173 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pdb.py + - -rwxr-xr-x 0 0 0 65132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickle.py + - -rwxr-xr-x 0 0 0 93861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickletools.py + - -rwxr-xr-x 0 0 0 8978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pipes.py + - -rwxr-xr-x 0 0 0 24638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pkgutil.py + - -rwxr-xr-x 0 0 0 42273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/platform.py + - -rwxr-xr-x 0 0 0 28594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/plistlib.py + - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/poplib.py + - -rwxr-xr-x 0 0 0 17072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/posixpath.py + - -rwxr-xr-x 0 0 0 24583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pprint.py + - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/profile.py + - -rwxr-xr-x 0 0 0 29356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pstats.py + - -rwxr-xr-x 0 0 0 6317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pty.py + - -rwxr-xr-x 0 0 0 7837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/py_compile.py + - -rwxr-xr-x 0 0 0 11396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pyclbr.py + - -rwxr-xr-x 0 0 0 112650 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/__init__.py + - -rwxr-xr-x 0 0 0 1325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/_pydoc.css + - -rwxr-xr-x 0 0 0 775171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/topics.py + - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/queue.py + - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/quopri.py + - -rwxr-xr-x 0 0 0 32162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/random.py + - -rwxr-xr-x 0 0 0 15889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/__init__.py + - -rwxr-xr-x 0 0 0 5446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_casefix.py + - -rwxr-xr-x 0 0 0 26089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_compiler.py + - -rwxr-xr-x 0 0 0 5930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_constants.py + - -rwxr-xr-x 0 0 0 42420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_parser.py + - -rwxr-xr-x 0 0 0 5437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/reprlib.py + - -rwxr-xr-x 0 0 0 7827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/rlcompleter.py + - -rwxr-xr-x 0 0 0 13159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/runpy.py + - -rwxr-xr-x 0 0 0 6351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sched.py + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/secrets.py + - -rwxr-xr-x 0 0 0 19671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/selectors.py + - -rwxr-xr-x 0 0 0 8560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shelve.py + - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shlex.py + - -rwxr-xr-x 0 0 0 56517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shutil.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/signal.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/README.txt + - -rwxr-xr-x 0 0 0 6755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/__init__.py + - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/override.py + - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/distutils-precedence.pth + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 4675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 68854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 11731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__init__.py + - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__main__.py + - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__pip-runner__.py + - -rwxr-xr-x 0 0 0 511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/__init__.py + - -rwxr-xr-x 0 0 0 21911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/build_env.py + - -rwxr-xr-x 0 0 0 10345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cache.py + - -rwxr-xr-x 0 0 0 131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/__init__.py + - -rwxr-xr-x 0 0 0 7193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py + - -rwxr-xr-x 0 0 0 9168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/base_command.py + - -rwxr-xr-x 0 0 0 36164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py + - -rwxr-xr-x 0 0 0 817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/command_context.py + - -rwxr-xr-x 0 0 0 6484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/index_command.py + - -rwxr-xr-x 0 0 0 3137 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main.py + - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py + - -rwxr-xr-x 0 0 0 13827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/parser.py + - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py + - -rwxr-xr-x 0 0 0 16482 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/req_command.py + - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/spinners.py + - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py + - -rwxr-xr-x 0 0 0 4026 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/__init__.py + - -rwxr-xr-x 0 0 0 9142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/cache.py + - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/check.py + - -rwxr-xr-x 0 0 0 4565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/completion.py + - -rwxr-xr-x 0 0 0 10105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/configuration.py + - -rwxr-xr-x 0 0 0 6805 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/debug.py + - -rwxr-xr-x 0 0 0 5178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/download.py + - -rwxr-xr-x 0 0 0 3099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/freeze.py + - -rwxr-xr-x 0 0 0 1679 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/hash.py + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/help.py + - -rwxr-xr-x 0 0 0 5520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/index.py + - -rwxr-xr-x 0 0 0 3177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/inspect.py + - -rwxr-xr-x 0 0 0 30588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/install.py + - -rwxr-xr-x 0 0 0 13497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/list.py + - -rwxr-xr-x 0 0 0 6027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/lock.py + - -rwxr-xr-x 0 0 0 5782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/search.py + - -rwxr-xr-x 0 0 0 8066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/show.py + - -rwxr-xr-x 0 0 0 3868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py + - -rwxr-xr-x 0 0 0 5880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/wheel.py + - -rwxr-xr-x 0 0 0 14568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/configuration.py + - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/base.py + - -rwxr-xr-x 0 0 0 929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/installed.py + - -rwxr-xr-x 0 0 0 6627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py + - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py + - -rwxr-xr-x 0 0 0 32165 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/exceptions.py + - -rwxr-xr-x 0 0 0 29 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/__init__.py + - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/collector.py + - -rwxr-xr-x 0 0 0 41776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/package_finder.py + - -rwxr-xr-x 0 0 0 8639 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/sources.py + - -rwxr-xr-x 0 0 0 14157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/__init__.py + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py + - -rwxr-xr-x 0 0 0 7779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py + - -rwxr-xr-x 0 0 0 2550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/base.py + - -rwxr-xr-x 0 0 0 338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/main.py + - -rwxr-xr-x 0 0 0 5824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py + - -rwxr-xr-x 0 0 0 2711 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/_json.py + - -rwxr-xr-x 0 0 0 25420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/base.py + - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py + - -rwxr-xr-x 0 0 0 2804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py + - -rwxr-xr-x 0 0 0 8420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py + - -rwxr-xr-x 0 0 0 10544 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py + - -rwxr-xr-x 0 0 0 62 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/__init__.py + - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/candidate.py + - -rwxr-xr-x 0 0 0 6555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/direct_url.py + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/format_control.py + - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/index.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/installation_report.py + - -rwxr-xr-x 0 0 0 21992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/link.py + - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/release_control.py + - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/scheme.py + - -rwxr-xr-x 0 0 0 4507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/search_scope.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py + - -rwxr-xr-x 0 0 0 4243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/target_python.py + - -rwxr-xr-x 0 0 0 2920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/wheel.py + - -rwxr-xr-x 0 0 0 49 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/__init__.py + - -rwxr-xr-x 0 0 0 20806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/auth.py + - -rwxr-xr-x 0 0 0 4862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/cache.py + - -rwxr-xr-x 0 0 0 12667 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/download.py + - -rwxr-xr-x 0 0 0 7646 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py + - -rwxr-xr-x 0 0 0 19555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/session.py + - -rwxr-xr-x 0 0 0 4091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/utils.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py + - -rwxr-xr-x 0 0 0 4771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py + - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py + - -rwxr-xr-x 0 0 0 1509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py + - -rwxr-xr-x 0 0 0 1136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py + - -rwxr-xr-x 0 0 0 1478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py + - -rwxr-xr-x 0 0 0 5894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/check.py + - -rwxr-xr-x 0 0 0 9854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/freeze.py + - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py + - -rwxr-xr-x 0 0 0 27923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py + - -rwxr-xr-x 0 0 0 28830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/prepare.py + - -rwxr-xr-x 0 0 0 4555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/pyproject.py + - -rwxr-xr-x 0 0 0 3041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/__init__.py + - -rwxr-xr-x 0 0 0 18688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/constructors.py + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/pep723.py + - -rwxr-xr-x 0 0 0 2618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_dependency_group.py + - -rwxr-xr-x 0 0 0 20685 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_file.py + - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_install.py + - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_set.py + - -rwxr-xr-x 0 0 0 24099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py + - -rwxr-xr-x 0 0 0 577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/base.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py + - -rwxr-xr-x 0 0 0 24060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 5047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py + - -rwxr-xr-x 0 0 0 20454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py + - -rwxr-xr-x 0 0 0 34028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py + - -rwxr-xr-x 0 0 0 6018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py + - -rwxr-xr-x 0 0 0 11441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py + - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py + - -rwxr-xr-x 0 0 0 8239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py + - -rwxr-xr-x 0 0 0 13437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py + - -rwxr-xr-x 0 0 0 8284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/__init__.py + - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_jaraco_text.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_log.py + - -rwxr-xr-x 0 0 0 1681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py + - -rwxr-xr-x 0 0 0 2514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compat.py + - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/datetime.py + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py + - -rwxr-xr-x 0 0 0 3200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py + - -rwxr-xr-x 0 0 0 2459 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py + - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/glibc.py + - -rwxr-xr-x 0 0 0 4998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/hashes.py + - -rwxr-xr-x 0 0 0 13414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/logging.py + - -rwxr-xr-x 0 0 0 23722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/misc.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/packaging.py + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/pylock.py + - -rwxr-xr-x 0 0 0 1461 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/retry.py + - -rwxr-xr-x 0 0 0 8983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py + - -rwxr-xr-x 0 0 0 9307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py + - -rwxr-xr-x 0 0 0 12972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/urls.py + - -rwxr-xr-x 0 0 0 3455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py + - -rwxr-xr-x 0 0 0 4468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/wheel.py + - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py + - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py + - -rwxr-xr-x 0 0 0 19144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/git.py + - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py + - -rwxr-xr-x 0 0 0 11787 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py + - -rwxr-xr-x 0 0 0 22599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py + - -rwxr-xr-x 0 0 0 9010 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/wheel_builder.py + - -rwxr-xr-x 0 0 0 9394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/README.rst + - -rwxr-xr-x 0 0 0 4907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/__init__.py + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py + - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py + - -rwxr-xr-x 0 0 0 1953 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py + - -rwxr-xr-x 0 0 0 4117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py + - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py + - -rwxr-xr-x 0 0 0 19102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py + - -rwxr-xr-x 0 0 0 4354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py + - -rwxr-xr-x 0 0 0 4881 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/py.typed + - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py + - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py + - -rwxr-xr-x 0 0 0 270954 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem + - -rwxr-xr-x 0 0 0 3442 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/core.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/py.typed + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__init__.py + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__main__.py + - -rwxr-xr-x 0 0 0 8041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_implementation.py + - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py + - -rwxr-xr-x 0 0 0 1865 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_toml_compat.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/py.typed + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py + - -rwxr-xr-x 0 0 0 41467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py + - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py + - -rwxr-xr-x 0 0 0 18612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py + - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe + - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe + - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe + - -rwxr-xr-x 0 0 0 66682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/util.py + - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe + - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe + - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py + - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/distro.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/py.typed + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py + - -rwxr-xr-x 0 0 0 3438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/codec.py + - -rwxr-xr-x 0 0 0 316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/compat.py + - -rwxr-xr-x 0 0 0 13246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/core.py + - -rwxr-xr-x 0 0 0 79623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py + - -rwxr-xr-x 0 0 0 1898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py + - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/py.typed + - -rwxr-xr-x 0 0 0 243725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 1109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py + - -rwxr-xr-x 0 0 0 5726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py + - -rwxr-xr-x 0 0 0 32390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2707 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 51122 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 39360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/pylock.py + - -rwxr-xr-x 0 0 0 2870 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 22856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 23284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 124451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 22344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9013 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 9281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 6322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py + - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py + - -rwxr-xr-x 0 0 0 1718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/console.py + - -rwxr-xr-x 0 0 0 1910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py + - -rwxr-xr-x 0 0 0 40392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py + - -rwxr-xr-x 0 0 0 4390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py + - -rwxr-xr-x 0 0 0 5385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py + - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py + - -rwxr-xr-x 0 0 0 35349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py + - -rwxr-xr-x 0 0 0 77602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py + - -rwxr-xr-x 0 0 0 53853 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py + - -rwxr-xr-x 0 0 0 1891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py + - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py + - -rwxr-xr-x 0 0 0 7981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/style.py + - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py + - -rwxr-xr-x 0 0 0 3312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/_mapping.py + - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/token.py + - -rwxr-xr-x 0 0 0 63208 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py + - -rwxr-xr-x 0 0 0 10031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/util.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py + - -rwxr-xr-x 0 0 0 14936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py + - -rwxr-xr-x 0 0 0 12216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/py.typed + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py + - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py + - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py + - -rwxr-xr-x 0 0 0 26429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py + - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/api.py + - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/auth.py + - -rwxr-xr-x 0 0 0 441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/certs.py + - -rwxr-xr-x 0 0 0 1822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/compat.py + - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py + - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py + - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/help.py + - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py + - -rwxr-xr-x 0 0 0 35575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/models.py + - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/packages.py + - -rwxr-xr-x 0 0 0 30503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py + - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py + - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/structures.py + - -rwxr-xr-x 0 0 0 33225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/utils.py + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 8914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/py.typed + - -rwxr-xr-x 0 0 0 2037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py + - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py + - -rwxr-xr-x 0 0 0 24212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py + - -rwxr-xr-x 0 0 0 7896 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py + - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py + - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py + - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py + - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py + - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py + - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_fileno.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py + - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py + - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py + - -rwxr-xr-x 0 0 0 1394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py + - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py + - -rwxr-xr-x 0 0 0 5325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py + - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py + - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py + - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py + - -rwxr-xr-x 0 0 0 22755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py + - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py + - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py + - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py + - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/abc.py + - -rwxr-xr-x 0 0 0 10324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/align.py + - -rwxr-xr-x 0 0 0 6921 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py + - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/bar.py + - -rwxr-xr-x 0 0 0 10686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/box.py + - -rwxr-xr-x 0 0 0 5130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/cells.py + - -rwxr-xr-x 0 0 0 18211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color.py + - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py + - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/columns.py + - -rwxr-xr-x 0 0 0 100849 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/console.py + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py + - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/containers.py + - -rwxr-xr-x 0 0 0 6487 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/control.py + - -rwxr-xr-x 0 0 0 8257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py + - -rwxr-xr-x 0 0 0 1025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py + - -rwxr-xr-x 0 0 0 2367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py + - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/errors.py + - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py + - -rwxr-xr-x 0 0 0 2484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py + - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/json.py + - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py + - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/layout.py + - -rwxr-xr-x 0 0 0 15180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live.py + - -rwxr-xr-x 0 0 0 3521 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py + - -rwxr-xr-x 0 0 0 12468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/logging.py + - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/markup.py + - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/measure.py + - -rwxr-xr-x 0 0 0 4908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/padding.py + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pager.py + - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/palette.py + - -rwxr-xr-x 0 0 0 11157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/panel.py + - -rwxr-xr-x 0 0 0 36391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py + - -rwxr-xr-x 0 0 0 60408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress.py + - -rwxr-xr-x 0 0 0 8162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py + - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py + - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/py.typed + - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/region.py + - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/repr.py + - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/rule.py + - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/scope.py + - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/screen.py + - -rwxr-xr-x 0 0 0 24743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/segment.py + - -rwxr-xr-x 0 0 0 4214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/status.py + - -rwxr-xr-x 0 0 0 26990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/style.py + - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/styled.py + - -rwxr-xr-x 0 0 0 36371 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py + - -rwxr-xr-x 0 0 0 40049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/table.py + - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py + - -rwxr-xr-x 0 0 0 47552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/text.py + - -rwxr-xr-x 0 0 0 3771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/theme.py + - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/themes.py + - -rwxr-xr-x 0 0 0 35861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py + - -rwxr-xr-x 0 0 0 9451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/tree.py + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 25778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 3235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 169 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/__init__.py + - -rwxr-xr-x 0 0 0 6961 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/_writer.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/py.typed + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/__init__.py + - -rwxr-xr-x 0 0 0 11413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_api.py + - -rwxr-xr-x 0 0 0 20503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_macos.py + - -rwxr-xr-x 0 0 0 2412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_openssl.py + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_ssl_constants.py + - -rwxr-xr-x 0 0 0 17993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_windows.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/py.typed + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py + - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py + - -rwxr-xr-x 0 0 0 20314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py + - -rwxr-xr-x 0 0 0 40408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py + - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py + - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py + - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py + - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py + - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py + - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py + - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py + - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py + - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py + - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py + - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py + - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py + - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py + - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py + - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py + - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py + - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py + - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py + - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py + - -rwxr-xr-x 0 0 0 22050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py + - -rwxr-xr-x 0 0 0 17460 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py + - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py + - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py + - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py + - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py + - -rwxr-xr-x 0 0 0 342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/vendor.txt + - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/py.typed + - -rwxr-xr-x 0 0 0 126219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/api_tests.txt + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 6572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 75533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 2449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 9004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/__init__.py + - -rwxr-xr-x 0 0 0 11978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_core_metadata.py + - -rwxr-xr-x 0 0 0 836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_discovery.py + - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/__init__.py + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_log.py + - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_modified.py + - -rwxr-xr-x 0 0 0 335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py + - -rwxr-xr-x 0 0 0 524 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 22186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cmd.py + - -rwxr-xr-x 0 0 0 386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py + - -rwxr-xr-x 0 0 0 5854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build.py + - -rwxr-xr-x 0 0 0 7777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 32710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 5135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 4946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/check.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py + - -rwxr-xr-x 0 0 0 12724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/config.py + - -rwxr-xr-x 0 0 0 30072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install.py + - -rwxr-xr-x 0 0 0 2875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 19151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/__init__.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/numpy.py + - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/py39.py + - -rwxr-xr-x 0 0 0 54876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/base.py + - -rwxr-xr-x 0 0 0 11844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/cygwin.py + - -rwxr-xr-x 0 0 0 573 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/errors.py + - -rwxr-xr-x 0 0 0 21404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/msvc.py + - -rwxr-xr-x 0 0 0 16531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/unix.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/zos.py + - -rwxr-xr-x 0 0 0 9364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/core.py + - -rwxr-xr-x 0 0 0 594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/debug.py + - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py + - -rwxr-xr-x 0 0 0 55794 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dist.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/errors.py + - -rwxr-xr-x 0 0 0 11155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/extension.py + - -rwxr-xr-x 0 0 0 17895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 7978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/file_util.py + - -rwxr-xr-x 0 0 0 15337 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/filelist.py + - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/log.py + - -rwxr-xr-x 0 0 0 4086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/spawn.py + - -rwxr-xr-x 0 0 0 19728 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12101 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/text_file.py + - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 18094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/util.py + - -rwxr-xr-x 0 0 0 12619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/version.py + - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/zosccompiler.py + - -rwxr-xr-x 0 0 0 2468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_entry_points.py + - -rwxr-xr-x 0 0 0 2435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_imp.py + - -rwxr-xr-x 0 0 0 223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_importlib.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_itertools.py + - -rwxr-xr-x 0 0 0 5747 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_normalization.py + - -rwxr-xr-x 0 0 0 2976 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_path.py + - -rwxr-xr-x 0 0 0 1380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_reqs.py + - -rwxr-xr-x 0 0 0 11247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_scripts.py + - -rwxr-xr-x 0 0 0 1578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_shutil.py + - -rwxr-xr-x 0 0 0 4855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_static.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 7634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 15006 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 12 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/__init__.py + - -rwxr-xr-x 0 0 0 5680 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoasync.py + - -rwxr-xr-x 0 0 0 2505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autocommand.py + - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/automain.py + - -rwxr-xr-x 0 0 0 11642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoparse.py + - -rwxr-xr-x 0 0 0 886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/errors.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/__init__.py + - -rwxr-xr-x 0 0 0 108491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__init__.py + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__main__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 33798 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py + - -rwxr-xr-x 0 0 0 1314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py + - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py + - -rwxr-xr-x 0 0 0 379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 21079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 8 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 103796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/__init__.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/py38.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 26640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/py.typed + - -rwxr-xr-x 0 0 0 9552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py + - -rwxr-xr-x 0 0 0 16642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.py + - -rwxr-xr-x 0 0 0 3878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/py.typed + - -rwxr-xr-x 0 0 0 1335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt + - -rwxr-xr-x 0 0 0 16250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py + - -rwxr-xr-x 0 0 0 643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/layouts.py + - -rwxr-xr-x 0 0 0 904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py + - -rwxr-xr-x 0 0 0 412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 36293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py + - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.pyi + - -rwxr-xr-x 0 0 0 148370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py + - -rwxr-xr-x 0 0 0 21484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/py.typed + - -rwxr-xr-x 0 0 0 28591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py + - -rwxr-xr-x 0 0 0 4617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.pyi + - -rwxr-xr-x 0 0 0 2 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD + - -rwxr-xr-x 0 0 0 3204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 48398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 10561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 34762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 21014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 16676 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 22225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 8875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 48 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 2071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/__init__.py + - -rwxr-xr-x 0 0 0 31360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_checkers.py + - -rwxr-xr-x 0 0 0 2846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_config.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_decorators.py + - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_exceptions.py + - -rwxr-xr-x 0 0 0 10393 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_functions.py + - -rwxr-xr-x 0 0 0 6389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_importhook.py + - -rwxr-xr-x 0 0 0 1303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_memo.py + - -rwxr-xr-x 0 0 0 4416 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_suppression.py + - -rwxr-xr-x 0 0 0 44937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_transformer.py + - -rwxr-xr-x 0 0 0 1354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_union_transformer.py + - -rwxr-xr-x 0 0 0 5270 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_utils.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 134451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt + - -rwxr-xr-x 0 0 0 2313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 104 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__init__.py + - -rwxr-xr-x 0 0 0 455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__main__.py + - -rwxr-xr-x 0 0 0 21694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py + - -rwxr-xr-x 0 0 0 781 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/bdist_wheel.py + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/__init__.py + - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/convert.py + - -rwxr-xr-x 0 0 0 3103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/pack.py + - -rwxr-xr-x 0 0 0 4760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/tags.py + - -rwxr-xr-x 0 0 0 1021 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/unpack.py + - -rwxr-xr-x 0 0 0 16572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/macosx_libfile.py + - -rwxr-xr-x 0 0 0 6171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/metadata.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/__init__.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 8232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py + - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py + - -rwxr-xr-x 0 0 0 39778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py + - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py + - -rwxr-xr-x 0 0 0 16234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py + - -rwxr-xr-x 0 0 0 16 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt + - -rwxr-xr-x 0 0 0 8411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/wheelfile.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 5 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 13412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/__init__.py + - -rwxr-xr-x 0 0 0 219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/py310.py + - -rwxr-xr-x 0 0 0 3082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/glob.py + - -rwxr-xr-x 0 0 0 7356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/archive_util.py + - -rwxr-xr-x 0 0 0 19968 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/build_meta.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli.exe + - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/__init__.py + - -rwxr-xr-x 0 0 0 4228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/_requirestxt.py + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/alias.py + - -rwxr-xr-x 0 0 0 16948 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_egg.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 22247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py + - -rwxr-xr-x 0 0 0 6052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_clib.py + - -rwxr-xr-x 0 0 0 18465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_ext.py + - -rwxr-xr-x 0 0 0 15539 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_py.py + - -rwxr-xr-x 0 0 0 1610 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/develop.py + - -rwxr-xr-x 0 0 0 3450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/dist_info.py + - -rwxr-xr-x 0 0 0 780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/easy_install.py + - -rwxr-xr-x 0 0 0 34836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/editable_wheel.py + - -rwxr-xr-x 0 0 0 25878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/egg_info.py + - -rwxr-xr-x 0 0 0 5066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install.py + - -rwxr-xr-x 0 0 0 2075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 4319 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_lib.py + - -rwxr-xr-x 0 0 0 2490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_scripts.py + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml + - -rwxr-xr-x 0 0 0 2187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/rotate.py + - -rwxr-xr-x 0 0 0 692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/saveopts.py + - -rwxr-xr-x 0 0 0 7369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/sdist.py + - -rwxr-xr-x 0 0 0 5100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/setopt.py + - -rwxr-xr-x 0 0 0 1343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/test.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/__init__.py + - -rwxr-xr-x 0 0 0 344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py310.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py311.py + - -rwxr-xr-x 0 0 0 366 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py312.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py39.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/NOTICE + - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/__init__.py + - -rwxr-xr-x 0 0 0 19120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py + - -rwxr-xr-x 0 0 0 18737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/NOTICE + - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py + - -rwxr-xr-x 0 0 0 11813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py + - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py + - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py + - -rwxr-xr-x 0 0 0 354682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py + - -rwxr-xr-x 0 0 0 13564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py + - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/distutils.schema.json + - -rwxr-xr-x 0 0 0 16041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/expand.py + - -rwxr-xr-x 0 0 0 18320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py + - -rwxr-xr-x 0 0 0 26575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setupcfg.py + - -rwxr-xr-x 0 0 0 16071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setuptools.schema.json + - -rwxr-xr-x 0 0 0 5965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/depends.py + - -rwxr-xr-x 0 0 0 21258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/discovery.py + - -rwxr-xr-x 0 0 0 44887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/dist.py + - -rwxr-xr-x 0 0 0 3024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/errors.py + - -rwxr-xr-x 0 0 0 6683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/extension.py + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/glob.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui.exe + - -rwxr-xr-x 0 0 0 5093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/installer.py + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/launch.py + - -rwxr-xr-x 0 0 0 1261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/logging.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/modified.py + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/monkey.py + - -rwxr-xr-x 0 0 0 41631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/msvc.py + - -rwxr-xr-x 0 0 0 3171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/namespaces.py + - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script (dev).tmpl + - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script.tmpl + - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/unicode_utils.py + - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/version.py + - -rwxr-xr-x 0 0 0 3796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/warnings.py + - -rwxr-xr-x 0 0 0 9477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/wheel.py + - -rwxr-xr-x 0 0 0 726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/windows_support.py + - -rwxr-xr-x 0 0 0 22987 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site.py + - -rwxr-xr-x 0 0 0 31162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtpd.py + - -rwxr-xr-x 0 0 0 45418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtplib.py + - -rwxr-xr-x 0 0 0 7448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sndhdr.py + - -rwxr-xr-x 0 0 0 37557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socket.py + - -rwxr-xr-x 0 0 0 27586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socketserver.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/__init__.py + - -rwxr-xr-x 0 0 0 3305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dbapi2.py + - -rwxr-xr-x 0 0 0 3471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dump.py + - -rwxr-xr-x 0 0 0 231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_compile.py + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_constants.py + - -rwxr-xr-x 0 0 0 229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_parse.py + - -rwxr-xr-x 0 0 0 54305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ssl.py + - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stat.py + - -rwxr-xr-x 0 0 0 47705 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/statistics.py + - -rwxr-xr-x 0 0 0 11786 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/string.py + - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stringprep.py + - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/struct.py + - -rwxr-xr-x 0 0 0 88725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/subprocess.py + - -rwxr-xr-x 0 0 0 18480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sunau.py + - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/symtable.py + - -rwxr-xr-x 0 0 0 30315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sysconfig.py + - -rwxr-xr-x 0 0 0 11299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tabnanny.py + - -rwxr-xr-x 0 0 0 111943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tarfile.py + - -rwxr-xr-x 0 0 0 23301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/telnetlib.py + - -rwxr-xr-x 0 0 0 31873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tempfile.py + - -rwxr-xr-x 0 0 0 19718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/textwrap.py + - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/this.py + - -rwxr-xr-x 0 0 0 58231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/threading.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/timeit.py + - -rwxr-xr-x 0 0 0 172803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__init__.py + - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__main__.py + - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/colorchooser.py + - -rwxr-xr-x 0 0 0 1296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/commondialog.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/constants.py + - -rwxr-xr-x 0 0 0 1535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dialog.py + - -rwxr-xr-x 0 0 0 11644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dnd.py + - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/filedialog.py + - -rwxr-xr-x 0 0 0 7000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/font.py + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/messagebox.py + - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/scrolledtext.py + - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/simpledialog.py + - -rwxr-xr-x 0 0 0 77032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/tix.py + - -rwxr-xr-x 0 0 0 56242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/ttk.py + - -rwxr-xr-x 0 0 0 2386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/token.py + - -rwxr-xr-x 0 0 0 26336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tokenize.py + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/__init__.py + - -rwxr-xr-x 0 0 0 22631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_types.py + - -rwxr-xr-x 0 0 0 29182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/trace.py + - -rwxr-xr-x 0 0 0 40547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/traceback.py + - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tracemalloc.py + - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tty.py + - -rwxr-xr-x 0 0 0 144360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtle.py + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__init__.py + - -rwxr-xr-x 0 0 0 15285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__main__.py + - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/bytedesign.py + - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/chaos.py + - -rwxr-xr-x 0 0 0 3180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/clock.py + - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/colormixer.py + - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/forest.py + - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/fractalcurves.py + - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/lindenmayer.py + - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/minimal_hanoi.py + - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/nim.py + - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/paint.py + - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/peace.py + - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/penrose.py + - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/planet_and_moon.py + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/rosette.py + - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/round_dance.py + - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/sorting_animate.py + - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/tree.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/turtle.cfg + - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/two_canvases.py + - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/yinyang.py + - -rwxr-xr-x 0 0 0 10067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/types.py + - -rwxr-xr-x 0 0 0 120951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/typing.py + - -rwxr-xr-x 0 0 0 3934 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__init__.py + - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__main__.py + - -rwxr-xr-x 0 0 0 2746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/_log.py + - -rwxr-xr-x 0 0 0 5465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/async_case.py + - -rwxr-xr-x 0 0 0 58503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/case.py + - -rwxr-xr-x 0 0 0 22536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/loader.py + - -rwxr-xr-x 0 0 0 11415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/main.py + - -rwxr-xr-x 0 0 0 104264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/mock.py + - -rwxr-xr-x 0 0 0 8518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/result.py + - -rwxr-xr-x 0 0 0 9418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/runner.py + - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/signals.py + - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/suite.py + - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/__init__.py + - -rwxr-xr-x 0 0 0 2415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/error.py + - -rwxr-xr-x 0 0 0 44836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/parse.py + - -rwxr-xr-x 0 0 0 101960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/request.py + - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/response.py + - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/robotparser.py + - -rwxr-xr-x 0 0 0 7365 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uu.py + - -rwxr-xr-x 0 0 0 27597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uuid.py + - -rwxr-xr-x 0 0 0 26323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__init__.py + - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__main__.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/Activate.ps1 + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/activate + - -rwxr-xr-x 0 0 0 933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.csh + - -rwxr-xr-x 0 0 0 2209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.fish + - -rwxr-xr-x 0 0 0 21110 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/warnings.py + - -rwxr-xr-x 0 0 0 21818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wave.py + - -rwxr-xr-x 0 0 0 21513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/weakref.py + - -rwxr-xr-x 0 0 0 25136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/webbrowser.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/__init__.py + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/handlers.py + - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/headers.py + - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/simple_server.py + - -rwxr-xr-x 0 0 0 1717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/types.py + - -rwxr-xr-x 0 0 0 5472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/util.py + - -rwxr-xr-x 0 0 0 15097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/validate.py + - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xdrlib.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/__init__.py + - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/NodeFilter.py + - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/__init__.py + - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/domreg.py + - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/expatbuilder.py + - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minicompat.py + - -rwxr-xr-x 0 0 0 67982 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minidom.py + - -rwxr-xr-x 0 0 0 11637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/pulldom.py + - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/xmlbuilder.py + - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementInclude.py + - -rwxr-xr-x 0 0 0 13997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementPath.py + - -rwxr-xr-x 0 0 0 74399 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementTree.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/__init__.py + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/cElementTree.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/__init__.py + - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/expat.py + - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/__init__.py + - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/_exceptions.py + - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/expatreader.py + - -rwxr-xr-x 0 0 0 15617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/handler.py + - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/saxutils.py + - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/xmlreader.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/__init__.py + - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/client.py + - -rwxr-xr-x 0 0 0 36867 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/server.py + - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipapp.py + - -rwxr-xr-x 0 0 0 94447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipfile.py + - -rwxr-xr-x 0 0 0 30897 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipimport.py + - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/__init__.py + - -rwxr-xr-x 0 0 0 5294 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_common.py + - -rwxr-xr-x 0 0 0 5096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_tzpath.py + - -rwxr-xr-x 0 0 0 24674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_zoneinfo.py + - -rwxr-xr-x 0 0 0 22932 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/auto.tcl + - -rwxr-xr-x 0 0 0 60997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/clock.tcl + - -rwxr-xr-x 0 0 0 21330 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/cookiejar.tcl + - -rwxr-xr-x 0 0 0 7453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/idna.tcl + - -rwxr-xr-x 0 0 0 214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 70835 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/public_suffix_list.dat.gz + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ascii.enc + - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/big5.enc + - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cns11643.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1250.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1251.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1252.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1253.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1254.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1255.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1256.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1257.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1258.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp165.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp437.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp737.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp775.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp850.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp852.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp855.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp857.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp860.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp861.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp862.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp863.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp864.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp865.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp866.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp869.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp874.enc + - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp932.enc + - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp936.enc + - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp949.enc + - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp950.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/dingbats.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ebcdic.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-cn.enc + - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-jp.enc + - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-kr.enc + - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb12345.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb1988.enc + - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312-raw.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312.enc + - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-jp.enc + - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-kr.enc + - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-1.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-10.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-11.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-13.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-14.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-15.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-16.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-2.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-3.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-4.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-5.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-6.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-7.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-8.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-9.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0201.enc + - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0208.enc + - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0212.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-r.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-ru.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-t.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-u.enc + - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ksc5601.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCentEuro.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCroatian.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCyrillic.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macDingbats.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macGreek.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macIceland.enc + - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macJapan.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRoman.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRomania.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macThai.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macTurkish.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macUkraine.enc + - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/shiftjis.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/symbol.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/tis-620.enc + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/foreachline.tcl + - -rwxr-xr-x 0 0 0 7899 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/history.tcl + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/icu.tcl + - -rwxr-xr-x 0 0 0 23575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/init.tcl + - -rwxr-xr-x 0 0 0 7313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/install.tcl + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af_za.msg + - -rwxr-xr-x 0 0 0 1340 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_in.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_jo.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_lb.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_sy.msg + - -rwxr-xr-x 0 0 0 1345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/be.msg + - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bg.msg + - -rwxr-xr-x 0 0 0 1545 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn_in.msg + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ca.msg + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_at.msg + - -rwxr-xr-x 0 0 0 1215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_be.msg + - -rwxr-xr-x 0 0 0 1396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_au.msg + - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_be.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_bw.msg + - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ca.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_hk.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ie.msg + - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_in.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_nz.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ph.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_sg.msg + - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_za.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_zw.msg + - -rwxr-xr-x 0 0 0 1207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ar.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_bo.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_co.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_do.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ec.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_gt.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_hn.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_mx.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ni.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pa.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pe.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_py.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_sv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_uy.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ve.msg + - -rwxr-xr-x 0 0 0 1170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/et.msg + - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu.msg + - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu_es.msg + - -rwxr-xr-x 0 0 0 1062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa.msg + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_in.msg + - -rwxr-xr-x 0 0 0 381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_ir.msg + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo_fo.msg + - -rwxr-xr-x 0 0 0 1181 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_be.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ca.msg + - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ch.msg + - -rwxr-xr-x 0 0 0 1029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga_ie.msg + - -rwxr-xr-x 0 0 0 926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl_es.msg + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv_gb.msg + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/he.msg + - -rwxr-xr-x 0 0 0 1192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi_in.msg + - -rwxr-xr-x 0 0 0 1097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hr.msg + - -rwxr-xr-x 0 0 0 1247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id_id.msg + - -rwxr-xr-x 0 0 0 1147 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/is.msg + - -rwxr-xr-x 0 0 0 1220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it_ch.msg + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ja.msg + - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl_gl.msg + - -rwxr-xr-x 0 0 0 1368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko_kr.msg + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok.msg + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok_in.msg + - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw_gb.msg + - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lt.msg + - -rwxr-xr-x 0 0 0 1175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lv.msg + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mk.msg + - -rwxr-xr-x 0 0 0 1228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr_in.msg + - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms_my.msg + - -rwxr-xr-x 0 0 0 674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mt.msg + - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nb.msg + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl_be.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nn.msg + - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 1111 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt_br.msg + - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ro.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru_ua.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sh.msg + - -rwxr-xr-x 0 0 0 1151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sk.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sl.msg + - -rwxr-xr-x 0 0 0 1227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sq.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sr.msg + - -rwxr-xr-x 0 0 0 1143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sw.msg + - -rwxr-xr-x 0 0 0 1241 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta_in.msg + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te.msg + - -rwxr-xr-x 0 0 0 363 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te_in.msg + - -rwxr-xr-x 0 0 0 1678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/th.msg + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/tr.msg + - -rwxr-xr-x 0 0 0 1349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/uk.msg + - -rwxr-xr-x 0 0 0 1221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/vi.msg + - -rwxr-xr-x 0 0 0 2256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh.msg + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_hk.msg + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_sg.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_tw.msg + - -rwxr-xr-x 0 0 0 30422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/optparse.tcl + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 23749 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/package.tcl + - -rwxr-xr-x 0 0 0 814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/parray.tcl + - -rwxr-xr-x 0 0 0 599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/readfile.tcl + - -rwxr-xr-x 0 0 0 46997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/safe.tcl + - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclAppInit.c + - -rwxr-xr-x 0 0 0 9866 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclIndex + - -rwxr-xr-x 0 0 0 11904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tm.tcl + - -rwxr-xr-x 0 0 0 4764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/word.tcl + - -rwxr-xr-x 0 0 0 911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/writefile.tcl + - -rwxr-xr-x 0 0 0 180267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/http-2.10.1.tm + - -rwxr-xr-x 0 0 0 37407 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/msgcat-1.7.1.tm + - -rwxr-xr-x 0 0 0 11053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform-1.1.0.tm + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform/shell-1.1.4.tm + - -rwxr-xr-x 0 0 0 104783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/tcltest-2.5.10.tm + - -rwxr-xr-x 0 0 0 110144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/libtcl9thread3.0.4.so + - -rwxr-xr-x 0 0 0 2151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 24364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/ttrace.tcl + - -rwxr-xr-x 0 0 0 8924 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/bgerror.tcl + - -rwxr-xr-x 0 0 0 20834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/button.tcl + - -rwxr-xr-x 0 0 0 9681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/choosedir.tcl + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/clrpick.tcl + - -rwxr-xr-x 0 0 0 8355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/comdlg.tcl + - -rwxr-xr-x 0 0 0 32084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/console.tcl + - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/README + - -rwxr-xr-x 0 0 0 7127 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/anilabel.tcl + - -rwxr-xr-x 0 0 0 3608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/aniwave.tcl + - -rwxr-xr-x 0 0 0 8715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/arrow.tcl + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bind.tcl + - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bitmap.tcl + - -rwxr-xr-x 0 0 0 1756 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/browse + - -rwxr-xr-x 0 0 0 1507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/button.tcl + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/check.tcl + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/clrpick.tcl + - -rwxr-xr-x 0 0 0 5009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/colors.tcl + - -rwxr-xr-x 0 0 0 2064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/combo.tcl + - -rwxr-xr-x 0 0 0 4015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/cscroll.tcl + - -rwxr-xr-x 0 0 0 6312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ctext.tcl + - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog1.tcl + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog2.tcl + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/en.msg + - -rwxr-xr-x 0 0 0 1465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry1.tcl + - -rwxr-xr-x 0 0 0 2197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry2.tcl + - -rwxr-xr-x 0 0 0 6146 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry3.tcl + - -rwxr-xr-x 0 0 0 2384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/filebox.tcl + - -rwxr-xr-x 0 0 0 81247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/floor.tcl + - -rwxr-xr-x 0 0 0 1692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/fontchoose.tcl + - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/form.tcl + - -rwxr-xr-x 0 0 0 61196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/goldberg.tcl + - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hello + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hscale.tcl + - -rwxr-xr-x 0 0 0 2065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/icon.tcl + - -rwxr-xr-x 0 0 0 1408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image1.tcl + - -rwxr-xr-x 0 0 0 3535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image2.tcl + - -rwxr-xr-x 0 0 0 6497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tcl.svg + - -rwxr-xr-x 0 0 0 11700 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tk_feather.png + - -rwxr-xr-x 0 0 0 51559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earth.gif + - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthmenu.png + - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthris.gif + - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagdown.xbm + - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagup.xbm + - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/gray25.xbm + - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/letters.xbm + - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/noletter.xbm + - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/ouster.png + - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/pattern.xbm + - -rwxr-xr-x 0 0 0 68476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/plowed_field.png + - -rwxr-xr-x 0 0 0 82214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/starry_night.png + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/tcllogo.gif + - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/teapot.ppm + - -rwxr-xr-x 0 0 0 10571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/items.tcl + - -rwxr-xr-x 0 0 0 8083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ixset + - -rwxr-xr-x 0 0 0 8806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/knightstour.tcl + - -rwxr-xr-x 0 0 0 1721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/label.tcl + - -rwxr-xr-x 0 0 0 1809 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/labelframe.tcl + - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/license.terms + - -rwxr-xr-x 0 0 0 10926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_styles.tcl + - -rwxr-xr-x 0 0 0 2293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_tabs.tcl + - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_wm.tcl + - -rwxr-xr-x 0 0 0 5743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mclist.tcl + - -rwxr-xr-x 0 0 0 7607 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menu.tcl + - -rwxr-xr-x 0 0 0 4429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menubu.tcl + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/msgbox.tcl + - -rwxr-xr-x 0 0 0 7398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/nl.msg + - -rwxr-xr-x 0 0 0 1149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned1.tcl + - -rwxr-xr-x 0 0 0 2263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned2.tcl + - -rwxr-xr-x 0 0 0 8256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/pendulum.tcl + - -rwxr-xr-x 0 0 0 2918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/plot.tcl + - -rwxr-xr-x 0 0 0 4687 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/print.tcl + - -rwxr-xr-x 0 0 0 2605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/puzzle.tcl + - -rwxr-xr-x 0 0 0 2784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/radio.tcl + - -rwxr-xr-x 0 0 0 5316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rmt + - -rwxr-xr-x 0 0 0 8316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rolodex + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ruler.tcl + - -rwxr-xr-x 0 0 0 2275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/sayings.tcl + - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/search.tcl + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/spin.tcl + - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/states.tcl + - -rwxr-xr-x 0 0 0 6938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/style.tcl + - -rwxr-xr-x 0 0 0 2668 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/systray.tcl + - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tclIndex + - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tcolor + - -rwxr-xr-x 0 0 0 4277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/text.tcl + - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/textpeer.tcl + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/timer + - -rwxr-xr-x 0 0 0 3271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/toolbar.tcl + - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tree.tcl + - -rwxr-xr-x 0 0 0 3421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkbut.tcl + - -rwxr-xr-x 0 0 0 2420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkmenu.tcl + - -rwxr-xr-x 0 0 0 2343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttknote.tcl + - -rwxr-xr-x 0 0 0 4180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkpane.tcl + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkprogress.tcl + - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkscale.tcl + - -rwxr-xr-x 0 0 0 1631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkspin.tcl + - -rwxr-xr-x 0 0 0 11980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/twind.tcl + - -rwxr-xr-x 0 0 0 3969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/unicodeout.tcl + - -rwxr-xr-x 0 0 0 1640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/vscale.tcl + - -rwxr-xr-x 0 0 0 23966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/widget + - -rwxr-xr-x 0 0 0 5771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/windowicons.tcl + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/dialog.tcl + - -rwxr-xr-x 0 0 0 18658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/entry.tcl + - -rwxr-xr-x 0 0 0 4856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/focus.tcl + - -rwxr-xr-x 0 0 0 15648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/fontchooser.tcl + - -rwxr-xr-x 0 0 0 13074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconbadges.tcl + - -rwxr-xr-x 0 0 0 16403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconlist.tcl + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/icons.tcl + - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/README + - -rwxr-xr-x 0 0 0 32891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo.eps + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo100.gif + - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo64.gif + - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoLarge.gif + - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoMed.gif + - -rwxr-xr-x 0 0 0 27800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo.eps + - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo100.gif + - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo150.gif + - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo175.gif + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo200.gif + - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo75.gif + - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/tai-ku.gif + - -rwxr-xr-x 0 0 0 13771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/listbox.tcl + - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/megawidget.tcl + - -rwxr-xr-x 0 0 0 38199 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/menu.tcl + - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/mkpsenc.tcl + - -rwxr-xr-x 0 0 0 17249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgbox.tcl + - -rwxr-xr-x 0 0 0 4632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 4604 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 5495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 6249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en.msg + - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 4643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 4611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 4491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 4871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 4423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 5196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 5419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 4578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 6260 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 5920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 1580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/optMenu.tcl + - -rwxr-xr-x 0 0 0 9491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/palette.tcl + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/panedwindow.tcl + - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 42564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/print.tcl + - -rwxr-xr-x 0 0 0 7372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/safetk.tcl + - -rwxr-xr-x 0 0 0 7928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scale.tcl + - -rwxr-xr-x 0 0 0 6496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scaling.tcl + - -rwxr-xr-x 0 0 0 14049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scrlbar.tcl + - -rwxr-xr-x 0 0 0 15637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/spinbox.tcl + - -rwxr-xr-x 0 0 0 14520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/systray.tcl + - -rwxr-xr-x 0 0 0 20142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tclIndex + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tearoff.tcl + - -rwxr-xr-x 0 0 0 36150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/text.tcl + - -rwxr-xr-x 0 0 0 26717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tk.tcl + - -rwxr-xr-x 0 0 0 5543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkAppInit.c + - -rwxr-xr-x 0 0 0 37326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkfbox.tcl + - -rwxr-xr-x 0 0 0 5338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/altTheme.tcl + - -rwxr-xr-x 0 0 0 5342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/aquaTheme.tcl + - -rwxr-xr-x 0 0 0 2916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/button.tcl + - -rwxr-xr-x 0 0 0 6619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/clamTheme.tcl + - -rwxr-xr-x 0 0 0 4739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/classicTheme.tcl + - -rwxr-xr-x 0 0 0 15488 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/combobox.tcl + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/cursors.tcl + - -rwxr-xr-x 0 0 0 7477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/defaults.tcl + - -rwxr-xr-x 0 0 0 18034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/entry.tcl + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/fonts.tcl + - -rwxr-xr-x 0 0 0 6202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/menubutton.tcl + - -rwxr-xr-x 0 0 0 7242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/notebook.tcl + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/panedwindow.tcl + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/progress.tcl + - -rwxr-xr-x 0 0 0 2580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scale.tcl + - -rwxr-xr-x 0 0 0 2956 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scrollbar.tcl + - -rwxr-xr-x 0 0 0 2353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/sizegrip.tcl + - -rwxr-xr-x 0 0 0 5309 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/spinbox.tcl + - -rwxr-xr-x 0 0 0 11898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/treeview.tcl + - -rwxr-xr-x 0 0 0 6444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/ttk.tcl + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/utils.tcl + - -rwxr-xr-x 0 0 0 9358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/vistaTheme.tcl + - -rwxr-xr-x 0 0 0 3894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/winTheme.tcl + - -rwxr-xr-x 0 0 0 3139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/xpTheme.tcl + - -rwxr-xr-x 0 0 0 25855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/xmfbox.tcl + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.1 + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.11.1 + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/__init__.py + - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/add.py + - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./app.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash diff --git a/py/private/py_image_layer.bzl b/py/private/py_image_layer.bzl index a721e6b43..4471ad366 100644 --- a/py/private/py_image_layer.bzl +++ b/py/private/py_image_layer.bzl @@ -6,7 +6,10 @@ Two rule-propagated aspects wire onto `py_image_layer.binary`: creates aspect-owned per-package tars at the pip target's namespace (globally shared across every rule using that package) for solo whole-groups and subpath splits. Members of multi-member whole groups get NO per-package tar — intermediate - elided; they just flag `merge_group` on their _LayerInfo struct. Produces `_LayerInfo`. + elided; they just flag `merge_group` on their _LayerInfo struct. First-party + PyInfo targets matched by `layer_tier.groups` are captured as `first_party_layers` + entries (label, files, group) to be tarred per-group at the binary. Produces + `_LayerInfo`. 2. `_merge_aspect` — runs only on the binary (`attr_aspects = []`), after `_layer_aspect` via `required_aspect_providers`. Reads `_LayerInfo.pip_packages` (full closure), @@ -24,6 +27,8 @@ Sharing model: that package (declared at the pip target's namespace). - Multi-member merged tars: per-binary action, but deterministic content (canonical mtree, fixed bsdtar options) → remote CAS / OCI registry dedupe by digest. + - First-party grouped tars: per-binary action, one tar per group, collected from + matched py_library targets in the binary's dep closure. - Ungrouped pip packages: squashed by the rule into one per-rule tar. """ @@ -34,16 +39,22 @@ _TAR_TOOLCHAIN = "@tar.bzl//tar/toolchain:type" _WHL_INSTALL_PREFIX = "aspect_rules_py++uv+whl_install__" def normalize_label(label_str): - """Canonicalize an aspect_rules_py whl_install label to '@pip//'. + """Canonicalize a label for layer_tier group matching. - Strings that don't look like whl_install labels are returned unchanged. Users - must provide group keys in the canonical '@pip//' form to match. + Handles three rewrites so that user-supplied strings match the form + `str(target.label)` produces at analysis time: + + - Recognized whl_install labels → '@pip//'. + - Leading '@@' on main-repo labels is stripped so users can write '//pkg:target' + to match what `str(label)` reports as '@@//pkg:target'. + - Implicit target names are expanded: '//foo/bar' → '//foo/bar:bar' and + '@pip//torch' → '@pip//torch:torch'. Args: label_str: A label string or Label. Returns: - '@pip//' for a recognized whl_install label; the input unchanged otherwise. + The canonicalized label string. """ label_str = str(label_str) idx = label_str.find(_WHL_INSTALL_PREFIX) @@ -51,7 +62,13 @@ def normalize_label(label_str): rest = label_str[idx + len(_WHL_INSTALL_PREFIX):].split("//", 1)[0] parts = rest.split("__") if len(parts) >= 2: - return "@pip//" + parts[1] + label_str = "@pip//" + parts[1] + if label_str.startswith("@@//"): + label_str = label_str[2:] + parts = label_str.split("//", 1) + if len(parts) == 2 and parts[1] and ":" not in parts[1]: + target_name = parts[1].rsplit("/", 1)[-1] + label_str = label_str + ":" + target_name return label_str LayerTierInfo = provider( @@ -98,8 +115,11 @@ layer_tier = rule( attrs = { "groups": attr.string_dict( default = {}, - doc = ("Maps @pip//package → group name (whole package) or " + - "@pip//package:glob → group name (subpath split)."), + doc = ("Maps @pip//package → group name (whole pip package), " + + "@pip//package:glob → group name (pip subpath split), or " + + "//some/first_party:lib → group name (first-party PyInfo target). " + + "First-party main-repo labels may be written as //pkg:name; " + + "fully-qualified forms like @@//pkg:name are also accepted."), ), "compression": attr.string_list_dict( default = {}, @@ -112,8 +132,9 @@ layer_tier = rule( _LayerInfo = provider( doc = "Private: aggregated source files + pip package layers produced by _layer_aspect.", fields = { - "source_files": "depset[File] — first-party Python source files.", + "source_files": "depset[File] — ungrouped first-party Python source files.", "pip_packages": "depset[struct] — fully transitive pip packages with per-package layers.", + "first_party_layers": "depset[struct(label, files, group)] — first-party PyInfo targets matched by layer_tier.groups.", "transitive_pip_count": "int — 1 + sum of pip deps' counts; propagation field.", }, ) @@ -234,6 +255,7 @@ def _layer_aspect_impl(target, ctx): dep_infos = _collect_from_deps(ctx, _LayerInfo) transitive_source = [info.source_files for info in dep_infos] transitive_pkgs = [info.pip_packages for info in dep_infos] + transitive_fp = [info.first_party_layers for info in dep_infos] pip_count = 0 for info in dep_infos: pip_count += info.transitive_pip_count @@ -257,35 +279,62 @@ def _layer_aspect_impl(target, ctx): )], transitive = transitive_pkgs, ), + first_party_layers = depset(transitive = transitive_fp), transitive_pip_count = pkg_pip_count, )] own_source = [] + own_fp = [] kind = ctx.rule.kind + is_binary = kind in _PY_BINARY_KINDS + + # First-party PyInfo targets (libraries, not binaries) can be assigned to a + # layer_tier whole-group. When matched, the target's own DefaultInfo.files + # flow into that group's tar instead of the default source layer. Binaries + # are never themselves grouped — they are the entry point and participate in + # the runfiles-based assembly below. if kind not in _PY_VENV_KINDS and PyInfo in target: - own_source.append(target[DefaultInfo].files) + fp_group = None + if not is_binary: + plan = ctx.attr._layer_tier[LayerTierInfo] + label_str = normalize_label(str(target.label)) + fp_group = plan.whole_groups.get(label_str, None) + if fp_group != None: + own_fp.append(struct( + label = label_str, + files = target[DefaultInfo].files, + group = fp_group, + )) + else: + own_source.append(target[DefaultInfo].files) # Binary rules are the image's entry point. Capture the full runfiles tree so # the interpreter + venv directory land in the image (py_venv_binary assembles # its site-packages as a tree artifact in runfiles; the interpreter is toolchain - # runfiles). Pip install_dirs are filtered out here because they already ship in - # their own pip layers; OCI layer overlay would otherwise duplicate the bytes. - if kind in _PY_BINARY_KINDS: + # runfiles). Pip install_dirs and first-party grouped files are filtered out + # here because they already ship in their own layers; OCI layer overlay would + # otherwise duplicate the bytes. + if is_binary: if PyInfo not in target: own_source.append(target[DefaultInfo].files) - pip_paths = {} + skip_paths = {} for pkg_depset in transitive_pkgs: for pkg in pkg_depset.to_list(): for f in pkg.files.to_list(): - pip_paths[f.path] = True + skip_paths[f.path] = True + for fp_depset in transitive_fp: + for entry in fp_depset.to_list(): + for f in entry.files.to_list(): + skip_paths[f.path] = True runfiles_files = target[DefaultInfo].default_runfiles.files.to_list() - filtered = [f for f in runfiles_files if f.path not in pip_paths] + filtered = [f for f in runfiles_files if f.path not in skip_paths] if filtered: own_source.append(depset(direct = filtered)) return [_LayerInfo( source_files = depset(transitive = transitive_source + own_source), pip_packages = depset(transitive = transitive_pkgs), + first_party_layers = depset(direct = own_fp, transitive = transitive_fp), transitive_pip_count = pip_count, )] @@ -482,15 +531,17 @@ def _parse_exec_requirements(entries): reqs[k] = v return reqs -def _platform_cfg_impl(_settings, attr): - if attr.platform: - return {"//command_line_option:platforms": [attr.platform]} - return {} +def _platform_cfg_impl(settings, attr): + result = { + "//command_line_option:platforms": [attr.platform] if attr.platform else settings["//command_line_option:platforms"], + "@aspect_rules_py//py:layer_tier": str(attr.layer_tier) if attr.layer_tier else settings["@aspect_rules_py//py:layer_tier"], + } + return result _platform_cfg = transition( implementation = _platform_cfg_impl, - inputs = [], - outputs = ["//command_line_option:platforms"], + inputs = ["//command_line_option:platforms", "@aspect_rules_py//py:layer_tier"], + outputs = ["//command_line_option:platforms", "@aspect_rules_py//py:layer_tier"], ) def _run_tar_action(ctx, bsdtar, bsdtar_files, tar_out, files_depset, map_each, compress, level, reqs, mnemonic, progress_msg): @@ -539,7 +590,11 @@ def _py_image_layer_impl(ctx): all_tars = [] dep_tars = [] + def _source_map(f, d): + return _source_file_to_mtree(f, d, strip_prefix, root) + # ── 1. Non-pip deps assigned via rule groups= ─────────────────────────── + rule_group_names = {gname: True for gname in ctx.attr.groups.values()} for dep, group_name in ctx.attr.groups.items(): dep_label = normalize_label(str(dep.label)) if dep_label in pkg_by_label: @@ -565,6 +620,45 @@ def _py_image_layer_impl(ctx): all_tars.append(tar_out) dep_tars.append(tar_out) + # ── 1b. First-party grouped layers from layer_tier.groups ─────────────── + fp_by_group = {} + seen_fp_labels = {} + for entry in info.first_party_layers.to_list(): + if entry.label in seen_fp_labels: + continue + seen_fp_labels[entry.label] = True + fp_by_group.setdefault(entry.group, []).append(entry.files) + + for group_name in sorted(fp_by_group): + if group_name in rule_group_names: + fail( + ("Group %r is declared in both py_image_layer.groups and the active " + + "layer_tier. Pick a unique name — the rule-level group tars ad-hoc " + + "deps with a different file layout than first-party sources, so they " + + "cannot share a tar.") % group_name, + ) + level = ctx.attr.group_compress_levels.get(group_name, "6") + reqs = _parse_exec_requirements( + ctx.attr.group_execution_requirements.get(group_name, []), + ) + tar_out = ctx.actions.declare_file("{}_{}.tar.gz".format(ctx.attr.name, group_name)) + fp_files = depset(transitive = fp_by_group[group_name]) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + tar_out, + fp_files, + _source_map, + "gzip", + level, + reqs, + "PyImageLayer", + "Creating first-party layer %s[%s]" % (ctx.label, group_name), + ) + all_tars.append(tar_out) + dep_tars.append(tar_out) + # ── 2. Grouped pip packages — aspect-owned tars from _layer_aspect ───── for pkg in all_pkgs: for layer in pkg.layers: @@ -611,9 +705,6 @@ def _py_image_layer_impl(ctx): ctx.attr.group_execution_requirements.get("default", []), ) - def _source_map(f, d): - return _source_file_to_mtree(f, d, strip_prefix, root) - _run_tar_action( ctx, bsdtar, @@ -671,6 +762,7 @@ _py_image_layer = rule( "root": attr.string(default = "/"), "strip_prefix": attr.string(default = ""), "platform": attr.string(default = ""), + "layer_tier": attr.label(default = None), "_validator": attr.label( default = "//py/private:py_image_layer_validator", executable = True, @@ -693,21 +785,26 @@ def py_image_layer( root = "/", strip_prefix = "", platform = None, + layer_tier = None, **kwargs): """Create OCI-compatible tars from a py_binary or py_venv target. Pip-package grouping + compression is resolved from the `//py:layer_tier` - label_flag. Override globally with `--//py:layer_tier=//path:custom_tier`. + label_flag. Override globally with `--//py:layer_tier=//path:custom_tier`, + or pin a tier to a specific rule via the `layer_tier` attr below. ## Output layers 1. Non-pip deps listed in `groups` → one rule-created tar per group. - 2. Solo-group and subpath-split pip tars — built by `_layer_aspect` at each pip + 2. First-party py_library targets matched by `layer_tier.groups` → one + rule-created tar per group (aggregated across all matched targets in the + binary's dep closure). + 3. Solo-group and subpath-split pip tars — built by `_layer_aspect` at each pip target's own namespace; globally shared across every rule using that package. - 3. Multi-member merged tars — one per group, built by `_merge_aspect` at the + 4. Multi-member merged tars — one per group, built by `_merge_aspect` at the binary's namespace from the closure-filtered union of member install_dirs. - 4. Ungrouped pip packages → one squashed rule-created tar. - 5. First-party Python source files → the "default" layer. + 5. Ungrouped pip packages → one squashed rule-created tar. + 6. Remaining first-party Python source files → the "default" layer. Args: name: Name of the generated target. @@ -725,6 +822,9 @@ def py_image_layer( root: Root path in image. Default: "/". strip_prefix: Prefix stripped from source file paths. platform: Platform transition target. + layer_tier: Optional layer_tier target pinned for this rule. Sets the + `@aspect_rules_py//py:layer_tier` label_flag via the rule transition, + overriding any command-line value for this rule's subgraph. **kwargs: Forwarded to inner rule. """ tags = kwargs.pop("tags", []) + ["manual"] @@ -747,6 +847,7 @@ def py_image_layer( root = root, strip_prefix = strip_prefix, platform = platform or "", + layer_tier = layer_tier, tags = tags, **kwargs ) From 83b49c732b3088799cd6fba8bece03edfe57a475 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Thu, 23 Apr 2026 22:10:58 -0700 Subject: [PATCH 03/11] fix --- e2e/cases/oci/py_image_layer/BUILD.bazel | 11 +-- .../oci/py_image_layer/branding/BUILD.bazel | 5 ++ .../oci/py_image_layer/branding/palette.txt | 2 + .../my_app_layers_fp_listing.yaml | 52 ++++++------ .../py_image_layer/my_app_layers_listing.yaml | 1 + py/private/py_image_layer.bzl | 80 +++++++++++++++---- 6 files changed, 106 insertions(+), 45 deletions(-) create mode 100644 e2e/cases/oci/py_image_layer/branding/palette.txt diff --git a/e2e/cases/oci/py_image_layer/BUILD.bazel b/e2e/cases/oci/py_image_layer/BUILD.bazel index 9a2c3870a..a4d9e8640 100644 --- a/e2e/cases/oci/py_image_layer/BUILD.bazel +++ b/e2e/cases/oci/py_image_layer/BUILD.bazel @@ -40,11 +40,11 @@ py_image_layer( binary = ":my_app_bin", ) -# Tier wired into :my_app_layers_fp that exercises both first-party and third-party -# grouping end-to-end: -# - //cases/oci/py_image_layer/branding (first-party py_library) → "branding" layer -# - @pip//colorama (third-party pip package) → "colorama" rest layer -# - @pip//colorama:**/*.py → "colorama_code" subpath +# Tier wired into :my_app_layers_fp that exercises every grouping path: +# - //cases/oci/py_image_layer/branding (first-party py_library, incl. `data`) → "branding" +# - @pip//colorama (third-party pip package) → "colorama" rest +# - @pip//colorama:**/*.py → "colorama_code" +# - Python interpreter (pulled from py3 toolchain) → "interpreter" # The .py files peel off into their own layer; the remainder (dist-info metadata, # license, etc.) stays in the "colorama" whole-group layer. Compression is bumped # to gzip -9 to verify the compression attr is wired through. @@ -61,6 +61,7 @@ layer_tier( "@pip//colorama": "colorama", "@pip//colorama:**/*.py": "colorama_code", }, + interpreter_group = "interpreter", ) py_image_layer( diff --git a/e2e/cases/oci/py_image_layer/branding/BUILD.bazel b/e2e/cases/oci/py_image_layer/branding/BUILD.bazel index 4e60dd510..7358623ef 100644 --- a/e2e/cases/oci/py_image_layer/branding/BUILD.bazel +++ b/e2e/cases/oci/py_image_layer/branding/BUILD.bazel @@ -3,6 +3,11 @@ load("@aspect_rules_py//py:defs.bzl", "py_library") py_library( name = "branding", srcs = ["__init__.py"], + # palette.txt is declared as data so the aspect has to route a non-source + # file through the tier group — regression coverage for the bug where only + # DefaultInfo.files (i.e. the .py sources) got captured and everything else + # leaked into the default layer. + data = ["palette.txt"], imports = [".."], visibility = [ "//cases/oci/py_image_layer:__pkg__", diff --git a/e2e/cases/oci/py_image_layer/branding/palette.txt b/e2e/cases/oci/py_image_layer/branding/palette.txt new file mode 100644 index 000000000..3e5862fc0 --- /dev/null +++ b/e2e/cases/oci/py_image_layer/branding/palette.txt @@ -0,0 +1,2 @@ +primary=#0f172a +accent=#38bdf8 diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml index 00f01bfe7..616a15956 100644 --- a/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml +++ b/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml @@ -2,33 +2,10 @@ layer: 0 files: - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt --- layer: 1 files: - - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py - - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py - - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py - - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py - - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py - - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py - - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py - - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py - - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py - - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py - - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py - - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py - - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py ---- -layer: 2 -files: - - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA - - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt ---- -layer: 3 -files: - - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py - - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin - - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3 @@ -2344,6 +2321,33 @@ files: - -rwxr-xr-x 0 0 0 25855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/xmfbox.tcl - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.1 - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.11.1 +--- +layer: 2 +files: + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py +--- +layer: 3 +files: + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt +--- +layer: 4 +files: + - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py + - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/__init__.py - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/add.py - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./app.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml index aa49674a1..1e912f60e 100644 --- a/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml +++ b/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml @@ -21,6 +21,7 @@ layer: 1 files: - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 diff --git a/py/private/py_image_layer.bzl b/py/private/py_image_layer.bzl index 4471ad366..58a0221db 100644 --- a/py/private/py_image_layer.bzl +++ b/py/private/py_image_layer.bzl @@ -33,6 +33,7 @@ Sharing model: """ load("@rules_python//python:defs.bzl", "PyInfo") +load("//py/private/toolchain:types.bzl", "PY_TOOLCHAIN") _TAR_TOOLCHAIN = "@tar.bzl//tar/toolchain:type" @@ -78,6 +79,7 @@ LayerTierInfo = provider( "subpath_groups": "dict[str, dict[str, list[str]]] — label → {group_name: [glob_patterns]}.", "compression": "dict[str, list[str]] — normalized pip label → [algorithm, level].", "multi_member_groups": "dict[str, True] — group names with 2+ members in whole_groups.", + "interpreter_group": "str — group name for the Python interpreter layer; '' disables.", }, ) @@ -108,6 +110,7 @@ def _layer_tier_impl(ctx): subpath_groups = subpath_groups, compression = {normalize_label(k): v for k, v in ctx.attr.compression.items()}, multi_member_groups = multi_member_groups, + interpreter_group = ctx.attr.interpreter_group, )] layer_tier = rule( @@ -125,6 +128,13 @@ layer_tier = rule( default = {}, doc = "Maps @pip//package → [algorithm, level], e.g. {\"@pip//torch\": [\"zstd\", \"1\"]}.", ), + "interpreter_group": attr.string( + default = "", + doc = ("When non-empty, the Python interpreter tree supplied by the " + + "py toolchain (@bazel_tools//tools/python:toolchain_type's " + + "py3_runtime.files) is emitted as its own layer with this name " + + "instead of being bundled into the default source layer."), + ), }, provides = [LayerTierInfo], ) @@ -288,32 +298,49 @@ def _layer_aspect_impl(target, ctx): kind = ctx.rule.kind is_binary = kind in _PY_BINARY_KINDS - # First-party PyInfo targets (libraries, not binaries) can be assigned to a - # layer_tier whole-group. When matched, the target's own DefaultInfo.files - # flow into that group's tar instead of the default source layer. Binaries - # are never themselves grouped — they are the entry point and participate in + # First-party PyInfo targets (libraries, not binaries) capture their own + # contribution: sources plus files declared via `data` (and any non-PyInfo + # entries in `deps`, e.g. cc extensions). Deps that self-capture via the + # aspect — other PyInfo libraries and pip packages — are skipped so we + # don't double-count them. This is all depset-level: no to_list walks. + # + # When a layer_tier whole-group matches this label, the contribution flows + # into that group's tar instead of the default source layer. Binaries are + # never themselves grouped — they are the entry point and participate in # the runfiles-based assembly below. - if kind not in _PY_VENV_KINDS and PyInfo in target: - fp_group = None - if not is_binary: - plan = ctx.attr._layer_tier[LayerTierInfo] - label_str = normalize_label(str(target.label)) - fp_group = plan.whole_groups.get(label_str, None) + if kind not in _PY_VENV_KINDS and PyInfo in target and not is_binary: + own_parts = [target[DefaultInfo].files] + for attr_name in ("data", "deps"): + attr_val = getattr(ctx.rule.attr, attr_name, None) + if not attr_val: + continue + for dep in attr_val: + if PyInfo in dep: + continue + if OutputGroupInfo in dep and hasattr(dep[OutputGroupInfo], "install_dir"): + continue + if DefaultInfo in dep: + own_parts.append(dep[DefaultInfo].files) + own_depset = depset(transitive = own_parts) + + plan = ctx.attr._layer_tier[LayerTierInfo] + label_str = normalize_label(str(target.label)) + fp_group = plan.whole_groups.get(label_str, None) if fp_group != None: own_fp.append(struct( label = label_str, - files = target[DefaultInfo].files, + files = own_depset, group = fp_group, )) else: - own_source.append(target[DefaultInfo].files) + own_source.append(own_depset) # Binary rules are the image's entry point. Capture the full runfiles tree so # the interpreter + venv directory land in the image (py_venv_binary assembles # its site-packages as a tree artifact in runfiles; the interpreter is toolchain - # runfiles). Pip install_dirs and first-party grouped files are filtered out - # here because they already ship in their own layers; OCI layer overlay would - # otherwise duplicate the bytes. + # runfiles). Pip install_dirs, first-party grouped files, and optionally the + # interpreter tree are filtered out here because they already ship in their own + # layers; OCI layer overlay would otherwise duplicate the bytes. if is_binary: if PyInfo not in target: own_source.append(target[DefaultInfo].files) @@ -326,6 +353,27 @@ def _layer_aspect_impl(target, ctx): for entry in fp_depset.to_list(): for f in entry.files.to_list(): skip_paths[f.path] = True + + # Opt-in interpreter layer. Pull the interpreter depset straight off + # the py3 toolchain (which the aspect declares so ctx.toolchains can + # resolve it), emit it as a first_party_layer entry, and skip-list its + # paths so the default layer doesn't duplicate them. + plan = ctx.attr._layer_tier[LayerTierInfo] + interp_group = plan.interpreter_group + if interp_group and PY_TOOLCHAIN in ctx.toolchains: + py_tc = ctx.toolchains[PY_TOOLCHAIN] + py3 = getattr(py_tc, "py3_runtime", None) if py_tc else None + if py3 != None and py3.files != None: + interp_direct = [py3.interpreter] if getattr(py3, "interpreter", None) != None else [] + interp_depset = depset(direct = interp_direct, transitive = [py3.files]) + for f in interp_depset.to_list(): + skip_paths[f.path] = True + own_fp.append(struct( + label = "%s#__interpreter__" % str(target.label), + files = interp_depset, + group = interp_group, + )) + runfiles_files = target[DefaultInfo].default_runfiles.files.to_list() filtered = [f for f in runfiles_files if f.path not in skip_paths] if filtered: @@ -347,7 +395,7 @@ _layer_aspect = aspect( providers = [LayerTierInfo], ), }, - toolchains = [_TAR_TOOLCHAIN], + toolchains = [_TAR_TOOLCHAIN, PY_TOOLCHAIN], provides = [_LayerInfo], ) From e42de44ac0c16f3666ffbb65ba646a43f52594b6 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Fri, 24 Apr 2026 14:19:04 -0700 Subject: [PATCH 04/11] interpreter sharing --- e2e/cases/oci/py_image_layer/BUILD.bazel | 48 +- .../my_app_layers_multi_listing.yaml | 2347 +++++++++++++++++ .../my_app_amd64_layers_listing.yaml | 1 + .../my_app_arm64_layers_listing.yaml | 1 + py/private/py_image_layer.bzl | 379 ++- 5 files changed, 2574 insertions(+), 202 deletions(-) create mode 100644 e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml diff --git a/e2e/cases/oci/py_image_layer/BUILD.bazel b/e2e/cases/oci/py_image_layer/BUILD.bazel index a4d9e8640..e25ac3cae 100644 --- a/e2e/cases/oci/py_image_layer/BUILD.bazel +++ b/e2e/cases/oci/py_image_layer/BUILD.bazel @@ -51,7 +51,7 @@ py_image_layer( layer_tier( name = "my_app_tier", compression = { - "@pip//colorama": [ + "colorama": [ "gzip", "9", ], @@ -70,6 +70,40 @@ py_image_layer( layer_tier = ":my_app_tier", ) +# Multi-member group coverage: two pip packages mapped to the same group name +# go through the _merge_aspect path (no per-package tars; single merged tar +# from both install_dirs). Binary also adds pyproject_hooks to make the +# closure non-trivial. Zstd-compressed to exercise _compression_ext. +py_binary( + name = "my_app_multi_bin", + srcs = ["__main__.py"], + venv = "images", + deps = [ + "@pypi//colorama", + "@pypi//pyproject_hooks", + ], +) + +layer_tier( + name = "my_app_multi_tier", + compression = { + "third_party": [ + "zstd", + "3", + ], + }, + groups = { + "@pip//colorama": "third_party", + "@pip//pyproject_hooks": "third_party", + }, +) + +py_image_layer( + name = "my_app_multi_layers", + binary = ":my_app_multi_bin", + layer_tier = ":my_app_multi_tier", +) + platform_transition_filegroup( name = "platform_layers", srcs = [":my_app_layers"], @@ -82,6 +116,12 @@ platform_transition_filegroup( target_platform = ":x86_64_linux", ) +platform_transition_filegroup( + name = "platform_layers_multi", + srcs = [":my_app_multi_layers"], + target_platform = ":x86_64_linux", +) + # FIXME(Bazel 8+): This listing needs to be updated/ # Contains old style ~ munging. assert_tar_listing( @@ -96,6 +136,12 @@ assert_tar_listing( expected = ":my_app_layers_fp_listing.yaml", ) +assert_tar_listing( + name = "my_app_layers_multi_test", + actual = [":platform_layers_multi"], + expected = ":my_app_layers_multi_listing.yaml", +) + oci_image( name = "image", # This is defined by an oci.pull() call in /MODULE.bazel diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml new file mode 100644 index 000000000..71f539a36 --- /dev/null +++ b/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml @@ -0,0 +1,2347 @@ +--- +layer: 0 +files: + - -rwxr-xr-x 0 0 0 17158 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1491 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 266 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/__init__.py + - -rwxr-xr-x 0 0 0 2522 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansi.py + - -rwxr-xr-x 0 0 0 11128 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/ansitowin32.py + - -rwxr-xr-x 0 0 0 3325 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/initialise.py + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/__init__.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansi_test.py + - -rwxr-xr-x 0 0 0 10678 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py + - -rwxr-xr-x 0 0 0 6741 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/initialise_test.py + - -rwxr-xr-x 0 0 0 1866 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/isatty_test.py + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/utils.py + - -rwxr-xr-x 0 0 0 3709 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/tests/winterm_test.py + - -rwxr-xr-x 0 0 0 6181 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/win32.py + - -rwxr-xr-x 0 0 0 7134 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__colorama__0_4_6/install/lib/python3.11/site-packages/colorama/winterm.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks-1.2.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks-1.2.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks/__init__.py + - -rwxr-xr-x 0 0 0 14936 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks/_impl.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks/_in_process/__init__.py + - -rwxr-xr-x 0 0 0 12216 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++uv+whl_install__images__pyproject_hooks__1_2_0/install/lib/python3.11/site-packages/pyproject_hooks/py.typed +--- +layer: 1 +files: + - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py + - -rwxr-xr-x 0 0 0 2902 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_multi_bin + - -rwxr-xr-x 0 0 0 297 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_multi_bin.pth + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 + - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3 + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/idle3.11 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3 + - -rwxr-xr-x 0 0 0 234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pip3.11 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3 + - -rwxr-xr-x 0 0 0 141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/pydoc3.11 + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3-config + - -rwxr-xr-x 0 0 0 52332240 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11 + - -rwxr-xr-x 0 0 0 3069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/python3.11-config + - -rwxr-xr-x 0 0 0 2854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/Python.h + - -rwxr-xr-x 0 0 0 31404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/abstract.h + - -rwxr-xr-x 0 0 0 264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bltinmodule.h + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/boolobject.h + - -rwxr-xr-x 0 0 0 1462 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytearrayobject.h + - -rwxr-xr-x 0 0 0 2617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/bytesobject.h + - -rwxr-xr-x 0 0 0 6255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/ceval.h + - -rwxr-xr-x 0 0 0 7071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/codecs.h + - -rwxr-xr-x 0 0 0 520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/compile.h + - -rwxr-xr-x 0 0 0 724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/complexobject.h + - -rwxr-xr-x 0 0 0 8229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/abstract.h + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytearrayobject.h + - -rwxr-xr-x 0 0 0 4802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/bytesobject.h + - -rwxr-xr-x 0 0 0 723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/cellobject.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/ceval.h + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/classobject.h + - -rwxr-xr-x 0 0 0 11484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/code.h + - -rwxr-xr-x 0 0 0 2218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/compile.h + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/complexobject.h + - -rwxr-xr-x 0 0 0 1959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/context.h + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/descrobject.h + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/dictobject.h + - -rwxr-xr-x 0 0 0 818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileobject.h + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/fileutils.h + - -rwxr-xr-x 0 0 0 702 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/floatobject.h + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/frameobject.h + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/funcobject.h + - -rwxr-xr-x 0 0 0 3279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/genobject.h + - -rwxr-xr-x 0 0 0 1526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/import.h + - -rwxr-xr-x 0 0 0 7817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/initconfig.h + - -rwxr-xr-x 0 0 0 1769 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/listobject.h + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longintrepr.h + - -rwxr-xr-x 0 0 0 4532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/longobject.h + - -rwxr-xr-x 0 0 0 2556 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/methodobject.h + - -rwxr-xr-x 0 0 0 4303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/modsupport.h + - -rwxr-xr-x 0 0 0 18305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/object.h + - -rwxr-xr-x 0 0 0 2998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/objimpl.h + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/odictobject.h + - -rwxr-xr-x 0 0 0 846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/picklebufobject.h + - -rwxr-xr-x 0 0 0 3505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pthread_stubs.h + - -rwxr-xr-x 0 0 0 1387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyctype.h + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pydebug.h + - -rwxr-xr-x 0 0 0 4522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyerrors.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyfpe.h + - -rwxr-xr-x 0 0 0 582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pyframe.h + - -rwxr-xr-x 0 0 0 2099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pylifecycle.h + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pymem.h + - -rwxr-xr-x 0 0 0 14351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pystate.h + - -rwxr-xr-x 0 0 0 4811 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythonrun.h + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pythread.h + - -rwxr-xr-x 0 0 0 12158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/pytime.h + - -rwxr-xr-x 0 0 0 1997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/setobject.h + - -rwxr-xr-x 0 0 0 489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/sysmodule.h + - -rwxr-xr-x 0 0 0 444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/traceback.h + - -rwxr-xr-x 0 0 0 1513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/tupleobject.h + - -rwxr-xr-x 0 0 0 42739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/unicodeobject.h + - -rwxr-xr-x 0 0 0 560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/warnings.h + - -rwxr-xr-x 0 0 0 2103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/cpython/weakrefobject.h + - -rwxr-xr-x 0 0 0 9635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/datetime.h + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/descrobject.h + - -rwxr-xr-x 0 0 0 3852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dictobject.h + - -rwxr-xr-x 0 0 0 22471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/dynamic_annotations.h + - -rwxr-xr-x 0 0 0 253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/enumobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/errcode.h + - -rwxr-xr-x 0 0 0 1098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/exports.h + - -rwxr-xr-x 0 0 0 1570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileobject.h + - -rwxr-xr-x 0 0 0 507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/fileutils.h + - -rwxr-xr-x 0 0 0 1530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/floatobject.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/frameobject.h + - -rwxr-xr-x 0 0 0 334 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/genericaliasobject.h + - -rwxr-xr-x 0 0 0 3025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/import.h + - -rwxr-xr-x 0 0 0 611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_abstract.h + - -rwxr-xr-x 0 0 0 1126 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_accu.h + - -rwxr-xr-x 0 0 0 3031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_asdl.h + - -rwxr-xr-x 0 0 0 29315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast.h + - -rwxr-xr-x 0 0 0 6549 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ast_state.h + - -rwxr-xr-x 0 0 0 16979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic.h + - -rwxr-xr-x 0 0 0 2438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_atomic_funcs.h + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bitutils.h + - -rwxr-xr-x 0 0 0 8688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_blocks_output_buffer.h + - -rwxr-xr-x 0 0 0 3384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytes_methods.h + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_bytesobject.h + - -rwxr-xr-x 0 0 0 3475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_call.h + - -rwxr-xr-x 0 0 0 4409 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ceval.h + - -rwxr-xr-x 0 0 0 15930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_code.h + - -rwxr-xr-x 0 0 0 1045 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_compile.h + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_condvar.h + - -rwxr-xr-x 0 0 0 1239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_context.h + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dict.h + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_dtoa.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_emscripten_signal.h + - -rwxr-xr-x 0 0 0 842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_exceptions.h + - -rwxr-xr-x 0 0 0 7403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_fileutils.h + - -rwxr-xr-x 0 0 0 1307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_floatobject.h + - -rwxr-xr-x 0 0 0 480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_format.h + - -rwxr-xr-x 0 0 0 7567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_frame.h + - -rwxr-xr-x 0 0 0 413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_function.h + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gc.h + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_genobject.h + - -rwxr-xr-x 0 0 0 490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_getopt.h + - -rwxr-xr-x 0 0 0 1565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_gil.h + - -rwxr-xr-x 0 0 0 1436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_objects.h + - -rwxr-xr-x 0 0 0 12980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_global_strings.h + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hamt.h + - -rwxr-xr-x 0 0 0 4197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_hashtable.h + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_import.h + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_initconfig.h + - -rwxr-xr-x 0 0 0 6671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interp.h + - -rwxr-xr-x 0 0 0 562 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_interpreteridobject.h + - -rwxr-xr-x 0 0 0 1352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_list.h + - -rwxr-xr-x 0 0 0 3516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_long.h + - -rwxr-xr-x 0 0 0 1040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_moduleobject.h + - -rwxr-xr-x 0 0 0 392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_namespace.h + - -rwxr-xr-x 0 0 0 10037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_object.h + - -rwxr-xr-x 0 0 0 18986 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_opcode.h + - -rwxr-xr-x 0 0 0 626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_parser.h + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pathconfig.h + - -rwxr-xr-x 0 0 0 2733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyarena.h + - -rwxr-xr-x 0 0 0 2494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyerrors.h + - -rwxr-xr-x 0 0 0 206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pyhash.h + - -rwxr-xr-x 0 0 0 3507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pylifecycle.h + - -rwxr-xr-x 0 0 0 9435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymath.h + - -rwxr-xr-x 0 0 0 3708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pymem.h + - -rwxr-xr-x 0 0 0 4250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_pystate.h + - -rwxr-xr-x 0 0 0 5988 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime.h + - -rwxr-xr-x 0 0 0 49092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_runtime_init.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_signal.h + - -rwxr-xr-x 0 0 0 336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sliceobject.h + - -rwxr-xr-x 0 0 0 937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_strhex.h + - -rwxr-xr-x 0 0 0 580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_structseq.h + - -rwxr-xr-x 0 0 0 5638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_symtable.h + - -rwxr-xr-x 0 0 0 605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_sysmodule.h + - -rwxr-xr-x 0 0 0 3501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_traceback.h + - -rwxr-xr-x 0 0 0 2089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_tuple.h + - -rwxr-xr-x 0 0 0 1158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_typeobject.h + - -rwxr-xr-x 0 0 0 898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_ucnhash.h + - -rwxr-xr-x 0 0 0 1716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unicodeobject.h + - -rwxr-xr-x 0 0 0 678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_unionobject.h + - -rwxr-xr-x 0 0 0 740 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/internal/pycore_warnings.h + - -rwxr-xr-x 0 0 0 772 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/intrcheck.h + - -rwxr-xr-x 0 0 0 593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/iterobject.h + - -rwxr-xr-x 0 0 0 1780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/listobject.h + - -rwxr-xr-x 0 0 0 3736 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/longobject.h + - -rwxr-xr-x 0 0 0 827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/marshal.h + - -rwxr-xr-x 0 0 0 2810 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/memoryobject.h + - -rwxr-xr-x 0 0 0 5072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/methodobject.h + - -rwxr-xr-x 0 0 0 6541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/modsupport.h + - -rwxr-xr-x 0 0 0 2374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/moduleobject.h + - -rwxr-xr-x 0 0 0 29800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/object.h + - -rwxr-xr-x 0 0 0 8428 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/objimpl.h + - -rwxr-xr-x 0 0 0 11187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/opcode.h + - -rwxr-xr-x 0 0 0 737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osdefs.h + - -rwxr-xr-x 0 0 0 291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/osmodule.h + - -rwxr-xr-x 0 0 0 1301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/patchlevel.h + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/py_curses.h + - -rwxr-xr-x 0 0 0 5115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pybuffer.h + - -rwxr-xr-x 0 0 0 1725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pycapsule.h + - -rwxr-xr-x 0 0 0 53348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyconfig.h + - -rwxr-xr-x 0 0 0 2413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pydtrace.h + - -rwxr-xr-x 0 0 0 12782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyerrors.h + - -rwxr-xr-x 0 0 0 2850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyexpat.h + - -rwxr-xr-x 0 0 0 551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyframe.h + - -rwxr-xr-x 0 0 0 4154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyhash.h + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pylifecycle.h + - -rwxr-xr-x 0 0 0 2989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacconfig.h + - -rwxr-xr-x 0 0 0 6064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymacro.h + - -rwxr-xr-x 0 0 0 1979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymath.h + - -rwxr-xr-x 0 0 0 3890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pymem.h + - -rwxr-xr-x 0 0 0 24452 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pyport.h + - -rwxr-xr-x 0 0 0 4635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystate.h + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrcmp.h + - -rwxr-xr-x 0 0 0 1557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pystrtod.h + - -rwxr-xr-x 0 0 0 1189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythonrun.h + - -rwxr-xr-x 0 0 0 4833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pythread.h + - -rwxr-xr-x 0 0 0 851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/pytypedefs.h + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/rangeobject.h + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/setobject.h + - -rwxr-xr-x 0 0 0 2516 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sliceobject.h + - -rwxr-xr-x 0 0 0 2040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structmember.h + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/structseq.h + - -rwxr-xr-x 0 0 0 1381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/sysmodule.h + - -rwxr-xr-x 0 0 0 2669 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/token.h + - -rwxr-xr-x 0 0 0 583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/traceback.h + - -rwxr-xr-x 0 0 0 1114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tracemalloc.h + - -rwxr-xr-x 0 0 0 1613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/tupleobject.h + - -rwxr-xr-x 0 0 0 2342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/typeslots.h + - -rwxr-xr-x 0 0 0 36032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/unicodeobject.h + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/warnings.h + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/include/python3.11/weakrefobject.h + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itcl.tcl + - -rwxr-xr-x 0 0 0 2886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclConfig.sh + - -rwxr-xr-x 0 0 0 19378 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclHullCmds.tcl + - -rwxr-xr-x 0 0 0 12114 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/itclWidget.tcl + - -rwxr-xr-x 0 0 0 306344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/libtcl9itcl4.3.5.so + - -rwxr-xr-x 0 0 0 436 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/itcl4.3.5/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so + - -rwxr-xr-x 0 0 0 52680520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.11.so.1.0 + - -rwxr-xr-x 0 0 0 16800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libpython3.so + - -rwxr-xr-x 0 0 0 2385136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9.0.so + - -rwxr-xr-x 0 0 0 3119304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/libtcl9tk9.0.so + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python-3.11.pc + - -rwxr-xr-x 0 0 0 312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3-embed.pc + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/pkgconfig/python3.pc + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/LICENSE.txt + - -rwxr-xr-x 0 0 0 5218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__future__.py + - -rwxr-xr-x 0 0 0 227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__hello__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/__init__.py + - -rwxr-xr-x 0 0 0 97 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/__phello__/spam.py + - -rwxr-xr-x 0 0 0 3389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_aix_support.py + - -rwxr-xr-x 0 0 0 2675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_bootsubprocess.py + - -rwxr-xr-x 0 0 0 30193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_collections_abc.py + - -rwxr-xr-x 0 0 0 8761 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compat_pickle.py + - -rwxr-xr-x 0 0 0 5681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_compression.py + - -rwxr-xr-x 0 0 0 14653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_markupbase.py + - -rwxr-xr-x 0 0 0 22023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_osx_support.py + - -rwxr-xr-x 0 0 0 6189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_py_abc.py + - -rwxr-xr-x 0 0 0 229202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pydecimal.py + - -rwxr-xr-x 0 0 0 94193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_pyio.py + - -rwxr-xr-x 0 0 0 3128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sitebuiltins.py + - -rwxr-xr-x 0 0 0 25175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_strptime.py + - -rwxr-xr-x 0 0 0 39698 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py + - -rwxr-xr-x 0 0 0 7220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_threading_local.py + - -rwxr-xr-x 0 0 0 5893 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/_weakrefset.py + - -rwxr-xr-x 0 0 0 6538 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/abc.py + - -rwxr-xr-x 0 0 0 34211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/aifc.py + - -rwxr-xr-x 0 0 0 500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/antigravity.py + - -rwxr-xr-x 0 0 0 100283 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/argparse.py + - -rwxr-xr-x 0 0 0 61444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ast.py + - -rwxr-xr-x 0 0 0 11570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asynchat.py + - -rwxr-xr-x 0 0 0 1188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__init__.py + - -rwxr-xr-x 0 0 0 3379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/__main__.py + - -rwxr-xr-x 0 0 0 75384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_events.py + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_futures.py + - -rwxr-xr-x 0 0 0 8869 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_subprocess.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/base_tasks.py + - -rwxr-xr-x 0 0 0 1326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/constants.py + - -rwxr-xr-x 0 0 0 3400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/coroutines.py + - -rwxr-xr-x 0 0 0 28641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/events.py + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/exceptions.py + - -rwxr-xr-x 0 0 0 2404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/format_helpers.py + - -rwxr-xr-x 0 0 0 14212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/futures.py + - -rwxr-xr-x 0 0 0 19014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/locks.py + - -rwxr-xr-x 0 0 0 124 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/log.py + - -rwxr-xr-x 0 0 0 481 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/mixins.py + - -rwxr-xr-x 0 0 0 33264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/proactor_events.py + - -rwxr-xr-x 0 0 0 6957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/protocols.py + - -rwxr-xr-x 0 0 0 7974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/queues.py + - -rwxr-xr-x 0 0 0 6842 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/runners.py + - -rwxr-xr-x 0 0 0 45400 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/selector_events.py + - -rwxr-xr-x 0 0 0 31739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/sslproto.py + - -rwxr-xr-x 0 0 0 5992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/staggered.py + - -rwxr-xr-x 0 0 0 27503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/streams.py + - -rwxr-xr-x 0 0 0 7682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/subprocess.py + - -rwxr-xr-x 0 0 0 8471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/taskgroups.py + - -rwxr-xr-x 0 0 0 34433 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/tasks.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/threads.py + - -rwxr-xr-x 0 0 0 5321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/timeouts.py + - -rwxr-xr-x 0 0 0 10722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/transports.py + - -rwxr-xr-x 0 0 0 2475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/trsock.py + - -rwxr-xr-x 0 0 0 51915 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/unix_events.py + - -rwxr-xr-x 0 0 0 34691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_events.py + - -rwxr-xr-x 0 0 0 5060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncio/windows_utils.py + - -rwxr-xr-x 0 0 0 20310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/asyncore.py + - -rwxr-xr-x 0 0 0 21028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/base64.py + - -rwxr-xr-x 0 0 0 32463 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bdb.py + - -rwxr-xr-x 0 0 0 3135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bisect.py + - -rwxr-xr-x 0 0 0 11847 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/bz2.py + - -rwxr-xr-x 0 0 0 6346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cProfile.py + - -rwxr-xr-x 0 0 0 24731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/calendar.py + - -rwxr-xr-x 0 0 0 34479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgi.py + - -rwxr-xr-x 0 0 0 12421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cgitb.py + - -rwxr-xr-x 0 0 0 5500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/chunk.py + - -rwxr-xr-x 0 0 0 14873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/cmd.py + - -rwxr-xr-x 0 0 0 10622 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/code.py + - -rwxr-xr-x 0 0 0 37150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codecs.py + - -rwxr-xr-x 0 0 0 5907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/codeop.py + - -rwxr-xr-x 0 0 0 52018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/__init__.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/collections/abc.py + - -rwxr-xr-x 0 0 0 4062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/colorsys.py + - -rwxr-xr-x 0 0 0 20252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/compileall.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/__init__.py + - -rwxr-xr-x 0 0 0 1558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/__init__.py + - -rwxr-xr-x 0 0 0 22833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/_base.py + - -rwxr-xr-x 0 0 0 35479 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/process.py + - -rwxr-xr-x 0 0 0 8771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/concurrent/futures/thread.py + - -rwxr-xr-x 0 0 0 155142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Makefile + - -rwxr-xr-x 0 0 0 11182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup + - -rwxr-xr-x 0 0 0 878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.bootstrap + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.local + - -rwxr-xr-x 0 0 0 5449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/Setup.stdlib + - -rwxr-xr-x 0 0 0 8593 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c + - -rwxr-xr-x 0 0 0 1752 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/config.c.in + - -rwxr-xr-x 0 0 0 15358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/install-sh + - -rwxr-xr-x 0 0 0 9262 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/makesetup + - -rwxr-xr-x 0 0 0 2100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python-config.py + - -rwxr-xr-x 0 0 0 4092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/config-3.11-x86_64-linux-gnu/python.o + - -rwxr-xr-x 0 0 0 55660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/configparser.py + - -rwxr-xr-x 0 0 0 27414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextlib.py + - -rwxr-xr-x 0 0 0 129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/contextvars.py + - -rwxr-xr-x 0 0 0 8681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copy.py + - -rwxr-xr-x 0 0 0 7677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/copyreg.py + - -rwxr-xr-x 0 0 0 3913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/crypt.py + - -rwxr-xr-x 0 0 0 16030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/csv.py + - -rwxr-xr-x 0 0 0 17902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/__init__.py + - -rwxr-xr-x 0 0 0 12575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_aix.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/_endian.py + - -rwxr-xr-x 0 0 0 296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/README.ctypes + - -rwxr-xr-x 0 0 0 154 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/__init__.py + - -rwxr-xr-x 0 0 0 5024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dyld.py + - -rwxr-xr-x 0 0 0 960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/dylib.py + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/fetch_macholib.bat + - -rwxr-xr-x 0 0 0 1105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/macholib/framework.py + - -rwxr-xr-x 0 0 0 13959 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/util.py + - -rwxr-xr-x 0 0 0 5628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ctypes/wintypes.py + - -rwxr-xr-x 0 0 0 3369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/__init__.py + - -rwxr-xr-x 0 0 0 2547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/ascii.py + - -rwxr-xr-x 0 0 0 5634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/has_key.py + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/panel.py + - -rwxr-xr-x 0 0 0 7657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/curses/textpad.py + - -rwxr-xr-x 0 0 0 58472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dataclasses.py + - -rwxr-xr-x 0 0 0 91832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/datetime.py + - -rwxr-xr-x 0 0 0 5882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/__init__.py + - -rwxr-xr-x 0 0 0 11594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/dumb.py + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/gnu.py + - -rwxr-xr-x 0 0 0 70 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dbm/ndbm.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/decimal.py + - -rwxr-xr-x 0 0 0 83308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/difflib.py + - -rwxr-xr-x 0 0 0 28906 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/dis.py + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/README + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/__init__.py + - -rwxr-xr-x 0 0 0 20007 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/archive_util.py + - -rwxr-xr-x 0 0 0 14894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/bcppcompiler.py + - -rwxr-xr-x 0 0 0 47418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 18079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cmd.py + - -rwxr-xr-x 0 0 0 771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build.py + - -rwxr-xr-x 0 0 0 8022 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 31627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 17190 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 6232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 5890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/check.py + - -rwxr-xr-x 0 0 0 2776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/clean.py + - -rwxr-xr-x 0 0 0 633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/command_template + - -rwxr-xr-x 0 0 0 13117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/config.py + - -rwxr-xr-x 0 0 0 28242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install.py + - -rwxr-xr-x 0 0 0 2822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2603 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1298 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8397 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2017 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 11712 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/register.py + - -rwxr-xr-x 0 0 0 19005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 7621 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/command/upload.py + - -rwxr-xr-x 0 0 0 4951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/config.py + - -rwxr-xr-x 0 0 0 8876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/core.py + - -rwxr-xr-x 0 0 0 16380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/debug.py + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dir_util.py + - -rwxr-xr-x 0 0 0 50385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/dist.py + - -rwxr-xr-x 0 0 0 3577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/errors.py + - -rwxr-xr-x 0 0 0 10529 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/extension.py + - -rwxr-xr-x 0 0 0 17784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 8148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/file_util.py + - -rwxr-xr-x 0 0 0 12832 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/filelist.py + - -rwxr-xr-x 0 0 0 1969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/log.py + - -rwxr-xr-x 0 0 0 30453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvc9compiler.py + - -rwxr-xr-x 0 0 0 23527 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/msvccompiler.py + - -rwxr-xr-x 0 0 0 4660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/spawn.py + - -rwxr-xr-x 0 0 0 12435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/text_file.py + - -rwxr-xr-x 0 0 0 14818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 21032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/util.py + - -rwxr-xr-x 0 0 0 12514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/version.py + - -rwxr-xr-x 0 0 0 5133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 106297 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/doctest.py + - -rwxr-xr-x 0 0 0 1764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/__init__.py + - -rwxr-xr-x 0 0 0 8541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_encoded_words.py + - -rwxr-xr-x 0 0 0 109186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_header_value_parser.py + - -rwxr-xr-x 0 0 0 17821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_parseaddr.py + - -rwxr-xr-x 0 0 0 15534 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/_policybase.py + - -rwxr-xr-x 0 0 0 9561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/architecture.rst + - -rwxr-xr-x 0 0 0 3551 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/base64mime.py + - -rwxr-xr-x 0 0 0 17118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/charset.py + - -rwxr-xr-x 0 0 0 10588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/contentmanager.py + - -rwxr-xr-x 0 0 0 1778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/encoders.py + - -rwxr-xr-x 0 0 0 3814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/errors.py + - -rwxr-xr-x 0 0 0 22802 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/feedparser.py + - -rwxr-xr-x 0 0 0 21402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/generator.py + - -rwxr-xr-x 0 0 0 24092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/header.py + - -rwxr-xr-x 0 0 0 20819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/headerregistry.py + - -rwxr-xr-x 0 0 0 2129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/iterators.py + - -rwxr-xr-x 0 0 0 48210 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/message.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/__init__.py + - -rwxr-xr-x 0 0 0 1321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/application.py + - -rwxr-xr-x 0 0 0 3094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/audio.py + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/base.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/image.py + - -rwxr-xr-x 0 0 0 1315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/message.py + - -rwxr-xr-x 0 0 0 1619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/multipart.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/nonmultipart.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/mime/text.py + - -rwxr-xr-x 0 0 0 5038 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/parser.py + - -rwxr-xr-x 0 0 0 10519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/policy.py + - -rwxr-xr-x 0 0 0 9864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/quoprimime.py + - -rwxr-xr-x 0 0 0 17222 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/email/utils.py + - -rwxr-xr-x 0 0 0 5884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/__init__.py + - -rwxr-xr-x 0 0 0 15677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/aliases.py + - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ascii.py + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/base64_codec.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/big5hkscs.py + - -rwxr-xr-x 0 0 0 2249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/bz2_codec.py + - -rwxr-xr-x 0 0 0 2084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/charmap.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp037.py + - -rwxr-xr-x 0 0 0 13568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1006.py + - -rwxr-xr-x 0 0 0 13113 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1026.py + - -rwxr-xr-x 0 0 0 34597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1125.py + - -rwxr-xr-x 0 0 0 13105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1140.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1250.py + - -rwxr-xr-x 0 0 0 13361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1251.py + - -rwxr-xr-x 0 0 0 13511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1252.py + - -rwxr-xr-x 0 0 0 13094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1253.py + - -rwxr-xr-x 0 0 0 13502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1254.py + - -rwxr-xr-x 0 0 0 12466 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1255.py + - -rwxr-xr-x 0 0 0 12814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1256.py + - -rwxr-xr-x 0 0 0 13374 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1257.py + - -rwxr-xr-x 0 0 0 13364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp1258.py + - -rwxr-xr-x 0 0 0 14132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp273.py + - -rwxr-xr-x 0 0 0 12055 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp424.py + - -rwxr-xr-x 0 0 0 34564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp437.py + - -rwxr-xr-x 0 0 0 13121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp500.py + - -rwxr-xr-x 0 0 0 13686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp720.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp737.py + - -rwxr-xr-x 0 0 0 34476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp775.py + - -rwxr-xr-x 0 0 0 34105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp850.py + - -rwxr-xr-x 0 0 0 35002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp852.py + - -rwxr-xr-x 0 0 0 33850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp855.py + - -rwxr-xr-x 0 0 0 12423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp856.py + - -rwxr-xr-x 0 0 0 33908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp857.py + - -rwxr-xr-x 0 0 0 34015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp858.py + - -rwxr-xr-x 0 0 0 34681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp860.py + - -rwxr-xr-x 0 0 0 34633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp861.py + - -rwxr-xr-x 0 0 0 33370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp862.py + - -rwxr-xr-x 0 0 0 34252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp863.py + - -rwxr-xr-x 0 0 0 33663 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp864.py + - -rwxr-xr-x 0 0 0 34618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp865.py + - -rwxr-xr-x 0 0 0 34396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp866.py + - -rwxr-xr-x 0 0 0 32965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp869.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp874.py + - -rwxr-xr-x 0 0 0 12854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp875.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp932.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp949.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/cp950.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jis_2004.py + - -rwxr-xr-x 0 0 0 1051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jisx0213.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_jp.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/euc_kr.py + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb18030.py + - -rwxr-xr-x 0 0 0 1027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gb2312.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/gbk.py + - -rwxr-xr-x 0 0 0 1508 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hex_codec.py + - -rwxr-xr-x 0 0 0 13475 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hp_roman8.py + - -rwxr-xr-x 0 0 0 1011 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/hz.py + - -rwxr-xr-x 0 0 0 9098 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/idna.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_1.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2.py + - -rwxr-xr-x 0 0 0 1073 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_2004.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_3.py + - -rwxr-xr-x 0 0 0 1069 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_jp_ext.py + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso2022_kr.py + - -rwxr-xr-x 0 0 0 13176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_1.py + - -rwxr-xr-x 0 0 0 13589 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_10.py + - -rwxr-xr-x 0 0 0 12335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_11.py + - -rwxr-xr-x 0 0 0 13271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_13.py + - -rwxr-xr-x 0 0 0 13652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_14.py + - -rwxr-xr-x 0 0 0 13212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_15.py + - -rwxr-xr-x 0 0 0 13557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_16.py + - -rwxr-xr-x 0 0 0 13404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_2.py + - -rwxr-xr-x 0 0 0 13089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_3.py + - -rwxr-xr-x 0 0 0 13376 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_4.py + - -rwxr-xr-x 0 0 0 13015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_5.py + - -rwxr-xr-x 0 0 0 10833 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_6.py + - -rwxr-xr-x 0 0 0 12844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_7.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_8.py + - -rwxr-xr-x 0 0 0 13156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/iso8859_9.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/johab.py + - -rwxr-xr-x 0 0 0 13779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_r.py + - -rwxr-xr-x 0 0 0 13193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_t.py + - -rwxr-xr-x 0 0 0 13762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/koi8_u.py + - -rwxr-xr-x 0 0 0 13723 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/kz1048.py + - -rwxr-xr-x 0 0 0 1264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/latin_1.py + - -rwxr-xr-x 0 0 0 36467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_arabic.py + - -rwxr-xr-x 0 0 0 13633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_croatian.py + - -rwxr-xr-x 0 0 0 13454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_cyrillic.py + - -rwxr-xr-x 0 0 0 15170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_farsi.py + - -rwxr-xr-x 0 0 0 13721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_greek.py + - -rwxr-xr-x 0 0 0 13498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_iceland.py + - -rwxr-xr-x 0 0 0 14118 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_latin2.py + - -rwxr-xr-x 0 0 0 13480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_roman.py + - -rwxr-xr-x 0 0 0 13661 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_romanian.py + - -rwxr-xr-x 0 0 0 13513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mac_turkish.py + - -rwxr-xr-x 0 0 0 1211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/mbcs.py + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/oem.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/palmos.py + - -rwxr-xr-x 0 0 0 14015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/ptcp154.py + - -rwxr-xr-x 0 0 0 6883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/punycode.py + - -rwxr-xr-x 0 0 0 1525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/quopri_codec.py + - -rwxr-xr-x 0 0 0 1332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/raw_unicode_escape.py + - -rwxr-xr-x 0 0 0 2448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/rot_13.py + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jis_2004.py + - -rwxr-xr-x 0 0 0 1059 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/shift_jisx0213.py + - -rwxr-xr-x 0 0 0 12300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/tis_620.py + - -rwxr-xr-x 0 0 0 1299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/undefined.py + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/unicode_escape.py + - -rwxr-xr-x 0 0 0 5236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_be.py + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_16_le.py + - -rwxr-xr-x 0 0 0 5129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_be.py + - -rwxr-xr-x 0 0 0 930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_32_le.py + - -rwxr-xr-x 0 0 0 946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_7.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8.py + - -rwxr-xr-x 0 0 0 4133 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/utf_8_sig.py + - -rwxr-xr-x 0 0 0 2851 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/uu_codec.py + - -rwxr-xr-x 0 0 0 2204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/encodings/zlib_codec.py + - -rwxr-xr-x 0 0 0 9651 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__init__.py + - -rwxr-xr-x 0 0 0 88 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/__main__.py + - -rwxr-xr-x 0 0 0 2110226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl + - -rwxr-xr-x 0 0 0 1256281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl + - -rwxr-xr-x 0 0 0 808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ensurepip/_uninstall.py + - -rwxr-xr-x 0 0 0 79583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/enum.py + - -rwxr-xr-x 0 0 0 10178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/filecmp.py + - -rwxr-xr-x 0 0 0 15714 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fileinput.py + - -rwxr-xr-x 0 0 0 5999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fnmatch.py + - -rwxr-xr-x 0 0 0 28677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/fractions.py + - -rwxr-xr-x 0 0 0 35815 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ftplib.py + - -rwxr-xr-x 0 0 0 38413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/functools.py + - -rwxr-xr-x 0 0 0 5246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/genericpath.py + - -rwxr-xr-x 0 0 0 7489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getopt.py + - -rwxr-xr-x 0 0 0 5990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/getpass.py + - -rwxr-xr-x 0 0 0 21320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gettext.py + - -rwxr-xr-x 0 0 0 8732 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/glob.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/graphlib.py + - -rwxr-xr-x 0 0 0 24074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/gzip.py + - -rwxr-xr-x 0 0 0 11765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hashlib.py + - -rwxr-xr-x 0 0 0 23024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/heapq.py + - -rwxr-xr-x 0 0 0 7716 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/hmac.py + - -rwxr-xr-x 0 0 0 4775 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/__init__.py + - -rwxr-xr-x 0 0 0 75383 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/entities.py + - -rwxr-xr-x 0 0 0 20850 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/html/parser.py + - -rwxr-xr-x 0 0 0 7913 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/__init__.py + - -rwxr-xr-x 0 0 0 58284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/client.py + - -rwxr-xr-x 0 0 0 77517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookiejar.py + - -rwxr-xr-x 0 0 0 20743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/cookies.py + - -rwxr-xr-x 0 0 0 49150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/http/server.py + - -rwxr-xr-x 0 0 0 2152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/CREDITS.txt + - -rwxr-xr-x 0 0 0 56360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/ChangeLog + - -rwxr-xr-x 0 0 0 10312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/HISTORY.txt + - -rwxr-xr-x 0 0 0 443 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/README.txt + - -rwxr-xr-x 0 0 0 120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/folder.gif + - -rwxr-xr-x 0 0 0 57746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle.ico + - -rwxr-xr-x 0 0 0 634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.gif + - -rwxr-xr-x 0 0 0 1031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_16.png + - -rwxr-xr-x 0 0 0 39205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_256.png + - -rwxr-xr-x 0 0 0 1019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.gif + - -rwxr-xr-x 0 0 0 2036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_32.png + - -rwxr-xr-x 0 0 0 1388 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.gif + - -rwxr-xr-x 0 0 0 3977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/idle_48.png + - -rwxr-xr-x 0 0 0 75 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/minusnode.gif + - -rwxr-xr-x 0 0 0 125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/openfolder.gif + - -rwxr-xr-x 0 0 0 78 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/plusnode.gif + - -rwxr-xr-x 0 0 0 380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/python.gif + - -rwxr-xr-x 0 0 0 72 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/Icons/tk.gif + - -rwxr-xr-x 0 0 0 27172 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/NEWS2x.txt + - -rwxr-xr-x 0 0 0 55422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/News3.txt + - -rwxr-xr-x 0 0 0 11653 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/README.txt + - -rwxr-xr-x 0 0 0 8478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/TODO.txt + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__init__.py + - -rwxr-xr-x 0 0 0 159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/__main__.py + - -rwxr-xr-x 0 0 0 9354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete.py + - -rwxr-xr-x 0 0 0 20863 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autocomplete_w.py + - -rwxr-xr-x 0 0 0 3216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/autoexpand.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/browser.py + - -rwxr-xr-x 0 0 0 7267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip.py + - -rwxr-xr-x 0 0 0 7083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/calltip_w.py + - -rwxr-xr-x 0 0 0 11420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/codecontext.py + - -rwxr-xr-x 0 0 0 14783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/colorizer.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-extensions.def + - -rwxr-xr-x 0 0 0 2864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-highlight.def + - -rwxr-xr-x 0 0 0 10910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-keys.def + - -rwxr-xr-x 0 0 0 3168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config-main.def + - -rwxr-xr-x 0 0 0 38387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config.py + - -rwxr-xr-x 0 0 0 15230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/config_key.py + - -rwxr-xr-x 0 0 0 105314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/configdialog.py + - -rwxr-xr-x 0 0 0 20991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugger_r.py + - -rwxr-xr-x 0 0 0 4177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj.py + - -rwxr-xr-x 0 0 0 1082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/debugobj_r.py + - -rwxr-xr-x 0 0 0 1044 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/delegator.py + - -rwxr-xr-x 0 0 0 1993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/dynoption.py + - -rwxr-xr-x 0 0 0 69561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/editor.py + - -rwxr-xr-x 0 0 0 3631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/extend.txt + - -rwxr-xr-x 0 0 0 3871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/filelist.py + - -rwxr-xr-x 0 0 0 15777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/format.py + - -rwxr-xr-x 0 0 0 7526 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/grep.py + - -rwxr-xr-x 0 0 0 78525 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.html + - -rwxr-xr-x 0 0 0 11902 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help.py + - -rwxr-xr-x 0 0 0 8910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/help_about.py + - -rwxr-xr-x 0 0 0 4065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/history.py + - -rwxr-xr-x 0 0 0 12889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/hyperparser.py + - -rwxr-xr-x 0 0 0 177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.bat + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.py + - -rwxr-xr-x 0 0 0 570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/idle.pyw + - -rwxr-xr-x 0 0 0 16159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/iomenu.py + - -rwxr-xr-x 0 0 0 9401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/macosx.py + - -rwxr-xr-x 0 0 0 3938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/mainmenu.py + - -rwxr-xr-x 0 0 0 18652 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/multicall.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/outwin.py + - -rwxr-xr-x 0 0 0 7204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/parenmatch.py + - -rwxr-xr-x 0 0 0 3093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pathbrowser.py + - -rwxr-xr-x 0 0 0 3568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/percolator.py + - -rwxr-xr-x 0 0 0 19864 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyparse.py + - -rwxr-xr-x 0 0 0 62537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/pyshell.py + - -rwxr-xr-x 0 0 0 15067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/query.py + - -rwxr-xr-x 0 0 0 6777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/redirector.py + - -rwxr-xr-x 0 0 0 9841 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/replace.py + - -rwxr-xr-x 0 0 0 21078 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/rpc.py + - -rwxr-xr-x 0 0 0 21439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/run.py + - -rwxr-xr-x 0 0 0 8273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/runscript.py + - -rwxr-xr-x 0 0 0 4478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/scrolledlist.py + - -rwxr-xr-x 0 0 0 5567 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/search.py + - -rwxr-xr-x 0 0 0 7856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchbase.py + - -rwxr-xr-x 0 0 0 7415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/searchengine.py + - -rwxr-xr-x 0 0 0 20338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/sidebar.py + - -rwxr-xr-x 0 0 0 12834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/squeezer.py + - -rwxr-xr-x 0 0 0 4016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/stackviewer.py + - -rwxr-xr-x 0 0 0 1474 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/statusbar.py + - -rwxr-xr-x 0 0 0 6808 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/textview.py + - -rwxr-xr-x 0 0 0 6471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tooltip.py + - -rwxr-xr-x 0 0 0 16483 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/tree.py + - -rwxr-xr-x 0 0 0 11016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/undo.py + - -rwxr-xr-x 0 0 0 731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/util.py + - -rwxr-xr-x 0 0 0 2616 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/window.py + - -rwxr-xr-x 0 0 0 4203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zoomheight.py + - -rwxr-xr-x 0 0 0 2005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/idlelib/zzdummy.py + - -rwxr-xr-x 0 0 0 55217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imaplib.py + - -rwxr-xr-x 0 0 0 3952 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imghdr.py + - -rwxr-xr-x 0 0 0 10606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/imp.py + - -rwxr-xr-x 0 0 0 6089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/__init__.py + - -rwxr-xr-x 0 0 0 1852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_abc.py + - -rwxr-xr-x 0 0 0 48223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap.py + - -rwxr-xr-x 0 0 0 68962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/_bootstrap_external.py + - -rwxr-xr-x 0 0 0 10969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/abc.py + - -rwxr-xr-x 0 0 0 880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/machinery.py + - -rwxr-xr-x 0 0 0 31109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/__init__.py + - -rwxr-xr-x 0 0 0 1862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_collections.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/metadata/_text.py + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/readers.py + - -rwxr-xr-x 0 0 0 506 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/__init__.py + - -rwxr-xr-x 0 0 0 4504 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_adapters.py + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_common.py + - -rwxr-xr-x 0 0 0 884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_itertools.py + - -rwxr-xr-x 0 0 0 3494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/_legacy.py + - -rwxr-xr-x 0 0 0 4571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/abc.py + - -rwxr-xr-x 0 0 0 3557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/readers.py + - -rwxr-xr-x 0 0 0 3123 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/resources/simple.py + - -rwxr-xr-x 0 0 0 354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/simple.py + - -rwxr-xr-x 0 0 0 12717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/importlib/util.py + - -rwxr-xr-x 0 0 0 123419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/inspect.py + - -rwxr-xr-x 0 0 0 4320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/io.py + - -rwxr-xr-x 0 0 0 81414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ipaddress.py + - -rwxr-xr-x 0 0 0 14020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/__init__.py + - -rwxr-xr-x 0 0 0 12473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/decoder.py + - -rwxr-xr-x 0 0 0 16070 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/encoder.py + - -rwxr-xr-x 0 0 0 2425 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/scanner.py + - -rwxr-xr-x 0 0 0 3339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/json/tool.py + - -rwxr-xr-x 0 0 0 1061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/keyword.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/.empty + - -rwxr-xr-x 0 0 0 25928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 69112 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 1754328 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_dbm.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 200072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_testclinic.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 220816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so + - -rwxr-xr-x 0 0 0 8696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar.txt + - -rwxr-xr-x 0 0 0 15313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/Grammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 793 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar.txt + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/PatternGrammar3.11.15.final.0.pickle + - -rwxr-xr-x 0 0 0 156 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__init__.py + - -rwxr-xr-x 0 0 0 67 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/__main__.py + - -rwxr-xr-x 0 0 0 6623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_matcher.py + - -rwxr-xr-x 0 0 0 9945 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/btm_utils.py + - -rwxr-xr-x 0 0 0 6690 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_base.py + - -rwxr-xr-x 0 0 0 15206 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixer_util.py + - -rwxr-xr-x 0 0 0 47 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/__init__.py + - -rwxr-xr-x 0 0 0 2346 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_apply.py + - -rwxr-xr-x 0 0 0 984 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_asserts.py + - -rwxr-xr-x 0 0 0 320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_basestring.py + - -rwxr-xr-x 0 0 0 590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_buffer.py + - -rwxr-xr-x 0 0 0 3760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_dict.py + - -rwxr-xr-x 0 0 0 3344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_except.py + - -rwxr-xr-x 0 0 0 979 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exec.py + - -rwxr-xr-x 0 0 0 2048 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_execfile.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_exitfunc.py + - -rwxr-xr-x 0 0 0 2765 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_filter.py + - -rwxr-xr-x 0 0 0 644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_funcattrs.py + - -rwxr-xr-x 0 0 0 547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_future.py + - -rwxr-xr-x 0 0 0 451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_getcwdu.py + - -rwxr-xr-x 0 0 0 3196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_has_key.py + - -rwxr-xr-x 0 0 0 4876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_idioms.py + - -rwxr-xr-x 0 0 0 3256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_import.py + - -rwxr-xr-x 0 0 0 5684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports.py + - -rwxr-xr-x 0 0 0 289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_imports2.py + - -rwxr-xr-x 0 0 0 708 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_input.py + - -rwxr-xr-x 0 0 0 1144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_intern.py + - -rwxr-xr-x 0 0 0 1608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_isinstance.py + - -rwxr-xr-x 0 0 0 1548 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools.py + - -rwxr-xr-x 0 0 0 2086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py + - -rwxr-xr-x 0 0 0 476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_long.py + - -rwxr-xr-x 0 0 0 3640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_map.py + - -rwxr-xr-x 0 0 0 8197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_metaclass.py + - -rwxr-xr-x 0 0 0 606 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_methodattrs.py + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ne.py + - -rwxr-xr-x 0 0 0 3174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_next.py + - -rwxr-xr-x 0 0 0 591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_nonzero.py + - -rwxr-xr-x 0 0 0 768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_numliterals.py + - -rwxr-xr-x 0 0 0 3426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_operator.py + - -rwxr-xr-x 0 0 0 1226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_paren.py + - -rwxr-xr-x 0 0 0 2844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_print.py + - -rwxr-xr-x 0 0 0 2926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raise.py + - -rwxr-xr-x 0 0 0 454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_raw_input.py + - -rwxr-xr-x 0 0 0 837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reduce.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_reload.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_renames.py + - -rwxr-xr-x 0 0 0 613 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_repr.py + - -rwxr-xr-x 0 0 0 1697 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_set_literal.py + - -rwxr-xr-x 0 0 0 449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_standarderror.py + - -rwxr-xr-x 0 0 0 1034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_sys_exc.py + - -rwxr-xr-x 0 0 0 1582 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_throw.py + - -rwxr-xr-x 0 0 0 5565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_tuple_params.py + - -rwxr-xr-x 0 0 0 1774 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_types.py + - -rwxr-xr-x 0 0 0 1256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_unicode.py + - -rwxr-xr-x 0 0 0 8367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_urllib.py + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_ws_comma.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xrange.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_xreadlines.py + - -rwxr-xr-x 0 0 0 1289 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/fixes/fix_zip.py + - -rwxr-xr-x 0 0 0 11854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/main.py + - -rwxr-xr-x 0 0 0 7054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/patcomp.py + - -rwxr-xr-x 0 0 0 143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/__init__.py + - -rwxr-xr-x 0 0 0 9642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/conv.py + - -rwxr-xr-x 0 0 0 5969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/driver.py + - -rwxr-xr-x 0 0 0 5552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/grammar.py + - -rwxr-xr-x 0 0 0 1635 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/literals.py + - -rwxr-xr-x 0 0 0 8155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/parse.py + - -rwxr-xr-x 0 0 0 13830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/pgen.py + - -rwxr-xr-x 0 0 0 1302 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/token.py + - -rwxr-xr-x 0 0 0 21119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pgen2/tokenize.py + - -rwxr-xr-x 0 0 0 1305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pygram.py + - -rwxr-xr-x 0 0 0 27974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/pytree.py + - -rwxr-xr-x 0 0 0 27507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lib2to3/refactor.py + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/linecache.py + - -rwxr-xr-x 0 0 0 79095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/locale.py + - -rwxr-xr-x 0 0 0 80677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/__init__.py + - -rwxr-xr-x 0 0 0 37001 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/config.py + - -rwxr-xr-x 0 0 0 61920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/logging/handlers.py + - -rwxr-xr-x 0 0 0 13277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/lzma.py + - -rwxr-xr-x 0 0 0 78830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailbox.py + - -rwxr-xr-x 0 0 0 9369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mailcap.py + - -rwxr-xr-x 0 0 0 22962 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/mimetypes.py + - -rwxr-xr-x 0 0 0 23699 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/modulefinder.py + - -rwxr-xr-x 0 0 0 916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/__init__.py + - -rwxr-xr-x 0 0 0 32395 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/connection.py + - -rwxr-xr-x 0 0 0 11597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/context.py + - -rwxr-xr-x 0 0 0 3061 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/__init__.py + - -rwxr-xr-x 0 0 0 1598 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/dummy/connection.py + - -rwxr-xr-x 0 0 0 12134 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/forkserver.py + - -rwxr-xr-x 0 0 0 11626 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/heap.py + - -rwxr-xr-x 0 0 0 47684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/managers.py + - -rwxr-xr-x 0 0 0 32759 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/pool.py + - -rwxr-xr-x 0 0 0 2377 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_fork.py + - -rwxr-xr-x 0 0 0 2230 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_forkserver.py + - -rwxr-xr-x 0 0 0 2029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_posix.py + - -rwxr-xr-x 0 0 0 4515 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/popen_spawn_win32.py + - -rwxr-xr-x 0 0 0 12139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/process.py + - -rwxr-xr-x 0 0 0 12023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/queues.py + - -rwxr-xr-x 0 0 0 9512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/reduction.py + - -rwxr-xr-x 0 0 0 5145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_sharer.py + - -rwxr-xr-x 0 0 0 10332 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/resource_tracker.py + - -rwxr-xr-x 0 0 0 18458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/shared_memory.py + - -rwxr-xr-x 0 0 0 6306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/sharedctypes.py + - -rwxr-xr-x 0 0 0 9644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/spawn.py + - -rwxr-xr-x 0 0 0 12285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/synchronize.py + - -rwxr-xr-x 0 0 0 14261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/multiprocessing/util.py + - -rwxr-xr-x 0 0 0 6929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/netrc.py + - -rwxr-xr-x 0 0 0 41087 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nntplib.py + - -rwxr-xr-x 0 0 0 28766 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ntpath.py + - -rwxr-xr-x 0 0 0 2887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/nturl2path.py + - -rwxr-xr-x 0 0 0 10348 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/numbers.py + - -rwxr-xr-x 0 0 0 10447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/opcode.py + - -rwxr-xr-x 0 0 0 10965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/operator.py + - -rwxr-xr-x 0 0 0 60369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/optparse.py + - -rwxr-xr-x 0 0 0 39530 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/os.py + - -rwxr-xr-x 0 0 0 48566 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pathlib.py + - -rwxr-xr-x 0 0 0 64173 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pdb.py + - -rwxr-xr-x 0 0 0 65132 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickle.py + - -rwxr-xr-x 0 0 0 93861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pickletools.py + - -rwxr-xr-x 0 0 0 8978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pipes.py + - -rwxr-xr-x 0 0 0 24638 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pkgutil.py + - -rwxr-xr-x 0 0 0 42273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/platform.py + - -rwxr-xr-x 0 0 0 28594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/plistlib.py + - -rwxr-xr-x 0 0 0 15198 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/poplib.py + - -rwxr-xr-x 0 0 0 17072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/posixpath.py + - -rwxr-xr-x 0 0 0 24583 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pprint.py + - -rwxr-xr-x 0 0 0 22883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/profile.py + - -rwxr-xr-x 0 0 0 29356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pstats.py + - -rwxr-xr-x 0 0 0 6317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pty.py + - -rwxr-xr-x 0 0 0 7837 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/py_compile.py + - -rwxr-xr-x 0 0 0 11396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pyclbr.py + - -rwxr-xr-x 0 0 0 112650 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/__init__.py + - -rwxr-xr-x 0 0 0 1325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/_pydoc.css + - -rwxr-xr-x 0 0 0 775171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/pydoc_data/topics.py + - -rwxr-xr-x 0 0 0 11496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/queue.py + - -rwxr-xr-x 0 0 0 7268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/quopri.py + - -rwxr-xr-x 0 0 0 32162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/random.py + - -rwxr-xr-x 0 0 0 15889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/__init__.py + - -rwxr-xr-x 0 0 0 5446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_casefix.py + - -rwxr-xr-x 0 0 0 26089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_compiler.py + - -rwxr-xr-x 0 0 0 5930 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_constants.py + - -rwxr-xr-x 0 0 0 42420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/re/_parser.py + - -rwxr-xr-x 0 0 0 5437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/reprlib.py + - -rwxr-xr-x 0 0 0 7827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/rlcompleter.py + - -rwxr-xr-x 0 0 0 13159 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/runpy.py + - -rwxr-xr-x 0 0 0 6351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sched.py + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/secrets.py + - -rwxr-xr-x 0 0 0 19671 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/selectors.py + - -rwxr-xr-x 0 0 0 8560 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shelve.py + - -rwxr-xr-x 0 0 0 13501 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shlex.py + - -rwxr-xr-x 0 0 0 56517 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/shutil.py + - -rwxr-xr-x 0 0 0 2495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/signal.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/README.txt + - -rwxr-xr-x 0 0 0 6755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/__init__.py + - -rwxr-xr-x 0 0 0 44 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/_distutils_hack/override.py + - -rwxr-xr-x 0 0 0 151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/distutils-precedence.pth + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 4675 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 68854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 84 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 11731 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__init__.py + - -rwxr-xr-x 0 0 0 854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__main__.py + - -rwxr-xr-x 0 0 0 1450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/__pip-runner__.py + - -rwxr-xr-x 0 0 0 511 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/__init__.py + - -rwxr-xr-x 0 0 0 21911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/build_env.py + - -rwxr-xr-x 0 0 0 10345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cache.py + - -rwxr-xr-x 0 0 0 131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/__init__.py + - -rwxr-xr-x 0 0 0 7193 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py + - -rwxr-xr-x 0 0 0 9168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/base_command.py + - -rwxr-xr-x 0 0 0 36164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py + - -rwxr-xr-x 0 0 0 817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/command_context.py + - -rwxr-xr-x 0 0 0 6484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/index_command.py + - -rwxr-xr-x 0 0 0 3137 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main.py + - -rwxr-xr-x 0 0 0 4403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py + - -rwxr-xr-x 0 0 0 13827 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/parser.py + - -rwxr-xr-x 0 0 0 4706 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py + - -rwxr-xr-x 0 0 0 16482 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/req_command.py + - -rwxr-xr-x 0 0 0 7362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/spinners.py + - -rwxr-xr-x 0 0 0 116 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py + - -rwxr-xr-x 0 0 0 4026 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/__init__.py + - -rwxr-xr-x 0 0 0 9142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/cache.py + - -rwxr-xr-x 0 0 0 2244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/check.py + - -rwxr-xr-x 0 0 0 4565 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/completion.py + - -rwxr-xr-x 0 0 0 10105 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/configuration.py + - -rwxr-xr-x 0 0 0 6805 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/debug.py + - -rwxr-xr-x 0 0 0 5178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/download.py + - -rwxr-xr-x 0 0 0 3099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/freeze.py + - -rwxr-xr-x 0 0 0 1679 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/hash.py + - -rwxr-xr-x 0 0 0 1108 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/help.py + - -rwxr-xr-x 0 0 0 5520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/index.py + - -rwxr-xr-x 0 0 0 3177 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/inspect.py + - -rwxr-xr-x 0 0 0 30588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/install.py + - -rwxr-xr-x 0 0 0 13497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/list.py + - -rwxr-xr-x 0 0 0 6027 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/lock.py + - -rwxr-xr-x 0 0 0 5782 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/search.py + - -rwxr-xr-x 0 0 0 8066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/show.py + - -rwxr-xr-x 0 0 0 3868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py + - -rwxr-xr-x 0 0 0 5880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/commands/wheel.py + - -rwxr-xr-x 0 0 0 14568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/configuration.py + - -rwxr-xr-x 0 0 0 858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/base.py + - -rwxr-xr-x 0 0 0 929 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/installed.py + - -rwxr-xr-x 0 0 0 6627 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py + - -rwxr-xr-x 0 0 0 1364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py + - -rwxr-xr-x 0 0 0 32165 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/exceptions.py + - -rwxr-xr-x 0 0 0 29 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/__init__.py + - -rwxr-xr-x 0 0 0 16144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/collector.py + - -rwxr-xr-x 0 0 0 41776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/package_finder.py + - -rwxr-xr-x 0 0 0 8639 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/index/sources.py + - -rwxr-xr-x 0 0 0 14157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/__init__.py + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py + - -rwxr-xr-x 0 0 0 7779 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py + - -rwxr-xr-x 0 0 0 2550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/locations/base.py + - -rwxr-xr-x 0 0 0 338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/main.py + - -rwxr-xr-x 0 0 0 5824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py + - -rwxr-xr-x 0 0 0 2711 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/_json.py + - -rwxr-xr-x 0 0 0 25420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/base.py + - -rwxr-xr-x 0 0 0 135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py + - -rwxr-xr-x 0 0 0 2804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py + - -rwxr-xr-x 0 0 0 8420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py + - -rwxr-xr-x 0 0 0 10544 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py + - -rwxr-xr-x 0 0 0 62 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/__init__.py + - -rwxr-xr-x 0 0 0 753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/candidate.py + - -rwxr-xr-x 0 0 0 6555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/direct_url.py + - -rwxr-xr-x 0 0 0 2471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/format_control.py + - -rwxr-xr-x 0 0 0 1030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/index.py + - -rwxr-xr-x 0 0 0 2839 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/installation_report.py + - -rwxr-xr-x 0 0 0 21992 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/link.py + - -rwxr-xr-x 0 0 0 3403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/release_control.py + - -rwxr-xr-x 0 0 0 575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/scheme.py + - -rwxr-xr-x 0 0 0 4507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/search_scope.py + - -rwxr-xr-x 0 0 0 2221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py + - -rwxr-xr-x 0 0 0 4243 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/target_python.py + - -rwxr-xr-x 0 0 0 2920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/models/wheel.py + - -rwxr-xr-x 0 0 0 49 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/__init__.py + - -rwxr-xr-x 0 0 0 20806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/auth.py + - -rwxr-xr-x 0 0 0 4862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/cache.py + - -rwxr-xr-x 0 0 0 12667 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/download.py + - -rwxr-xr-x 0 0 0 7646 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py + - -rwxr-xr-x 0 0 0 19555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/session.py + - -rwxr-xr-x 0 0 0 4091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/utils.py + - -rwxr-xr-x 0 0 0 1830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py + - -rwxr-xr-x 0 0 0 4771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py + - -rwxr-xr-x 0 0 0 1421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py + - -rwxr-xr-x 0 0 0 1509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py + - -rwxr-xr-x 0 0 0 1136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py + - -rwxr-xr-x 0 0 0 1478 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py + - -rwxr-xr-x 0 0 0 5894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/check.py + - -rwxr-xr-x 0 0 0 9854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/freeze.py + - -rwxr-xr-x 0 0 0 50 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py + - -rwxr-xr-x 0 0 0 27923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py + - -rwxr-xr-x 0 0 0 28830 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/operations/prepare.py + - -rwxr-xr-x 0 0 0 4555 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/pyproject.py + - -rwxr-xr-x 0 0 0 3041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/__init__.py + - -rwxr-xr-x 0 0 0 18688 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/constructors.py + - -rwxr-xr-x 0 0 0 1225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/pep723.py + - -rwxr-xr-x 0 0 0 2618 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_dependency_group.py + - -rwxr-xr-x 0 0 0 20685 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_file.py + - -rwxr-xr-x 0 0 0 31273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_install.py + - -rwxr-xr-x 0 0 0 2828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_set.py + - -rwxr-xr-x 0 0 0 24099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py + - -rwxr-xr-x 0 0 0 577 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/base.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py + - -rwxr-xr-x 0 0 0 24060 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 5047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py + - -rwxr-xr-x 0 0 0 20454 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py + - -rwxr-xr-x 0 0 0 34028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py + - -rwxr-xr-x 0 0 0 6018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py + - -rwxr-xr-x 0 0 0 11441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py + - -rwxr-xr-x 0 0 0 3909 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py + - -rwxr-xr-x 0 0 0 8239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py + - -rwxr-xr-x 0 0 0 13437 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py + - -rwxr-xr-x 0 0 0 8284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/__init__.py + - -rwxr-xr-x 0 0 0 3350 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_jaraco_text.py + - -rwxr-xr-x 0 0 0 1015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/_log.py + - -rwxr-xr-x 0 0 0 1681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py + - -rwxr-xr-x 0 0 0 2514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compat.py + - -rwxr-xr-x 0 0 0 6630 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/datetime.py + - -rwxr-xr-x 0 0 0 3696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py + - -rwxr-xr-x 0 0 0 3200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py + - -rwxr-xr-x 0 0 0 2459 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py + - -rwxr-xr-x 0 0 0 3324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py + - -rwxr-xr-x 0 0 0 6892 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py + - -rwxr-xr-x 0 0 0 689 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py + - -rwxr-xr-x 0 0 0 3726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/glibc.py + - -rwxr-xr-x 0 0 0 4998 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/hashes.py + - -rwxr-xr-x 0 0 0 13414 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/logging.py + - -rwxr-xr-x 0 0 0 23722 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/misc.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/packaging.py + - -rwxr-xr-x 0 0 0 3817 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/pylock.py + - -rwxr-xr-x 0 0 0 1461 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/retry.py + - -rwxr-xr-x 0 0 0 8983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py + - -rwxr-xr-x 0 0 0 9307 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py + - -rwxr-xr-x 0 0 0 12972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py + - -rwxr-xr-x 0 0 0 1601 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/urls.py + - -rwxr-xr-x 0 0 0 3455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py + - -rwxr-xr-x 0 0 0 4468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/utils/wheel.py + - -rwxr-xr-x 0 0 0 596 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py + - -rwxr-xr-x 0 0 0 3734 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py + - -rwxr-xr-x 0 0 0 19144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/git.py + - -rwxr-xr-x 0 0 0 5575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py + - -rwxr-xr-x 0 0 0 11787 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py + - -rwxr-xr-x 0 0 0 22599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py + - -rwxr-xr-x 0 0 0 9010 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_internal/wheel_builder.py + - -rwxr-xr-x 0 0 0 9394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/README.rst + - -rwxr-xr-x 0 0 0 4907 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/__init__.py + - -rwxr-xr-x 0 0 0 558 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/LICENSE.txt + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py + - -rwxr-xr-x 0 0 0 1737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py + - -rwxr-xr-x 0 0 0 1953 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py + - -rwxr-xr-x 0 0 0 4117 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py + - -rwxr-xr-x 0 0 0 1386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py + - -rwxr-xr-x 0 0 0 19102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py + - -rwxr-xr-x 0 0 0 4354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py + - -rwxr-xr-x 0 0 0 4881 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/py.typed + - -rwxr-xr-x 0 0 0 5163 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/LICENSE + - -rwxr-xr-x 0 0 0 94 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py + - -rwxr-xr-x 0 0 0 255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py + - -rwxr-xr-x 0 0 0 270954 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem + - -rwxr-xr-x 0 0 0 3442 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/core.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/certifi/py.typed + - -rwxr-xr-x 0 0 0 1099 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/LICENSE.txt + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__init__.py + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/__main__.py + - -rwxr-xr-x 0 0 0 8041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_implementation.py + - -rwxr-xr-x 0 0 0 1710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py + - -rwxr-xr-x 0 0 0 1865 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py + - -rwxr-xr-x 0 0 0 285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/_toml_compat.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/dependency_groups/py.typed + - -rwxr-xr-x 0 0 0 14531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/LICENSE.txt + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py + - -rwxr-xr-x 0 0 0 41467 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py + - -rwxr-xr-x 0 0 0 10820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py + - -rwxr-xr-x 0 0 0 18612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py + - -rwxr-xr-x 0 0 0 97792 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe + - -rwxr-xr-x 0 0 0 182784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe + - -rwxr-xr-x 0 0 0 108032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe + - -rwxr-xr-x 0 0 0 66682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/util.py + - -rwxr-xr-x 0 0 0 91648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe + - -rwxr-xr-x 0 0 0 168448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe + - -rwxr-xr-x 0 0 0 101888 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe + - -rwxr-xr-x 0 0 0 11325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/LICENSE + - -rwxr-xr-x 0 0 0 981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py + - -rwxr-xr-x 0 0 0 49430 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/distro.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/distro/py.typed + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/LICENSE.md + - -rwxr-xr-x 0 0 0 868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py + - -rwxr-xr-x 0 0 0 3438 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/codec.py + - -rwxr-xr-x 0 0 0 316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/compat.py + - -rwxr-xr-x 0 0 0 13246 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/core.py + - -rwxr-xr-x 0 0 0 79623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py + - -rwxr-xr-x 0 0 0 1898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py + - -rwxr-xr-x 0 0 0 21 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/py.typed + - -rwxr-xr-x 0 0 0 243725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py + - -rwxr-xr-x 0 0 0 614 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/COPYING + - -rwxr-xr-x 0 0 0 1109 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py + - -rwxr-xr-x 0 0 0 5726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py + - -rwxr-xr-x 0 0 0 32390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2707 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1514 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5819 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 51122 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 12771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 39360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 22537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/pylock.py + - -rwxr-xr-x 0 0 0 2870 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 22856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5040 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 23284 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/LICENSE + - -rwxr-xr-x 0 0 0 124451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/LICENSE + - -rwxr-xr-x 0 0 0 22344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9013 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 9281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 6322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10458 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 704 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10362 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/LICENSE + - -rwxr-xr-x 0 0 0 2983 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py + - -rwxr-xr-x 0 0 0 353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py + - -rwxr-xr-x 0 0 0 1718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/console.py + - -rwxr-xr-x 0 0 0 1910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py + - -rwxr-xr-x 0 0 0 40392 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py + - -rwxr-xr-x 0 0 0 4390 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py + - -rwxr-xr-x 0 0 0 5385 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py + - -rwxr-xr-x 0 0 0 4176 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py + - -rwxr-xr-x 0 0 0 35349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py + - -rwxr-xr-x 0 0 0 12115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py + - -rwxr-xr-x 0 0 0 77602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py + - -rwxr-xr-x 0 0 0 53853 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py + - -rwxr-xr-x 0 0 0 1005 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py + - -rwxr-xr-x 0 0 0 1891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py + - -rwxr-xr-x 0 0 0 3072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py + - -rwxr-xr-x 0 0 0 7981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/style.py + - -rwxr-xr-x 0 0 0 2042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py + - -rwxr-xr-x 0 0 0 3312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/styles/_mapping.py + - -rwxr-xr-x 0 0 0 6226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/token.py + - -rwxr-xr-x 0 0 0 63208 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py + - -rwxr-xr-x 0 0 0 10031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pygments/util.py + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/LICENSE + - -rwxr-xr-x 0 0 0 691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py + - -rwxr-xr-x 0 0 0 14936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py + - -rwxr-xr-x 0 0 0 12216 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/py.typed + - -rwxr-xr-x 0 0 0 10142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/LICENSE + - -rwxr-xr-x 0 0 0 5057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py + - -rwxr-xr-x 0 0 0 435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py + - -rwxr-xr-x 0 0 0 1495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py + - -rwxr-xr-x 0 0 0 26429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py + - -rwxr-xr-x 0 0 0 6449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/api.py + - -rwxr-xr-x 0 0 0 10186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/auth.py + - -rwxr-xr-x 0 0 0 441 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/certs.py + - -rwxr-xr-x 0 0 0 1822 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/compat.py + - -rwxr-xr-x 0 0 0 18590 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py + - -rwxr-xr-x 0 0 0 4272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py + - -rwxr-xr-x 0 0 0 3813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/help.py + - -rwxr-xr-x 0 0 0 733 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py + - -rwxr-xr-x 0 0 0 35575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/models.py + - -rwxr-xr-x 0 0 0 1057 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/packages.py + - -rwxr-xr-x 0 0 0 30503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py + - -rwxr-xr-x 0 0 0 4322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py + - -rwxr-xr-x 0 0 0 2912 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/structures.py + - -rwxr-xr-x 0 0 0 33225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/requests/utils.py + - -rwxr-xr-x 0 0 0 751 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/LICENSE + - -rwxr-xr-x 0 0 0 541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py + - -rwxr-xr-x 0 0 0 8914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/py.typed + - -rwxr-xr-x 0 0 0 2037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py + - -rwxr-xr-x 0 0 0 640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py + - -rwxr-xr-x 0 0 0 1543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py + - -rwxr-xr-x 0 0 0 1768 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py + - -rwxr-xr-x 0 0 0 24212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py + - -rwxr-xr-x 0 0 0 6420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py + - -rwxr-xr-x 0 0 0 1056 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/LICENSE + - -rwxr-xr-x 0 0 0 6090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py + - -rwxr-xr-x 0 0 0 7896 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py + - -rwxr-xr-x 0 0 0 10209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py + - -rwxr-xr-x 0 0 0 140235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py + - -rwxr-xr-x 0 0 0 1064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py + - -rwxr-xr-x 0 0 0 2128 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py + - -rwxr-xr-x 0 0 0 265 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py + - -rwxr-xr-x 0 0 0 799 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_fileno.py + - -rwxr-xr-x 0 0 0 9656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py + - -rwxr-xr-x 0 0 0 3225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py + - -rwxr-xr-x 0 0 0 1236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py + - -rwxr-xr-x 0 0 0 1394 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py + - -rwxr-xr-x 0 0 0 7063 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py + - -rwxr-xr-x 0 0 0 5325 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py + - -rwxr-xr-x 0 0 0 19919 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py + - -rwxr-xr-x 0 0 0 351 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py + - -rwxr-xr-x 0 0 0 417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py + - -rwxr-xr-x 0 0 0 22755 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py + - -rwxr-xr-x 0 0 0 1925 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py + - -rwxr-xr-x 0 0 0 2783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py + - -rwxr-xr-x 0 0 0 3404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py + - -rwxr-xr-x 0 0 0 890 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/abc.py + - -rwxr-xr-x 0 0 0 10324 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/align.py + - -rwxr-xr-x 0 0 0 6921 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py + - -rwxr-xr-x 0 0 0 3263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/bar.py + - -rwxr-xr-x 0 0 0 10686 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/box.py + - -rwxr-xr-x 0 0 0 5130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/cells.py + - -rwxr-xr-x 0 0 0 18211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color.py + - -rwxr-xr-x 0 0 0 1054 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py + - -rwxr-xr-x 0 0 0 7131 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/columns.py + - -rwxr-xr-x 0 0 0 100849 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/console.py + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py + - -rwxr-xr-x 0 0 0 5502 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/containers.py + - -rwxr-xr-x 0 0 0 6487 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/control.py + - -rwxr-xr-x 0 0 0 8257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py + - -rwxr-xr-x 0 0 0 1025 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py + - -rwxr-xr-x 0 0 0 2367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py + - -rwxr-xr-x 0 0 0 642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/errors.py + - -rwxr-xr-x 0 0 0 1683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py + - -rwxr-xr-x 0 0 0 2484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py + - -rwxr-xr-x 0 0 0 9586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/json.py + - -rwxr-xr-x 0 0 0 3252 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py + - -rwxr-xr-x 0 0 0 14004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/layout.py + - -rwxr-xr-x 0 0 0 15180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live.py + - -rwxr-xr-x 0 0 0 3521 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py + - -rwxr-xr-x 0 0 0 12468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/logging.py + - -rwxr-xr-x 0 0 0 8451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/markup.py + - -rwxr-xr-x 0 0 0 5305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/measure.py + - -rwxr-xr-x 0 0 0 4908 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/padding.py + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pager.py + - -rwxr-xr-x 0 0 0 3396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/palette.py + - -rwxr-xr-x 0 0 0 11157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/panel.py + - -rwxr-xr-x 0 0 0 36391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py + - -rwxr-xr-x 0 0 0 60408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress.py + - -rwxr-xr-x 0 0 0 8162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py + - -rwxr-xr-x 0 0 0 12447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py + - -rwxr-xr-x 0 0 0 1391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/py.typed + - -rwxr-xr-x 0 0 0 166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/region.py + - -rwxr-xr-x 0 0 0 4431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/repr.py + - -rwxr-xr-x 0 0 0 4602 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/rule.py + - -rwxr-xr-x 0 0 0 2843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/scope.py + - -rwxr-xr-x 0 0 0 1591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/screen.py + - -rwxr-xr-x 0 0 0 24743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/segment.py + - -rwxr-xr-x 0 0 0 4214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py + - -rwxr-xr-x 0 0 0 4424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/status.py + - -rwxr-xr-x 0 0 0 26990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/style.py + - -rwxr-xr-x 0 0 0 1258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/styled.py + - -rwxr-xr-x 0 0 0 36371 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py + - -rwxr-xr-x 0 0 0 40049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/table.py + - -rwxr-xr-x 0 0 0 3370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py + - -rwxr-xr-x 0 0 0 47552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/text.py + - -rwxr-xr-x 0 0 0 3771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/theme.py + - -rwxr-xr-x 0 0 0 102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/themes.py + - -rwxr-xr-x 0 0 0 35861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py + - -rwxr-xr-x 0 0 0 9451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/rich/tree.py + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/LICENSE + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 25778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 3235 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/LICENSE + - -rwxr-xr-x 0 0 0 169 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/__init__.py + - -rwxr-xr-x 0 0 0 6961 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/_writer.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/tomli_w/py.typed + - -rwxr-xr-x 0 0 0 1086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/LICENSE + - -rwxr-xr-x 0 0 0 1320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/__init__.py + - -rwxr-xr-x 0 0 0 11413 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_api.py + - -rwxr-xr-x 0 0 0 20503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_macos.py + - -rwxr-xr-x 0 0 0 2412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_openssl.py + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_ssl_constants.py + - -rwxr-xr-x 0 0 0 17993 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/_windows.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/truststore/py.typed + - -rwxr-xr-x 0 0 0 1115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/LICENSE.txt + - -rwxr-xr-x 0 0 0 3333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py + - -rwxr-xr-x 0 0 0 11372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py + - -rwxr-xr-x 0 0 0 64 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py + - -rwxr-xr-x 0 0 0 20314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py + - -rwxr-xr-x 0 0 0 40408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py + - -rwxr-xr-x 0 0 0 957 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py + - -rwxr-xr-x 0 0 0 17632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py + - -rwxr-xr-x 0 0 0 13922 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py + - -rwxr-xr-x 0 0 0 11036 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py + - -rwxr-xr-x 0 0 0 17081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py + - -rwxr-xr-x 0 0 0 34446 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py + - -rwxr-xr-x 0 0 0 7097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py + - -rwxr-xr-x 0 0 0 8217 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py + - -rwxr-xr-x 0 0 0 8579 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py + - -rwxr-xr-x 0 0 0 2440 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py + - -rwxr-xr-x 0 0 0 1417 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py + - -rwxr-xr-x 0 0 0 5343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py + - -rwxr-xr-x 0 0 0 34665 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py + - -rwxr-xr-x 0 0 0 19990 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py + - -rwxr-xr-x 0 0 0 6691 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py + - -rwxr-xr-x 0 0 0 30641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py + - -rwxr-xr-x 0 0 0 1155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py + - -rwxr-xr-x 0 0 0 4901 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py + - -rwxr-xr-x 0 0 0 498 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py + - -rwxr-xr-x 0 0 0 3997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py + - -rwxr-xr-x 0 0 0 3510 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py + - -rwxr-xr-x 0 0 0 22050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py + - -rwxr-xr-x 0 0 0 17460 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py + - -rwxr-xr-x 0 0 0 5758 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py + - -rwxr-xr-x 0 0 0 6895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py + - -rwxr-xr-x 0 0 0 10168 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py + - -rwxr-xr-x 0 0 0 14296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py + - -rwxr-xr-x 0 0 0 5403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py + - -rwxr-xr-x 0 0 0 342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/_vendor/vendor.txt + - -rwxr-xr-x 0 0 0 286 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pip/py.typed + - -rwxr-xr-x 0 0 0 126219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/__init__.py + - -rwxr-xr-x 0 0 0 12595 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/api_tests.txt + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/pkg_resources/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 6572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 75533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/direct_url.json + - -rwxr-xr-x 0 0 0 2449 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 41 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools-80.9.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 9004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/__init__.py + - -rwxr-xr-x 0 0 0 11978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_core_metadata.py + - -rwxr-xr-x 0 0 0 836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_discovery.py + - -rwxr-xr-x 0 0 0 359 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/__init__.py + - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_log.py + - -rwxr-xr-x 0 0 0 239 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py + - -rwxr-xr-x 0 0 0 3211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_modified.py + - -rwxr-xr-x 0 0 0 335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py + - -rwxr-xr-x 0 0 0 8884 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py + - -rwxr-xr-x 0 0 0 524 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py + - -rwxr-xr-x 0 0 0 22186 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cmd.py + - -rwxr-xr-x 0 0 0 386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py + - -rwxr-xr-x 0 0 0 1609 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py + - -rwxr-xr-x 0 0 0 5854 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py + - -rwxr-xr-x 0 0 0 4631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py + - -rwxr-xr-x 0 0 0 21785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 5923 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build.py + - -rwxr-xr-x 0 0 0 7777 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py + - -rwxr-xr-x 0 0 0 32710 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py + - -rwxr-xr-x 0 0 0 16696 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py + - -rwxr-xr-x 0 0 0 5135 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py + - -rwxr-xr-x 0 0 0 4946 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/check.py + - -rwxr-xr-x 0 0 0 2644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py + - -rwxr-xr-x 0 0 0 12724 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/config.py + - -rwxr-xr-x 0 0 0 30072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install.py + - -rwxr-xr-x 0 0 0 2875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py + - -rwxr-xr-x 0 0 0 2868 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 1272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py + - -rwxr-xr-x 0 0 0 8588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py + - -rwxr-xr-x 0 0 0 2002 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py + - -rwxr-xr-x 0 0 0 19151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py + - -rwxr-xr-x 0 0 0 522 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/__init__.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/numpy.py + - -rwxr-xr-x 0 0 0 1964 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compat/py39.py + - -rwxr-xr-x 0 0 0 54876 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/base.py + - -rwxr-xr-x 0 0 0 11844 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/cygwin.py + - -rwxr-xr-x 0 0 0 573 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/errors.py + - -rwxr-xr-x 0 0 0 21404 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/msvc.py + - -rwxr-xr-x 0 0 0 16531 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/unix.py + - -rwxr-xr-x 0 0 0 6586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/compilers/C/zos.py + - -rwxr-xr-x 0 0 0 9364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/core.py + - -rwxr-xr-x 0 0 0 594 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py + - -rwxr-xr-x 0 0 0 139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/debug.py + - -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py + - -rwxr-xr-x 0 0 0 7236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py + - -rwxr-xr-x 0 0 0 55794 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/dist.py + - -rwxr-xr-x 0 0 0 3092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/errors.py + - -rwxr-xr-x 0 0 0 11155 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/extension.py + - -rwxr-xr-x 0 0 0 17895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py + - -rwxr-xr-x 0 0 0 7978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/file_util.py + - -rwxr-xr-x 0 0 0 15337 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/filelist.py + - -rwxr-xr-x 0 0 0 1200 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/log.py + - -rwxr-xr-x 0 0 0 4086 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/spawn.py + - -rwxr-xr-x 0 0 0 19728 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py + - -rwxr-xr-x 0 0 0 12101 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/text_file.py + - -rwxr-xr-x 0 0 0 212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py + - -rwxr-xr-x 0 0 0 18094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/util.py + - -rwxr-xr-x 0 0 0 12619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/version.py + - -rwxr-xr-x 0 0 0 5205 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py + - -rwxr-xr-x 0 0 0 58 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_distutils/zosccompiler.py + - -rwxr-xr-x 0 0 0 2468 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_entry_points.py + - -rwxr-xr-x 0 0 0 2435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_imp.py + - -rwxr-xr-x 0 0 0 223 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_importlib.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_itertools.py + - -rwxr-xr-x 0 0 0 5747 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_normalization.py + - -rwxr-xr-x 0 0 0 2976 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_path.py + - -rwxr-xr-x 0 0 0 1380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_reqs.py + - -rwxr-xr-x 0 0 0 11247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_scripts.py + - -rwxr-xr-x 0 0 0 1578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_shutil.py + - -rwxr-xr-x 0 0 0 4855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_static.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 7634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 15006 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 12 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/__init__.py + - -rwxr-xr-x 0 0 0 5680 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoasync.py + - -rwxr-xr-x 0 0 0 2505 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autocommand.py + - -rwxr-xr-x 0 0 0 2076 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/automain.py + - -rwxr-xr-x 0 0 0 11642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/autoparse.py + - -rwxr-xr-x 0 0 0 886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/autocommand/errors.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/__init__.py + - -rwxr-xr-x 0 0 0 108491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__init__.py + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/__main__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 33798 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py + - -rwxr-xr-x 0 0 0 743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py + - -rwxr-xr-x 0 0 0 1314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py + - -rwxr-xr-x 0 0 0 2895 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py + - -rwxr-xr-x 0 0 0 2068 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py + - -rwxr-xr-x 0 0 0 1801 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py + - -rwxr-xr-x 0 0 0 2166 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py + - -rwxr-xr-x 0 0 0 1102 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py + - -rwxr-xr-x 0 0 0 379 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 21079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 8 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 103796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/__init__.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat/py38.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/inflect/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 91 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 4020 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 641 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 2891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 843 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1500 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 7 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 26640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/collections/py.typed + - -rwxr-xr-x 0 0 0 9552 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py + - -rwxr-xr-x 0 0 0 16642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.py + - -rwxr-xr-x 0 0 0 3878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools/py.typed + - -rwxr-xr-x 0 0 0 1335 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt + - -rwxr-xr-x 0 0 0 16250 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py + - -rwxr-xr-x 0 0 0 643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/layouts.py + - -rwxr-xr-x 0 0 0 904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py + - -rwxr-xr-x 0 0 0 412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py + - -rwxr-xr-x 0 0 0 119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 36293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py + - -rwxr-xr-x 0 0 0 43 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.pyi + - -rwxr-xr-x 0 0 0 148370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py + - -rwxr-xr-x 0 0 0 21484 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.pyi + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/py.typed + - -rwxr-xr-x 0 0 0 28591 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py + - -rwxr-xr-x 0 0 0 4617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.pyi + - -rwxr-xr-x 0 0 0 2 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD + - -rwxr-xr-x 0 0 0 3204 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 494 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3306 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10236 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5273 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 5715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/__init__.py + - -rwxr-xr-x 0 0 0 48398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py + - -rwxr-xr-x 0 0 0 10561 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py + - -rwxr-xr-x 0 0 0 34762 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/metadata.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/py.typed + - -rwxr-xr-x 0 0 0 2947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py + - -rwxr-xr-x 0 0 0 40074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 21014 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py + - -rwxr-xr-x 0 0 0 5050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py + - -rwxr-xr-x 0 0 0 16676 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 11429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 87 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 1089 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE + - -rwxr-xr-x 0 0 0 22225 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__init__.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/__main__.py + - -rwxr-xr-x 0 0 0 9016 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/android.py + - -rwxr-xr-x 0 0 0 8996 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/api.py + - -rwxr-xr-x 0 0 0 5580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/macos.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/py.typed + - -rwxr-xr-x 0 0 0 10643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/unix.py + - -rwxr-xr-x 0 0 0 411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/version.py + - -rwxr-xr-x 0 0 0 10125 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/platformdirs/windows.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1072 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 8875 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 999 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py + - -rwxr-xr-x 0 0 0 22633 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py + - -rwxr-xr-x 0 0 0 26 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/tomli/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1130 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA + - -rwxr-xr-x 0 0 0 2402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 48 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 10 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 2071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/__init__.py + - -rwxr-xr-x 0 0 0 31360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_checkers.py + - -rwxr-xr-x 0 0 0 2846 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_config.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_decorators.py + - -rwxr-xr-x 0 0 0 1121 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_exceptions.py + - -rwxr-xr-x 0 0 0 10393 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_functions.py + - -rwxr-xr-x 0 0 0 6389 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_importhook.py + - -rwxr-xr-x 0 0 0 1303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_memo.py + - -rwxr-xr-x 0 0 0 4416 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py + - -rwxr-xr-x 0 0 0 2266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_suppression.py + - -rwxr-xr-x 0 0 0 44937 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_transformer.py + - -rwxr-xr-x 0 0 0 1354 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_union_transformer.py + - -rwxr-xr-x 0 0 0 5270 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/_utils.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typeguard/py.typed + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 13936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3018 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 81 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 134451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt + - -rwxr-xr-x 0 0 0 2313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA + - -rwxr-xr-x 0 0 0 4900 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 104 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt + - -rwxr-xr-x 0 0 0 59 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__init__.py + - -rwxr-xr-x 0 0 0 455 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/__main__.py + - -rwxr-xr-x 0 0 0 21694 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py + - -rwxr-xr-x 0 0 0 781 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py + - -rwxr-xr-x 0 0 0 1107 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/bdist_wheel.py + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/__init__.py + - -rwxr-xr-x 0 0 0 12634 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/convert.py + - -rwxr-xr-x 0 0 0 3103 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/pack.py + - -rwxr-xr-x 0 0 0 4760 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/tags.py + - -rwxr-xr-x 0 0 0 1021 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/cli/unpack.py + - -rwxr-xr-x 0 0 0 16572 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/macosx_libfile.py + - -rwxr-xr-x 0 0 0 6171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/metadata.py + - -rwxr-xr-x 0 0 0 423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/__init__.py + - -rwxr-xr-x 0 0 0 197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE + - -rwxr-xr-x 0 0 0 10174 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE + - -rwxr-xr-x 0 0 0 1344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py + - -rwxr-xr-x 0 0 0 3266 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py + - -rwxr-xr-x 0 0 0 9588 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py + - -rwxr-xr-x 0 0 0 2674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py + - -rwxr-xr-x 0 0 0 10347 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py + - -rwxr-xr-x 0 0 0 5292 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py + - -rwxr-xr-x 0 0 0 8232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py + - -rwxr-xr-x 0 0 0 2933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py + - -rwxr-xr-x 0 0 0 39778 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py + - -rwxr-xr-x 0 0 0 18950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py + - -rwxr-xr-x 0 0 0 5268 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py + - -rwxr-xr-x 0 0 0 16234 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py + - -rwxr-xr-x 0 0 0 16 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt + - -rwxr-xr-x 0 0 0 8411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/wheel/wheelfile.py + - -rwxr-xr-x 0 0 0 4 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER + - -rwxr-xr-x 0 0 0 1023 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE + - -rwxr-xr-x 0 0 0 3575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA + - -rwxr-xr-x 0 0 0 1039 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED + - -rwxr-xr-x 0 0 0 92 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL + - -rwxr-xr-x 0 0 0 5 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt + - -rwxr-xr-x 0 0 0 13412 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/__init__.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/__init__.py + - -rwxr-xr-x 0 0 0 219 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/compat/py310.py + - -rwxr-xr-x 0 0 0 3082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/_vendor/zipp/glob.py + - -rwxr-xr-x 0 0 0 7356 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/archive_util.py + - -rwxr-xr-x 0 0 0 19968 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/build_meta.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/cli.exe + - -rwxr-xr-x 0 0 0 803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/__init__.py + - -rwxr-xr-x 0 0 0 4228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/_requirestxt.py + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/alias.py + - -rwxr-xr-x 0 0 0 16948 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_egg.py + - -rwxr-xr-x 0 0 0 1435 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py + - -rwxr-xr-x 0 0 0 22247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py + - -rwxr-xr-x 0 0 0 6052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build.py + - -rwxr-xr-x 0 0 0 4528 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_clib.py + - -rwxr-xr-x 0 0 0 18465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_ext.py + - -rwxr-xr-x 0 0 0 15539 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/build_py.py + - -rwxr-xr-x 0 0 0 1610 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/develop.py + - -rwxr-xr-x 0 0 0 3450 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/dist_info.py + - -rwxr-xr-x 0 0 0 780 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/easy_install.py + - -rwxr-xr-x 0 0 0 34836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/editable_wheel.py + - -rwxr-xr-x 0 0 0 25878 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/egg_info.py + - -rwxr-xr-x 0 0 0 5066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install.py + - -rwxr-xr-x 0 0 0 2075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_egg_info.py + - -rwxr-xr-x 0 0 0 4319 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_lib.py + - -rwxr-xr-x 0 0 0 2490 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/install_scripts.py + - -rwxr-xr-x 0 0 0 628 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml + - -rwxr-xr-x 0 0 0 2187 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/rotate.py + - -rwxr-xr-x 0 0 0 692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/saveopts.py + - -rwxr-xr-x 0 0 0 7369 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/sdist.py + - -rwxr-xr-x 0 0 0 5100 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/setopt.py + - -rwxr-xr-x 0 0 0 1343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/command/test.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/__init__.py + - -rwxr-xr-x 0 0 0 344 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py310.py + - -rwxr-xr-x 0 0 0 790 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py311.py + - -rwxr-xr-x 0 0 0 366 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py312.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/compat/py39.py + - -rwxr-xr-x 0 0 0 493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/NOTICE + - -rwxr-xr-x 0 0 0 1499 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/__init__.py + - -rwxr-xr-x 0 0 0 19120 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py + - -rwxr-xr-x 0 0 0 18737 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/NOTICE + - -rwxr-xr-x 0 0 0 1042 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py + - -rwxr-xr-x 0 0 0 11813 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py + - -rwxr-xr-x 0 0 0 2858 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py + - -rwxr-xr-x 0 0 0 1612 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py + - -rwxr-xr-x 0 0 0 354682 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py + - -rwxr-xr-x 0 0 0 13564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py + - -rwxr-xr-x 0 0 0 972 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/distutils.schema.json + - -rwxr-xr-x 0 0 0 16041 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/expand.py + - -rwxr-xr-x 0 0 0 18320 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py + - -rwxr-xr-x 0 0 0 26575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setupcfg.py + - -rwxr-xr-x 0 0 0 16071 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/config/setuptools.schema.json + - -rwxr-xr-x 0 0 0 5965 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/depends.py + - -rwxr-xr-x 0 0 0 21258 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/discovery.py + - -rwxr-xr-x 0 0 0 44887 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/dist.py + - -rwxr-xr-x 0 0 0 3024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/errors.py + - -rwxr-xr-x 0 0 0 6683 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/extension.py + - -rwxr-xr-x 0 0 0 6062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/glob.py + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-32.exe + - -rwxr-xr-x 0 0 0 14336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-64.exe + - -rwxr-xr-x 0 0 0 13824 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui-arm64.exe + - -rwxr-xr-x 0 0 0 11776 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/gui.exe + - -rwxr-xr-x 0 0 0 5093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/installer.py + - -rwxr-xr-x 0 0 0 820 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/launch.py + - -rwxr-xr-x 0 0 0 1261 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/logging.py + - -rwxr-xr-x 0 0 0 568 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/modified.py + - -rwxr-xr-x 0 0 0 3717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/monkey.py + - -rwxr-xr-x 0 0 0 41631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/msvc.py + - -rwxr-xr-x 0 0 0 3171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/namespaces.py + - -rwxr-xr-x 0 0 0 218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script (dev).tmpl + - -rwxr-xr-x 0 0 0 138 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/script.tmpl + - -rwxr-xr-x 0 0 0 3189 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/unicode_utils.py + - -rwxr-xr-x 0 0 0 161 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/version.py + - -rwxr-xr-x 0 0 0 3796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/warnings.py + - -rwxr-xr-x 0 0 0 9477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/wheel.py + - -rwxr-xr-x 0 0 0 726 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site-packages/setuptools/windows_support.py + - -rwxr-xr-x 0 0 0 22987 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/site.py + - -rwxr-xr-x 0 0 0 31162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtpd.py + - -rwxr-xr-x 0 0 0 45418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/smtplib.py + - -rwxr-xr-x 0 0 0 7448 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sndhdr.py + - -rwxr-xr-x 0 0 0 37557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socket.py + - -rwxr-xr-x 0 0 0 27586 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/socketserver.py + - -rwxr-xr-x 0 0 0 2536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/__init__.py + - -rwxr-xr-x 0 0 0 3305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dbapi2.py + - -rwxr-xr-x 0 0 0 3471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sqlite3/dump.py + - -rwxr-xr-x 0 0 0 231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_compile.py + - -rwxr-xr-x 0 0 0 232 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_constants.py + - -rwxr-xr-x 0 0 0 229 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sre_parse.py + - -rwxr-xr-x 0 0 0 54305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/ssl.py + - -rwxr-xr-x 0 0 0 5485 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stat.py + - -rwxr-xr-x 0 0 0 47705 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/statistics.py + - -rwxr-xr-x 0 0 0 11786 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/string.py + - -rwxr-xr-x 0 0 0 12917 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/stringprep.py + - -rwxr-xr-x 0 0 0 257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/struct.py + - -rwxr-xr-x 0 0 0 88725 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/subprocess.py + - -rwxr-xr-x 0 0 0 18480 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sunau.py + - -rwxr-xr-x 0 0 0 10368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/symtable.py + - -rwxr-xr-x 0 0 0 30315 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/sysconfig.py + - -rwxr-xr-x 0 0 0 11299 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tabnanny.py + - -rwxr-xr-x 0 0 0 111943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tarfile.py + - -rwxr-xr-x 0 0 0 23301 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/telnetlib.py + - -rwxr-xr-x 0 0 0 31873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tempfile.py + - -rwxr-xr-x 0 0 0 19718 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/textwrap.py + - -rwxr-xr-x 0 0 0 1003 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/this.py + - -rwxr-xr-x 0 0 0 58231 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/threading.py + - -rwxr-xr-x 0 0 0 13519 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/timeit.py + - -rwxr-xr-x 0 0 0 172803 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__init__.py + - -rwxr-xr-x 0 0 0 148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/__main__.py + - -rwxr-xr-x 0 0 0 2660 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/colorchooser.py + - -rwxr-xr-x 0 0 0 1296 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/commondialog.py + - -rwxr-xr-x 0 0 0 1493 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/constants.py + - -rwxr-xr-x 0 0 0 1535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dialog.py + - -rwxr-xr-x 0 0 0 11644 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/dnd.py + - -rwxr-xr-x 0 0 0 14947 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/filedialog.py + - -rwxr-xr-x 0 0 0 7000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/font.py + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/messagebox.py + - -rwxr-xr-x 0 0 0 1816 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/scrolledtext.py + - -rwxr-xr-x 0 0 0 11753 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/simpledialog.py + - -rwxr-xr-x 0 0 0 77032 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/tix.py + - -rwxr-xr-x 0 0 0 56242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tkinter/ttk.py + - -rwxr-xr-x 0 0 0 2386 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/token.py + - -rwxr-xr-x 0 0 0 26336 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tokenize.py + - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/__init__.py + - -rwxr-xr-x 0 0 0 22631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_parser.py + - -rwxr-xr-x 0 0 0 2943 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_re.py + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tomllib/_types.py + - -rwxr-xr-x 0 0 0 29182 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/trace.py + - -rwxr-xr-x 0 0 0 40547 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/traceback.py + - -rwxr-xr-x 0 0 0 18047 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tracemalloc.py + - -rwxr-xr-x 0 0 0 879 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/tty.py + - -rwxr-xr-x 0 0 0 144360 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtle.py + - -rwxr-xr-x 0 0 0 314 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__init__.py + - -rwxr-xr-x 0 0 0 15285 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/__main__.py + - -rwxr-xr-x 0 0 0 4248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/bytedesign.py + - -rwxr-xr-x 0 0 0 951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/chaos.py + - -rwxr-xr-x 0 0 0 3180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/clock.py + - -rwxr-xr-x 0 0 0 1339 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/colormixer.py + - -rwxr-xr-x 0 0 0 2966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/forest.py + - -rwxr-xr-x 0 0 0 3473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/fractalcurves.py + - -rwxr-xr-x 0 0 0 2434 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/lindenmayer.py + - -rwxr-xr-x 0 0 0 2051 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/minimal_hanoi.py + - -rwxr-xr-x 0 0 0 6513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/nim.py + - -rwxr-xr-x 0 0 0 1291 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/paint.py + - -rwxr-xr-x 0 0 0 1066 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/peace.py + - -rwxr-xr-x 0 0 0 3380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/penrose.py + - -rwxr-xr-x 0 0 0 2825 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/planet_and_moon.py + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/rosette.py + - -rwxr-xr-x 0 0 0 1804 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/round_dance.py + - -rwxr-xr-x 0 0 0 5052 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/sorting_animate.py + - -rwxr-xr-x 0 0 0 1401 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/tree.py + - -rwxr-xr-x 0 0 0 160 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/turtle.cfg + - -rwxr-xr-x 0 0 0 1119 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/two_canvases.py + - -rwxr-xr-x 0 0 0 821 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/turtledemo/yinyang.py + - -rwxr-xr-x 0 0 0 10067 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/types.py + - -rwxr-xr-x 0 0 0 120951 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/typing.py + - -rwxr-xr-x 0 0 0 3934 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__init__.py + - -rwxr-xr-x 0 0 0 472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/__main__.py + - -rwxr-xr-x 0 0 0 2746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/_log.py + - -rwxr-xr-x 0 0 0 5465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/async_case.py + - -rwxr-xr-x 0 0 0 58503 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/case.py + - -rwxr-xr-x 0 0 0 22536 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/loader.py + - -rwxr-xr-x 0 0 0 11415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/main.py + - -rwxr-xr-x 0 0 0 104264 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/mock.py + - -rwxr-xr-x 0 0 0 8518 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/result.py + - -rwxr-xr-x 0 0 0 9418 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/runner.py + - -rwxr-xr-x 0 0 0 2403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/signals.py + - -rwxr-xr-x 0 0 0 13512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/suite.py + - -rwxr-xr-x 0 0 0 5215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/unittest/util.py + - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/__init__.py + - -rwxr-xr-x 0 0 0 2415 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/error.py + - -rwxr-xr-x 0 0 0 44836 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/parse.py + - -rwxr-xr-x 0 0 0 101960 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/request.py + - -rwxr-xr-x 0 0 0 2361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/response.py + - -rwxr-xr-x 0 0 0 9424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/urllib/robotparser.py + - -rwxr-xr-x 0 0 0 7365 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uu.py + - -rwxr-xr-x 0 0 0 27597 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/uuid.py + - -rwxr-xr-x 0 0 0 26323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__init__.py + - -rwxr-xr-x 0 0 0 145 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/__main__.py + - -rwxr-xr-x 0 0 0 9033 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/Activate.ps1 + - -rwxr-xr-x 0 0 0 1709 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/common/activate + - -rwxr-xr-x 0 0 0 933 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.csh + - -rwxr-xr-x 0 0 0 2209 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/venv/scripts/posix/activate.fish + - -rwxr-xr-x 0 0 0 21110 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/warnings.py + - -rwxr-xr-x 0 0 0 21818 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wave.py + - -rwxr-xr-x 0 0 0 21513 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/weakref.py + - -rwxr-xr-x 0 0 0 25136 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/webbrowser.py + - -rwxr-xr-x 0 0 0 657 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/__init__.py + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/handlers.py + - -rwxr-xr-x 0 0 0 7370 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/headers.py + - -rwxr-xr-x 0 0 0 5171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/simple_server.py + - -rwxr-xr-x 0 0 0 1717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/types.py + - -rwxr-xr-x 0 0 0 5472 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/util.py + - -rwxr-xr-x 0 0 0 15097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/wsgiref/validate.py + - -rwxr-xr-x 0 0 0 5977 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xdrlib.py + - -rwxr-xr-x 0 0 0 557 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/__init__.py + - -rwxr-xr-x 0 0 0 936 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/NodeFilter.py + - -rwxr-xr-x 0 0 0 4019 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/__init__.py + - -rwxr-xr-x 0 0 0 3451 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/domreg.py + - -rwxr-xr-x 0 0 0 35767 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/expatbuilder.py + - -rwxr-xr-x 0 0 0 3367 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minicompat.py + - -rwxr-xr-x 0 0 0 67982 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/minidom.py + - -rwxr-xr-x 0 0 0 11637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/pulldom.py + - -rwxr-xr-x 0 0 0 12387 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/dom/xmlbuilder.py + - -rwxr-xr-x 0 0 0 6882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementInclude.py + - -rwxr-xr-x 0 0 0 13997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementPath.py + - -rwxr-xr-x 0 0 0 74399 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/ElementTree.py + - -rwxr-xr-x 0 0 0 1605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/__init__.py + - -rwxr-xr-x 0 0 0 82 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/etree/cElementTree.py + - -rwxr-xr-x 0 0 0 167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/__init__.py + - -rwxr-xr-x 0 0 0 248 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/parsers/expat.py + - -rwxr-xr-x 0 0 0 3642 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/__init__.py + - -rwxr-xr-x 0 0 0 4785 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/_exceptions.py + - -rwxr-xr-x 0 0 0 16211 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/expatreader.py + - -rwxr-xr-x 0 0 0 15617 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/handler.py + - -rwxr-xr-x 0 0 0 12255 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/saxutils.py + - -rwxr-xr-x 0 0 0 12684 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xml/sax/xmlreader.py + - -rwxr-xr-x 0 0 0 38 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/__init__.py + - -rwxr-xr-x 0 0 0 49391 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/client.py + - -rwxr-xr-x 0 0 0 36867 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/xmlrpc/server.py + - -rwxr-xr-x 0 0 0 7535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipapp.py + - -rwxr-xr-x 0 0 0 94447 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipfile.py + - -rwxr-xr-x 0 0 0 30897 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zipimport.py + - -rwxr-xr-x 0 0 0 703 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/__init__.py + - -rwxr-xr-x 0 0 0 5294 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_common.py + - -rwxr-xr-x 0 0 0 5096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_tzpath.py + - -rwxr-xr-x 0 0 0 24674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/python3.11/zoneinfo/_zoneinfo.py + - -rwxr-xr-x 0 0 0 22932 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/auto.tcl + - -rwxr-xr-x 0 0 0 60997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/clock.tcl + - -rwxr-xr-x 0 0 0 21330 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/cookiejar.tcl + - -rwxr-xr-x 0 0 0 7453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/idna.tcl + - -rwxr-xr-x 0 0 0 214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 70835 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/cookiejar0.2/public_suffix_list.dat.gz + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ascii.enc + - -rwxr-xr-x 0 0 0 92873 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/big5.enc + - -rwxr-xr-x 0 0 0 97050 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cns11643.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1250.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1251.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1252.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1253.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1254.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1255.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1256.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1257.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp1258.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp165.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp437.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp737.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp775.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp850.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp852.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp855.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp857.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp860.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp861.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp862.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp863.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp864.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp865.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp866.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp869.enc + - -rwxr-xr-x 0 0 0 1090 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp874.enc + - -rwxr-xr-x 0 0 0 48207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp932.enc + - -rwxr-xr-x 0 0 0 132509 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp936.enc + - -rwxr-xr-x 0 0 0 130423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp949.enc + - -rwxr-xr-x 0 0 0 91831 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/cp950.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/dingbats.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ebcdic.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-cn.enc + - -rwxr-xr-x 0 0 0 82537 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-jp.enc + - -rwxr-xr-x 0 0 0 93918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/euc-kr.enc + - -rwxr-xr-x 0 0 0 86619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb12345.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb1988.enc + - -rwxr-xr-x 0 0 0 84532 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312-raw.enc + - -rwxr-xr-x 0 0 0 85574 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/gb2312.enc + - -rwxr-xr-x 0 0 0 192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-jp.enc + - -rwxr-xr-x 0 0 0 115 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022-kr.enc + - -rwxr-xr-x 0 0 0 226 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso2022.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-1.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-10.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-11.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-13.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-14.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-15.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-16.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-2.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-3.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-4.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-5.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-6.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-7.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-8.enc + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/iso8859-9.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0201.enc + - -rwxr-xr-x 0 0 0 80453 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0208.enc + - -rwxr-xr-x 0 0 0 70974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/jis0212.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-r.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-ru.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-t.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/koi8-u.enc + - -rwxr-xr-x 0 0 0 92877 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/ksc5601.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCentEuro.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCroatian.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macCyrillic.enc + - -rwxr-xr-x 0 0 0 1096 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macDingbats.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macGreek.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macIceland.enc + - -rwxr-xr-x 0 0 0 48028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macJapan.enc + - -rwxr-xr-x 0 0 0 1093 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRoman.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macRomania.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macThai.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macTurkish.enc + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/macUkraine.enc + - -rwxr-xr-x 0 0 0 41862 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/shiftjis.enc + - -rwxr-xr-x 0 0 0 1091 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/symbol.enc + - -rwxr-xr-x 0 0 0 1092 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/encoding/tis-620.enc + - -rwxr-xr-x 0 0 0 608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/foreachline.tcl + - -rwxr-xr-x 0 0 0 7899 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/history.tcl + - -rwxr-xr-x 0 0 0 3861 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/icu.tcl + - -rwxr-xr-x 0 0 0 23575 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/init.tcl + - -rwxr-xr-x 0 0 0 7313 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/install.tcl + - -rwxr-xr-x 0 0 0 989 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/af_za.msg + - -rwxr-xr-x 0 0 0 1340 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_in.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_jo.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_lb.msg + - -rwxr-xr-x 0 0 0 1024 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ar_sy.msg + - -rwxr-xr-x 0 0 0 1345 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/be.msg + - -rwxr-xr-x 0 0 0 1267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bg.msg + - -rwxr-xr-x 0 0 0 1545 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/bn_in.msg + - -rwxr-xr-x 0 0 0 1094 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ca.msg + - -rwxr-xr-x 0 0 0 1212 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 796 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_at.msg + - -rwxr-xr-x 0 0 0 1215 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/de_be.msg + - -rwxr-xr-x 0 0 0 1396 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_au.msg + - -rwxr-xr-x 0 0 0 305 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_be.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_bw.msg + - -rwxr-xr-x 0 0 0 288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ca.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_hk.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ie.msg + - -rwxr-xr-x 0 0 0 310 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_in.msg + - -rwxr-xr-x 0 0 0 300 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_nz.msg + - -rwxr-xr-x 0 0 0 321 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_ph.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_sg.msg + - -rwxr-xr-x 0 0 0 245 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_za.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/en_zw.msg + - -rwxr-xr-x 0 0 0 1207 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 1164 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ar.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_bo.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_co.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_cr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_do.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ec.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_gt.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_hn.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_mx.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ni.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pa.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pe.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_pr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_py.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_sv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_uy.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/es_ve.msg + - -rwxr-xr-x 0 0 0 1170 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/et.msg + - -rwxr-xr-x 0 0 0 985 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu.msg + - -rwxr-xr-x 0 0 0 287 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/eu_es.msg + - -rwxr-xr-x 0 0 0 1062 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa.msg + - -rwxr-xr-x 0 0 0 1331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_in.msg + - -rwxr-xr-x 0 0 0 381 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fa_ir.msg + - -rwxr-xr-x 0 0 0 1129 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 950 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fo_fo.msg + - -rwxr-xr-x 0 0 0 1181 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_be.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ca.msg + - -rwxr-xr-x 0 0 0 281 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/fr_ch.msg + - -rwxr-xr-x 0 0 0 1029 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ga_ie.msg + - -rwxr-xr-x 0 0 0 926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gl_es.msg + - -rwxr-xr-x 0 0 0 1037 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/gv_gb.msg + - -rwxr-xr-x 0 0 0 1288 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/he.msg + - -rwxr-xr-x 0 0 0 1192 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hi_in.msg + - -rwxr-xr-x 0 0 0 1097 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hr.msg + - -rwxr-xr-x 0 0 0 1247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 914 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/id_id.msg + - -rwxr-xr-x 0 0 0 1147 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/is.msg + - -rwxr-xr-x 0 0 0 1220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 244 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/it_ch.msg + - -rwxr-xr-x 0 0 0 1426 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ja.msg + - -rwxr-xr-x 0 0 0 978 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kl_gl.msg + - -rwxr-xr-x 0 0 0 1368 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ko_kr.msg + - -rwxr-xr-x 0 0 0 1304 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok.msg + - -rwxr-xr-x 0 0 0 254 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kok_in.msg + - -rwxr-xr-x 0 0 0 966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/kw_gb.msg + - -rwxr-xr-x 0 0 0 1203 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lt.msg + - -rwxr-xr-x 0 0 0 1175 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/lv.msg + - -rwxr-xr-x 0 0 0 1361 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mk.msg + - -rwxr-xr-x 0 0 0 1228 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mr_in.msg + - -rwxr-xr-x 0 0 0 910 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms.msg + - -rwxr-xr-x 0 0 0 259 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ms_my.msg + - -rwxr-xr-x 0 0 0 674 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/mt.msg + - -rwxr-xr-x 0 0 0 1141 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nb.msg + - -rwxr-xr-x 0 0 0 1079 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nl_be.msg + - -rwxr-xr-x 0 0 0 1140 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/nn.msg + - -rwxr-xr-x 0 0 0 1167 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 1111 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 279 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/pt_br.msg + - -rwxr-xr-x 0 0 0 1148 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ro.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ru_ua.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sh.msg + - -rwxr-xr-x 0 0 0 1151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sk.msg + - -rwxr-xr-x 0 0 0 1152 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sl.msg + - -rwxr-xr-x 0 0 0 1227 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sq.msg + - -rwxr-xr-x 0 0 0 1323 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sr.msg + - -rwxr-xr-x 0 0 0 1143 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 991 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/sw.msg + - -rwxr-xr-x 0 0 0 1241 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta.msg + - -rwxr-xr-x 0 0 0 251 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/ta_in.msg + - -rwxr-xr-x 0 0 0 1424 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te.msg + - -rwxr-xr-x 0 0 0 363 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/te_in.msg + - -rwxr-xr-x 0 0 0 1678 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/th.msg + - -rwxr-xr-x 0 0 0 1081 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/tr.msg + - -rwxr-xr-x 0 0 0 1349 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/uk.msg + - -rwxr-xr-x 0 0 0 1221 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/vi.msg + - -rwxr-xr-x 0 0 0 2256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh.msg + - -rwxr-xr-x 0 0 0 303 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 677 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_hk.msg + - -rwxr-xr-x 0 0 0 327 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_sg.msg + - -rwxr-xr-x 0 0 0 331 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/msgs/zh_tw.msg + - -rwxr-xr-x 0 0 0 30422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/optparse.tcl + - -rwxr-xr-x 0 0 0 625 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/opt0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 23749 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/package.tcl + - -rwxr-xr-x 0 0 0 814 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/parray.tcl + - -rwxr-xr-x 0 0 0 599 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/readfile.tcl + - -rwxr-xr-x 0 0 0 46997 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/safe.tcl + - -rwxr-xr-x 0 0 0 4852 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclAppInit.c + - -rwxr-xr-x 0 0 0 9866 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tclIndex + - -rwxr-xr-x 0 0 0 11904 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/tm.tcl + - -rwxr-xr-x 0 0 0 4764 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/word.tcl + - -rwxr-xr-x 0 0 0 911 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9.0/writefile.tcl + - -rwxr-xr-x 0 0 0 180267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/http-2.10.1.tm + - -rwxr-xr-x 0 0 0 37407 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/msgcat-1.7.1.tm + - -rwxr-xr-x 0 0 0 11053 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform-1.1.0.tm + - -rwxr-xr-x 0 0 0 5975 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/platform/shell-1.1.4.tm + - -rwxr-xr-x 0 0 0 104783 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tcl9/9.0/tcltest-2.5.10.tm + - -rwxr-xr-x 0 0 0 110144 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/libtcl9thread3.0.4.so + - -rwxr-xr-x 0 0 0 2151 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 24364 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/thread3.0.4/ttrace.tcl + - -rwxr-xr-x 0 0 0 8924 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/bgerror.tcl + - -rwxr-xr-x 0 0 0 20834 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/button.tcl + - -rwxr-xr-x 0 0 0 9681 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/choosedir.tcl + - -rwxr-xr-x 0 0 0 21550 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/clrpick.tcl + - -rwxr-xr-x 0 0 0 8355 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/comdlg.tcl + - -rwxr-xr-x 0 0 0 32084 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/console.tcl + - -rwxr-xr-x 0 0 0 2082 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/README + - -rwxr-xr-x 0 0 0 7127 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/anilabel.tcl + - -rwxr-xr-x 0 0 0 3608 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/aniwave.tcl + - -rwxr-xr-x 0 0 0 8715 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/arrow.tcl + - -rwxr-xr-x 0 0 0 3075 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bind.tcl + - -rwxr-xr-x 0 0 0 1411 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/bitmap.tcl + - -rwxr-xr-x 0 0 0 1756 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/browse + - -rwxr-xr-x 0 0 0 1507 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/button.tcl + - -rwxr-xr-x 0 0 0 2317 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/check.tcl + - -rwxr-xr-x 0 0 0 1431 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/clrpick.tcl + - -rwxr-xr-x 0 0 0 5009 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/colors.tcl + - -rwxr-xr-x 0 0 0 2064 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/combo.tcl + - -rwxr-xr-x 0 0 0 4015 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/cscroll.tcl + - -rwxr-xr-x 0 0 0 6312 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ctext.tcl + - -rwxr-xr-x 0 0 0 974 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog1.tcl + - -rwxr-xr-x 0 0 0 828 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/dialog2.tcl + - -rwxr-xr-x 0 0 0 4402 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/en.msg + - -rwxr-xr-x 0 0 0 1465 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry1.tcl + - -rwxr-xr-x 0 0 0 2197 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry2.tcl + - -rwxr-xr-x 0 0 0 6146 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/entry3.tcl + - -rwxr-xr-x 0 0 0 2384 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/filebox.tcl + - -rwxr-xr-x 0 0 0 81247 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/floor.tcl + - -rwxr-xr-x 0 0 0 1692 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/fontchoose.tcl + - -rwxr-xr-x 0 0 0 1046 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/form.tcl + - -rwxr-xr-x 0 0 0 61196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/goldberg.tcl + - -rwxr-xr-x 0 0 0 512 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hello + - -rwxr-xr-x 0 0 0 1656 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/hscale.tcl + - -rwxr-xr-x 0 0 0 2065 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/icon.tcl + - -rwxr-xr-x 0 0 0 1408 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image1.tcl + - -rwxr-xr-x 0 0 0 3535 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/image2.tcl + - -rwxr-xr-x 0 0 0 6497 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tcl.svg + - -rwxr-xr-x 0 0 0 11700 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/Tk_feather.png + - -rwxr-xr-x 0 0 0 51559 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earth.gif + - -rwxr-xr-x 0 0 0 8157 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthmenu.png + - -rwxr-xr-x 0 0 0 6343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/earthris.gif + - -rwxr-xr-x 0 0 0 1886 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagdown.xbm + - -rwxr-xr-x 0 0 0 1880 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/flagup.xbm + - -rwxr-xr-x 0 0 0 275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/gray25.xbm + - -rwxr-xr-x 0 0 0 1883 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/letters.xbm + - -rwxr-xr-x 0 0 0 1889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/noletter.xbm + - -rwxr-xr-x 0 0 0 54257 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/ouster.png + - -rwxr-xr-x 0 0 0 272 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/pattern.xbm + - -rwxr-xr-x 0 0 0 68476 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/plowed_field.png + - -rwxr-xr-x 0 0 0 82214 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/starry_night.png + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/tcllogo.gif + - -rwxr-xr-x 0 0 0 196623 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/images/teapot.ppm + - -rwxr-xr-x 0 0 0 10571 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/items.tcl + - -rwxr-xr-x 0 0 0 8083 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ixset + - -rwxr-xr-x 0 0 0 8806 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/knightstour.tcl + - -rwxr-xr-x 0 0 0 1721 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/label.tcl + - -rwxr-xr-x 0 0 0 1809 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/labelframe.tcl + - -rwxr-xr-x 0 0 0 2267 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/license.terms + - -rwxr-xr-x 0 0 0 10926 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_styles.tcl + - -rwxr-xr-x 0 0 0 2293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_tabs.tcl + - -rwxr-xr-x 0 0 0 8746 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mac_wm.tcl + - -rwxr-xr-x 0 0 0 5743 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/mclist.tcl + - -rwxr-xr-x 0 0 0 7607 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menu.tcl + - -rwxr-xr-x 0 0 0 4429 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/menubu.tcl + - -rwxr-xr-x 0 0 0 2004 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/msgbox.tcl + - -rwxr-xr-x 0 0 0 7398 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/nl.msg + - -rwxr-xr-x 0 0 0 1149 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned1.tcl + - -rwxr-xr-x 0 0 0 2263 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/paned2.tcl + - -rwxr-xr-x 0 0 0 8256 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/pendulum.tcl + - -rwxr-xr-x 0 0 0 2918 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/plot.tcl + - -rwxr-xr-x 0 0 0 4687 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/print.tcl + - -rwxr-xr-x 0 0 0 2605 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/puzzle.tcl + - -rwxr-xr-x 0 0 0 2784 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/radio.tcl + - -rwxr-xr-x 0 0 0 5316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rmt + - -rwxr-xr-x 0 0 0 8316 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/rolodex + - -rwxr-xr-x 0 0 0 5333 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ruler.tcl + - -rwxr-xr-x 0 0 0 2275 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/sayings.tcl + - -rwxr-xr-x 0 0 0 4406 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/search.tcl + - -rwxr-xr-x 0 0 0 1541 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/spin.tcl + - -rwxr-xr-x 0 0 0 2030 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/states.tcl + - -rwxr-xr-x 0 0 0 6938 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/style.tcl + - -rwxr-xr-x 0 0 0 2668 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/systray.tcl + - -rwxr-xr-x 0 0 0 5471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tclIndex + - -rwxr-xr-x 0 0 0 11253 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tcolor + - -rwxr-xr-x 0 0 0 4277 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/text.tcl + - -rwxr-xr-x 0 0 0 2188 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/textpeer.tcl + - -rwxr-xr-x 0 0 0 1095 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/timer + - -rwxr-xr-x 0 0 0 3271 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/toolbar.tcl + - -rwxr-xr-x 0 0 0 3178 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/tree.tcl + - -rwxr-xr-x 0 0 0 3421 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkbut.tcl + - -rwxr-xr-x 0 0 0 2420 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkmenu.tcl + - -rwxr-xr-x 0 0 0 2343 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttknote.tcl + - -rwxr-xr-x 0 0 0 4180 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkpane.tcl + - -rwxr-xr-x 0 0 0 1533 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkprogress.tcl + - -rwxr-xr-x 0 0 0 1422 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkscale.tcl + - -rwxr-xr-x 0 0 0 1631 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/ttkspin.tcl + - -rwxr-xr-x 0 0 0 11980 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/twind.tcl + - -rwxr-xr-x 0 0 0 3969 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/unicodeout.tcl + - -rwxr-xr-x 0 0 0 1640 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/vscale.tcl + - -rwxr-xr-x 0 0 0 23966 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/widget + - -rwxr-xr-x 0 0 0 5771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/demos/windowicons.tcl + - -rwxr-xr-x 0 0 0 5800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/dialog.tcl + - -rwxr-xr-x 0 0 0 18658 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/entry.tcl + - -rwxr-xr-x 0 0 0 4856 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/focus.tcl + - -rwxr-xr-x 0 0 0 15648 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/fontchooser.tcl + - -rwxr-xr-x 0 0 0 13074 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconbadges.tcl + - -rwxr-xr-x 0 0 0 16403 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/iconlist.tcl + - -rwxr-xr-x 0 0 0 2380 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/icons.tcl + - -rwxr-xr-x 0 0 0 322 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/README + - -rwxr-xr-x 0 0 0 32891 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo.eps + - -rwxr-xr-x 0 0 0 2341 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo100.gif + - -rwxr-xr-x 0 0 0 1670 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logo64.gif + - -rwxr-xr-x 0 0 0 11000 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoLarge.gif + - -rwxr-xr-x 0 0 0 3889 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/logoMed.gif + - -rwxr-xr-x 0 0 0 27800 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo.eps + - -rwxr-xr-x 0 0 0 1615 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo100.gif + - -rwxr-xr-x 0 0 0 2489 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo150.gif + - -rwxr-xr-x 0 0 0 2981 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo175.gif + - -rwxr-xr-x 0 0 0 3491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo200.gif + - -rwxr-xr-x 0 0 0 1171 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/pwrdLogo75.gif + - -rwxr-xr-x 0 0 0 5473 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/images/tai-ku.gif + - -rwxr-xr-x 0 0 0 13771 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/listbox.tcl + - -rwxr-xr-x 0 0 0 9570 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/megawidget.tcl + - -rwxr-xr-x 0 0 0 38199 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/menu.tcl + - -rwxr-xr-x 0 0 0 29352 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/mkpsenc.tcl + - -rwxr-xr-x 0 0 0 17249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgbox.tcl + - -rwxr-xr-x 0 0 0 4632 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/cs.msg + - -rwxr-xr-x 0 0 0 4604 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/da.msg + - -rwxr-xr-x 0 0 0 5495 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/de.msg + - -rwxr-xr-x 0 0 0 6249 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/el.msg + - -rwxr-xr-x 0 0 0 3882 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en.msg + - -rwxr-xr-x 0 0 0 63 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/en_gb.msg + - -rwxr-xr-x 0 0 0 4643 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/eo.msg + - -rwxr-xr-x 0 0 0 4611 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/es.msg + - -rwxr-xr-x 0 0 0 5649 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fi.msg + - -rwxr-xr-x 0 0 0 4491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/fr.msg + - -rwxr-xr-x 0 0 0 4871 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/hu.msg + - -rwxr-xr-x 0 0 0 4423 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/it.msg + - -rwxr-xr-x 0 0 0 5196 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/nl.msg + - -rwxr-xr-x 0 0 0 5419 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pl.msg + - -rwxr-xr-x 0 0 0 4578 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/pt.msg + - -rwxr-xr-x 0 0 0 6260 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/ru.msg + - -rwxr-xr-x 0 0 0 4471 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/sv.msg + - -rwxr-xr-x 0 0 0 5920 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/msgs/zh_cn.msg + - -rwxr-xr-x 0 0 0 1580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/optMenu.tcl + - -rwxr-xr-x 0 0 0 9491 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/palette.tcl + - -rwxr-xr-x 0 0 0 5162 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/panedwindow.tcl + - -rwxr-xr-x 0 0 0 220 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/pkgIndex.tcl + - -rwxr-xr-x 0 0 0 42564 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/print.tcl + - -rwxr-xr-x 0 0 0 7372 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/safetk.tcl + - -rwxr-xr-x 0 0 0 7928 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scale.tcl + - -rwxr-xr-x 0 0 0 6496 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scaling.tcl + - -rwxr-xr-x 0 0 0 14049 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/scrlbar.tcl + - -rwxr-xr-x 0 0 0 15637 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/spinbox.tcl + - -rwxr-xr-x 0 0 0 14520 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/systray.tcl + - -rwxr-xr-x 0 0 0 20142 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tclIndex + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tearoff.tcl + - -rwxr-xr-x 0 0 0 36150 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/text.tcl + - -rwxr-xr-x 0 0 0 26717 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tk.tcl + - -rwxr-xr-x 0 0 0 5543 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkAppInit.c + - -rwxr-xr-x 0 0 0 37326 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/tkfbox.tcl + - -rwxr-xr-x 0 0 0 5338 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/altTheme.tcl + - -rwxr-xr-x 0 0 0 5342 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/aquaTheme.tcl + - -rwxr-xr-x 0 0 0 2916 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/button.tcl + - -rwxr-xr-x 0 0 0 6619 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/clamTheme.tcl + - -rwxr-xr-x 0 0 0 4739 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/classicTheme.tcl + - -rwxr-xr-x 0 0 0 15488 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/combobox.tcl + - -rwxr-xr-x 0 0 0 4439 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/cursors.tcl + - -rwxr-xr-x 0 0 0 7477 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/defaults.tcl + - -rwxr-xr-x 0 0 0 18034 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/entry.tcl + - -rwxr-xr-x 0 0 0 5031 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/fonts.tcl + - -rwxr-xr-x 0 0 0 6202 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/menubutton.tcl + - -rwxr-xr-x 0 0 0 7242 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/notebook.tcl + - -rwxr-xr-x 0 0 0 2028 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/panedwindow.tcl + - -rwxr-xr-x 0 0 0 1218 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/progress.tcl + - -rwxr-xr-x 0 0 0 2580 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scale.tcl + - -rwxr-xr-x 0 0 0 2956 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/scrollbar.tcl + - -rwxr-xr-x 0 0 0 2353 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/sizegrip.tcl + - -rwxr-xr-x 0 0 0 5309 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/spinbox.tcl + - -rwxr-xr-x 0 0 0 11898 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/treeview.tcl + - -rwxr-xr-x 0 0 0 6444 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/ttk.tcl + - -rwxr-xr-x 0 0 0 7293 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/utils.tcl + - -rwxr-xr-x 0 0 0 9358 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/vistaTheme.tcl + - -rwxr-xr-x 0 0 0 3894 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/winTheme.tcl + - -rwxr-xr-x 0 0 0 3139 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/ttk/xpTheme.tcl + - -rwxr-xr-x 0 0 0 25855 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/lib/tk9.0/xmfbox.tcl + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.1 + - -rwxr-xr-x 0 0 0 20280 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/share/man/man1/python3.11.1 + - -rwxr-xr-x 0 0 0 21636 Jan 1 2023 ./app.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash diff --git a/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml b/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml index 0bd9a8ce9..725e4ce99 100644 --- a/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml +++ b/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml @@ -21,6 +21,7 @@ layer: 1 files: - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt - -rwxr-xr-x 0 0 0 2504 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/activate - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 diff --git a/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml b/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml index 3273ce0ae..6ed36a2c3 100644 --- a/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml +++ b/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml @@ -21,6 +21,7 @@ layer: 1 files: - -rwxr-xr-x 0 0 0 1248 Jan 1 2023 ./app - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py + - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt - -rwxr-xr-x 0 0 0 2504 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/activate - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 diff --git a/py/private/py_image_layer.bzl b/py/private/py_image_layer.bzl index 58a0221db..4564fb92c 100644 --- a/py/private/py_image_layer.bzl +++ b/py/private/py_image_layer.bzl @@ -40,22 +40,9 @@ _TAR_TOOLCHAIN = "@tar.bzl//tar/toolchain:type" _WHL_INSTALL_PREFIX = "aspect_rules_py++uv+whl_install__" def normalize_label(label_str): - """Canonicalize a label for layer_tier group matching. - - Handles three rewrites so that user-supplied strings match the form - `str(target.label)` produces at analysis time: - - - Recognized whl_install labels → '@pip//'. - - Leading '@@' on main-repo labels is stripped so users can write '//pkg:target' - to match what `str(label)` reports as '@@//pkg:target'. - - Implicit target names are expanded: '//foo/bar' → '//foo/bar:bar' and - '@pip//torch' → '@pip//torch:torch'. - - Args: - label_str: A label string or Label. - - Returns: - The canonicalized label string. + """Canonicalize a label so user-supplied strings match `str(target.label)`: + whl_install labels → '@pip//', '@@//' prefix stripped, implicit target + names expanded ('//foo/bar' → '//foo/bar:bar'). """ label_str = str(label_str) idx = label_str.find(_WHL_INSTALL_PREFIX) @@ -77,7 +64,7 @@ LayerTierInfo = provider( fields = { "whole_groups": "dict[str, str] — normalized pip label → group name.", "subpath_groups": "dict[str, dict[str, list[str]]] — label → {group_name: [glob_patterns]}.", - "compression": "dict[str, list[str]] — normalized pip label → [algorithm, level].", + "compression": "dict[str, list[str]] — group name → [algorithm, level].", "multi_member_groups": "dict[str, True] — group names with 2+ members in whole_groups.", "interpreter_group": "str — group name for the Python interpreter layer; '' disables.", }, @@ -108,7 +95,7 @@ def _layer_tier_impl(ctx): return [LayerTierInfo( whole_groups = whole_groups, subpath_groups = subpath_groups, - compression = {normalize_label(k): v for k, v in ctx.attr.compression.items()}, + compression = dict(ctx.attr.compression), multi_member_groups = multi_member_groups, interpreter_group = ctx.attr.interpreter_group, )] @@ -126,13 +113,15 @@ layer_tier = rule( ), "compression": attr.string_list_dict( default = {}, - doc = "Maps @pip//package → [algorithm, level], e.g. {\"@pip//torch\": [\"zstd\", \"1\"]}.", + doc = ("Maps group name → [algorithm, level] for pip-derived layers. " + + "Applies to the whole-group tar, each subpath-split tar, and the " + + "multi-member merged tar — anything routed through layer_tier.groups. " + + "Example: {\"heavy_pkgs\": [\"zstd\", \"1\"]}. Untouched groups default to gzip -6."), ), "interpreter_group": attr.string( default = "", - doc = ("When non-empty, the Python interpreter tree supplied by the " + - "py toolchain (@bazel_tools//tools/python:toolchain_type's " + - "py3_runtime.files) is emitted as its own layer with this name " + + doc = ("When non-empty, the Python interpreter runfiles resolved from the " + + "binary's py toolchain are emitted as their own layer under this name " + "instead of being bundled into the default source layer."), ), }, @@ -145,7 +134,8 @@ _LayerInfo = provider( "source_files": "depset[File] — ungrouped first-party Python source files.", "pip_packages": "depset[struct] — fully transitive pip packages with per-package layers.", "first_party_layers": "depset[struct(label, files, group)] — first-party PyInfo targets matched by layer_tier.groups.", - "transitive_pip_count": "int — 1 + sum of pip deps' counts; propagation field.", + "interpreter_files": "depset[File] — interpreter runfiles, populated only on the py toolchain pass for the binary-branch skip filter.", + "interpreter_layer": "struct(tar, group) | None — prebuilt interpreter layer tar + its group name, declared at the toolchain target's namespace so the tar action-shares across every py_image_layer using that toolchain config.", }, ) @@ -170,17 +160,20 @@ def _collect_from_deps(ctx, provider): results.append(dep[provider]) return results -def _compression_ext(algorithm): - return ".tar.zst" if algorithm == "zstd" else ".tar.gz" +def _compression_for(plan, group_name): + comp = plan.compression.get(group_name, None) if group_name else None + algorithm = comp[0] if comp else "gzip" + level = comp[1] if comp else "6" + ext = ".tar.zst" if algorithm == "zstd" else ".tar.gz" + return algorithm, level, ext + +def _tar_toolchain(ctx): + tc = ctx.toolchains[_TAR_TOOLCHAIN] + return tc.tarinfo, tc.default def _build_pip_layers(ctx, plan, label, install_dir): - """Create aspect-owned tars for a pip package; decide whether to defer to _merge_aspect. - - Returns (layers, merge_group): - - layers: tuple of struct(tar, group). Per-package tars at the pip target's namespace, - globally shared across every rule that depends on this package. - - merge_group: str | None. Set when this package is deferred to _merge_aspect (member - of a multi-member whole-group, no per-package tar created); None otherwise. + """Returns (layers, merge_group): layers is tuple of struct(tar, group) for this + package; merge_group is set (and layers is empty) iff deferred to _merge_aspect. """ subpath_for_this = plan.subpath_groups.get(label, {}) whole_group = plan.whole_groups.get(label, None) @@ -197,20 +190,13 @@ def _build_pip_layers(ctx, plan, label, install_dir): if not subpath_for_this and whole_group == None: return ((), None) - toolchain = ctx.toolchains[_TAR_TOOLCHAIN] - bsdtar = toolchain.tarinfo - bsdtar_files = toolchain.default - - comp = plan.compression.get(label, None) - algorithm = comp[0] if comp else "gzip" - level = comp[1] if comp else "6" - ext = _compression_ext(algorithm) - + bsdtar, bsdtar_files = _tar_toolchain(ctx) layers = [] if subpath_for_this: all_patterns = [p for pats in subpath_for_this.values() for p in pats] for grp_name, patterns in subpath_for_this.items(): + algorithm, level, ext = _compression_for(plan, grp_name) tar_out = ctx.actions.declare_file("_pip_layer_{}{}".format(grp_name, ext)) _run_tar_action( ctx, @@ -218,7 +204,7 @@ def _build_pip_layers(ctx, plan, label, install_dir): bsdtar_files, tar_out, install_dir, - _make_pattern_map_each(patterns), + _make_glob_map_each(patterns), algorithm, level, {}, @@ -227,6 +213,7 @@ def _build_pip_layers(ctx, plan, label, install_dir): ) layers.append(struct(tar = tar_out, group = grp_name)) + algorithm, level, ext = _compression_for(plan, whole_group) rest_tar = ctx.actions.declare_file("_pip_layer_tar" + ext) _run_tar_action( ctx, @@ -234,7 +221,7 @@ def _build_pip_layers(ctx, plan, label, install_dir): bsdtar_files, rest_tar, install_dir, - _make_rest_map_each(all_patterns), + _make_glob_map_each(all_patterns, invert = True), algorithm, level, {}, @@ -243,6 +230,7 @@ def _build_pip_layers(ctx, plan, label, install_dir): ) layers.append(struct(tar = rest_tar, group = whole_group)) else: + algorithm, level, ext = _compression_for(plan, whole_group) tar_out = ctx.actions.declare_file("_pip_layer_tar" + ext) _run_tar_action( ctx, @@ -262,19 +250,55 @@ def _build_pip_layers(ctx, plan, label, install_dir): return (tuple(layers), None) def _layer_aspect_impl(target, ctx): + # Py toolchain pass (reached via toolchains_aspects). Declare the interpreter + # tar at the toolchain's namespace so it action-shares across every + # py_image_layer using this (toolchain, config); ctx.rule.toolchains + # (NOT ctx.toolchains) is how the binary reads it back, which correctly + # follows the binary's target-platform transition. + if platform_common.ToolchainInfo in target: + py3 = getattr(target[platform_common.ToolchainInfo], "py3_runtime", None) + if py3 == None or py3.files == None: + return [] + direct = [py3.interpreter] if getattr(py3, "interpreter", None) != None else [] + interp_depset = depset(direct = direct, transitive = [py3.files]) + plan = ctx.attr._layer_tier[LayerTierInfo] + interp_group = plan.interpreter_group + interp_layer = None + if interp_group: + bsdtar, bsdtar_files = _tar_toolchain(ctx) + algorithm, level, ext = _compression_for(plan, interp_group) + interp_tar = ctx.actions.declare_file("_interpreter_layer_{}{}".format(interp_group, ext)) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + interp_tar, + interp_depset, + _pkg_file_to_mtree, + algorithm, + level, + {}, + "PyImagePkgLayer", + "Creating interpreter layer %s" % target.label, + ) + interp_layer = struct(tar = interp_tar, group = interp_group) + return [_LayerInfo( + source_files = depset(), + pip_packages = depset(), + first_party_layers = depset(), + interpreter_files = interp_depset, + interpreter_layer = interp_layer, + )] + dep_infos = _collect_from_deps(ctx, _LayerInfo) transitive_source = [info.source_files for info in dep_infos] transitive_pkgs = [info.pip_packages for info in dep_infos] transitive_fp = [info.first_party_layers for info in dep_infos] - pip_count = 0 - for info in dep_infos: - pip_count += info.transitive_pip_count if OutputGroupInfo in target and hasattr(target[OutputGroupInfo], "install_dir"): plan = ctx.attr._layer_tier[LayerTierInfo] label = normalize_label(str(target.label)) install_dir = target[OutputGroupInfo].install_dir - pkg_pip_count = 1 + pip_count layers, merge_group = _build_pip_layers(ctx, plan, label, install_dir) return [_LayerInfo( @@ -285,29 +309,19 @@ def _layer_aspect_impl(target, ctx): files = install_dir, layers = layers, merge_group = merge_group, - transitive_pip_count = pkg_pip_count, )], transitive = transitive_pkgs, ), first_party_layers = depset(transitive = transitive_fp), - transitive_pip_count = pkg_pip_count, )] own_source = [] own_fp = [] + interpreter_layer = None kind = ctx.rule.kind is_binary = kind in _PY_BINARY_KINDS - # First-party PyInfo targets (libraries, not binaries) capture their own - # contribution: sources plus files declared via `data` (and any non-PyInfo - # entries in `deps`, e.g. cc extensions). Deps that self-capture via the - # aspect — other PyInfo libraries and pip packages — are skipped so we - # don't double-count them. This is all depset-level: no to_list walks. - # - # When a layer_tier whole-group matches this label, the contribution flows - # into that group's tar instead of the default source layer. Binaries are - # never themselves grouped — they are the entry point and participate in - # the runfiles-based assembly below. + # Skip PyInfo / install_dir deps — they self-capture via the aspect. if kind not in _PY_VENV_KINDS and PyInfo in target and not is_binary: own_parts = [target[DefaultInfo].files] for attr_name in ("data", "deps"): @@ -335,12 +349,8 @@ def _layer_aspect_impl(target, ctx): else: own_source.append(own_depset) - # Binary rules are the image's entry point. Capture the full runfiles tree so - # the interpreter + venv directory land in the image (py_venv_binary assembles - # its site-packages as a tree artifact in runfiles; the interpreter is toolchain - # runfiles). Pip install_dirs, first-party grouped files, and optionally the - # interpreter tree are filtered out here because they already ship in their own - # layers; OCI layer overlay would otherwise duplicate the bytes. + # Binaries walk their runfiles for the source layer, filtering out bytes already + # shipping in their own pip / fp-group / interpreter layers. if is_binary: if PyInfo not in target: own_source.append(target[DefaultInfo].files) @@ -354,28 +364,26 @@ def _layer_aspect_impl(target, ctx): for f in entry.files.to_list(): skip_paths[f.path] = True - # Opt-in interpreter layer. Pull the interpreter depset straight off - # the py3 toolchain (which the aspect declares so ctx.toolchains can - # resolve it), emit it as a first_party_layer entry, and skip-list its - # paths so the default layer doesn't duplicate them. - plan = ctx.attr._layer_tier[LayerTierInfo] - interp_group = plan.interpreter_group - if interp_group and PY_TOOLCHAIN in ctx.toolchains: - py_tc = ctx.toolchains[PY_TOOLCHAIN] - py3 = getattr(py_tc, "py3_runtime", None) if py_tc else None - if py3 != None and py3.files != None: - interp_direct = [py3.interpreter] if getattr(py3, "interpreter", None) != None else [] - interp_depset = depset(direct = interp_direct, transitive = [py3.files]) - for f in interp_depset.to_list(): - skip_paths[f.path] = True - own_fp.append(struct( - label = "%s#__interpreter__" % str(target.label), - files = interp_depset, - group = interp_group, - )) + # Opt-in interpreter layer. The aspect fires on the py toolchain via + # `toolchains_aspects` and declares the tar there; we just read the + # pre-built File out of the toolchain's _LayerInfo via ctx.rule.toolchains + # (NOT ctx.toolchains, which would pick the exec interpreter under + # cross-platform transitions) and propagate it up to the rule impl. + interp_paths = {} + if PY_TOOLCHAIN in ctx.rule.toolchains: + py_tc = ctx.rule.toolchains[PY_TOOLCHAIN] + if _LayerInfo in py_tc: + tc_info = py_tc[_LayerInfo] + interpreter_layer = tc_info.interpreter_layer + # Only skip interpreter paths from the source layer when there + # IS a separate interpreter tar to route them to; otherwise the + # interpreter belongs in the default layer. + if interpreter_layer != None and tc_info.interpreter_files != None: + for f in tc_info.interpreter_files.to_list(): + interp_paths[f.path] = True runfiles_files = target[DefaultInfo].default_runfiles.files.to_list() - filtered = [f for f in runfiles_files if f.path not in skip_paths] + filtered = [f for f in runfiles_files if f.path not in skip_paths and f.path not in interp_paths] if filtered: own_source.append(depset(direct = filtered)) @@ -383,7 +391,7 @@ def _layer_aspect_impl(target, ctx): source_files = depset(transitive = transitive_source + own_source), pip_packages = depset(transitive = transitive_pkgs), first_party_layers = depset(direct = own_fp, transitive = transitive_fp), - transitive_pip_count = pip_count, + interpreter_layer = interpreter_layer, )] _layer_aspect = aspect( @@ -395,7 +403,8 @@ _layer_aspect = aspect( providers = [LayerTierInfo], ), }, - toolchains = [_TAR_TOOLCHAIN, PY_TOOLCHAIN], + toolchains = [_TAR_TOOLCHAIN], + toolchains_aspects = [PY_TOOLCHAIN], provides = [_LayerInfo], ) @@ -421,14 +430,14 @@ def _merge_aspect_impl(target, ctx): if not bucket: return [_MergedLayerInfo(merged_tars = {})] - toolchain = ctx.toolchains[_TAR_TOOLCHAIN] - bsdtar = toolchain.tarinfo - bsdtar_files = toolchain.default + bsdtar, bsdtar_files = _tar_toolchain(ctx) + plan = ctx.attr._layer_tier[LayerTierInfo] merged_tars = {} for group_name in sorted(bucket): install_dirs = bucket[group_name] - tar_out = ctx.actions.declare_file("_merged_pip_layer_{}.tar.gz".format(group_name)) + algorithm, level, ext = _compression_for(plan, group_name) + tar_out = ctx.actions.declare_file("_merged_pip_layer_{}{}".format(group_name, ext)) _run_tar_action( ctx, bsdtar, @@ -436,8 +445,8 @@ def _merge_aspect_impl(target, ctx): tar_out, depset(transitive = install_dirs), _pkg_file_to_mtree, - "gzip", - "6", + algorithm, + level, {}, "PyImageMergedLayer", "Merging %d pip packages into %s[%s]" % (len(install_dirs), target.label, group_name), @@ -449,23 +458,31 @@ def _merge_aspect_impl(target, ctx): _merge_aspect = aspect( implementation = _merge_aspect_impl, attr_aspects = [], + attrs = { + "_layer_tier": attr.label( + default = "//py:layer_tier", + providers = [LayerTierInfo], + ), + }, toolchains = [_TAR_TOOLCHAIN], required_aspect_providers = [[_LayerInfo]], provides = [_MergedLayerInfo], ) +def _apply_strip_prefix(sp, strip_prefix, root): + prefix = strip_prefix.replace("\\/", "/") + if sp == prefix: + return "." + root + if sp.startswith(prefix + "."): + return "." + root + sp[len(prefix):] + return "./app.runfiles/_main/" + sp + def _file_to_mtree_entry(f, mode = "0644", strip_prefix = "", root = "/"): sp = f.short_path if sp.startswith("../"): dst = "./app.runfiles/" + sp[3:] elif strip_prefix: - prefix = strip_prefix.replace("\\/", "/") - if sp == prefix: - dst = "." + root - elif sp.startswith(prefix + "."): - dst = "." + root + sp[len(prefix):] - else: - dst = "./app.runfiles/_main/" + sp + dst = _apply_strip_prefix(sp, strip_prefix, root) else: dst = "./app.runfiles/_main/" + sp return "{} type=file mode={} uid=0 gid=0 time=1672560000 contents={}".format( @@ -475,10 +492,8 @@ def _file_to_mtree_entry(f, mode = "0644", strip_prefix = "", root = "/"): ) def _source_file_to_mtree(f, dir_expander, strip_prefix, root): - # Use 0755 throughout so the binary launcher, the interpreter, and venv shims - # remain executable when unpacked. Setting the exec bit on .py/.txt as well is - # harmless and keeps the mtree logic simple — we'd otherwise need to carry each - # input file's source mode through the aspect, which Bazel doesn't expose. + # 0755 throughout: keeps launcher/interpreter/venv shims executable; Bazel + # doesn't expose per-input source mode for us to propagate. if f.is_directory: return [ _file_to_mtree_entry(child, "0755", strip_prefix, root) @@ -538,24 +553,11 @@ def _glob_match(path, pattern): return False return True -def _make_pattern_map_each(patterns): - def _fn(f, dir_expander): - if f.is_directory: - lines = [] - for child in dir_expander.expand(f): - p = child.path - if _should_skip_pkg_path(p): - continue - if any([_glob_match(p, pat) for pat in patterns]): - lines.append(_file_to_mtree_entry(child, "0755")) - return lines - if any([_glob_match(f.path, pat) for pat in patterns]): - return [_file_to_mtree_entry(f, "0755")] - return [] - - return _fn +def _make_glob_map_each(patterns, invert = False): + def _matches(p): + hit = any([_glob_match(p, pat) for pat in patterns]) + return hit != invert -def _make_rest_map_each(all_patterns): def _fn(f, dir_expander): if f.is_directory: lines = [] @@ -563,10 +565,10 @@ def _make_rest_map_each(all_patterns): p = child.path if _should_skip_pkg_path(p): continue - if not any([_glob_match(p, pat) for pat in all_patterns]): + if _matches(p): lines.append(_file_to_mtree_entry(child, "0755")) return lines - if not any([_glob_match(f.path, pat) for pat in all_patterns]): + if _matches(f.path): return [_file_to_mtree_entry(f, "0755")] return [] @@ -616,12 +618,29 @@ def _run_tar_action(ctx, bsdtar, bsdtar_files, tar_out, files_depset, map_each, toolchain = _TAR_TOOLCHAIN, ) +def _declare_group_tar(ctx, bsdtar, bsdtar_files, out_name, group_name, files, map_each, progress): + tar_out = ctx.actions.declare_file(out_name) + level = ctx.attr.group_compress_levels.get(group_name, "6") + reqs = _parse_exec_requirements(ctx.attr.group_execution_requirements.get(group_name, [])) + _run_tar_action( + ctx, + bsdtar, + bsdtar_files, + tar_out, + files, + map_each, + "gzip", + level, + reqs, + "PyImageLayer", + progress, + ) + return tar_out + def _py_image_layer_impl(ctx): info = ctx.attr.binary[_LayerInfo] merged = ctx.attr.binary[_MergedLayerInfo] - toolchain = ctx.toolchains[_TAR_TOOLCHAIN] - bsdtar = toolchain.tarinfo - bsdtar_files = toolchain.default + bsdtar, bsdtar_files = _tar_toolchain(ctx) seen_labels = {} all_pkgs = [] @@ -641,34 +660,22 @@ def _py_image_layer_impl(ctx): def _source_map(f, d): return _source_file_to_mtree(f, d, strip_prefix, root) - # ── 1. Non-pip deps assigned via rule groups= ─────────────────────────── rule_group_names = {gname: True for gname in ctx.attr.groups.values()} for dep, group_name in ctx.attr.groups.items(): dep_label = normalize_label(str(dep.label)) if dep_label in pkg_by_label: continue - level = ctx.attr.group_compress_levels.get(group_name, "6") - reqs = _parse_exec_requirements( - ctx.attr.group_execution_requirements.get(group_name, []), - ) - tar_out = ctx.actions.declare_file("{}_{}.tar.gz".format(ctx.attr.name, group_name)) - _run_tar_action( - ctx, - bsdtar, - bsdtar_files, - tar_out, + tar_out = _declare_group_tar( + ctx, bsdtar, bsdtar_files, + "{}_{}.tar.gz".format(ctx.attr.name, group_name), + group_name, dep[DefaultInfo].files, _user_file_to_mtree, - "gzip", - level, - reqs, - "PyImageLayer", "Creating image layer %s[%s]" % (ctx.label, group_name), ) all_tars.append(tar_out) dep_tars.append(tar_out) - # ── 1b. First-party grouped layers from layer_tier.groups ─────────────── fp_by_group = {} seen_fp_labels = {} for entry in info.first_party_layers.to_list(): @@ -677,6 +684,14 @@ def _py_image_layer_impl(ctx): seen_fp_labels[entry.label] = True fp_by_group.setdefault(entry.group, []).append(entry.files) + # Slot the pre-built, action-shared interpreter tar into the fp ordering + # under its group name so users see a stable per-group sort regardless of + # where the tar was declared. + prebuilt_group_tars = {} + if info.interpreter_layer != None: + prebuilt_group_tars[info.interpreter_layer.group] = info.interpreter_layer.tar + fp_by_group.setdefault(info.interpreter_layer.group, []) + for group_name in sorted(fp_by_group): if group_name in rule_group_names: fail( @@ -685,90 +700,52 @@ def _py_image_layer_impl(ctx): "deps with a different file layout than first-party sources, so they " + "cannot share a tar.") % group_name, ) - level = ctx.attr.group_compress_levels.get(group_name, "6") - reqs = _parse_exec_requirements( - ctx.attr.group_execution_requirements.get(group_name, []), - ) - tar_out = ctx.actions.declare_file("{}_{}.tar.gz".format(ctx.attr.name, group_name)) - fp_files = depset(transitive = fp_by_group[group_name]) - _run_tar_action( - ctx, - bsdtar, - bsdtar_files, - tar_out, - fp_files, - _source_map, - "gzip", - level, - reqs, - "PyImageLayer", - "Creating first-party layer %s[%s]" % (ctx.label, group_name), - ) + if group_name in prebuilt_group_tars: + tar_out = prebuilt_group_tars[group_name] + else: + tar_out = _declare_group_tar( + ctx, bsdtar, bsdtar_files, + "{}_{}.tar.gz".format(ctx.attr.name, group_name), + group_name, + depset(transitive = fp_by_group[group_name]), + _source_map, + "Creating first-party layer %s[%s]" % (ctx.label, group_name), + ) all_tars.append(tar_out) dep_tars.append(tar_out) - # ── 2. Grouped pip packages — aspect-owned tars from _layer_aspect ───── for pkg in all_pkgs: for layer in pkg.layers: all_tars.append(layer.tar) dep_tars.append(layer.tar) - # ── 3. Multi-member merged tars from _merge_aspect ────────────────────── for group_name, merged_tar in sorted(merged.merged_tars.items()): all_tars.append(merged_tar) dep_tars.append(merged_tar) - # ── 4. Ungrouped pip packages — squashed into a single tar ────────────── ungrouped_pkgs = [p for p in all_pkgs if len(p.layers) == 0 and p.merge_group == None] if ungrouped_pkgs: - squashed_tar = ctx.actions.declare_file("{}_squashed.tar.gz".format(ctx.attr.name)) - squashed_level = ctx.attr.group_compress_levels.get("packages", "6") - squashed_reqs = _parse_exec_requirements( - ctx.attr.group_execution_requirements.get("packages", []), - ) - squashed_files = depset(transitive = [p.files for p in ungrouped_pkgs]) - _run_tar_action( - ctx, - bsdtar, - bsdtar_files, - squashed_tar, - squashed_files, + squashed_tar = _declare_group_tar( + ctx, bsdtar, bsdtar_files, + "{}_squashed.tar.gz".format(ctx.attr.name), + "packages", + depset(transitive = [p.files for p in ungrouped_pkgs]), _pkg_file_to_mtree, - "gzip", - squashed_level, - squashed_reqs, - "PyImageLayer", - "Creating squashed pip layer (%d ungrouped packages) for %s" % ( - len(ungrouped_pkgs), - ctx.label, - ), + "Creating squashed pip layer (%d ungrouped packages) for %s" % (len(ungrouped_pkgs), ctx.label), ) all_tars.append(squashed_tar) dep_tars.append(squashed_tar) - # ── 5. Source layer ────────────────────────────────────────────────────── - source_tar = ctx.actions.declare_file("{}_default.tar.gz".format(ctx.attr.name)) - source_level = ctx.attr.group_compress_levels.get("default", "6") - source_reqs = _parse_exec_requirements( - ctx.attr.group_execution_requirements.get("default", []), - ) - - _run_tar_action( - ctx, - bsdtar, - bsdtar_files, - source_tar, + source_tar = _declare_group_tar( + ctx, bsdtar, bsdtar_files, + "{}_default.tar.gz".format(ctx.attr.name), + "default", info.source_files, _source_map, - "gzip", - source_level, - source_reqs, - "PyImageLayer", "Creating source layer for %s" % ctx.label, ) all_tars.append(source_tar) - # ── Validation ─────────────────────────────────────────────────────────── validation = ctx.actions.declare_file(ctx.attr.name + "_validation.log") validation_args = ctx.actions.args() validation_args.add("--threshold_mb", str(ctx.attr.warn_remote_cache_threshold_mb)) From 0a482f56f5eca739f122c5a19b02ac97b62f8d8c Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 May 2026 20:19:20 +0000 Subject: [PATCH 05/11] address PR #942 review comments - normalize_label: handle Bazel 8 (`+`) and Bazel 9 (`~`) module-extension separators by anchoring on `whl_install__` instead of the full prefix. - _py_image_layer_impl: collapse double-bookkeeping of all_tars/dep_tars into a single snapshot before the source layer is appended; simplify pip dedup to a single dict pass (per @akafael). - py/private/BUILD.bazel: drop @rules_python load and use rules_py's own py_binary rule for the validator binary (per @jbedard). - adder visibility: revert to the prior explicit list (per @jbedard). - buildifier: split multi-line _declare_group_tar calls; blank-line fix. --- py/private/BUILD.bazel | 4 +- py/private/py_image_layer.bzl | 68 +++++++++++++++--------- py/tests/internal-deps/adder/BUILD.bazel | 6 ++- 3 files changed, 50 insertions(+), 28 deletions(-) diff --git a/py/private/BUILD.bazel b/py/private/BUILD.bazel index 6641f5a17..8118b696d 100644 --- a/py/private/BUILD.bazel +++ b/py/private/BUILD.bazel @@ -1,5 +1,5 @@ load("@bazel_lib//:bzl_library.bzl", "bzl_library") -load("@rules_python//python:defs.bzl", _rules_python_py_binary = "py_binary") +load(":py_binary.bzl", _py_binary_rule = "py_binary") load(":py_image_layer.bzl", "layer_tier") load(":py_library.bzl", "py_library") @@ -22,7 +22,7 @@ py_library( deps = ["//py/private/pytest_shard"], ) -_rules_python_py_binary( +_py_binary_rule( name = "py_image_layer_validator", srcs = ["py_image_layer_validator.py"], main = "py_image_layer_validator.py", diff --git a/py/private/py_image_layer.bzl b/py/private/py_image_layer.bzl index 4564fb92c..e4c51298b 100644 --- a/py/private/py_image_layer.bzl +++ b/py/private/py_image_layer.bzl @@ -37,7 +37,24 @@ load("//py/private/toolchain:types.bzl", "PY_TOOLCHAIN") _TAR_TOOLCHAIN = "@tar.bzl//tar/toolchain:type" -_WHL_INSTALL_PREFIX = "aspect_rules_py++uv+whl_install__" +# whl_install repo names embed the pip package as +# `whl_install______<...>`. The `` differs +# between Bazel 8 (`+`) and Bazel 9 (`~`); `whl_install__` is the stable +# anchor we match on, which works under both. +def _extract_whl_install_pkg(label_str): + """If `label_str` is inside a whl_install repo, return the canonical pip + package name; otherwise return None. Tolerates both Bazel 8 (`+`) and + Bazel 9 (`~`) module-extension separators. + """ + marker = "whl_install__" + idx = label_str.find(marker) + if idx < 0: + return None + rest = label_str[idx + len(marker):].split("//", 1)[0] + parts = rest.split("__") + if len(parts) < 2: + return None + return parts[1] def normalize_label(label_str): """Canonicalize a label so user-supplied strings match `str(target.label)`: @@ -45,12 +62,9 @@ def normalize_label(label_str): names expanded ('//foo/bar' → '//foo/bar:bar'). """ label_str = str(label_str) - idx = label_str.find(_WHL_INSTALL_PREFIX) - if idx >= 0: - rest = label_str[idx + len(_WHL_INSTALL_PREFIX):].split("//", 1)[0] - parts = rest.split("__") - if len(parts) >= 2: - label_str = "@pip//" + parts[1] + pkg = _extract_whl_install_pkg(label_str) + if pkg != None: + label_str = "@pip//" + pkg if label_str.startswith("@@//"): label_str = label_str[2:] parts = label_str.split("//", 1) @@ -375,6 +389,7 @@ def _layer_aspect_impl(target, ctx): if _LayerInfo in py_tc: tc_info = py_tc[_LayerInfo] interpreter_layer = tc_info.interpreter_layer + # Only skip interpreter paths from the source layer when there # IS a separate interpreter tar to route them to; otherwise the # interpreter belongs in the default layer. @@ -642,20 +657,16 @@ def _py_image_layer_impl(ctx): merged = ctx.attr.binary[_MergedLayerInfo] bsdtar, bsdtar_files = _tar_toolchain(ctx) - seen_labels = {} - all_pkgs = [] + pkg_by_label = {} for pkg in info.pip_packages.to_list(): - if pkg.label not in seen_labels: - seen_labels[pkg.label] = True - all_pkgs.append(pkg) - - pkg_by_label = {pkg.label: pkg for pkg in all_pkgs} + if pkg.label not in pkg_by_label: + pkg_by_label[pkg.label] = pkg + all_pkgs = pkg_by_label.values() strip_prefix = ctx.attr.strip_prefix root = ctx.attr.root all_tars = [] - dep_tars = [] def _source_map(f, d): return _source_file_to_mtree(f, d, strip_prefix, root) @@ -666,7 +677,9 @@ def _py_image_layer_impl(ctx): if dep_label in pkg_by_label: continue tar_out = _declare_group_tar( - ctx, bsdtar, bsdtar_files, + ctx, + bsdtar, + bsdtar_files, "{}_{}.tar.gz".format(ctx.attr.name, group_name), group_name, dep[DefaultInfo].files, @@ -674,7 +687,6 @@ def _py_image_layer_impl(ctx): "Creating image layer %s[%s]" % (ctx.label, group_name), ) all_tars.append(tar_out) - dep_tars.append(tar_out) fp_by_group = {} seen_fp_labels = {} @@ -704,7 +716,9 @@ def _py_image_layer_impl(ctx): tar_out = prebuilt_group_tars[group_name] else: tar_out = _declare_group_tar( - ctx, bsdtar, bsdtar_files, + ctx, + bsdtar, + bsdtar_files, "{}_{}.tar.gz".format(ctx.attr.name, group_name), group_name, depset(transitive = fp_by_group[group_name]), @@ -712,21 +726,20 @@ def _py_image_layer_impl(ctx): "Creating first-party layer %s[%s]" % (ctx.label, group_name), ) all_tars.append(tar_out) - dep_tars.append(tar_out) for pkg in all_pkgs: for layer in pkg.layers: all_tars.append(layer.tar) - dep_tars.append(layer.tar) - for group_name, merged_tar in sorted(merged.merged_tars.items()): + for _group_name, merged_tar in sorted(merged.merged_tars.items()): all_tars.append(merged_tar) - dep_tars.append(merged_tar) ungrouped_pkgs = [p for p in all_pkgs if len(p.layers) == 0 and p.merge_group == None] if ungrouped_pkgs: squashed_tar = _declare_group_tar( - ctx, bsdtar, bsdtar_files, + ctx, + bsdtar, + bsdtar_files, "{}_squashed.tar.gz".format(ctx.attr.name), "packages", depset(transitive = [p.files for p in ungrouped_pkgs]), @@ -734,10 +747,15 @@ def _py_image_layer_impl(ctx): "Creating squashed pip layer (%d ungrouped packages) for %s" % (len(ungrouped_pkgs), ctx.label), ) all_tars.append(squashed_tar) - dep_tars.append(squashed_tar) + + # dep_tars is identical to all_tars except for the source layer appended below; + # snapshot here to avoid double-bookkeeping during construction. + dep_tars = list(all_tars) source_tar = _declare_group_tar( - ctx, bsdtar, bsdtar_files, + ctx, + bsdtar, + bsdtar_files, "{}_default.tar.gz".format(ctx.attr.name), "default", info.source_files, diff --git a/py/tests/internal-deps/adder/BUILD.bazel b/py/tests/internal-deps/adder/BUILD.bazel index 583a01535..2fe79212b 100644 --- a/py/tests/internal-deps/adder/BUILD.bazel +++ b/py/tests/internal-deps/adder/BUILD.bazel @@ -9,5 +9,9 @@ py_library( imports = [".."], # This library contributes to the container test, testing we can pull in and use a library from another # package in the repo. - visibility = ["//visibility:public"], + visibility = [ + "//py/tests/internal-deps:__pkg__", + "//py/tests/py_image_layer:__pkg__", + "//py/tests/py_venv_image_layer:__pkg__", + ], ) From 77ef28df9e8e3c5280872e7371f61381111e00cd Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 May 2026 21:58:27 +0000 Subject: [PATCH 06/11] restore adder visibility to public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The e2e cases (cases/oci/py_image_layer, py_venv_image_layer) live in a separate Bazel module via local_path_override. They depend on @aspect_rules_py//py/tests/internal-deps/adder, which requires cross-module visibility — only //visibility:public satisfies that. Reverting the explicit list breaks e2e analysis with: target '@@aspect_rules_py+//py/tests/internal-deps/adder:adder' is not visible from target '//cases/oci/py_image_layer:my_app_bin' This was the original change in #942; restoring it with a comment explaining why public is required for this fixture. --- py/tests/internal-deps/adder/BUILD.bazel | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/py/tests/internal-deps/adder/BUILD.bazel b/py/tests/internal-deps/adder/BUILD.bazel index 2fe79212b..248c48b75 100644 --- a/py/tests/internal-deps/adder/BUILD.bazel +++ b/py/tests/internal-deps/adder/BUILD.bazel @@ -9,9 +9,7 @@ py_library( imports = [".."], # This library contributes to the container test, testing we can pull in and use a library from another # package in the repo. - visibility = [ - "//py/tests/internal-deps:__pkg__", - "//py/tests/py_image_layer:__pkg__", - "//py/tests/py_venv_image_layer:__pkg__", - ], + # Test fixture consumed by e2e cases (cases/oci/py_image_layer, py_venv_image_layer) which live in a + # separate Bazel module via local_path_override; cross-module visibility requires public. + visibility = ["//visibility:public"], ) From f4a45872a82109ad005eef00a4aa888fc6487480 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 May 2026 22:43:22 +0000 Subject: [PATCH 07/11] update non-venv listing snapshots: launcher size +6 bytes main commits f1fec29 (refactor: do not duplicate site_packages into DefaultInfo+runfiles of py_binary) and e735612 (fix: check main by resolved file basename) shifted the py_binary launcher script content by 6 bytes. Refresh the three py_image_layer goldens that pin its size. Venv launcher goldens (py_venv_image_layer) likely need similar updates but the buildkite log didn't surface their specific diffs; will iterate on the next CI run. --- e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml | 2 +- e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml | 2 +- e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml index 616a15956..6827d2a8d 100644 --- a/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml +++ b/e2e/cases/oci/py_image_layer/my_app_layers_fp_listing.yaml @@ -2346,7 +2346,7 @@ files: layer: 4 files: - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py - - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin + - -rwxr-xr-x 0 0 0 2878 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth - -rwxr-xr-x 0 0 0 0 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/__init__.py - -rwxr-xr-x 0 0 0 32 Jan 1 2023 ./app.runfiles/aspect_rules_py+/py/tests/internal-deps/adder/add.py diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml index 1e912f60e..613a31c46 100644 --- a/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml +++ b/e2e/cases/oci/py_image_layer/my_app_layers_listing.yaml @@ -22,7 +22,7 @@ files: - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt - - -rwxr-xr-x 0 0 0 2872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin + - -rwxr-xr-x 0 0 0 2878 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin - -rwxr-xr-x 0 0 0 308 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_bin.pth - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 diff --git a/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml b/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml index 71f539a36..14d783bed 100644 --- a/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml +++ b/e2e/cases/oci/py_image_layer/my_app_layers_multi_listing.yaml @@ -27,7 +27,7 @@ files: layer: 1 files: - -rwxr-xr-x 0 0 0 204 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/__main__.py - - -rwxr-xr-x 0 0 0 2902 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_multi_bin + - -rwxr-xr-x 0 0 0 2908 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_multi_bin - -rwxr-xr-x 0 0 0 297 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/my_app_multi_bin.pth - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3 - -rwxr-xr-x 0 0 0 158 Jan 1 2023 ./app.runfiles/aspect_rules_py++python_interpreters+python_3_11_x86_64_unknown_linux_gnu/bin/2to3-3.11 From 513849c1135fa14bf6e32a0df5546f1e2d8c5785 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 May 2026 22:46:08 +0000 Subject: [PATCH 08/11] update venv amd64 listing: python interpreter size 864944 -> 770168 main commit 6dc87d5 (chore: upgrade llvm module to 0.7.1) changed how `--stripopt=--strip-all` strips the venv-staged python binary on linux amd64. Refresh the snapshot. Arm64 likely needs similar but the buildkite log only surfaced amd64's diff; iterating. --- .../py_venv_image_layer/my_app_amd64_layers_listing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml b/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml index 725e4ce99..85dbf8007 100644 --- a/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml +++ b/e2e/cases/oci/py_venv_image_layer/my_app_amd64_layers_listing.yaml @@ -23,9 +23,9 @@ files: - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt - -rwxr-xr-x 0 0 0 2504 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/activate - - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python - - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 - - -rwxr-xr-x 0 0 0 864944 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3.11 + - -rwxr-xr-x 0 0 0 770168 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python + - -rwxr-xr-x 0 0 0 770168 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 + - -rwxr-xr-x 0 0 0 770168 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3.11 - -rwxr-xr-x 0 0 0 370 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_aspect.pth - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.pth - -rwxr-xr-x 0 0 0 4342 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.py From c455a72720c23ccf2aa8b825afbb03f50fa9986b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 May 2026 23:20:22 +0000 Subject: [PATCH 09/11] update venv arm64 listing: python interpreter size 853872 -> 682680 --- .../py_venv_image_layer/my_app_arm64_layers_listing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml b/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml index 6ed36a2c3..67a2a364d 100644 --- a/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml +++ b/e2e/cases/oci/py_venv_image_layer/my_app_arm64_layers_listing.yaml @@ -23,9 +23,9 @@ files: - -rwxr-xr-x 0 0 0 42 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/__init__.py - -rwxr-xr-x 0 0 0 31 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_image_layer/branding/palette.txt - -rwxr-xr-x 0 0 0 2504 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/activate - - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python - - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 - - -rwxr-xr-x 0 0 0 853872 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3.11 + - -rwxr-xr-x 0 0 0 682680 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python + - -rwxr-xr-x 0 0 0 682680 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3 + - -rwxr-xr-x 0 0 0 682680 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/bin/python3.11 - -rwxr-xr-x 0 0 0 370 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_aspect.pth - -rwxr-xr-x 0 0 0 19 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.pth - -rwxr-xr-x 0 0 0 4342 Jan 1 2023 ./app.runfiles/_main/cases/oci/py_venv_image_layer/.my_app_bin/lib/python3.11/site-packages/_virtualenv.py From 5f158ffb5dfa28190152def0784e293ce0dc3d48 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 2 May 2026 18:29:19 +0000 Subject: [PATCH 10/11] fix interpreter-features-836: align with new py_image_layer mtree The new py_image_layer puts the binary at ./app.runfiles/_main/ by default. The test had the binary at /cases/interpreter-features-836/ check_no_turtle and the venv at .../check_no_turtle.runfiles/_main/... which never matched the actual layout (the file-existence tests were trivially passing on bogus non-existent paths). Mirror what cases/oci/py_venv_image_layer does: remap to root=/app via strip_prefix, run the binary as /app, and check venv files at /app.runfiles/_main/cases/interpreter-features-836/.no-turtle-test/... which is where py_image_layer actually lays them out. --- e2e/cases/interpreter-features-836/BUILD.bazel | 6 +++++- e2e/cases/interpreter-features-836/test.yaml | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/e2e/cases/interpreter-features-836/BUILD.bazel b/e2e/cases/interpreter-features-836/BUILD.bazel index e747c996e..0af34c0ed 100644 --- a/e2e/cases/interpreter-features-836/BUILD.bazel +++ b/e2e/cases/interpreter-features-836/BUILD.bazel @@ -28,6 +28,10 @@ py_venv_binary( py_image_layer( name = "layers", binary = ":check_no_turtle", + # Remap the binary to /app so the launcher can find its venv at + # /app.runfiles/_main/cases/interpreter-features-836/.no-turtle-test/. + root = "/app", + strip_prefix = "cases/interpreter-features-836/check_no_turtle", ) platform_transition_filegroup( @@ -39,7 +43,7 @@ platform_transition_filegroup( oci_image( name = "image", base = "@ubuntu", - entrypoint = ["/{}/check_no_turtle".format(package_name())], + entrypoint = ["/app"], tars = [":layers"], ) diff --git a/e2e/cases/interpreter-features-836/test.yaml b/e2e/cases/interpreter-features-836/test.yaml index 9c771bbfc..f88beca73 100644 --- a/e2e/cases/interpreter-features-836/test.yaml +++ b/e2e/cases/interpreter-features-836/test.yaml @@ -3,15 +3,15 @@ schemaVersion: 2.0.0 commandTests: - name: turtle is not importable exitCode: 0 - command: /cases/interpreter-features-836/check_no_turtle + command: /app expectedOutput: - "OK: turtle and turtledemo are not importable" fileExistenceTests: - name: turtle.py must not exist in interpreter - path: /cases/interpreter-features-836/check_no_turtle.runfiles/_main/cases/interpreter-features-836/.no-turtle-test/lib/python3.11/turtle.py + path: /app.runfiles/_main/cases/interpreter-features-836/.no-turtle-test/lib/python3.11/turtle.py shouldExist: false - name: turtledemo must not exist in interpreter - path: /cases/interpreter-features-836/check_no_turtle.runfiles/_main/cases/interpreter-features-836/.no-turtle-test/lib/python3.11/turtledemo + path: /app.runfiles/_main/cases/interpreter-features-836/.no-turtle-test/lib/python3.11/turtledemo shouldExist: false From e72b2cf579ebe68dccd1b0a834b7e4b2b28e3817 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 03:30:34 +0000 Subject: [PATCH 11/11] py_image_layer: include _repo_mapping in source layer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bazel synthesizes a runfiles `_repo_mapping` manifest that maps apparent labels (e.g. `aspect_rules_py/...`) to canonical repo names (`aspect_rules_py+/...`). `runfiles.bash`/`rlocation` source it from `.runfiles/_repo_mapping` to translate paths the launcher embeds (VENV_TOOL, PYTHON, ARG_PTH_FILE, ...). Without it, the bash launcher trips immediately with 'runfiles.bash initializer cannot find bazel_tools/tools/bash/runfiles/ runfiles.bash' inside Docker — the file is on disk under its canonical name but the apparent path embedded in the launcher can't be resolved. Pull `runfiles.repo_mapping_manifest` into the binary's source layer and special-case its short_path (`_repo_mapping`) in the mtree generator so it lands at `./app.runfiles/_repo_mapping` (top of the runfiles tree, not under `_main/`). --- py/private/py_image_layer.bzl | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/py/private/py_image_layer.bzl b/py/private/py_image_layer.bzl index e4c51298b..439aa813a 100644 --- a/py/private/py_image_layer.bzl +++ b/py/private/py_image_layer.bzl @@ -402,6 +402,17 @@ def _layer_aspect_impl(target, ctx): if filtered: own_source.append(depset(direct = filtered)) + # bzlmod-canonical → apparent repo-name translation manifest. + # `runfiles.bash`/`rlocation` need this at `.runfiles/_repo_mapping` + # to resolve apparent labels (e.g. `aspect_rules_py/...`) to the canonical + # repo names (`aspect_rules_py+/...`) under which files are actually staged. + # Without it the launcher fails with "runfiles.bash initializer cannot find + # bazel_tools/tools/bash/runfiles/runfiles.bash" the moment any rlocation + # call is evaluated. + repo_mapping = getattr(target[DefaultInfo].default_runfiles, "repo_mapping_manifest", None) + if repo_mapping != None: + own_source.append(depset(direct = [repo_mapping])) + return [_LayerInfo( source_files = depset(transitive = transitive_source + own_source), pip_packages = depset(transitive = transitive_pkgs), @@ -494,7 +505,11 @@ def _apply_strip_prefix(sp, strip_prefix, root): def _file_to_mtree_entry(f, mode = "0644", strip_prefix = "", root = "/"): sp = f.short_path - if sp.startswith("../"): + if sp == "_repo_mapping": + # Bazel synthesizes a top-level `_repo_mapping` runfile (no `_main/` + # prefix); replicate that placement so runfiles.bash can find it. + dst = "./app.runfiles/_repo_mapping" + elif sp.startswith("../"): dst = "./app.runfiles/" + sp[3:] elif strip_prefix: dst = _apply_strip_prefix(sp, strip_prefix, root)