Project Description
The libkdumpfile library includes Python bindings. They are implemented as manually created C code for CPython. This is hard to maintain and/or port to alternative Python implementations.
Additionally, the whole project uses GNU autotools, which do not integrate well with Python packaging. There is currently a hack for distutils
, but since distutils
is going to be deprecated, a different solution is needed.
Goal for this Hackweek
The plan for this Hackweek is to rewrite them from scratch using the Python cffi
package and distribute as a separate package (pykdumpfile
?).
Resources
This project is part of:
Hack Week 21
Activity
Comments
Similar Projects
Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil
Join the Gitter channel! [https://gitter.im/uy...
Linux Immersive Learning System (LILS) by dgarcia
[comment]: # (Please use the project descriptio...
One of couple of Python projects (update M2Crypto) by mcepl
There are couple of projects I work on, which n...
zypper plugin for discovering reverse dependencies by bzoltan1
Often when we test maintenance updates or when ...
Give some love to spec-cleaner by kstreitova
Project Description
spec-cleaner is an open...