https://github.com/pyinstaller/hooksample
A sample project showing how to provide PyInstaller hooks for your package and test them
https://github.com/pyinstaller/hooksample
Last synced: 10 months ago
JSON representation
A sample project showing how to provide PyInstaller hooks for your package and test them
- Host: GitHub
- URL: https://github.com/pyinstaller/hooksample
- Owner: pyinstaller
- License: gpl-3.0
- Created: 2020-01-12T15:06:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T09:28:43.000Z (about 4 years ago)
- Last Synced: 2025-05-03T00:37:34.721Z (about 1 year ago)
- Language: Python
- Homepage: https://pyinstaller-sample-hook.readthedocs.io/
- Size: 47.9 KB
- Stars: 23
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================
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
`_ for more
information.
:Licence: GNU General Public License v3 or later (GPLv3-or-later)
:Homepage: https://github.com/pyinstaller/hooksample