Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ripe-tech/ripe-api
- Owner: ripe-tech
- Created: 2017-01-09T11:34:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T13:32:14.000Z (over 1 year ago)
- Last Synced: 2024-11-06T14:46:24.658Z (2 months ago)
- Topics: api, client, python, ripe
- Language: Python
- Homepage: https://docs.platforme.com
- Size: 229 KB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
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)