Metadata-Version: 2.1
Name: ripe-api
Version: 0.8.0
Summary: RIPE API
Home-page: http://www.platforme.com
Author: Platforme International
Author-email: development@platforme.com
License: Apache License, Version 2.0
Keywords: ripe 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
Requires-Dist: appier

<h1><a href="https://docs.platforme.com"><img src="res/logo.svg" alt="RIPE API" height="60" style="height: 60px;"></a></h1>

The Python based RIPE Core API client.

## Configuration

| Name                | Type  | Default                 | Description                                                          |
| ------------------- | ----- | ----------------------- | -------------------------------------------------------------------- |
| **RIPE_BASE_URL**   | `str` | `http://localhost/api/` | The base URL to be used in the remote API calls.                     |
| **RIPE_USERNAME**   | `str` | `None`                  | The username to be used in the authenticated remote calls.           |
| **RIPE_PASSWORD**   | `str` | `None`                  | The password to be used in the authenticated remote calls.           |
| **RIPE_SECRET_KEY** | `str` | `None`                  | The secret key to be used for stateless (no session) authentication. |

## License

RIPE 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/ripe-api.svg?branch=master)](https://travis-ci.com/github/ripe-tech/ripe-api)
[![Build Status GitHub](https://github.com/ripe-tech/ripe-api/workflows/Main%20Workflow/badge.svg)](https://github.com/ripe-tech/ripe-api/actions)
[![Coverage Status](https://coveralls.io/repos/ripe-tech/ripe-api/badge.svg?branch=master)](https://coveralls.io/r/ripe-tech/ripe-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/ripe-api.svg)](https://pypi.python.org/pypi/ripe-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


