Skip to content

pchar2/gazu

This branch is 288 commits behind cgwire/gazu:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2018
Oct 5, 2021
Jun 8, 2020
Oct 25, 2022
Apr 11, 2022
Oct 25, 2022
Mar 25, 2017
Sep 2, 2022
Sep 9, 2021
Sep 20, 2021
Mar 25, 2017
Aug 11, 2022
Jun 16, 2022
Oct 21, 2020
Sep 13, 2021
Sep 20, 2021
Oct 18, 2022
Jan 24, 2022

Repository files navigation

Kitsu Logo

Gazu, Python client for the Kitsu API

The Kitsu Python client allows to fetch data easily from the Kitsu collaboration platform. You can fetch easily your asset 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 properly.

Build status Discord Downloads

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("[email protected]", "password")

Let's finish with an example. Fetch all the open projects:

projects = gazu.project.all_open_projects()

Documentation

Documentation and specification are available on a dedicated website:

https://gazu.cg-wire.com

Projects using the Kitsu client

Our community built open-source tools to 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.

Code must follow the pep8 convention.

You can use the pre-commit hook for Black (a python code formatter) before commiting :

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

About authors

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 for more information.

CGWire Logo

About

Python Client for the Kitsu API (Zou)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%