PyStclientProcess¶
- class pystclient.api.PyStclientProcess(config_file: Path | None = None, *, login: bool = False, delete_token: bool = False)¶
Bases:
objectTop level class encapsulating the pystclient process.
- __init__(config_file: Path | None = None, *, login: bool = False, delete_token: bool = False) None¶
Methods
Attributes
Return the configuration file path.
Return the delete token flag.
Return the login flag.
- run() None¶
Run the pystclient process.
- property config_file: Path | None¶
Return the configuration file path.
- property delete_token: bool¶
Return the delete token flag.
- property do_login: bool¶
Return the login flag.