rrpproxypy

Python interface to the RRPproxy API.


Keywords
rrpproxy, rrp, api, library
License
GPL-3.0
Install
pip install rrpproxypy==0.1.0

Documentation

RRPproxypy

RRPproxypy is a Python interface to the RRPproxy HTTP API.

PyPI version Documentation Status

Usage

Create a RRPproxy interface with the credentials and use it to call the API.

import rrpproxypy

rrp = rrpproxypy.RRPproxy(
    'username',
    'password')
rrp.status_domain('example.com')