Metadata-Version: 2.1
Name: likepy
Version: 0.2.0
Summary: Provoide a trust environment for python like programming language, like RestrictedPython. 
Home-page: https://github.com/zeaphoo/likepy
Author: Zhuo Wei
Author-email: zeaphoo@qq.com
License: MIT License
Keywords: restricted
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6, <3.12
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# 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.


