python-hwpx-automation 6.0.3__tar.gz → 6.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_hwpx_automation-6.0.3/src/python_hwpx_automation.egg-info → python_hwpx_automation-6.0.4}/PKG-INFO +4 -4
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/README.md +3 -3
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/pyproject.toml +1 -1
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/identity.json +2 -2
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4/src/python_hwpx_automation.egg-info}/PKG-INFO +4 -4
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/LICENSE +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/MANIFEST.in +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/NOTICE +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/setup.cfg +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/__init__.pyi +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/__main__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/agent_document.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/api.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/blind_eval.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/capabilities.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/compat.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/configuration.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/content.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/context.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/diff.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/document.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/formatting.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/handles.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/locations.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/locator.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/plan.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/resources.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/search.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/transactions.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/txn.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/document_state.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/errors.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/execution_lock.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/fastmcp_adapter.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/form_fill.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/form_output_models.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/_shared.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/agent_document.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/authoring.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/content_edit.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/form_fill.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/layout_style.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/quality_render.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/read_export.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/specialized.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/tracked_changes.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/handlers/workflow.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/hwp_converter.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/hwp_support.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/hwpx_ops.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/identity.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ingest_adapters.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/markdown_plan.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/mcp_cli.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/metadata/tools_meta.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/mixed_form.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/mutation_models.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/network_policy.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/_batch_verification.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/bundle.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/catalog.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/dump.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/mapping.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/model.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/native.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/blueprint/replay.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/catalog.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/cli.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/commands.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/document.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/form_plan.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/model.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/path.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/query.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/agent/story.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/advanced_generators.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/builder/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/builder/core.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/builder/report.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/_support.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/composer.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/harvest.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/plan.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profile.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/body.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/heading.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/info_table.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/title.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/application_form/profile.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/application_form/template.hwpx +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/home_notice/fragments/body.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/home_notice/fragments/heading.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/home_notice/fragments/title.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/home_notice/profile.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/home_notice/template.hwpx +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/body.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/heading.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/info_table.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/title.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/official_notice/profile.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/official_notice/template.hwpx +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/report/fragments/body.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/report/fragments/heading.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/report/fragments/info_table.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/report/fragments/title.xml +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/report/profile.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/profiles/report/template.hwpx +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/design/validator.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/presets/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/presets/proposal.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/report_parser.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/style_profile.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/authoring/template_analyzer.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/compliance/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/compliance/official_lint.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/compliance/pii.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/document_ops/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/document_ops/comparison.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/document_ops/mail_merge.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/document_ops/redline.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/evalplan/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/evalplan/runtime.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/compose.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/ir.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/measure.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/parser.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/profile.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/classification.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fill_residue.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/apply.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/engine.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/measure.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/policy.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/report.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/seal.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/fit/wordbox.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/guidance.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/quality.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/split_run.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/form_fill/template_formfit.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/house_style/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/house_style/composition.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/house_style/data/bank.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/house_style/data/genres.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/quality/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/quality/page_guard.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/_hancom_open_rate.ps1 +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/_refresh_hwpx_mac.applescript +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/_render_hwpx.ps1 +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/_render_hwpx_mac.applescript +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/block_splits.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/detectors.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/diff.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/fixture_corpus.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/oracle.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/page_qa.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/qa_contracts.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/qa_metrics.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/rendering/worker.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/utilities/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/utilities/table_compute.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/_border_fill.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/composition.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/content_layout.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/context.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/form_fields.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/media.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/memo_style.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/package_validation.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/planning.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/preview_export.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/read_query.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/save_policy.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/tables.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ops_services/transactions.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/preview_output_models.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/public-modules.json +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/py.typed +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/quality.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/quality_generation.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/runtime.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/runtime_services.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/server.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/storage.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/tool_bindings.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/tool_contract.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/upstream.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/utils/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/utils/helpers.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/visual_qa.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/__init__.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/adapters.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/dispatcher.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/models.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/policy.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/render_contracts.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/render_metrics.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/render_queue.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/render_security.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/render_transport.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/rendering.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/service.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/state_machine.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/store.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workspace.py +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/python_hwpx_automation.egg-info/SOURCES.txt +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/python_hwpx_automation.egg-info/dependency_links.txt +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/python_hwpx_automation.egg-info/entry_points.txt +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/python_hwpx_automation.egg-info/requires.txt +0 -0
- {python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/python_hwpx_automation.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-hwpx-automation
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.4
|
|
4
4
|
Summary: Task-oriented HWPX document automation for Python, with an optional MCP adapter.
|
|
5
5
|
Author: Kohkyuhyun
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -69,9 +69,9 @@ Dynamic: license-file
|
|
|
69
69
|
|
|
70
70
|
<!-- release-state: release-approved -->
|
|
71
71
|
> [!WARNING]
|
|
72
|
-
> **릴리스 상태 — `release-approved`: 6.0.
|
|
72
|
+
> **릴리스 상태 — `release-approved`: 6.0.4 train 발행이 승인되어 진행
|
|
73
73
|
> 중입니다(2026-07-28).** 이 checkout은
|
|
74
|
-
> `python-hwpx 5.0.1 → python-hwpx-automation 6.0.
|
|
74
|
+
> `python-hwpx 5.0.1 → python-hwpx-automation 6.0.4 → hwpx-plugin 1.0.0`
|
|
75
75
|
> train과 계약 해시 `0ce938371f0b55a6`을 설명하지만, **원격 truth는 아직
|
|
76
76
|
> 관찰 전**입니다. 마지막으로 plugin 설치까지 함께 검증한 완전한 공개
|
|
77
77
|
> 트레인은 여전히
|
|
@@ -145,7 +145,7 @@ Gemini CLI는 `~/.gemini/settings.json`, Cursor·Windsurf는 각 에디터의 MC
|
|
|
145
145
|
"command": "uvx",
|
|
146
146
|
"args": [
|
|
147
147
|
"--from",
|
|
148
|
-
"python-hwpx-automation[mcp]==6.0.
|
|
148
|
+
"python-hwpx-automation[mcp]==6.0.4",
|
|
149
149
|
"hwpx-automation-mcp"
|
|
150
150
|
],
|
|
151
151
|
"env": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
|
|
15
15
|
<!-- release-state: release-approved -->
|
|
16
16
|
> [!WARNING]
|
|
17
|
-
> **릴리스 상태 — `release-approved`: 6.0.
|
|
17
|
+
> **릴리스 상태 — `release-approved`: 6.0.4 train 발행이 승인되어 진행
|
|
18
18
|
> 중입니다(2026-07-28).** 이 checkout은
|
|
19
|
-
> `python-hwpx 5.0.1 → python-hwpx-automation 6.0.
|
|
19
|
+
> `python-hwpx 5.0.1 → python-hwpx-automation 6.0.4 → hwpx-plugin 1.0.0`
|
|
20
20
|
> train과 계약 해시 `0ce938371f0b55a6`을 설명하지만, **원격 truth는 아직
|
|
21
21
|
> 관찰 전**입니다. 마지막으로 plugin 설치까지 함께 검증한 완전한 공개
|
|
22
22
|
> 트레인은 여전히
|
|
@@ -90,7 +90,7 @@ Gemini CLI는 `~/.gemini/settings.json`, Cursor·Windsurf는 각 에디터의 MC
|
|
|
90
90
|
"command": "uvx",
|
|
91
91
|
"args": [
|
|
92
92
|
"--from",
|
|
93
|
-
"python-hwpx-automation[mcp]==6.0.
|
|
93
|
+
"python-hwpx-automation[mcp]==6.0.4",
|
|
94
94
|
"hwpx-automation-mcp"
|
|
95
95
|
],
|
|
96
96
|
"env": {
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-hwpx-automation"
|
|
7
|
-
version = "6.0.
|
|
7
|
+
version = "6.0.4"
|
|
8
8
|
description = "Task-oriented HWPX document automation for Python, with an optional MCP adapter."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Kohkyuhyun" }]
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/identity.json
RENAMED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"candidate": {
|
|
8
8
|
"pythonHwpx": "5.0.1",
|
|
9
9
|
"canonicalDistribution": "python-hwpx-automation",
|
|
10
|
-
"canonicalAutomation": "6.0.
|
|
10
|
+
"canonicalAutomation": "6.0.4",
|
|
11
11
|
"compatibilityDistribution": "hwpx-mcp-server",
|
|
12
|
-
"compatibility": "6.0.
|
|
12
|
+
"compatibility": "6.0.4",
|
|
13
13
|
"plugin": "1.0.0",
|
|
14
14
|
"contractHash": "0ce938371f0b55a6"
|
|
15
15
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-hwpx-automation
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.4
|
|
4
4
|
Summary: Task-oriented HWPX document automation for Python, with an optional MCP adapter.
|
|
5
5
|
Author: Kohkyuhyun
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -69,9 +69,9 @@ Dynamic: license-file
|
|
|
69
69
|
|
|
70
70
|
<!-- release-state: release-approved -->
|
|
71
71
|
> [!WARNING]
|
|
72
|
-
> **릴리스 상태 — `release-approved`: 6.0.
|
|
72
|
+
> **릴리스 상태 — `release-approved`: 6.0.4 train 발행이 승인되어 진행
|
|
73
73
|
> 중입니다(2026-07-28).** 이 checkout은
|
|
74
|
-
> `python-hwpx 5.0.1 → python-hwpx-automation 6.0.
|
|
74
|
+
> `python-hwpx 5.0.1 → python-hwpx-automation 6.0.4 → hwpx-plugin 1.0.0`
|
|
75
75
|
> train과 계약 해시 `0ce938371f0b55a6`을 설명하지만, **원격 truth는 아직
|
|
76
76
|
> 관찰 전**입니다. 마지막으로 plugin 설치까지 함께 검증한 완전한 공개
|
|
77
77
|
> 트레인은 여전히
|
|
@@ -145,7 +145,7 @@ Gemini CLI는 `~/.gemini/settings.json`, Cursor·Windsurf는 각 에디터의 MC
|
|
|
145
145
|
"command": "uvx",
|
|
146
146
|
"args": [
|
|
147
147
|
"--from",
|
|
148
|
-
"python-hwpx-automation[mcp]==6.0.
|
|
148
|
+
"python-hwpx-automation[mcp]==6.0.4",
|
|
149
149
|
"hwpx-automation-mcp"
|
|
150
150
|
],
|
|
151
151
|
"env": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/__init__.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/__init__.pyi
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/__main__.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/agent_document.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/blind_eval.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/capabilities.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/configuration.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/__init__.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/content.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/context.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/diff.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/document.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/formatting.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/handles.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/locations.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/locator.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/plan.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/resources.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/search.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/core/txn.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/document_state.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/execution_lock.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/fastmcp_adapter.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/form_fill.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/hwp_converter.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/hwp_support.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/hwpx_ops.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/identity.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/ingest_adapters.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/markdown_plan.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/mcp_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/mixed_form.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/mutation_models.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/network_policy.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/office/exam/ir.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/storage.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/tool_bindings.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/tool_contract.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/upstream.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/utils/__init__.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/utils/helpers.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/visual_qa.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/models.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/policy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workflow/store.py
RENAMED
|
File without changes
|
{python_hwpx_automation-6.0.3 → python_hwpx_automation-6.0.4}/src/hwpx_automation/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|