LICENSE
MANIFEST.in
README.md
pyproject.toml
ci/build-wheel.sh
ci/bump-version.sh
ci/install-tools.sh
ci/requirements.py
doc/src/bdist_appimage.rst
doc/src/bdist_deb.rst
doc/src/bdist_dmg.rst
doc/src/bdist_mac.rst
doc/src/bdist_msi.rst
doc/src/bdist_rpm.rst
doc/src/builtdist.rst
doc/src/conf.py
doc/src/faq.rst
doc/src/index.rst
doc/src/installation.rst
doc/src/keywords.rst
doc/src/license.rst
doc/src/overview.rst
doc/src/releasenotes-5x.rst
doc/src/releasenotes-6x.rst
doc/src/releasenotes-7x.rst
doc/src/releasenotes-8x.rst
doc/src/releasenotes.rst
doc/src/script.rst
doc/src/setup_script.rst
doc/src/versions.rst
doc/src/development/code_layout.rst
doc/src/development/index.rst
samples/README.md
samples/advanced/advanced_1.py
samples/advanced/advanced_2.py
samples/advanced/setup.py
samples/advanced/modules/testfreeze_1.py
samples/advanced/modules/testfreeze_2.py
samples/asmodule/asmodule.py
samples/asmodule/setup.py
samples/build_constants/hello.py
samples/build_constants/pyproject.toml
samples/dependencies/getdependentfiles.py
samples/dependencies/test_1.py
samples/dmg/hello.py
samples/dmg/setup.py
samples/dmg_layout/hello.py
samples/dmg_layout/hello2.py
samples/dmg_layout/setup.py
samples/gtk/setup.py
samples/gtk/test_gtk.py
samples/importlib/get_examples.py
samples/importlib/server_simple.py
samples/importlib/setup.py
samples/importlib/web_srv.py
samples/importlib/wsgiserver.py
samples/manifest/README.md
samples/manifest/icon.ico
samples/manifest/icon.png
samples/manifest/setup.py
samples/manifest/simple.manifest
samples/manifest/test_manifest.py
samples/matplotlib/README.md
samples/matplotlib/matplotlib_eg.py
samples/matplotlib/setup.py
samples/matplotlib/setup_zip.py
samples/matplotlib_tk/README.md
samples/matplotlib_tk/setup.py
samples/matplotlib_tk/setup_zip.py
samples/matplotlib_tk/test_matplotlib_tk.py
samples/msi_binary_data/hello.py
samples/msi_binary_data/icon.ico
samples/msi_binary_data/pyproject.toml
samples/msi_extensions/README.md
samples/msi_extensions/hello.py
samples/msi_extensions/setup.py
samples/msi_license/LICENSE.rtf
samples/msi_license/hello.py
samples/msi_license/setup.py
samples/msi_summary_data/hello.py
samples/msi_summary_data/setup.py
samples/opencv/README.md
samples/opencv/image.png
samples/opencv/setup.py
samples/opencv/test_opencv.py
samples/openpyxl/setup.py
samples/openpyxl/test_openpyxl.py
samples/orjson/README.md
samples/orjson/setup.py
samples/orjson/test_orjson.py
samples/pandas/README.md
samples/pandas/pyproject.toml
samples/pandas/test_pandas.py
samples/pillow/README.md
samples/pillow/icon.png
samples/pillow/pyproject.toml
samples/pillow/test_pillow.py
samples/pycountry/README.md
samples/pycountry/setup.py
samples/pycountry/setup_zip.py
samples/pycountry/test.py
samples/pyqt5/README.md
samples/pyqt5/setup.py
samples/pyqt5/test_pyqt5.py
samples/pyqt5-simplebrowser/README.md
samples/pyqt5-simplebrowser/setup.py
samples/pyqt5-simplebrowser/simplebrowser.py
samples/pyqt6/README.md
samples/pyqt6/setup.py
samples/pyqt6/test_pyqt6.py
samples/pyqt6-qml/README.md
samples/pyqt6-qml/setup.py
samples/pyqt6-qml/test_qml.py
samples/pyqt6-simplebrowser/README.md
samples/pyqt6-simplebrowser/setup.py
samples/pyqt6-simplebrowser/simplebrowser.py
samples/pyside2/README.md
samples/pyside2/setup.py
samples/pyside2/test_pyside2.py
samples/pyside2-simplebrowser/README.md
samples/pyside2-simplebrowser/setup.py
samples/pyside2-simplebrowser/simplebrowser.py
samples/pyside6/README.md
samples/pyside6/setup.py
samples/pyside6/test_pyside6.py
samples/pyside6-qml/README.md
samples/pyside6-qml/setup.py
samples/pyside6-qml/test_qml.py
samples/pyside6-simplebrowser/README.md
samples/pyside6-simplebrowser/setup.py
samples/pyside6-simplebrowser/simplebrowser.py
samples/pythonnet-demo/DynamicGrid.py
samples/pythonnet-demo/README.md
samples/pythonnet-demo/helloform.py
samples/pythonnet-demo/python-clear.ico
samples/pythonnet-demo/setup.py
samples/pythonnet-demo/splitter.py
samples/pythonnet-demo/wordpad.py
samples/pytz/README.md
samples/pytz/pyproject.toml
samples/pytz/test_pytz.py
samples/pyzmq/pyproject.toml
samples/pyzmq/pyzmq_client.py
samples/pyzmq/pyzmq_server.py
samples/relimport/relimport.py
samples/relimport/setup.py
samples/relimport/pkg1/__init__.py
samples/relimport/pkg1/sub1.py
samples/relimport/pkg1/sub2.py
samples/relimport/pkg1/sub4.py
samples/relimport/pkg1/sub6.py
samples/relimport/pkg1/pkg2/__init__.py
samples/relimport/pkg1/pkg2/sub3.py
samples/relimport/pkg1/pkg2/sub5.py
samples/replace/setup.py
samples/replace/test_replace.py
samples/service/Config.py
samples/service/README.md
samples/service/ServiceHandler.py
samples/service/setup.py
samples/service-asyncio/Config.py
samples/service-asyncio/README.md
samples/service-asyncio/ServiceHandler.py
samples/service-asyncio/setup.py
samples/simple/hello.py
samples/simple/setup.py
samples/simple_pyproject/hello.py
samples/simple_pyproject/pyproject.toml
samples/simple_setup_cfg/hello.py
samples/simple_setup_cfg/setup.cfg
samples/simple_setup_cfg/setup.py
samples/sqlite/setup.py
samples/sqlite/test_sqlite3.py
samples/tkinter/logox128.png
samples/tkinter/python.ico
samples/tkinter/python.png
samples/tkinter/setup.py
samples/tkinter/test_tkinter.py
samples/tz/README.md
samples/tz/pyproject.toml
samples/tz/test_tz.py
samples/win32com/README.md
samples/win32com/test_win32com.py
samples/wx/README.md
samples/wx/setup.py
samples/wx/test_wx.py
samples/zope/README.md
samples/zope/qotd.py
samples/zope/setup.py
src/xsetuper/__init__.py
src/xsetuper/__main__.py
src/xsetuper/_bytecode.py
src/xsetuper/_compat.py
src/xsetuper/_license.py
src/xsetuper/_metadata.py
src/xsetuper/_pyproject.py
src/xsetuper/_typing.py
src/xsetuper/cli.py
src/xsetuper/common.py
src/xsetuper/darwintools.py
src/xsetuper/dep_parser.py
src/xsetuper/exception.py
src/xsetuper/executable.py
src/xsetuper/finder.py
src/xsetuper/freezer.py
src/xsetuper/module.py
src/xsetuper/setupwriter.py
src/xsetuper/winversioninfo.py
src/xsetuper/command/__init__.py
src/xsetuper/command/_pydialog.py
src/xsetuper/command/bdist_appimage.py
src/xsetuper/command/bdist_deb.py
src/xsetuper/command/bdist_dmg.py
src/xsetuper/command/bdist_mac.py
src/xsetuper/command/bdist_msi.py
src/xsetuper/command/bdist_rpm.py
src/xsetuper/command/build_exe.py
src/xsetuper/command/install.py
src/xsetuper/command/install_exe.py
src/xsetuper/gui/__init__.py
src/xsetuper/gui/__main__.py
src/xsetuper/gui/app.py
src/xsetuper/gui/builder.py
src/xsetuper/gui/project.py
src/xsetuper/gui/theme.py
src/xsetuper/gui/widgets.py
src/xsetuper/hooks/__init__.py
src/xsetuper/hooks/_anyio_.py
src/xsetuper/hooks/_asyncio_.py
src/xsetuper/hooks/_av_.py
src/xsetuper/hooks/_backports_.py
src/xsetuper/hooks/_charset_normalizer_.py
src/xsetuper/hooks/_clr_.py
src/xsetuper/hooks/_comtypes_.py
src/xsetuper/hooks/_crypto_.py
src/xsetuper/hooks/_cryptodome_.py
src/xsetuper/hooks/_cv2_.py
src/xsetuper/hooks/_easyocr_.py
src/xsetuper/hooks/_fonttools_.py
src/xsetuper/hooks/_gi_.py
src/xsetuper/hooks/_glib_.py
src/xsetuper/hooks/_importlib_.py
src/xsetuper/hooks/_jaraco_.py
src/xsetuper/hooks/_lazy_loader_.py
src/xsetuper/hooks/_matplotlib_.py
src/xsetuper/hooks/_mkl_.py
src/xsetuper/hooks/_multiprocess_.py
src/xsetuper/hooks/_multiprocessing_.py
src/xsetuper/hooks/_numpy_.py
src/xsetuper/hooks/_nvidia_.py
src/xsetuper/hooks/_ortools_.py
src/xsetuper/hooks/_pandas_.py
src/xsetuper/hooks/_pil_.py
src/xsetuper/hooks/_pkg_resources_.py
src/xsetuper/hooks/_pyarrow_.py
src/xsetuper/hooks/_pycparser_.py
src/xsetuper/hooks/_pydantic_.py
src/xsetuper/hooks/_pygments_.py
src/xsetuper/hooks/_pymupdf_.py
src/xsetuper/hooks/_pyparsing_.py
src/xsetuper/hooks/_pyproj_.py
src/xsetuper/hooks/_pytz_.py
src/xsetuper/hooks/_rasterio_.py
src/xsetuper/hooks/_re_.py
src/xsetuper/hooks/_rns_.py
src/xsetuper/hooks/_rtree_.py
src/xsetuper/hooks/_scipy_.py
src/xsetuper/hooks/_setuptools_.py
src/xsetuper/hooks/_shapely_.py
src/xsetuper/hooks/_skimage_.py
src/xsetuper/hooks/_sklearn_.py
src/xsetuper/hooks/_ssl_.py
src/xsetuper/hooks/_streamlit_.py
src/xsetuper/hooks/_tensorflow_.py
src/xsetuper/hooks/_tidylib_.py
src/xsetuper/hooks/_tiktoken_.py
src/xsetuper/hooks/_timm_.py
src/xsetuper/hooks/_tkinter_.py
src/xsetuper/hooks/_torch_.py
src/xsetuper/hooks/_torchvision_.py
src/xsetuper/hooks/_tortoise_.py
src/xsetuper/hooks/_triton_.py
src/xsetuper/hooks/_tzdata_.py
src/xsetuper/hooks/_uvicorn_.py
src/xsetuper/hooks/_vtkmodules_.py
src/xsetuper/hooks/_winrt_.py
src/xsetuper/hooks/_wx_.py
src/xsetuper/hooks/_xlib_.py
src/xsetuper/hooks/_yt_dlp_.py
src/xsetuper/hooks/_zeroconf_.py
src/xsetuper/hooks/_zmq_.py
src/xsetuper/hooks/_zoneinfo_.py
src/xsetuper/hooks/global_names.py
src/xsetuper/hooks/qthooks.py
src/xsetuper/hooks/unused_modules.py
src/xsetuper/hooks/_pyqt5_/__init__.py
src/xsetuper/hooks/_pyqt5_/_debug.py
src/xsetuper/hooks/_pyqt5_/_resource.py
src/xsetuper/hooks/_pyqt6_/__init__.py
src/xsetuper/hooks/_pyqt6_/_debug.py
src/xsetuper/hooks/_pyside2_/__init__.py
src/xsetuper/hooks/_pyside2_/_debug.py
src/xsetuper/hooks/_pyside2_/_resource.py
src/xsetuper/hooks/_pyside6_/__init__.py
src/xsetuper/hooks/_pyside6_/_debug.py
src/xsetuper/hooks/_pyside6_/_resource.py
tests/__init__.py
tests/conftest.py
tests/datatest.py
tests/requirements.txt
tests/test___init__.py
tests/test___main__.py
tests/test_cli.py
tests/test_command_bdist_appimage.py
tests/test_command_bdist_deb.py
tests/test_command_bdist_dmg.py
tests/test_command_bdist_mac.py
tests/test_command_bdist_msi.py
tests/test_command_bdist_rpm.py
tests/test_command_build.py
tests/test_command_build_exe.py
tests/test_command_install.py
tests/test_command_install_exe.py
tests/test_dep_parser.py
tests/test_executables.py
tests/test_finder.py
tests/test_freezer.py
tests/test_gui.py
tests/test_module.py
tests/test_modulefinder.py
tests/test_windows_manifest.py
tests/test_winversioninfo.py
tests/test_xsetuper_api.py
tests/test_xsetuper_cli.py
tests/test_xsetuper_freezer.py
tests/hooks/__init__.py
tests/hooks/test_async.py
tests/hooks/test_av.py
tests/hooks/test_charset_normalizer.py
tests/hooks/test_comtypes.py
tests/hooks/test_crypto.py
tests/hooks/test_mkl.py
tests/hooks/test_multiprocess.py
tests/hooks/test_numpy.py
tests/hooks/test_ortools.py
tests/hooks/test_pillow.py
tests/hooks/test_pyarrow.py
tests/hooks/test_pycparser.py
tests/hooks/test_pydantic.py
tests/hooks/test_pymupdf.py
tests/hooks/test_pyproj.py
tests/hooks/test_pytz.py
tests/hooks/test_pyzmq.py
tests/hooks/test_qt.py
tests/hooks/test_rasterio.py
tests/hooks/test_rtree.py
tests/hooks/test_scikit.py
tests/hooks/test_setuptools.py
tests/hooks/test_streamlit.py
tests/hooks/test_win32com.py
tests/hooks/test_winrt.py
tests/hooks/test_zeroconf.py
tests/stdlib/__init__.py
tests/stdlib/test_ctypes.py
tests/stdlib/test_multiprocessing.py
tests/stdlib/test_sqlite.py
tests/stdlib/test_ssl.py
tests/stdlib/test_tkinter.py
tests/stdlib/test_zoneinfo.py
tests/stdlib/test_zstd.py
xsetuper.egg-info/PKG-INFO
xsetuper.egg-info/SOURCES.txt
xsetuper.egg-info/dependency_links.txt
xsetuper.egg-info/entry_points.txt
xsetuper.egg-info/requires.txt
xsetuper.egg-info/top_level.txt
xsetuper.egg-info/zip-safe