Metadata-Version: 2.1
Name: likepy
Version: 0.1.0
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
Description: # 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.
        
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
Provides-Extra: test
