Metadata-Version: 2.1
Name: connect-openapi-client
Version: 21.0.6
Summary: Connect Python OpenAPI Client
Home-page: https://connect.cloudblue.com
Author: CloudBlue
License: UNKNOWN
Keywords: fulfillment api client openapi utility connect cloudblue
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyyaml (==5.3.1) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.5.0"
Requires-Dist: requests (==2.23.0) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.5.0"
Requires-Dist: responses (==0.12.1) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.5.0"
Requires-Dist: certifi (==2020.11.8) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
Requires-Dist: chardet (==3.0.4) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
Requires-Dist: idna (==2.10) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
Requires-Dist: six (==1.15.0) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
Requires-Dist: urllib3 (==1.25.11) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
Requires-Dist: ansicolors (==1.1.8) ; python_version >= "3.6"
Requires-Dist: connect-markdown-renderer (==1.0.1) ; python_version >= "3.6"
Requires-Dist: inflect (==4.1.0) ; python_version >= "3.6"
Requires-Dist: mistune (==0.8.4) ; python_version >= "3.6"
Requires-Dist: pygments (==2.7.2) ; python_version >= "3.6"
Requires-Dist: importlib-metadata (==2.0.0) ; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.6" and python_full_version >= "3.5.0"
Requires-Dist: zipp (==3.4.0) ; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.6" and python_full_version >= "3.5.0"

# Connect Python OpenAPI Client

![pyversions](https://img.shields.io/pypi/pyversions/connect-openapi-client.svg) [![PyPi Status](https://img.shields.io/pypi/v/connect-openapi-client.svg)](https://pypi.org/project/connect-openapi-client/) [![Build Status](https://github.com/cloudblue/connect-python-openapi-client/workflows/Build%20Connect%20Python%20OpenAPI%20Client/badge.svg)](https://github.com/cloudblue/connect-python-openapi-client/actions) [![codecov](https://codecov.io/gh/cloudblue/connect-python-openapi-client/branch/master/graph/badge.svg)](https://codecov.io/gh/cloudblue/connect-python-openapi-client) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=connect-open-api-client&metric=alert_status)](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.6 or later and has the following dependencies:

* connect-markdown-renderer>=1,<2
* pyyaml>=5,<6
* requests>=2,<3

`Connect Python OpenAPI Client` can be installed from [pypi.org](https://pypi.org/project/connect-openapi-client/) using pip:

```
$ pip install connect-openapi-client
```


## 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).

