From b4da713ac1aa7cc19fd6b66da43aafdb2f4f37e6 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 24 Jun 2024 00:08:05 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03932b04..b4b785a6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@

-pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C11 with C++17 wrappers. +--- +## This branch is in heavy development. It is not ready for production use. +--- + +pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C11. It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance. pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.