pysyncrosim.session.Session
- class pysyncrosim.session.Session(location=None, silent=True, print_cmd=False, conda_filepath=None, mono_path=None)
A class to represent a SyncroSim Session.
Methods
Initializes a pysyncrosim Session instance. |
|
Installs Miniforge or Miniconda to the default installation path within the SyncroSim installation folder. |
|
Installs one or more SyncroSim packages. |
|
Retrieves DataFrame of installed packages. |
|
Restores a SyncroSim Library backup file (.ssimbak) to a SyncroSim Library (.ssim) |
|
Signs in to SyncroSim. |
|
Signs out of SyncroSim. |
|
Uninstalls one or more SyncroSim packages. |
|
Retrieves SyncroSim version. |
|
Retrieves your SyncroSim profile information if signed in. |
Attributes
Gets or sets the filepath to the conda executable. |
|
Retrieves the location for this Session. |
|
Gets or sets the print_cmd status of the SyncroSim Session. |
|
Gets or sets the silent status for this Session. |