https://github.com/cloudblue/connect-python-openapi-client
Connect API Client based on the OpenAPI specification for Python 3.7+
https://github.com/cloudblue/connect-python-openapi-client
Last synced: 2 months ago
JSON representation
Connect API Client based on the OpenAPI specification for Python 3.7+
- Host: GitHub
- URL: https://github.com/cloudblue/connect-python-openapi-client
- Owner: cloudblue
- License: apache-2.0
- Created: 2020-10-05T07:07:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T10:43:26.000Z (12 months ago)
- Last Synced: 2026-03-14T05:04:05.990Z (3 months ago)
- Language: Python
- Homepage: https://connect.cloudblue.com
- Size: 739 KB
- Stars: 17
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect Python OpenAPI Client
 [](https://pypi.org/project/connect-openapi-client/) [](https://github.com/cloudblue/connect-python-openapi-client/actions) [](https://codecov.io/gh/cloudblue/connect-python-openapi-client) [](https://sonarcloud.io/dashboard?id=connect-open-api-client)
## 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](https://en.wikipedia.org/wiki/Fluent_interface).
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](https://jupyter.org/) or [ipython](https://ipython.org/).
## Install
`Connect Python OpenAPI Client` requires python 3.9 or later.
`Connect Python OpenAPI Client` can be installed from [pypi.org](https://pypi.org/project/connect-openapi-client/) 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](https://connect-openapi-client.readthedocs.io/en/latest/) is hosted on the _Read the Docs_ service.
## License
``Connect Python OpenAPI Client`` is released under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).