Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-pyinstaller-hooks-contrib - Community maintained hooks for PyInstaller
- Description:
What happens when (your?) package does not work with PyInstaller? Say
you have data files that you need at runtime? PyInstaller does not
bundle those. Your package requires others which PyInstaller can not
see? How do you fix that?
In summary, a "hook" file extends PyInstaller to adapt it to the
special needs and methods used by a Python package. The word "hook"
is used for two kinds of files. A runtime hook helps the bootloader to
launch an app, setting up the environment. A package hook (there are
several types of those) tells PyInstaller what to include in the final
app - such as the data files and (hidden) imports mentioned above.
Packages