thmahe / poetry-pyinstaller-plugin

Poetry plugin to build and/or bundle binaries with PyInstaller
https://pypi.org/project/poetry-pyinstaller-plugin/
MIT License
18 stars 7 forks source link

Added pre-build and post-build hooks #15

Closed Nealium closed 2 months ago

Nealium commented 3 months ago

Added hooks feature. Allows users to tac on any extra project specific build functionality, really the sky is the limit. The intent is to use hooks when the pyinstaller exe is the end goal and it won't be bundled with a wheel

Also: Added the EEXIST error code import that was missing in extended_includes. (stage hunk mishap 😞)


Edit

I didn't think my original README examples were very good, especially running tests, So I've added more applicable hook examples: