Skip to content

Files

Latest commit

0c959bc · May 21, 2024

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