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.
Connect Python OpenAPI Client requires python 3.9 or later.
Connect Python OpenAPI Client can be installed from pypi.org using pip:
$ pip install connect-openapi-client
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.
Connect Python OpenAPI Client documentation is hosted on the Read the Docs service.
Connect Python OpenAPI Client is released under the Apache License Version 2.0.