.coveragerc
.flake8
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.APACHE
LICENSE.BSD
MANIFEST.in
README.rst
mypy.ini
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/markers.rst
docs/requirements.rst
docs/requirements.txt
docs/security.rst
docs/specifiers.rst
docs/tags.rst
docs/utils.rst
docs/version.rst
docs/_static/.empty
docs/development/getting-started.rst
docs/development/index.rst
docs/development/release-process.rst
docs/development/reviewing-patches.rst
docs/development/submitting-patches.rst
packaging/__about__.py
packaging/__init__.py
packaging/_manylinux.py
packaging/_musllinux.py
packaging/_structures.py
packaging/markers.py
packaging/py.typed
packaging/requirements.py
packaging/specifiers.py
packaging/tags.py
packaging/utils.py
packaging/version.py
packaging.egg-info/PKG-INFO
packaging.egg-info/SOURCES.txt
packaging.egg-info/dependency_links.txt
packaging.egg-info/requires.txt
packaging.egg-info/top_level.txt
tests/__init__.py
tests/test_manylinux.py
tests/test_markers.py
tests/test_musllinux.py
tests/test_requirements.py
tests/test_specifiers.py
tests/test_structures.py
tests/test_tags.py
tests/test_utils.py
tests/test_version.py
tests/manylinux/hello-world-armv7l-armel
tests/manylinux/hello-world-armv7l-armhf
tests/manylinux/hello-world-invalid-class
tests/manylinux/hello-world-invalid-data
tests/manylinux/hello-world-invalid-magic
tests/manylinux/hello-world-s390x-s390x
tests/manylinux/hello-world-too-short
tests/manylinux/hello-world-x86_64-amd64
tests/manylinux/hello-world-x86_64-i386
tests/manylinux/hello-world-x86_64-x32
tests/musllinux/glibc-x86_64
tests/musllinux/musl-aarch64
tests/musllinux/musl-i386
tests/musllinux/musl-x86_64