Unicat Python SDK

Up - Home


The unicat package

Latest version: 0.7.8 Changelog

The Unicat package is split into connection/reading/traversing and mutating.

Unicat - entry-point for the package
UnicatMutate - available as .mutate on a Unicat instance

Jobs

We can handle jobs manually with UnicatJob.

UnicatJob

Error handling

We handle errors with the UnicatError exception.

UnicatError

Helpers

We have a helper to deal with asset transforms, UnicatTransform.

UnicatTransform

We have a number of helpers in the utils file.

utils