Metadata-Version: 1.2
Name: rri
Version: 0.1.2
Summary: Client library for the ICANN Registry Reporting Interface
Home-page: https://github.com/storeyio/rri
Author: John Storey
Author-email: hello@storey.io
License: MIT license
Description: ============================
        Registry Reporting Interface
        ============================
        
        Python client library for the `ICANN Registry Reporting Interface`_.
        
        .. image:: https://img.shields.io/pypi/v/rri.svg
                :target: https://pypi.python.org/pypi/rri
        
        .. image:: https://img.shields.io/travis/storeyio/rri/master.svg
                :target: https://travis-ci.org/storeyio/rri
        
        
        * 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
        
        
        .. _`ICANN Registry Reporting Interface`: https://tools.ietf.org/html/draft-lozano-icann-registry-interfaces
        
        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
        =====
        
        .. code-block::
        
            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.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.1 (2018-08-08)
        ------------------
        
        * First release on PyPI.
        
Keywords: rri icann registry api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.0
