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
Evaluates python strings as async code
# inside an `async def`
from meval import meval
await meval("await thing", globals(), thing=my_function(arg=1))
MIT