An open API service indexing awesome lists of open source software.

https://github.com/kleister/kleister-python

Python SDK for Kleister
https://github.com/kleister/kleister-python

kleister minecraft openapi python sdk

Last synced: 8 months ago
JSON representation

Python SDK for Kleister

Awesome Lists containing this project

README

          

# Kleister: SDK for Python

[![General Workflow](https://github.com/kleister/kleister-python/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/kleister-python/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/5a654ced79a54794bae7f25a8489aae1)](https://app.codacy.com/gh/kleister/kleister-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![PyPI Version](https://badge.fury.io/py/kleister.svg)](https://badge.fury.io/py/kleister)

This repository provides a client SDK for Python. This SDK is automatically
generated by the [OpenAPI Generator][generator] project:

- API version: 1.0.0-alpha1
- Package version: 1.12.1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

For more information, please visit [https://kleister.eu](https://kleister.eu)

## Requirements

Python 3.9+

## Installation

If you want to use one of the versions released via PyPi you just need to
execute the following command within your project directory, after that you can
import it as other libraries:

```console
pip install kleister@1.12.1
```

## Tests

```console
pytest
```

## Security

If you find a security issue please contact
[kleister@webhippie.de](mailto:kleister@webhippie.de) first.

## Contributing

Fork -> Patch -> Push -> Pull Request

## Authors

- [Thomas Boerger](https://github.com/tboerger)

## License

Apache-2.0

## Copyright

```console
Copyright (c) 2018 Thomas Boerger
```

[generator]: https://openapi-generator.tech
[setuptools]: http://pypi.python.org/pypi/setuptools