You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
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.