hooksample icon indicating copy to clipboard operation
hooksample copied to clipboard

A sample project showing how to provide PyInstaller hooks for your package and test them

========================== pyinstaller-hooksample


A sample project showing how to provide PyInstaller hooks for your package and test them.

This is a sample project to show how to provide hooks for PyInstaller to allow users of your package to easily freeze it. This project also shows how to test the hooks as part of your CI tests.

Visit the documentation <https://pyinstaller-sample-hook.readthedocs.io/en/latest/>_ for more information.

:Licence: GNU General Public License v3 or later (GPLv3-or-later) :Homepage: https://github.com/pyinstaller/hooksample