Metadata-Version: 1.0
Name: opsview
Version: 0.8.2
Summary: Opsview REST API client
Home-page: https://github.com/pschmitt/python-opsview
Author: Philipp Schmitt
Author-email: philipp@schmitt.co
License: UNKNOWN
Description: # Opsview Python REST API client
        
        https://github.com/pschmitt/python-opsview
        
        ## Installation
        
        ```bash
        pip install opsview
        ```
        
        ## Usage
        
        ```python
        from opsview import Opsview
        o = Opsview(
            'opsview.example.com',
            verify_ssl=True,
            username='pschmitt',
            password='MySecretPassw0rd'
        )
        ```
        
        ## License
        
        GPL3
        
Keywords: opsview,monitoring,rest,client
Platform: UNKNOWN
