Metadata-Version: 2.1
Name: connect-openapi-client
Version: 21.0.7
Summary: Connect Python OpenAPI Client
Home-page: https://connect.cloudblue.com
Author: CloudBlue
License: UNKNOWN
Description: # 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).
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
