OpenPisco.Unstructured.AppExecutableTools module#
- class OpenPisco.Unstructured.AppExecutableTools.AppExecutableBase(app_name)[source]#
Bases:
object
Base class for a file-exchange-based interface to external tools.
- Parameters
app_name (str) – Human-readable name of the tool.
- GetWorkingDirectory()[source]#
Get the absolute path to the directory where temporary files will be located.
If the location is not yet set, a temporary directory is created beforehand.
- class OpenPisco.Unstructured.AppExecutableTools.CommandLineBuilder(executable_name)[source]#
Bases:
object
Simple helper class to build command lines.
- Parameters
executable_name (str) – The name of the executable file, prepended to the command line.