Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 202 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 202 Bytes

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