Community maintained hooks for PyInstaller
Project description
pyinstaller-hooks-contrib: The PyInstaller community hooks repository
New PyInstaller team members wanted! Email legorooj@protonmail.com if you're interested.
What happens when (your?) package doesn't work with PyInstaller? Say you have data files that you need at runtime? PyInstaller doesn't bundle those. Your package requires others which PyInstaller can't 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.
This repository is a collection of hooks for many packages, and allows PyInstaller to work with these packages seamlessly.
Installation
pyinstaller-hooks-contrib is automatically installed when you install PyInstaller.
pyinstaller-hooks-contrib can be installed with pip, but is automatically installed when you install PyInstaller:
pip install -U pyinstaller-hooks-contrib
I can't see a hook for a-package
Either a-package works fine without a hook, or no-one has contributed hooks.
If you'd like to add a hook, or view information about hooks,
please see the wiki.
I want to help!
Please start by providing pull requests and helping solve issues.
If you plan to contribute frequently or are interested in becoming a developer,
send an email to legorooj@protonmail.com to let us know.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyinstaller-hooks-contrib-2020.6.tar.gz.
File metadata
- Download URL: pyinstaller-hooks-contrib-2020.6.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b459734017c4601bb672337c90ba10f05e9e45523e12a7be1f141d5285cf2b9
|
|
| MD5 |
b95cacdbf192396fea059a927ce7270e
|
|
| BLAKE2b-256 |
0c59ffb6149c75c91f252a14a6b82a625e9e9cfe56c0f5f154e34f035c21bea3
|
File details
Details for the file pyinstaller_hooks_contrib-2020.6-py2.py3-none-any.whl.
File metadata
- Download URL: pyinstaller_hooks_contrib-2020.6-py2.py3-none-any.whl
- Upload date:
- Size: 150.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c2e009649197b1045a1432ddd30f87296d6fc2c9ea8e762fcef00ca660f74e
|
|
| MD5 |
cc4fa5d01bb2933c7964374ad56695b1
|
|
| BLAKE2b-256 |
2847ba60fc1e96e47391dc547f74b31daf28daa3ad3b8bfc3dedced5acbf48bd
|