pytuflow.tuflow_binaries#
- tuflow_binaries = <TuflowBinaries>#
Class for managing TUFLOW binary versions and paths. A single instance of this class is created and used globally. This instance should be used rather than manually initialising this class. To access the instance, import the
tuflow_binaries
variable:Examples
>>> from pytuflow.util import tuflow_binaries >>> tuflow_binaries.get('2023-03-AE') 'C:/TUFLOW/releases/2023-03-AE/TUFLOW_iSP_w64.exe'