CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
conftest.py
pyproject.toml
src/auditwheel/__init__.py
src/auditwheel/__main__.py
src/auditwheel/architecture.py
src/auditwheel/condatools.py
src/auditwheel/elfutils.py
src/auditwheel/error.py
src/auditwheel/genericpkgctx.py
src/auditwheel/hashfile.py
src/auditwheel/json.py
src/auditwheel/lddtree.py
src/auditwheel/libc.py
src/auditwheel/main.py
src/auditwheel/main_lddtree.py
src/auditwheel/main_repair.py
src/auditwheel/main_show.py
src/auditwheel/patcher.py
src/auditwheel/repair.py
src/auditwheel/tmpdirs.py
src/auditwheel/tools.py
src/auditwheel/wheel_abi.py
src/auditwheel/wheeltools.py
src/auditwheel.egg-info/PKG-INFO
src/auditwheel.egg-info/SOURCES.txt
src/auditwheel.egg-info/dependency_links.txt
src/auditwheel.egg-info/entry_points.txt
src/auditwheel.egg-info/not-zip-safe
src/auditwheel.egg-info/requires.txt
src/auditwheel.egg-info/top_level.txt
src/auditwheel/_vendor/__init__.py
src/auditwheel/_vendor/wheel/LICENSE.txt
src/auditwheel/_vendor/wheel/__init__.py
src/auditwheel/_vendor/wheel/pkginfo.py
src/auditwheel/policy/__init__.py
src/auditwheel/policy/manylinux-policy.json
src/auditwheel/policy/musllinux-policy.json
tests/integration/__init__.py
tests/integration/cffi-1.5.0-cp27-none-linux_x86_64.whl
tests/integration/conftest.py
tests/integration/foo.f90
tests/integration/fpewheel-0.0.0-cp35-cp35m-linux_x86_64.whl
tests/integration/libffi.so.5
tests/integration/patchelf-0.17.2.1-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.musllinux_1_1_x86_64.whl
tests/integration/plumbum-1.6.8-py2.py3-none-any.whl
tests/integration/python_mscl-67.0.1.0-cp313-cp313-manylinux2014_aarch64.whl
tests/integration/python_snappy-0.5.2-pp260-pypy_41-linux_x86_64.whl
tests/integration/quick_check_numpy.py
tests/integration/test_bundled_wheels.py
tests/integration/test_manylinux.py
tests/integration/test_nonplatform_wheel.py
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_aarch64.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_armv5l.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_armv7l.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_i686.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_mips64.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_ppc64le.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_riscv64.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_s390x.whl
tests/integration/arch-wheels/glibc/testsimple-0.0.1-cp313-cp313-linux_x86_64.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_aarch64.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_armv6l.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_armv7l.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_i686.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_ppc64le.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_riscv64.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_s390x.whl
tests/integration/arch-wheels/musllinux_1_2/testsimple-0.0.1-cp312-cp312-linux_x86_64.whl
tests/integration/internal_rpath/MANIFEST.in
tests/integration/internal_rpath/Makefile
tests/integration/internal_rpath/pyproject.toml
tests/integration/internal_rpath/setup.cfg
tests/integration/internal_rpath/setup.py
tests/integration/internal_rpath/internal_rpath/__init__.py
tests/integration/internal_rpath/lib-src/a/a.c
tests/integration/internal_rpath/lib-src/a/a.h
tests/integration/internal_rpath/lib-src/b/b.c
tests/integration/internal_rpath/lib-src/b/b.h
tests/integration/internal_rpath/src/example_a.pyx
tests/integration/internal_rpath/src/example_b.pyx
tests/integration/multiple_top_level/MANIFEST.in
tests/integration/multiple_top_level/Makefile
tests/integration/multiple_top_level/pyproject.toml
tests/integration/multiple_top_level/setup.cfg
tests/integration/multiple_top_level/setup.py
tests/integration/multiple_top_level/lib-src/a/a.c
tests/integration/multiple_top_level/lib-src/a/a.h
tests/integration/multiple_top_level/lib-src/b/b.c
tests/integration/multiple_top_level/lib-src/b/b.h
tests/integration/multiple_top_level/src/example_a.pyx
tests/integration/multiple_top_level/src/example_b.pyx
tests/integration/nonpy_rpath/README.md
tests/integration/nonpy_rpath/nonpy_rpath.cpp
tests/integration/nonpy_rpath/pyproject.toml
tests/integration/nonpy_rpath/setup.py
tests/integration/nonpy_rpath/extensions/testcrypt.cpp
tests/integration/nonpy_rpath/extensions/testcrypt.h
tests/integration/nonpy_rpath/nonpy_rpath/__init__.py
tests/integration/sample_extension/pyproject.toml
tests/integration/sample_extension/setup.py
tests/integration/sample_extension/src/sample_extension.c
tests/integration/sample_extension/src/sample_extension.pyx
tests/integration/test_glibcxx_3_4_25/pyproject.toml
tests/integration/test_glibcxx_3_4_25/setup.py
tests/integration/test_glibcxx_3_4_25/testentropy.cpp
tests/integration/testdependencies/dependency.c
tests/integration/testdependencies/dependency.h
tests/integration/testdependencies/pyproject.toml
tests/integration/testdependencies/setup.py
tests/integration/testdependencies/testdependencies.c
tests/integration/testpackage/__init__.py
tests/integration/testpackage/pyproject.toml
tests/integration/testpackage/setup.py
tests/integration/testpackage/testpackage/__init__.py
tests/integration/testpackage/testpackage/testprogram
tests/integration/testpackage/testpackage/testprogram.c
tests/integration/testpackage/testpackage/testprogram_nodeps
tests/integration/testpackage/testpackage/testprogram_nodeps.c
tests/integration/testrpath/MANIFEST.in
tests/integration/testrpath/pyproject.toml
tests/integration/testrpath/setup.py
tests/integration/testrpath/a/a.c
tests/integration/testrpath/a/a.h
tests/integration/testrpath/b/b.c
tests/integration/testrpath/b/b.h
tests/integration/testrpath/src/testrpath/__init__.py
tests/integration/testrpath/src/testrpath/testrpath.c
tests/integration/testsimple/pyproject.toml
tests/integration/testsimple/setup.py
tests/integration/testsimple/testsimple.c
tests/integration/testzlib/pyproject.toml
tests/integration/testzlib/setup.py
tests/integration/testzlib/testzlib.c
tests/unit/test-permissions.zip.xz
tests/unit/test_architecture.py
tests/unit/test_condatools.py
tests/unit/test_elfpatcher.py
tests/unit/test_elfutils.py
tests/unit/test_hashfile.py
tests/unit/test_json.py
tests/unit/test_lddtree.py
tests/unit/test_libc.py
tests/unit/test_main.py
tests/unit/test_policy.py
tests/unit/test_repair.py
tests/unit/test_tmpdirs.py
tests/unit/test_tools.py
tests/unit/test_wheel_abi.py
tests/unit/test_wheeltools.py