Python client library for the ICANN Registry Reporting Interface.
- Free software: MIT license
rri supports all features of the ICANN Registry Reporting Interface (v8)
Status checking and submission of:
- Data Escrow Reports
- Data Escrow Notifications
- Registry Functions Activity Report
- Per-Registrar Transactions Report
You can download and install the latest version of this software from the Python package index (PyPI) as follows:
pip install --upgrade rri
import rri
rric = RRIClient('example', 'exampleuser', 'examplepassword')
if rric.report.check():
print("We have notified ICANN our .example escrow has been deposited")
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.