Table of Contents

HappyDoc Generated Documentation  

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.

Modules   
FtuFtt

The FtuFtt class is used to handle FTTs programmatically.

FtuFttAction

Class to handle Translation Actions.

FtuFttActionBase

Base class for classes handling actions.

FtuFttDefs

Contains definitions of various properties for the FTU FTT Python API.

FtuFttDicRec

Class to handle DID Records.

FtuFttFileAction

Base class for File Actions.

FtuFttFilePath

Class to handle a File Path Definition.

FtuFttFileRename

Class to handle the properties of a File Rename Action.

FtuFttFileSplit

Class to handle the properties of a File Split Action.

FtuFttUt

Module containing various utilities to support the FTU FTT Python project.

FtuFttValueSrc

Class to handle the properties of an FTT Value Source.


Table of Contents

This document was automatically generated on Thu Feb 22 17:08:59 2001 by HappyDoc version r1_3