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
- Host: GitHub
- URL: https://github.com/jcrist/smolpy
- Owner: jcrist
- License: bsd-3-clause
- Created: 2020-12-31T19:00:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T23:01:55.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T17:59:09.157Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.