cloudblue / connect-python-openapi-client

Connect API Client based on the OpenAPI specification for Python 3.7+

Home Page:https://connect.cloudblue.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect Python OpenAPI Client

pyversions PyPi Status Build Status codecov Quality Gate Status

Introduction

Connect Python OpenAPI Client is the simple, concise, powerful and REPL-friendly CloudBlue Connect API client.

It has been designed following the fluent interface design pattern.

Due to its REPL-friendly nature, using the CloudBlue Connect OpenAPI specifications it allows developers to learn and play with the CloudBlue Connect API using a python REPL like jupyter or ipython.

Install

Connect Python OpenAPI Client requires python 3.8 or later.

Connect Python OpenAPI Client can be installed from pypi.org using pip:

$ pip install connect-openapi-client

Development

We use isort library to order and format our imports, and black - to format the code. We check it using flake8-isort and flake8-black libraries (automatically on flake8 run).
For convenience you may run isort . && black . to format the code.

Documentation

Connect Python OpenAPI Client documentation is hosted on the Read the Docs service.

License

Connect Python OpenAPI Client is released under the Apache License Version 2.0.

About

Connect API Client based on the OpenAPI specification for Python 3.7+

https://connect.cloudblue.com

License:Apache License 2.0


Languages

Language:Python 100.0%