Metadata-Version: 2.1
Name: rrpproxypy
Version: 0.1.2
Summary: Python interface to the RRPproxy API.
Home-page: https://github.com/Smoose-bv/rrpproxypy
Author: Smoose BV
License: GPL-3
Description: # RRPproxypy
        
        RRPproxypy is a Python interface to the RRPproxy HTTP API.
        
        [![PyPI version](https://badge.fury.io/py/rrpproxypy.svg)](https://badge.fury.io/py/rrpproxypy)
        [![Documentation Status](https://readthedocs.org/projects/rrpproxypy/badge/?version=latest)](https://rrpproxypy.readthedocs.io/en/latest/?badge=latest)
        
        ## Usage
        
        Create a RRPproxy interface with the credentials and use it to
        call the API.
        
        ```python
        import rrpproxypy
        
        rrp = rrpproxypy.RRPproxy(
            'username',
            'password')
        rrp.status_domain('example.com')
        ```
        
Keywords: rrpproxy rrp api library
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
