Skip to main content
The uniac Python package is the SDK you use to write services.

Install

pip install uniac

Import

from uniac import FastAPIService, Service, ServiceClient

Version

import uniac
uniac.__version__

Reference