FTU FTT Python API
The purpose of the FTU FTT Python API (for short P-FTT) is to
make it possible to build up and manage FTTs programmatically
from Python in a convenient manner.
A standard (normal) FTT is a relatively static definition of the
translations to carry out, although the concept of External
Plug-In Conversion Functions help to add dynamic. Using the
the latter however, can be a bit cumbersome and for that reason
it is often advantageous to program the FTT directly in Python
and afterwards execute it (using the FTU).
The API Classes
The following classes should be used in the P-FTTs for manipulating
FTT actions:
FtuFtt.py:
Main class representing an instance of an FTT.
FtuFttValueSrc.py:
Class used to handle the information in connection with an FTT
Value Source.
FtuFttDicRec.py: Class used to handle the information for
a Dictionary Record (keyword definition).
FtuFttAction.py: Used to handle a Keyword Translation Action
(Add, Change, Rename, Move, Copy, Remove).
FtuFttFilePath.py: Used to handle the properties of a File
Path Definition.
FtuFttFileRename.py: Used to manage a File Rename Definition.
FtuFttFileSplit.py: Class to handle the information of
a File Split Definition.
In addtion the module "FtuFttDefs.py" contains definition of
various properties for the P-FTTs.
|