From 5654ee91da9f40af361e27fb4259acfbd51566dc Mon Sep 17 00:00:00 2001 From: varunrmallya <100590632+varun-r-mallya@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:23:54 +0530 Subject: [PATCH] Enhance README with badges and project details Added badges and improved project description in README. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad9c48..ee33dc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ -# Python-BPF +pythonbpf + +

+ + PyPI version + + + + Downloads + + Build Status + + License +

+ Python-BPF is an LLVM IR generator for eBPF programs written in Python. It uses [llvmlite](https://github.com/numba/llvmlite) to generate LLVM IR and then compiles to LLVM object files. These object files can be loaded into the kernel for execution. Unlike BCC, Python-BPF performs compilation without relying on its infrastructure.