Python bindings to libkdumpfile
  • Python 85.2%
  • C 14.8%
Find a file
Petr Tesarik 2c63cf2569
Move git URLs from GitHub to Codeberg
Signed-off-by: Petr Tesarik <petr@tesarici.cz>
2025-08-10 21:42:37 +02:00
addrxlat Fix use after free in Buffer objects 2024-12-29 19:56:37 +01:00
kdumpfile Call kdump_attr_discard() on data returned by kdump_attr_ref_get() 2024-12-28 21:55:45 +01:00
tests tests: Check PTE_RISCV32 and PTE_RISCV64 2024-12-28 21:57:46 +01:00
.gitignore Python packaging (using build and setuptools) 2022-07-07 15:13:31 +02:00
addrxlat.h Update addrxlat API to v0.5.4 2023-11-20 18:35:54 +01:00
ffi_addrxlat.py Update API to libkdumpfile-0.5.3 2023-11-07 11:35:45 +01:00
ffi_kdumpfile.py Initial implementation 2022-07-07 09:11:59 +02:00
kdumpfile.h Update kdumpfile API to v0.5.5 2024-12-28 21:14:19 +01:00
LICENSE Add a LICENSE file 2022-07-07 11:33:05 +02:00
pyproject.toml Python packaging (using build and setuptools) 2022-07-07 15:13:31 +02:00
README.md Move git URLs from GitHub to Codeberg 2025-08-10 21:42:37 +02:00
setup.cfg Move git URLs from GitHub to Codeberg 2025-08-10 21:42:37 +02:00
setup.py Python packaging (using build and setuptools) 2022-07-07 15:13:31 +02:00

pykdumpfile

Bindings to the libkdumpfile shared library.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.