/gazu-stubs

Gazu type stubs package

Primary LanguagePython

Gazu type stubs

This repository holds type stubs for CGWire's Gazu Python API.

Note: This is WIP for the moment

Installation

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