OSDN Git Service

add the feature to output a description of the table
authort.moriyama <t.moriyama@users.sourceforge.jp>
Thu, 14 Nov 2013 16:14:27 +0000 (01:14 +0900)
committert.moriyama <t.moriyama@users.sourceforge.jp>
Thu, 14 Nov 2013 16:14:27 +0000 (01:14 +0900)
commitc61b54bc8778d61cd39da088ecd6b47c8351db35
tree08961ec2e05c3858f95a6664edbd32a63843053e
parentd9d944bb1a910bf9d7633468ff48d1b6cb39c354
add the feature to output a description of the table
conf/samples_description_list.conf [new file with mode: 0644]
ftg.py
ftg/config/__init__.py [new file with mode: 0644]
ftg/config/base_config_parser.py [new file with mode: 0755]
ftg/config/description_list.py [new file with mode: 0755]
ftg/formatter/base_formatter.py
ftg/formatter/graphviz_tb.py