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:
- Host: GitHub
- URL: https://github.com/pyflow/likepy
- Owner: pyflow
- License: mit
- Created: 2020-02-20T02:49:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T11:37:39.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:51:45.536Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.