Metadata-Version: 2.3
Name: tlawait
Version: 0.1.0
Summary: Run python script with top-level await syntax
Author-email: astraberte9@gmail.com
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown

# tlawait

Python scripts executor that allows for top-level awaits.

## Installation

```bash
uv tool install tlawait
# or, from source
git clone https://github.com/AstraBert/tlawait
cd tlawait
uv tool install .
```

## Usage

Run a script with `tlawait`:

```bash
tlawait script.py
```

`tlawait` is designed to run standalone scripts that do not require passing CLI options (specifically tutorials translated from notebooks).

## License

`tlawait` is provided under [Apache 2.0](./LICENSE).
