Metadata-Version: 2.1
Name: nexpose-rest
Version: 0.1
Summary: Basic inofficial implementation of the nexpose rest api
Home-page: https://github.com/Patralos/nexpose-rest/
Author: Patrick Pirker
Author-email: pypi@patralos.at
License: UNKNOWN
Description: # Project Title
        
        Autogenerated simple python client for the nexpose rest interface, currently only get is supported.
        
        ## Getting Started
        
        ```
        pip install nexpose-rest
        ```
        ```
        from nexpose_rest import nexpose
        c = nexpose.Configuration('https://nexpose.local', 'username', 'password')
        if nexpose.testConnection(c):
            print "Connection is working!"
            print nexpose.getAssets(c)
        ```
        
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
