Metadata-Version: 2.1
Name: un1qnx-api
Version: 0.2.0
Summary: un1qnx API
Home-page: http://www.platforme.com
Author: Platforme International
Author-email: development@platforme.com
License: Apache License, Version 2.0
Description: # Un1qnx API
        
        Simple Python API client for [un1qnx](https://un1qnx.com/).
        
        ## Configuration
        
        | Name                | Type  | Description                                                       |
        | ------------------- | ----- | ----------------------------------------------------------------- |
        | **UN1QNX_BASE_URL** | `str` | The base URL to be used in the remote API calls.                  |
        | **UN1QNX_AUTH_URL** | `str` | The authentication URL to be used in the authentication API call. |
        
        ## License
        
        Un1qnx API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
        
        ## Build Automation
        
        [![Build Status](https://app.travis-ci.com/ripe-tech/un1qnx-api.svg?branch=master)](https://travis-ci.com/github/ripe-tech/un1qnx-api)
        [![Build Status GitHub](https://github.com/ripe-tech/un1qnx-api/workflows/Main%20Workflow/badge.svg)](https://github.com/ripe-tech/un1qnx-api/actions)
        [![Coverage Status](https://coveralls.io/repos/ripe-tech/un1qnx-api/badge.svg?branch=master)](https://coveralls.io/r/ripe-tech/un1qnx-api?branch=master)
        [![PyPi Status](https://img.shields.io/pypi/v/un1qnx-api.svg)](https://pypi.python.org/pypi/un1qnx-api)
        [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)
        
Keywords: un1qnx api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
