
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
.. figure:: https://zou.cg-wire.com/kitsu.png :alt: Kitsu Logo
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 <https://zou.cg-wire.com>
__. It
requires an up-and-running instance of Kitsu to run correctly.
|CI badge| |Discord| |Downloads|
Install Gazu in your application environment via pip:
.. code:: bash
pip install gazu
The client requires a few extra configurations before being used. It needs to know where is located the API server and to log in:
.. code:: python
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()
Documentation and specification are available on a dedicated website:
https://gazu.cg-wire.com <https://gazu.cg-wire.com>
__
Our community-built open-source tools connect your content creation tools to your Kitsu instance. They are listed below:
Qtazu <https://github.com/Colorbleed/qtazu>
__: Qt Widgets such as a login
modal.Nagato <https://github.com/eaxum/nagato>
__: Publishing and file versioning
for Blender.Bamboo <https://github.com/nervYu/Bamboo>
__: Pyside2 widgets to publish
previews to Kitsu.Gazu Publisher <https://github.com/cgwire/gazu-publisher>
__: Our work in
progress publisher tool.All contributions are welcome as long as they respect the C4 contract <https://rfc.zeromq.org/spec:42/C4>
__.
The code must follow the pep8 convention.
You can use the pre-commit hook for Black (a Python code formatter) before committing :
.. code:: bash
pip install pre-commit
pre-commit install
Kitsu is written by CGWire, a company based in France. We help animation and VFX studios to collaborate better through efficient tooling. We already work with more than 70 studios around the world.
Visit cg-wire.com <https://cg-wire.com>
__ for more information.
|CGWire Logo|
.. |CI badge| image:: https://github.com/cgwire/gazu/actions/workflows/ci.yml/badge.svg :target: https://github.com/cgwire/gazu/actions/workflows/ci.yml .. |Discord| image:: https://badgen.net/badge/icon/discord?icon=discord&label :target: https://discord.com/invite/VbCxtKN .. |CGWire Logo| image:: https://zou.cg-wire.com/cgwire.png :target: https://cg-wire.com .. |Downloads| image:: https://static.pepy.tech/personalized-badge/gazu?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads :target: https://pepy.tech/project/gazu
FAQs
Gazu is a client for Zou, the API to store the data of your CG production.
We found that gazu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.