python-tldp/tldp
Martin A. Brown f1c40c1e8c create BaseDoctype with features needed by all
each document processor will need to know about its
sources, outputs and the platform details
the generate() method is a temporary model for operation
2016-02-15 13:58:32 -08:00
..
doctypes create BaseDoctype with features needed by all 2016-02-15 13:58:32 -08:00
.gitignore yes, the usual .gitignore 2016-02-11 11:27:36 -08:00
__init__.py pull some of the key names in by default when "import tldp" 2016-02-15 13:57:48 -08:00
outputs.py prettier __repr__ for OutputDir 2016-02-12 10:32:09 -08:00
platform.py initial impl of class to hold platform-specific details 2016-02-12 13:25:58 -08:00
sources.py check for plain file type, too 2016-02-12 23:59:13 -08:00
typeguesser.py skip files with no extension (and complain) 2016-02-12 23:14:51 -08:00
utils.py when calling type(), the word type is already present 2016-02-12 23:00:54 -08:00