Skip to content

Latest commit

 

History

History
 
 

python-sdk

Apicurio Registry Python SDK

This is a generated SDK for easily interacting with Registry from a Python program.

Install

You can install this package using pip (or any equivalent tool):

pip install apicurioregistrysdk

Kiota library updates

The Kiota libraries updates should happen when Kiota is upgraded, to get the correct values run:

kiota info --language python

Requirements

This package is built with Poetry make sure it's available by following the installation guide.

Build

make install

Test

make test