{ "info": { "author": "John Storey", "author_email": "hello@storey.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries" ], "description": "============================\nRegistry Reporting Interface\n============================\n\nPython client library for the `ICANN Registry Reporting Interface`_.\n\n.. image:: https://img.shields.io/pypi/v/rri.svg\n :target: https://pypi.python.org/pypi/rri\n\n.. image:: https://img.shields.io/travis/storeyio/rri/master.svg\n :target: https://travis-ci.org/storeyio/rri\n\n\n* Free software: MIT license\n\n\nFeatures\n--------\n\nrri supports all features of the `ICANN Registry Reporting Interface`_ (v8)\n\nStatus checking and submission of:\n\n- Data Escrow Reports\n\n- Data Escrow Notifications\n\n- Registry Functions Activity Report\n\n- Per-Registrar Transactions Report\n\n\n.. _`ICANN Registry Reporting Interface`: https://tools.ietf.org/html/draft-lozano-icann-registry-interfaces\n\nInstallation\n============\n\nYou can download and install the latest version of this software from the\nPython package index (PyPI) as follows::\n\n pip install --upgrade rri\n\n\nUsage\n=====\n\n.. code-block::\n\n import rri\n\n rric = RRIClient('example', 'exampleuser', 'examplepassword')\n\n if rric.report.check():\n print(\"We have notified ICANN our .example escrow has been deposited\")\n\nCredits\n=======\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.1 (2018-08-08)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/storeyio/rri", "keywords": "rri icann registry api", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "rri", "package_url": "https://pypi.org/project/rri/", "platform": "", "project_url": "https://pypi.org/project/rri/", "project_urls": { "Homepage": "https://github.com/storeyio/rri" }, "release_url": "https://pypi.org/project/rri/0.1.2/", "requires_dist": [ "requests (<3.0.0,>=2.19.1)", "uritemplate (==3.0.0)" ], "requires_python": ">=3.6.0", "summary": "Client library for the ICANN Registry Reporting Interface", "version": "0.1.2" }, "last_serial": 4417165, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "5cc7da60de66dca6045b2ceb1348f693", "sha256": "a4d7c0bb047df236087e584ec1f56a13159df2c48d1766c9c94dcca6dccff767" }, "downloads": -1, "filename": "rri-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5cc7da60de66dca6045b2ceb1348f693", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 5256, "upload_time": "2018-08-08T21:28:25", "url": "https://files.pythonhosted.org/packages/84/02/3916f54b89e93133f6f2d8829ae0d3dd59b37c0f189749125cbb0655e904/rri-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1484e1064d0e0149d7f9b8b216ecb30", "sha256": "a126006652aaed0173d8c715edd514b543e3173302850d467552898f79b60ca6" }, "downloads": -1, "filename": "rri-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b1484e1064d0e0149d7f9b8b216ecb30", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9763, "upload_time": "2018-08-08T21:28:27", "url": "https://files.pythonhosted.org/packages/bb/55/6c0b4ef226df3e0c4ef7c15354d9d9f533d2ee4114205ef3edba6cb04bbd/rri-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "41cbd41ed45f27243bde41e816f9ded2", "sha256": "a3d6907ac531fb2d50b8f3d9e958a70f073fda2f4bd84c544668e80f100f6bce" }, "downloads": -1, "filename": "rri-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "41cbd41ed45f27243bde41e816f9ded2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 5244, "upload_time": "2018-10-25T23:08:41", "url": "https://files.pythonhosted.org/packages/38/c9/6a7cf49f76b8aa4a1fd42bf5e3156d2bd12385fae033b922b6012615b7c5/rri-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c59f84d8b677d0fb9ab6e65c08b3e2c2", "sha256": "ad0347abab53afa10393bf1061796c0568dfa570b481742c4abdbdbb86348a90" }, "downloads": -1, "filename": "rri-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c59f84d8b677d0fb9ab6e65c08b3e2c2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 10956, "upload_time": "2018-10-25T23:08:43", "url": "https://files.pythonhosted.org/packages/11/98/b9c70bb8ec9a30f6d952586d4af37c8faa47b3355185f48f6244188b742e/rri-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41cbd41ed45f27243bde41e816f9ded2", "sha256": "a3d6907ac531fb2d50b8f3d9e958a70f073fda2f4bd84c544668e80f100f6bce" }, "downloads": -1, "filename": "rri-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "41cbd41ed45f27243bde41e816f9ded2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 5244, "upload_time": "2018-10-25T23:08:41", "url": "https://files.pythonhosted.org/packages/38/c9/6a7cf49f76b8aa4a1fd42bf5e3156d2bd12385fae033b922b6012615b7c5/rri-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c59f84d8b677d0fb9ab6e65c08b3e2c2", "sha256": "ad0347abab53afa10393bf1061796c0568dfa570b481742c4abdbdbb86348a90" }, "downloads": -1, "filename": "rri-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c59f84d8b677d0fb9ab6e65c08b3e2c2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 10956, "upload_time": "2018-10-25T23:08:43", "url": "https://files.pythonhosted.org/packages/11/98/b9c70bb8ec9a30f6d952586d4af37c8faa47b3355185f48f6244188b742e/rri-0.1.2.tar.gz" } ] }