Metadata-Version: 2.1
Name: veeam
Version: 0.1.0
Summary: Veeam backup API CLient
Home-page: https://github.com/surfer190/veeam.git
Author: surfer190
Author-email: stephenh@startmail.com
License: UNKNOWN
Description: # Veeam Client
        
        Veeam Rest API Client or wrapper to make it easier to interact with the Veeam API.
        
        [The Veeam API documentation](https://helpcenter.veeam.com/backup/rest/overview.html)
        
        ## Installation
        
            pip install veeam
        
        ## Usage
        
            from veeam.client import VeeamClient
            
            client = VeeamClient()
        
        ## Running Tests
        
            pytest
        
        ## Contributing
        
        ...
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
