ktt.atg
index
/home/kaisd/Мастерская/projects/KTT/ktt/atg.py

Advanced Text Generator module for a KaiSD Text Tools.
 
(c) 2013 Ivan "Kai SD" Korystin 
 
License: GPLv3

 
Classes
       
__builtin__.object
ATG

 
class ATG(__builtin__.object)
    Advanced Text Generator is a class, created to generate multiple
text files from table data.
 
  Methods defined here:
__init__(self, data, template)
Constructor.
data - an instance of the data.Data class (i.e. CSVData)
template - an instance of the template.Template class (i.e. TemplateV2)
log(self, text)
Print information
write_files(self, outputDir='.')
Write generated files to the given directory.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)