Skip to content

ripe-tech/ripe-api

Folders and files

NameName
Last commit message
Last commit date
Jul 26, 2023
Jan 9, 2017
Jun 30, 2020
Feb 2, 2023
Jan 10, 2017
Dec 27, 2018
Dec 14, 2022
May 4, 2023
Apr 30, 2022
Apr 29, 2022
May 7, 2018
May 7, 2018
Jul 26, 2022

Repository files navigation

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.

Build Automation

Build Status Build Status GitHub Coverage Status PyPi Status License Code style: black