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

https://github.com/pyflow/likepy

Likepy is a library that helps to exec or eval python-like languages within a trusted environment:
https://github.com/pyflow/likepy

Last synced: 6 months ago
JSON representation

Likepy is a library that helps to exec or eval python-like languages within a trusted environment:

Awesome Lists containing this project

README

          

# Likepy

Likepy is a library that helps to exec or eval the following python-like languages within a trusted environment:

* RestrictedPython

> :warning: **Likepy only supports CPython**. It does _not_ support PyPy and other Python implementations.