Metadata-Version: 2.1
Name: meval
Version: 2.2
Summary: Performs async evaluations of strings
Home-page: https://github.com/penn5/meval
Author: Hackintosh 5
Author-email: hackintoshfive@gmail.com
License: UNKNOWN
Description: # meval
        
        Evaluates python strings as async code
        
        ## Usage
        
        ```python
        # inside an `async def`
        from meval import meval
        await meval("await thing", globals(), thing=my_function(arg=1))
        ```
        
        ## License
        
        MIT
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
