meval

Performs async evaluations of strings


License
MIT
Install
pip install meval==2.5

Documentation

meval

Evaluates python strings as async code

Usage

# inside an `async def`
from meval import meval
await meval("await thing", globals(), thing=my_function(arg=1))

License

MIT