pywasp.user_config.get_license_status

pywasp.user_config.get_license_status()[source]

Get a dict containing the license status

Returns:

dict – Dictionary containing the license status: active: bool, None

Whether the license is active, None if local license

runs_used: int, None

Number of runs used, None if local license

runs_left: int, None

Number of runs left, None if local license

expiry: datetime.date, None

Expiry date of the license, None if local license