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.
Files changed (65) hide show
  1. {python_hwpx-2.7 → python_hwpx-2.7.1}/PKG-INFO +1 -1
  2. {python_hwpx-2.7 → python_hwpx-2.7.1}/pyproject.toml +1 -1
  3. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/PKG-INFO +1 -1
  4. {python_hwpx-2.7 → python_hwpx-2.7.1}/LICENSE +0 -0
  5. {python_hwpx-2.7 → python_hwpx-2.7.1}/README.md +0 -0
  6. {python_hwpx-2.7 → python_hwpx-2.7.1}/setup.cfg +0 -0
  7. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/__init__.py +0 -0
  8. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/data/Skeleton.hwpx +0 -0
  9. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/document.py +0 -0
  10. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/opc/package.py +0 -0
  11. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/opc/xml_utils.py +0 -0
  12. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/__init__.py +0 -0
  13. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/body.py +0 -0
  14. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/common.py +0 -0
  15. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/document.py +0 -0
  16. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/header.py +0 -0
  17. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/header_part.py +0 -0
  18. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/memo.py +0 -0
  19. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/namespaces.py +0 -0
  20. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/paragraph.py +0 -0
  21. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/parser.py +0 -0
  22. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/schema.py +0 -0
  23. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/section.py +0 -0
  24. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/table.py +0 -0
  25. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/oxml/utils.py +0 -0
  26. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/package.py +0 -0
  27. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/py.typed +0 -0
  28. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/templates.py +0 -0
  29. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/__init__.py +0 -0
  30. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/_schemas/header.xsd +0 -0
  31. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/_schemas/section.xsd +0 -0
  32. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/archive_cli.py +0 -0
  33. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/exporter.py +0 -0
  34. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/object_finder.py +0 -0
  35. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/package_validator.py +0 -0
  36. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/page_guard.py +0 -0
  37. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/template_analyzer.py +0 -0
  38. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/text_extract_cli.py +0 -0
  39. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/text_extractor.py +0 -0
  40. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/hwpx/tools/validator.py +0 -0
  41. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/SOURCES.txt +0 -0
  42. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/dependency_links.txt +0 -0
  43. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/entry_points.txt +0 -0
  44. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/requires.txt +0 -0
  45. {python_hwpx-2.7 → python_hwpx-2.7.1}/src/python_hwpx.egg-info/top_level.txt +0 -0
  46. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_coverage_targets.py +0 -0
  47. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_document_context_manager.py +0 -0
  48. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_document_formatting.py +0 -0
  49. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_document_save_api.py +0 -0
  50. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_gap_closure_tools.py +0 -0
  51. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_inline_models.py +0 -0
  52. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_integration_hwpx_compatibility.py +0 -0
  53. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_integration_roundtrip.py +0 -0
  54. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_memo_and_style_editing.py +0 -0
  55. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_new_features.py +0 -0
  56. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_opc_package.py +0 -0
  57. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_oxml_parsing.py +0 -0
  58. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_packaging_py_typed.py +0 -0
  59. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_paragraph_section_management.py +0 -0
  60. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_repr_snapshots.py +0 -0
  61. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_section_headers.py +0 -0
  62. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_split_merged_cell.py +0 -0
  63. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_tables_default_border.py +0 -0
  64. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_text_extractor_annotations.py +0 -0
  65. {python_hwpx-2.7 → python_hwpx-2.7.1}/tests/test_version_metadata.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-hwpx
3
- Version: 2.7
3
+ Version: 2.7.1
4
4
  Summary: Hancom HWPX 패키지를 로드하고 편집하기 위한 Python 유틸리티 모음
5
5
  Author: python-hwpx Maintainers
6
6
  License: Non-Commercial License
@@ -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" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-hwpx
3
- Version: 2.7
3
+ Version: 2.7.1
4
4
  Summary: Hancom HWPX 패키지를 로드하고 편집하기 위한 Python 유틸리티 모음
5
5
  Author: python-hwpx Maintainers
6
6
  License: Non-Commercial License
File without changes
File without changes
File without changes
File without changes