LICENSE
README.rst
pyproject.toml
setup.py
src/pup/__init__.py
src/pup/__main__.py
src/pup/api.py
src/pup/context.py
src/pup/dispatcher.py
src/pup/logs.py
src/pup.egg-info/PKG-INFO
src/pup.egg-info/SOURCES.txt
src/pup.egg-info/dependency_links.txt
src/pup.egg-info/entry_points.txt
src/pup.egg-info/not-zip-safe
src/pup.egg-info/requires.txt
src/pup.egg-info/top_level.txt
src/pup/plugins/__init__.py
src/pup/plugins/common.py
src/pup/plugins/dirs.py
src/pup/plugins/download.py
src/pup/plugins/metadata.py
src/pup/plugins/pip_install.py
src/pup/plugins/python_runtime.py
src/pup/plugins/mac/__init__.py
src/pup/plugins/mac/app_bundle.py
src/pup/plugins/mac/dirs.py
src/pup/plugins/mac/steps.py
src/pup/plugins/mac/app_bundle_template/__init__.py
src/pup/plugins/win/__init__.py
src/pup/plugins/win/dirs.py
src/pup/plugins/win/dist_layout.py
src/pup/plugins/win/steps.py
src/pup/plugins/win/dist_layout_template/__init__.py