Gazu is a client for Zou, the API to store the data of your CG production.
Project description
Gazu, steroïds for your CG tools
Gazu is a Python client that allows to fetch data easily from your CG production environment (tasks, shots, assets, casting and dependencies). More than giving access to data, it allows to perform operations like generating file paths, marking a task as started, setting a thumbnail on a shot and many more. To make it short, it will boost your pipeline tools!
It is made to be used with the Zou API. It requires an up and running instance of Zou to run properly.
Quickstart
Install Gazu in your application environment via pip:
pip install gazu
The client requires a few extra configuration 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")
Let’s finish with an example. Fetch all the open projects:
projects = gazu.project.all_open_projects()
Then jump to the documentation to see what features are available!
Documentation
Documentation is available on a dedicated website:
Projects based on Gazu
Our community built open-source tools to connect your CG 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.
Code must follow the pep8 convention.
Contributors
@aboellinger (Xilam)
@BigRoy (Colorbleed)
@col-one (Allegorithmic)
@flablog (Les Fées Spéciales)
@frankrousseau (CGWire) - maintainer
@kguyaux
@LedruRollin (Xilam)
@g-Lul (TNZPV)
@jdrese (HEAJ)
@pcharmoille (Unit Image)
@tokejepsen (Bumpybox)
@tpodeva
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file gazu-0.8.6-py2.py3-none-any.whl
.
File metadata
- Download URL: gazu-0.8.6-py2.py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54c296e42273c31288f884adf2a0846c8018a3ec3cf0e4db86dec1a84e3938a4 |
|
MD5 | 5e0efccdba26a88353e2d4f94f0b1372 |
|
BLAKE2b-256 | 2eeeb26b1ff79b01492654453ded4ef1673ec310615e85185fc1929597421882 |