.gitignore
.project
.pydevproject
.travis.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/release.yml
.github/workflows/tests.yml
.settings/org.eclipse.core.resources.prefs
rpmfile/__init__.py
rpmfile/__main__.py
rpmfile/cli.py
rpmfile/cpiofile.py
rpmfile/errors.py
rpmfile/headers.py
rpmfile/io_extra.py
rpmfile/rpmdefs.py
rpmfile.egg-info/PKG-INFO
rpmfile.egg-info/SOURCES.txt
rpmfile.egg-info/dependency_links.txt
rpmfile.egg-info/entry_points.txt
rpmfile.egg-info/requires.txt
rpmfile.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_extract.py
tests/test_subfile.py