python-hwpx 2.7__tar.gz → 2.7.1__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-2.7 → python_hwpx-2.7.1}/PKG-INFO +1 -1
- {python_hwpx-2.7 → python_hwpx-2.7.1}/pyproject.toml +1 -1
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/PKG-INFO +1 -1
- {python_hwpx-2.7 → python_hwpx-2.7.1}/LICENSE +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/README.md +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/setup.cfg +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/__init__.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/data/Skeleton.hwpx +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/document.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/opc/package.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/opc/xml_utils.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/__init__.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/body.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/common.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/document.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/header.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/header_part.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/memo.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/namespaces.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/paragraph.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/parser.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/schema.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/section.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/table.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/utils.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/package.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/py.typed +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/templates.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/__init__.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/_schemas/header.xsd +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/_schemas/section.xsd +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/archive_cli.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/exporter.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/object_finder.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/package_validator.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/page_guard.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/template_analyzer.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/text_extract_cli.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/text_extractor.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/validator.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/SOURCES.txt +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/dependency_links.txt +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/entry_points.txt +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/requires.txt +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/top_level.txt +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_coverage_targets.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_document_context_manager.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_document_formatting.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_document_save_api.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_gap_closure_tools.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_inline_models.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_integration_hwpx_compatibility.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_integration_roundtrip.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_memo_and_style_editing.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_new_features.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_opc_package.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_oxml_parsing.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_packaging_py_typed.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_paragraph_section_management.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_repr_snapshots.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_section_headers.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_split_merged_cell.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_tables_default_border.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_text_extractor_annotations.py +0 -0
- {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_version_metadata.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-hwpx"
|
|
7
|
-
version = "2.7"
|
|
7
|
+
version = "2.7.1"
|
|
8
8
|
description = "Hancom HWPX 패키지를 로드하고 편집하기 위한 Python 유틸리티 모음"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
license = { file = "LICENSE" }
|
|
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
|