Registry / other / pocketpy

pocketpy

JSON →
library1.4.6vcpkgunverified

Lightweight Python interpreter for game scripting, built on C++17 with STL.

vcpkg install pocketpy
INSTALL
IMPORT
SIG · POCKETPY
P
pocketpy
othercppv1.4.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pocketpy/pocketpy.h
#include <pocketpy/pocketpy.h>

Create a Python VM and execute a script.

#include "pocketpy/pocketpy.h" int main() { // Example: evaluate a Python expression auto vm = pkpy::VM::create(); vm->exec("print('Hello from pocketpy!')"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

pocketpy — pip install pocketpy · libregistry