meval
meval copied to clipboard
https://pypi.org/project/meval
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