hierarchytype¶
This module contains the following classes:
HierarchyType
, enumerating the allowed hierarchy types of aContainer
.
-
class
aeneas.hierarchytype.
HierarchyType
[source]¶ Enumeration of the allowed hierarchy types of a
Container
.-
ALLOWED_VALUES
= ['flat', 'paged']¶ List of all the allowed values
-
FLAT
= 'flat'¶ Flat hierarchy, that is, all the assets are located inside the same root directory (possibly, with subdirectories).
-
PAGED
= 'paged'¶ Paged hierarchy, that is, assets are divided into multiple sibling directories, one corresponding to each page/task. A page directory might have subdirectories where the audio/text assets are located.
-