Metadata-Version: 2.1
Name: apicurioregistrysdk
Version: 3.0.1
Summary: 
Home-page: https://github.com/apicurio/apicurio-registry
License: Apache 2.0
Keywords: apicurio,registry
Author: Andrea Peruffo
Author-email: andrea.peruffo1982@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: microsoft-kiota-abstractions (>=1.3.3,<2.0.0)
Requires-Dist: microsoft-kiota-http (>=1.3.3,<2.0.0)
Requires-Dist: microsoft-kiota-serialization-form (>=0.1.1,<0.2.0)
Requires-Dist: microsoft-kiota-serialization-json (>=1.3.2,<2.0.0)
Requires-Dist: microsoft-kiota-serialization-multipart (>=0.1.0,<0.2.0)
Requires-Dist: microsoft-kiota-serialization-text (>=1.0.0,<2.0.0)
Project-URL: Repository, https://github.com/apicurio/apicurio-registry
Description-Content-Type: text/markdown

# 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](https://python-poetry.org/) make sure it's available by following the [installation guide](https://python-poetry.org/docs/#installation).

## Build

```
make install
```

## Test

```
make test
```

