From cfdc14137c5df4e0151ab2136e42364924b015e7 Mon Sep 17 00:00:00 2001 From: varunrmallya <100590632+varun-r-mallya@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:39:31 +0530 Subject: [PATCH] Add warning against production use --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18347d3..592dfcc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is an LLVM IR generator for eBPF programs in Python. We use llvmlite to generate LLVM IR from pure Python. This is then compiled to LLVM object files, which can be loaded into the kernel for execution. We do not rely on BCC to do our compilation. +# DO NOT USE IN PRODUCTION. IN DEVELOPMENT. + ## Installation - Have `clang` installed. - `pip install pythonbpf`