lucit_licensing_python package¶
Submodules¶
lucit_licensing_python.cli module¶
- async lucit_licensing_python.licensing_cli.cli()[source]¶
LUCIT License Manager Command Line Interface
Query contingents of your license:$ lucitlicmgr –quotasTest the availability of the Licensing API:$ lucitlicmgr –testQuery server timestamp of the Licensing API:$ lucitlicmgr –timestampQuery the version of the Licensing API:$ lucitlicmgr –version
lucit_licensing_python.exceptions module¶
lucit_licensing_python.manager module¶
- class lucit_licensing_python.licensing_manager.LucitLicensingManager(api_secret: str | None = None, license_token: str | None = None, license_ini: str | None = None, license_profile: str | None = None, program_used: str | None = None, start: bool = True, parent_shutdown_function: Callable[[bool], bool] | None = None, needed_license_type: str | None = None)[source]¶
Bases:
Thread
- run()[source]¶
Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.