Skip to content

Latest commit

 

History

History
55 lines (22 loc) · 556 Bytes

README.md

File metadata and controls

55 lines (22 loc) · 556 Bytes

Documasonry

Template Engine for Word / Excel AutoCAD

  • use jinja2 for templating
  • use yaml for config
  • detect name and doc body fields
  • generate vertex table

filler

word_filler

excel_filler

autocad_filler

text object

block object basepoint on center basepoint on original

explode block object

usage

filler = Filler.from_template(path='')
filler.detect_required_fields()

filler.render(info=yaml_info)

filler.save(folder='path/to/', close=True)



info = Information.from_yaml(path='yaml_path')