A lightweight async wrapper around Typer that allows defining Typer commands using async functions. Version 0.1.10 requires Python >=3.10 and <4.0. Released as needed.
pip install async-typerVerified import paths — ran on the pinned version, not inferred.
Basic async command using AsyncTyper.
If you need advanced Typer features, stick to synchronous Typer or wrap async calls manually.
Pin the version and test after upgrades.