UsageΒΆ
The library needs to be configured with a licenses key which is available in your INLYSE Dashboard.
To use inlyse-python in a project.
>>> from inlyse import WebClient
>>> with WebClient("<your license key>") as client:
... client.ping()