LICENSE
MANIFEST.in
README.md
pyproject.toml
unifypy/__init__.py
unifypy/__main__.py
unifypy.egg-info/PKG-INFO
unifypy.egg-info/SOURCES.txt
unifypy.egg-info/dependency_links.txt
unifypy.egg-info/entry_points.txt
unifypy.egg-info/requires.txt
unifypy.egg-info/top_level.txt
unifypy/cli/__init__.py
unifypy/cli/argument_parser.py
unifypy/core/__init__.py
unifypy/core/config.py
unifypy/core/context.py
unifypy/core/engine.py
unifypy/core/environment.py
unifypy/core/event_bus.py
unifypy/core/events.py
unifypy/core/platforms.py
unifypy/core/plugin.py
unifypy/core/validators/__init__.py
unifypy/core/validators/tool_validator.py
unifypy/platforms/__init__.py
unifypy/platforms/base.py
unifypy/platforms/registry.py
unifypy/platforms/linux/__init__.py
unifypy/platforms/linux/deb_packager.py
unifypy/platforms/linux/rpm_packager.py
unifypy/platforms/macos/__init__.py
unifypy/platforms/macos/dmg_packager.py
unifypy/platforms/macos/post_processor.py
unifypy/platforms/windows/__init__.py
unifypy/platforms/windows/inno_setup.py
unifypy/plugins/__init__.py
unifypy/plugins/auto_rollback_plugin.py
unifypy/plugins/cleanup_plugin.py
unifypy/plugins/config_plugin.py
unifypy/plugins/dry_run_plugin.py
unifypy/plugins/environment_plugin.py
unifypy/plugins/external_plugins_loader.py
unifypy/plugins/packaging_plugin.py
unifypy/plugins/prepare_plugin.py
unifypy/plugins/progress_plugin.py
unifypy/plugins/pyinstaller_plugin.py
unifypy/plugins/rollback_plugin.py
unifypy/plugins/summary_plugin.py
unifypy/plugins/windows_language_plugin.py
unifypy/pyinstaller/__init__.py
unifypy/pyinstaller/config_builder.py
unifypy/templates/ChineseSimplified.isl.template
unifypy/templates/setup.iss.template
unifypy/tools/create-dmg/.this-is-the-create-dmg-repo
unifypy/tools/create-dmg/LICENSE
unifypy/tools/create-dmg/Makefile
unifypy/tools/create-dmg/README.md
unifypy/tools/create-dmg/create-dmg
unifypy/tools/create-dmg/builder/create-dmg.builder
unifypy/tools/create-dmg/doc-project/Developer Notes.md
unifypy/tools/create-dmg/doc-project/Release Checklist.md
unifypy/tools/create-dmg/examples/01-main-example/installer_background.png
unifypy/tools/create-dmg/examples/01-main-example/sample
unifypy/tools/create-dmg/examples/01-main-example/source_folder/Application.app
unifypy/tools/create-dmg/support/eula-resources-template.xml
unifypy/tools/create-dmg/support/template.applescript
unifypy/tools/create-dmg/tests/007-space-in-dir-name/run-test
unifypy/tools/create-dmg/tests/007-space-in-dir-name/my files/hello.txt
unifypy/utils/__init__.py
unifypy/utils/cache_manager.py
unifypy/utils/command_runner.py
unifypy/utils/entitlements_generator.py
unifypy/utils/file_ops.py
unifypy/utils/icon_converter.py
unifypy/utils/info_plist_updater.py
unifypy/utils/macos_codesign.py
unifypy/utils/parallel_builder.py
unifypy/utils/progress.py
unifypy/utils/progress_callback_factory.py
unifypy/utils/rollback.py
unifypy/utils/tool_manager.py