Archimate Tool file writer

File writer to Archimate Tool native file format

Module contents

Writer for Archi (.archimate) XML format.

Exports pyArchimate models and views to .archimate files (Archi tool format). Handles XML structure, folder organization, elements, relationships, and views.

pyArchimate.writers.archiWriter.archi_writer(model: Model, file_path: str) str[source]

Write a Model to Archi (.archimate) XML format.

Parameters:
  • model – the model to write

  • file_path – output file path