Skip to content

ripe-tech/ripe-api

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