Metadata-Version: 2.1
Name: meval
Version: 2.3
Summary: Performs async evaluations of strings
Home-page: https://github.com/penn5/meval
Author: Hackintosh 5
Author-email: hackintoshfive@gmail.com
License: UNKNOWN
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

# 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


