Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ripe-tech/ripe-api

The Python based RIPE Core API client
https://github.com/ripe-tech/ripe-api

api client python ripe

Last synced: about 2 months ago
JSON representation

The Python based RIPE Core API client

Awesome Lists containing this project

README

        

RIPE API

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)