.coveragerc
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/workflows/lint.yml
.github/workflows/test.yml
auditwheel/__init__.py
auditwheel/__main__.py
auditwheel/condatools.py
auditwheel/elfutils.py
auditwheel/genericpkgctx.py
auditwheel/hashfile.py
auditwheel/lddtree.py
auditwheel/main.py
auditwheel/main_addtag.py
auditwheel/main_lddtree.py
auditwheel/main_repair.py
auditwheel/main_show.py
auditwheel/patcher.py
auditwheel/repair.py
auditwheel/tmpdirs.py
auditwheel/tools.py
auditwheel/wheel_abi.py
auditwheel/wheeltools.py
auditwheel.egg-info/PKG-INFO
auditwheel.egg-info/SOURCES.txt
auditwheel.egg-info/dependency_links.txt
auditwheel.egg-info/entry_points.txt
auditwheel.egg-info/not-zip-safe
auditwheel.egg-info/pbr.json
auditwheel.egg-info/requires.txt
auditwheel.egg-info/top_level.txt
auditwheel/_vendor/__init__.py
auditwheel/_vendor/wheel/LICENSE.txt
auditwheel/_vendor/wheel/__init__.py
auditwheel/_vendor/wheel/pkginfo.py
auditwheel/_vendor/wheel/util.py
auditwheel/_vendor/wheel/wheelfile.py
auditwheel/_vendor/wheel/cli/__init__.py
auditwheel/_vendor/wheel/cli/convert.py
auditwheel/_vendor/wheel/cli/pack.py
auditwheel/_vendor/wheel/cli/unpack.py
auditwheel/policy/__init__.py
auditwheel/policy/external_references.py
auditwheel/policy/policy-schema.json
auditwheel/policy/policy.json
auditwheel/policy/versioned_symbols.py
scripts/calculate_symbol_versions.py
tests/install.sh
tests/travis.sh
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/plumbum-1.6.8-py2.py3-none-any.whl
tests/integration/python_snappy-0.5.2-pp260-pypy_41-linux_x86_64.whl
tests/integration/quick_check_numpy.py
tests/integration/test_addtag.py
tests/integration/test_bundled_wheels.py
tests/integration/test_manylinux.py
tests/integration/test_nonplatform_wheel.py
tests/integration/test_policy_files.py
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/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.pyx
tests/integration/testdependencies/dependency.c
tests/integration/testdependencies/dependency.h
tests/integration/testdependencies/setup.py
tests/integration/testdependencies/testdependencies.c
tests/integration/testpackage/__init__.py
tests/integration/testpackage/setup.py
tests/integration/testpackage/testpackage/__init__.py
tests/integration/testpackage/testpackage/testprogram.c
tests/integration/testrpath/MANIFEST.in
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/setup.py
tests/integration/testsimple/testsimple.c
tests/unit/test_condatools.py
tests/unit/test_elfpatcher.py
tests/unit/test_elfutils.py
tests/unit/test_hashfile.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