Gazu, Python client for the Kitsu API
The Kitsu Python client allows you to fetch data easily from the Kitsu collaboration platform. With Gazu, you bring assets and shots data into your pipeline tools. It comes with extra features such as preview publishing and event stream listening.
It is made to be used with the Kitsu API. It requires an up-and-running instance of Kitsu to run correctly.
Quickstart
Install Gazu in your application environment via pip:
pip install gazu
For the asynchronous API (gazu.aio), install the async extra:
pip install gazu[async]
The client requires a few extra configurations before being used. It needs to know where is located the API server and to log in:
import gazu
gazu.set_host("https://zou-server-url/api")
gazu.log_in("user@yourdomain.com", "password")
For scripts, DCC integrations and automation, prefer a bot token over user credentials:
gazu.set_host("https://zou-server-url/api")
gazu.set_token("your-bot-jwt-token")
Let’s finish with an example. Fetch all the open projects:
projects = gazu.project.all_open_projects()
CLI
Gazu ships with an optional command-line interface. Install it with:
pip install gazu[cli]
Then log in and start querying your Kitsu instance from the terminal:
gazu-cli login --host https://zou-server-url/api
gazu-cli projects
gazu-cli assets --project "My Project"
gazu-cli my-tasks
gazu-cli shots --project "My Project" --sequence SEQ01
gazu-cli comment --task <task-id> --status wip --message "Started lighting"
Use gazu-cli --help to see all available commands. Add --json to any command to get machine-readable JSON output. You can also set the GAZU_PROJECT environment variable to avoid repeating --project.
Documentation
Documentation and specification are available on a dedicated website:
Projects using the Kitsu client
Our community-built open-source tools connect your content creation tools to your Kitsu instance. They are listed below:
Qtazu: Qt Widgets such as a login modal.
Nagato: Publishing and file versioning for Blender.
Bamboo: Pyside2 widgets to publish previews to Kitsu.
Gazu Publisher: Our work in progress publisher tool.
Contributions
All contributions are welcome as long as they respect the C4 contract.
The code must follow the pep8 convention.
You can use the pre-commit hook for Black (a Python code formatter) before committing :
pip install pre-commit
pre-commit install
Contributors
@aboellinger (Xilam)
@BigRoy (Colorbleed)
@col-one (Allegorithmic)
@EvanBldy (CGWire) - maintainer
@flablog (Les Fées Spéciales)
@frankrousseau (CGWire) - maintainer
@kguyaux
@LedruRollin (Xilam)
@g-Lul (TNZPV)
@jdrese (HEAJ)
@pcharmoille (Unit Image)
@tokejepsen (Bumpybox)
@tpodeva
Release files for gazu 1.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gazu-1.3.0.tar.gz | 131.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gazu-1.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 225.5 kB
Release files / gazu-1.3.0.tar.gz
| Download URL | gazu-1.3.0.tar.gz |
|---|---|
| Size | 131.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6fc9e75ad2e748ec769d8fa3970d4bdc2d5a1a91e98558fc64bc94f061378957
|
|
BLAKE2b-256 checksum How to use checksums |
950fbe8cc6253fa94838ec5d33f8eadc0d95210c3fe10fa716984acf93bed98f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / gazu-1.3.0-py3-none-any.whl
| Download URL | gazu-1.3.0-py3-none-any.whl |
|---|---|
| Size | 94.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62ca0c66e93ca844a9e476b095ef2ab247a113cad57390c7bbff589fa1f136db
|
|
BLAKE2b-256 checksum How to use checksums |
d2af062fa3a1e5d8f8bf14e27f362f4fa21ba0e47fcd39e6331ac4a21c56666b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log