Hartmut Goebel

Results 89 comments of Hartmut Goebel

We'd appreciate a pull-request implementing both entry-points and support for `__main__.py`

Thanks for reporting this. I'd appreciate a pull-request.

Yes, there is: `is_module_satisfies`, see https://pyinstaller.readthedocs.io/en/v3.4/hooks.html#useful-items-in-pyinstaller-utils-hooks

PyInstaller currently does not handle all signals. #3515 is about to solve this.

@j-lawrence-b1 PyInstaller maintiner her. If you know ow to solve this, I'd appreciate a pull-request.

@sigmavirus24 Is there some "high level" API, which an be considered stable? What about e.g. `twine.cli.dispatch()`? Rational: I need to add support for `--sign` or detection of signature-files (`.asc`) to...

Answering myself: There is some "section" feature yet to-be documented, see #61. Reading the code and the https://github.com/twisted/twisted/tree/trunk/src/twisted/conch/newsfragments source it looks like each "section" (sub-directory, to be listed in the...

@keturn May I ask you to briefly describe the sections feature here?! Thus others can learn about it until the documentation describes it. Thanks!

Maybe the trustwords list used by pEp is an option. https://tools.ietf.org/html/draft-birk-pep-trustwords-00 https://pep.foundation/dev/repos/pEpEngine/file/tip/db Sadly Volker does not support putting the trustwarts into a repo of its own: "Everybody shall use the...

Okay, I'll update the pull-request to *not* include the wordlists anymore.