Metadata-Version: 2.3
Name: apicurioregistrysdk
Version: 2.6.8
Summary: 
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: microsoft-kiota-abstractions (>=0.6.0,<0.7.0)
Requires-Dist: microsoft-kiota-http (>=0.4.4,<0.5.0)
Requires-Dist: microsoft-kiota-serialization-json (>=0.3.7,<0.4.0)
Requires-Dist: microsoft-kiota-serialization-text (>=0.2.1,<0.3.0)
Project-URL: Homepage, https://github.com/apicurio/apicurio-registry
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.

## 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
```

