This repository holds type stubs for CGWire's Gazu Python API.
Note: This is WIP for the moment
Currently the project is not hosted on PyPi so you can install it directly from git:
❯ pip install git+https://github.com/johhnry/gazu-stubs.git
Or with Poetry/uv, add this to your dev dependencies:
❯ poetry add -G dev git+https://github.com/johhnry/gazu-stubs.git
# Or with uv
❯ uv add --group dev git+https://github.com/johhnry/gazu-stubs.git