PyStclientProcess

class pystclient.api.PyStclientProcess(config_file: Path | None = None, *, login: bool = False, delete_token: bool = False)

Bases: object

Top level class encapsulating the pystclient process.

__init__(config_file: Path | None = None, *, login: bool = False, delete_token: bool = False) None

Methods

__init__([config_file, login, delete_token])

run()

Run the pystclient process.

Attributes

config_file

Return the configuration file path.

delete_token

Return the delete token flag.

do_login

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.