Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleister/kleister-python
Kleister: SDK for Python
https://github.com/kleister/kleister-python
kleister minecraft openapi python sdk
Last synced: 8 days ago
JSON representation
Kleister: SDK for Python
- Host: GitHub
- URL: https://github.com/kleister/kleister-python
- Owner: kleister
- License: apache-2.0
- Created: 2018-03-30T11:15:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T08:15:49.000Z (3 months ago)
- Last Synced: 2024-10-19T11:11:09.917Z (3 months ago)
- Topics: kleister, minecraft, openapi, python, sdk
- Language: Python
- Homepage: https://kleister.eu
- Size: 599 KB
- Stars: 0
- Watchers: 3
- 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
[![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.6.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegenFor more information, please visit [https://kleister.eu](https://kleister.eu)
## Requirements
Python 3.7+
## 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 [email protected]
```## Tests
```console
pytest
```## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) 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