docs: Remove 'not for production' advice

This commit is contained in:
Pragyansh Chaturvedi
2026-01-22 03:15:13 +05:30
parent 73f6e83445
commit 4ab1e26b92

View File

@ -3,7 +3,7 @@
Welcome to **PythonBPF** - a Python frontend for writing eBPF programs without embedding C code. PythonBPF uses [llvmlite](https://github.com/numba/llvmlite) to generate LLVM IR and compiles directly to eBPF object files that can be loaded into the Linux kernel.
```{note}
This project is under active development and not ready for production use.
This project is under active development.
```
## What is PythonBPF?