Python API #7636
demberto
started this conversation in
Features & Development
Python API
#7636
Replies: 1 comment 1 reply
-
I don't understand the difference between a spec file and what you're asking for? You can already stick arbitrary code after the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spec files already contain Python code. Why not have an API for users to be able to make "build" scripts, which provide a precise control over what files are collected and dropped, while having complete access to Python itself?
I am using PyInstaller for a project of mine using Gtk. While the hooks and built executable are good, I'd like to have a precise control over what icons are included (I only use scalable icons). I'd also like to exclude all UCRT and
api-ms-
(APISet) DLLs entirely, as I feel runtimes should be shared.I am sure this must be asked somewhere in issues, but the keyword "API" returns a shitload of irrelevant results.
I also found PyInstaller type stubs on PyPI, does this mean there's an internal API already?
Beta Was this translation helpful? Give feedback.
All reactions