Skip to content

storeyio/rri

Repository files navigation

Registry Reporting Interface

Python client library for the ICANN Registry Reporting Interface.

  • Free software: MIT license

Features

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

Installation

You can download and install the latest version of this software from the Python package index (PyPI) as follows:

pip install --upgrade rri

Usage

import rri

rric = RRIClient('example', 'exampleuser', 'examplepassword')

if rric.report.check():
    print("We have notified ICANN our .example escrow has been deposited")

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Python client library for the ICANN Registry Reporting Interface.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published