An open API service indexing awesome lists of open source software.

https://github.com/mminer/plume

Python + Lua + MessagePack
https://github.com/mminer/plume

Last synced: about 2 months ago
JSON representation

Python + Lua + MessagePack

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.