ssllabs python module

What is this?

Python module for easy working with the Qualys SSL Labs API. Should be fully compatible with Python 2 and 3. Depends on requests and six.

This API works through the remote SSL Labs servers, and information that you pass through this API will in turn be passed to the SSL Labs servers.

The best place to start is probably at ssllabs.client.Client. That’s the main interface you should be using to run the API, possibly catching errors from ssllabs.errors.

The sources are available in the GitHub Repository, and releases can be downloaded in the releases tab

Disclaimer

I am not affiliated with SSL Labs or Qualys, and this project is not supported by SSL Labs or Qualys.

Indices and tables

License

This module is released under the MIT license, With the additional restrictions as specified in the SSL Labs terms of use. If you use this module, as a user of the SSL Labs API, you will also be bound by those restrictions.