Skip to content
Petr Tesarik edited this page Jul 14, 2022 · 2 revisions

Python bindings

The Python bindings have always been bundled with the main repository. The advantage is that incompatible changes to the API can be tracked in the same repository. The disadvantage is that Python tools do not fit well into GNU tools (automake, libtool). There are currently some ugly hacks to reconcile the two worlds, but they are specific to distutils, which are deprecated now.

Instead of trying to invent new hacks, I have split off the Python bindings into its own repository and made it into a standard Python package, see pykdumpfile.

Clone this wiki locally