LICENSE
README.md
pyproject.toml
setup.py
bin/launcher_windows.exe
src/PyInstallerEx/PyInstallerEx.py
src/PyInstallerEx/__init__.py
src/PyInstallerEx/__main__.py
src/PyInstallerEx.egg-info/PKG-INFO
src/PyInstallerEx.egg-info/SOURCES.txt
src/PyInstallerEx.egg-info/dependency_links.txt
src/PyInstallerEx.egg-info/entry_points.txt
src/PyInstallerEx.egg-info/not-zip-safe
src/PyInstallerEx.egg-info/requires.txt
src/PyInstallerEx.egg-info/top_level.txt
src/PyInstallerEx/core/__init__.py
src/PyInstallerEx/core/config.py
src/PyInstallerEx/core/packager.py
src/PyInstallerEx/utils/__init__.py
src/PyInstallerEx/utils/compression.py
src/PyInstallerEx/utils/file_utils.py
src/PyInstallerEx/utils/icon_helper.py
src/PyInstallerEx/utils/logging.py
src/PyInstallerEx/utils/system_utils.py
test/test_python27_compatibility.py
test/test_python3x_compatibility.py
test/test_rust_launcher.py