Archimate AMEFF file writer

File writer to ArchiMate Model Exchange File Format

Module contents

Writer for ArchiMate Exchange format (.archimate).

Exports pyArchimate models and views to exchange-compatible .archimate files. Supports ArchiMate 3.x specification and standard exchange metadata.

pyArchimate.writers.archimateWriter.archimate_writer(model: Model, file_path: str | None = None) str[source]

Method to generate an Archimate XML Open Exchange File format structure as a string object

Used by Model.write(filepath) method