Metadata-Version: 2.1
Name: qualysclient
Version: 0.0.4
Summary: Python SDK for interacting with the Qualys API
Home-page: https://github.com/woodtechie1428/qualysclient
Author: Wood Techie
Author-email: woodtechie1428@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/woodtechie1428/qualysclient/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# qualysclient

A python SDK for interacting with the Qualys API

## Installation
```
python -m pip install qualysclient
```

## Example 

```
import qualysclient

```


