LICENSE.txt
MANIFEST.in
NEWS.rst
README.rst
requirements.txt
setup.py
examples/copydxf.py
examples/custom_header_vars.py
examples/examine_dimlines.py
examples/flags.py
examples/mtext.py
examples/open_big_facemodels.py
examples/optimize_polyfaces.py
examples/setup.bat
examples/setup_initial_view.py
examples/setup_standard_tables.py
examples/text_alignment.py
examples/tut_blocks.py
examples/using_blocks.py
examples/using_circle_R12.py
examples/using_ellipse.py
examples/using_fast_file_writer.py
examples/using_group.py
examples/using_hatch.py
examples/using_image.py
examples/using_lwpolyline.py
examples/using_mesh_1.py
examples/using_mesh_2.py
examples/using_pdf_underlay.py
examples/using_spline.py
examples/using_true_color_and_transparency.py
examples/using_xref.py
examples/viewports_in_paperspace.py
examples/tut/hatch/solid_hatch_ellipse.py
examples/tut/hatch/solid_hatch_polyline_path.py
examples/tut/hatch/solid_hatch_polyline_path_with_bulge.py
examples/tut/spline/extended_spline.py
examples/tut/spline/modified_spline.py
examples/tut/spline/simple_spline.py
examples/tut/text/simple_text.py
ezdxf/__init__.py
ezdxf/__main__.py
ezdxf/acadctb.py
ezdxf/database.py
ezdxf/drawing.py
ezdxf/dxfentity.py
ezdxf/dxffactory.py
ezdxf/entityspace.py
ezdxf/graphicsfactory.py
ezdxf/options.py
ezdxf/query.py
ezdxf/queryparser.py
ezdxf/r12writer.py
ezdxf.egg-info/PKG-INFO
ezdxf.egg-info/SOURCES.txt
ezdxf.egg-info/dependency_links.txt
ezdxf.egg-info/requires.txt
ezdxf.egg-info/top_level.txt
ezdxf/legacy/__init__.py
ezdxf/legacy/facemixins.py
ezdxf/legacy/graphics.py
ezdxf/legacy/headervars.py
ezdxf/legacy/layouts.py
ezdxf/legacy/polyfacebuilder.py
ezdxf/legacy/tableentries.py
ezdxf/legacy/viewport.py
ezdxf/lldxf/__init__.py
ezdxf/lldxf/attributes.py
ezdxf/lldxf/classifiedtags.py
ezdxf/lldxf/const.py
ezdxf/lldxf/defaultchunk.py
ezdxf/lldxf/encoding.py
ezdxf/lldxf/hdrvars.py
ezdxf/lldxf/repair.py
ezdxf/lldxf/tagger.py
ezdxf/lldxf/tags.py
ezdxf/lldxf/types.py
ezdxf/modern/__init__.py
ezdxf/modern/dimension.py
ezdxf/modern/dxfobjects.py
ezdxf/modern/graphics.py
ezdxf/modern/groups.py
ezdxf/modern/hatch.py
ezdxf/modern/headervars.py
ezdxf/modern/image.py
ezdxf/modern/layouts.py
ezdxf/modern/mesh.py
ezdxf/modern/mtext.py
ezdxf/modern/solid3d.py
ezdxf/modern/spline.py
ezdxf/modern/tableentries.py
ezdxf/modern/underlay.py
ezdxf/modern/viewport.py
ezdxf/pp/__init__.py
ezdxf/pp/__main__.py
ezdxf/pp/dxf2html.css
ezdxf/pp/dxf2html.html
ezdxf/pp/dxf2html.js
ezdxf/pp/dxf2html.py
ezdxf/pp/reflinks.py
ezdxf/sections/__init__.py
ezdxf/sections/abstract.py
ezdxf/sections/acdsdata.py
ezdxf/sections/blocks.py
ezdxf/sections/classes.py
ezdxf/sections/entities.py
ezdxf/sections/header.py
ezdxf/sections/objects.py
ezdxf/sections/sections.py
ezdxf/sections/table.py
ezdxf/sections/tables.py
ezdxf/templates/AC1009.dxf
ezdxf/templates/AC1015.dxf
ezdxf/templates/AC1018.dxf
ezdxf/templates/AC1021.dxf
ezdxf/templates/AC1024.dxf
ezdxf/templates/AC1027.dxf
ezdxf/templates/__init__.py
ezdxf/tools/__init__.py
ezdxf/tools/binarydata.py
ezdxf/tools/c23.py
ezdxf/tools/codepage.py
ezdxf/tools/compressedstring.py
ezdxf/tools/crypt.py
ezdxf/tools/handle.py
ezdxf/tools/importer.py
ezdxf/tools/juliandate.py
ezdxf/tools/pattern.py
ezdxf/tools/rgb.py
ezdxf/tools/standards.py
ezdxf/tools/test.py
ezdxf/tools/zipmanager.py
tests/__init__.py
tests/test_abstract_layout.py
tests/test_acadctb.py
tests/test_acdsdata.py
tests/test_autoblockref.py
tests/test_binary_data.py
tests/test_blockssection.py
tests/test_classessection.py
tests/test_classifiedtags.py
tests/test_codepage.py
tests/test_compressed_string.py
tests/test_create_objects.py
tests/test_crypt.py
tests/test_database.py
tests/test_drawing.py
tests/test_dxfattr.py
tests/test_dxfdictionary.py
tests/test_dxfentity.py
tests/test_dxfvalue.py
tests/test_encoding.py
tests/test_entitysection.py
tests/test_entityspace.py
tests/test_handle.py
tests/test_headersection.py
tests/test_importer.py
tests/test_juliandate.py
tests/test_newdrawings.py
tests/test_objectssection.py
tests/test_query.py
tests/test_queryparser.py
tests/test_read_proe_ac1018.py
tests/test_read_zip.py
tests/test_sections.py
tests/test_table.py
tests/test_tables.py
tests/test_tagger.py
tests/test_taggroups.py
tests/test_tags.py
tests/test_templates.py
tests/test_text_chunk_tags.py
tests/test_tools.py
tests/test_truecolor.py
tests/test_typecaster.py
tests/test_xrecord.py
tests/test_ac1009/__init__.py
tests/test_ac1009/test_basic_graphics.py
tests/test_ac1009/test_polyline_graphics.py
tests/test_ac1009/test_tableentries.py
tests/test_ac1009/test_viewport_entity.py
tests/test_ac1015/__init__.py
tests/test_ac1015/test_basic_graphics.py
tests/test_ac1015/test_body.py
tests/test_ac1015/test_create_new_layout.py
tests/test_ac1015/test_group.py
tests/test_ac1015/test_hatch.py
tests/test_ac1015/test_image.py
tests/test_ac1015/test_lwpolyline.py
tests/test_ac1015/test_mesh.py
tests/test_ac1015/test_mtext.py
tests/test_ac1015/test_polyline_graphics.py
tests/test_ac1015/test_spline.py
tests/test_ac1015/test_tableentries.py
tests/test_ac1015/test_underlay.py