https://github.com/mminer/plume
Python + Lua + MessagePack
https://github.com/mminer/plume
Last synced: about 2 months ago
JSON representation
Python + Lua + MessagePack
- Host: GitHub
- URL: https://github.com/mminer/plume
- Owner: mminer
- Created: 2016-02-28T05:47:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T04:33:42.000Z (about 9 years ago)
- Last Synced: 2025-01-20T14:31:53.086Z (3 months ago)
- Language: C
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plume
Python + Lua + MessagePack
A small C library that runs a Lua script, callable from Python. The Python
function accepts a dictionary, which is encoded to MessagePack, which is passed
to the C function, which sets it as a global table in the Lua environment.