Skip to content

uriyyo/async-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-eval

Install

uv sync

If not using PyCharm or PyDev, then specify "all-extras" install pydevd-pycharm:

uv sync --dev --all-extras

Run tests

uv run pytest

Usage

from async_eval import eval


async def foo() -> int:
    return 10


print(eval("await foo()"))

About

🧬 python eval async code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages