Package python3-ezdxf

Python package to create/manipulate DXF drawings

https://ezdxf.mozman.at/

This Python package is designed to facilitate the creation and manipulation of
DXF documents, with compatibility across various DXF versions. It empowers
users to seamlessly load and edit DXF files while preserving all content,
except for comments.

Any unfamiliar DXF tags encountered in the document are gracefully ignored but
retained for future modifications. This feature enables the processing of DXF
documents containing data from third-party applications without any loss of
valuable information.

Version: 1.2.0

General Commands

ezdxf ezdxf – command launcher for the Python package “ezdxf”
ezdxf-audit
ezdxf-browse The browse command opens a DXF structure browser to investigate the internals of a DXF file without interpreting the content.
ezdxf-browse-acis The DXF format stores modern solid geometry as SAT data for DXF R2000–R2010 and as SAB data for DXF R2013 and later.
ezdxf-config
ezdxf-draw
ezdxf-hpgl
ezdxf-info
ezdxf-pp
ezdxf-strip Strip comment tags (group code 999) from ASCII DXF files and can remove the THUMBNAILIMAGE section. Binary DXF files are not supported.
ezdxf-view