Skip to content

penn5/meval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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