Metadata-Version: 2.1
Name: likepy
Version: 0.1.1
Summary: Provoide a trust environment for python like programming language, like RestrictedPython and starlark. 
Home-page: https://github.com/zeaphoo/likepy
Author: Zhuo Wei
Author-email: zeaphoo@qq.com
License: MIT License
Keywords: restricted starlark
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: parso (>=0.6.1)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

# Likepy

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

* RestrictedPython
* starlark (progressing)


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


