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
- Host: GitHub
- URL: https://github.com/kleister/kleister-python
- Owner: kleister
- License: apache-2.0
- Created: 2018-03-30T11:15:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T08:20:24.000Z (8 months ago)
- Last Synced: 2025-07-28T10:14:52.301Z (8 months ago)
- Topics: kleister, minecraft, openapi, python, sdk
- Language: Python
- Homepage: https://kleister.eu
- Size: 883 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleister: SDK for Python
[](https://github.com/kleister/kleister-python/actions/workflows/general.yml) [](https://matrix.to/#/#kleister:matrix.org) [](https://app.codacy.com/gh/kleister/kleister-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](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