LICENSE
NOTICE
README.md
pyproject.toml
src/hwpx/__init__.py
src/hwpx/authoring.py
src/hwpx/document.py
src/hwpx/form_fill.py
src/hwpx/package.py
src/hwpx/patch.py
src/hwpx/py.typed
src/hwpx/template_formfit.py
src/hwpx/templates.py
src/hwpx/builder/__init__.py
src/hwpx/builder/core.py
src/hwpx/builder/report.py
src/hwpx/conformance/__init__.py
src/hwpx/conformance/badges.py
src/hwpx/conformance/corpus.py
src/hwpx/conformance/report.py
src/hwpx/conformance/roundtrip_batch.py
src/hwpx/conformance/runner.py
src/hwpx/conformance/corpus/corpus.json
src/hwpx/conformance/corpus/meeting_summary.hwpx
src/hwpx/conformance/corpus/notice.hwpx
src/hwpx/conformance/corpus/report_table.hwpx
src/hwpx/data/Skeleton.hwpx
src/hwpx/design/__init__.py
src/hwpx/design/_support.py
src/hwpx/design/composer.py
src/hwpx/design/harvest.py
src/hwpx/design/plan.py
src/hwpx/design/profile.py
src/hwpx/design/validator.py
src/hwpx/design/profiles/application_form/profile.json
src/hwpx/design/profiles/application_form/template.hwpx
src/hwpx/design/profiles/application_form/fragments/body.xml
src/hwpx/design/profiles/application_form/fragments/heading.xml
src/hwpx/design/profiles/application_form/fragments/info_table.xml
src/hwpx/design/profiles/application_form/fragments/title.xml
src/hwpx/design/profiles/home_notice/profile.json
src/hwpx/design/profiles/home_notice/template.hwpx
src/hwpx/design/profiles/home_notice/fragments/body.xml
src/hwpx/design/profiles/home_notice/fragments/heading.xml
src/hwpx/design/profiles/home_notice/fragments/title.xml
src/hwpx/design/profiles/official_notice/profile.json
src/hwpx/design/profiles/official_notice/template.hwpx
src/hwpx/design/profiles/official_notice/fragments/body.xml
src/hwpx/design/profiles/official_notice/fragments/heading.xml
src/hwpx/design/profiles/official_notice/fragments/info_table.xml
src/hwpx/design/profiles/official_notice/fragments/title.xml
src/hwpx/design/profiles/report/profile.json
src/hwpx/design/profiles/report/template.hwpx
src/hwpx/design/profiles/report/fragments/body.xml
src/hwpx/design/profiles/report/fragments/heading.xml
src/hwpx/design/profiles/report/fragments/info_table.xml
src/hwpx/design/profiles/report/fragments/title.xml
src/hwpx/exam/__init__.py
src/hwpx/exam/compose.py
src/hwpx/exam/ir.py
src/hwpx/exam/measure.py
src/hwpx/exam/parser.py
src/hwpx/exam/profile.py
src/hwpx/form_fit/__init__.py
src/hwpx/form_fit/apply.py
src/hwpx/form_fit/engine.py
src/hwpx/form_fit/measure.py
src/hwpx/form_fit/policy.py
src/hwpx/form_fit/report.py
src/hwpx/form_fit/seal.py
src/hwpx/form_fit/wordbox.py
src/hwpx/layout/__init__.py
src/hwpx/layout/lint.py
src/hwpx/layout/report.py
src/hwpx/opc/package.py
src/hwpx/opc/relationships.py
src/hwpx/opc/security.py
src/hwpx/opc/xml_utils.py
src/hwpx/oxml/__init__.py
src/hwpx/oxml/_document_impl.py
src/hwpx/oxml/body.py
src/hwpx/oxml/canonical_defaults.py
src/hwpx/oxml/common.py
src/hwpx/oxml/document.py
src/hwpx/oxml/header.py
src/hwpx/oxml/header_part.py
src/hwpx/oxml/memo.py
src/hwpx/oxml/namespaces.py
src/hwpx/oxml/numbering.py
src/hwpx/oxml/objects.py
src/hwpx/oxml/paragraph.py
src/hwpx/oxml/parser.py
src/hwpx/oxml/run.py
src/hwpx/oxml/schema.py
src/hwpx/oxml/section.py
src/hwpx/oxml/simple_parts.py
src/hwpx/oxml/table.py
src/hwpx/oxml/utils.py
src/hwpx/presets/__init__.py
src/hwpx/presets/proposal.py
src/hwpx/quality/__init__.py
src/hwpx/quality/ledger.py
src/hwpx/quality/policy.py
src/hwpx/quality/report.py
src/hwpx/quality/save_pipeline.py
src/hwpx/tools/__init__.py
src/hwpx/tools/advanced_generators.py
src/hwpx/tools/archive_cli.py
src/hwpx/tools/doc_diff.py
src/hwpx/tools/exporter.py
src/hwpx/tools/generic_inventory.py
src/hwpx/tools/id_integrity.py
src/hwpx/tools/idempotence.py
src/hwpx/tools/ir_equality.py
src/hwpx/tools/layout_preview.py
src/hwpx/tools/mail_merge.py
src/hwpx/tools/markdown_export.py
src/hwpx/tools/object_finder.py
src/hwpx/tools/official_lint.py
src/hwpx/tools/package_reconcile.py
src/hwpx/tools/package_validator.py
src/hwpx/tools/page_guard.py
src/hwpx/tools/recover.py
src/hwpx/tools/repair.py
src/hwpx/tools/report_parser.py
src/hwpx/tools/report_utils.py
src/hwpx/tools/roundtrip_diff.py
src/hwpx/tools/style_profile.py
src/hwpx/tools/table_cleanup.py
src/hwpx/tools/table_compute.py
src/hwpx/tools/table_navigation.py
src/hwpx/tools/template_analyzer.py
src/hwpx/tools/text_extract_cli.py
src/hwpx/tools/text_extractor.py
src/hwpx/tools/validator.py
src/hwpx/tools/_schemas/header.xsd
src/hwpx/tools/_schemas/section.xsd
src/hwpx/tools/fuzz/__init__.py
src/hwpx/tools/fuzz/__main__.py
src/hwpx/tools/fuzz/catalog.py
src/hwpx/tools/fuzz/generator.py
src/hwpx/tools/fuzz/minimize.py
src/hwpx/tools/fuzz/runner.py
src/hwpx/visual/__init__.py
src/hwpx/visual/_render_hwpx.ps1
src/hwpx/visual/_render_hwpx_mac.applescript
src/hwpx/visual/detectors.py
src/hwpx/visual/diff.py
src/hwpx/visual/masks.py
src/hwpx/visual/oracle.py
src/hwpx/visual/report.py
src/python_hwpx.egg-info/PKG-INFO
src/python_hwpx.egg-info/SOURCES.txt
src/python_hwpx.egg-info/dependency_links.txt
src/python_hwpx.egg-info/entry_points.txt
src/python_hwpx.egg-info/requires.txt
src/python_hwpx.egg-info/top_level.txt
tests/test_advanced_generators.py
tests/test_authoring_profile_routing.py
tests/test_authoring_profile_routing_oracle.py
tests/test_authoring_render_check.py
tests/test_builder_core.py
tests/test_builder_plan_v2.py
tests/test_builder_vertical_slice.py
tests/test_comment_node_robustness.py
tests/test_conformance.py
tests/test_coverage_promotion.py
tests/test_coverage_targets.py
tests/test_design_builder.py
tests/test_deviations_registry.py
tests/test_doc_diff.py
tests/test_document_context_manager.py
tests/test_document_formatting.py
tests/test_document_plan.py
tests/test_document_plan_computed_fields.py
tests/test_document_save_api.py
tests/test_exam_compose.py
tests/test_exam_compose_oracle.py
tests/test_exam_fixtures.py
tests/test_exam_ir.py
tests/test_exam_measure.py
tests/test_exam_parser.py
tests/test_exam_profile.py
tests/test_existing_document_format_editing.py
tests/test_form_fields.py
tests/test_form_fill_split_run.py
tests/test_form_fit.py
tests/test_form_fit_integration.py
tests/test_form_fit_seal.py
tests/test_form_fit_seal_placement.py
tests/test_form_fit_wordbox.py
tests/test_fuzz_loop.py
tests/test_fuzz_regressions.py
tests/test_gap_closure_tools.py
tests/test_government_report_preset.py
tests/test_government_table_profile.py
tests/test_hp_tab_support.py
tests/test_hwpxlib_corpus_read.py
tests/test_id_generator_range.py
tests/test_id_integrity.py
tests/test_image_object_workflow.py
tests/test_inline_models.py
tests/test_integration_hwpx_compatibility.py
tests/test_integration_roundtrip.py
tests/test_kordoc_absorption.py
tests/test_layout_lint.py
tests/test_layout_preview.py
tests/test_mail_merge_fit.py
tests/test_mail_merge_table_compute.py
tests/test_mail_merge_xlsx.py
tests/test_markdown_export.py
tests/test_memo_and_style_editing.py
tests/test_namespace_handling.py
tests/test_new_features.py
tests/test_official_document_style.py
tests/test_official_lint_gongmun_gate.py
tests/test_official_lint_tableaware.py
tests/test_opc_package.py
tests/test_open_safety_corpus.py
tests/test_oxml_parsing.py
tests/test_packaging_license_metadata.py
tests/test_packaging_py_typed.py
tests/test_paragraph_keep_together.py
tests/test_paragraph_section_management.py
tests/test_proposal_preset.py
tests/test_question_split_detector.py
tests/test_recover_broken_zip.py
tests/test_repair_repack.py
tests/test_report_parser.py
tests/test_report_utils.py
tests/test_repr_snapshots.py
tests/test_rhwp_t1_gates.py
tests/test_rhwp_t2_verification.py
tests/test_roundtrip_fidelity.py
tests/test_save_pipeline.py
tests/test_save_pipeline_no_bypass.py
tests/test_section_headers.py
tests/test_set_paragraph_format_keep.py
tests/test_skeleton_template_ids.py
tests/test_split_merged_cell.py
tests/test_style_profile.py
tests/test_table_cleanup.py
tests/test_table_navigation.py
tests/test_tables_default_border.py
tests/test_template_analyzer_enrichment.py
tests/test_template_formfit.py
tests/test_text_extractor_annotations.py
tests/test_validation_severity.py
tests/test_validator_comment_nodes.py
tests/test_version_metadata.py
tests/test_visual_oracle.py