.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.vscode/cspell.json
.vscode/launch.json
.vscode/settings.json
src/getpack/__init__.py
src/getpack/executable.py
src/getpack/resource.py
src/getpack.egg-info/PKG-INFO
src/getpack.egg-info/SOURCES.txt
src/getpack.egg-info/dependency_links.txt
src/getpack.egg-info/requires.txt
src/getpack.egg-info/top_level.txt
src/getpack/library/__init__.py
src/getpack/library/ffmpeg.py
tests/test_common.py
tests/test_executable.py