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: 8 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T13:32:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T14:46:24.658Z (8 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
[](https://travis-ci.com/github/ripe-tech/ripe-api)
[](https://github.com/ripe-tech/ripe-api/actions)
[](https://coveralls.io/r/ripe-tech/ripe-api?branch=master)
[](https://pypi.python.org/pypi/ripe-api)
[](https://www.apache.org/licenses/)
[](https://github.com/psf/black)