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

https://github.com/jcrist/smolpy

A smol and safe Python VM for executing user-defined functions
https://github.com/jcrist/smolpy

Last synced: 6 months ago
JSON representation

A smol and safe Python VM for executing user-defined functions

Awesome Lists containing this project

README

          

smolpy 🐍
=========

``smolpy`` is a small and safe VM capable of running a subset of Python,
primarily intended for executing user-defined-functions. It's currently a work
in progress.