diffx-python 0.4.2__py3-none-any.whl → 0.4.4__py3-none-any.whl

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.
diffx/installer.py CHANGED
@@ -18,7 +18,7 @@ try:
18
18
  DIFFX_VERSION = importlib.metadata.version("diffx-python")
19
19
  except importlib.metadata.PackageNotFoundError:
20
20
  # Fallback for development
21
- DIFFX_VERSION = "0.4.2"
21
+ DIFFX_VERSION = "0.4.3"
22
22
 
23
23
 
24
24
  def get_platform_info():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffx-python
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Summary: Python wrapper for diffx - semantic diffing of JSON, YAML, TOML, XML, INI, and CSV files. Focuses on structural meaning rather than formatting.
5
5
  Project-URL: Homepage, https://github.com/kako-jun/diffx
6
6
  Project-URL: Repository, https://github.com/kako-jun/diffx
@@ -46,8 +46,6 @@ This will automatically download the appropriate `diffx` binary for your system
46
46
 
47
47
  ## Usage
48
48
 
49
- ### Modern API (Recommended)
50
-
51
49
  ```python
52
50
  import diffx
53
51
 
@@ -84,20 +82,6 @@ string_result = diffx.diff_string(
84
82
  )
85
83
  ```
86
84
 
87
- ### Legacy API (Backward Compatibility)
88
-
89
- ```python
90
- from diffx import run_diffx
91
-
92
- # Compare two JSON files (legacy)
93
- result = run_diffx(["file1.json", "file2.json"])
94
-
95
- if result.returncode == 0:
96
- print("No differences found.")
97
- else:
98
- print("Differences found:")
99
- print(result.stdout)
100
- ```
101
85
 
102
86
  ## Features
103
87
 
@@ -0,0 +1,8 @@
1
+ diffx/__init__.py,sha256=Vf0QHuGbW2e1DnW_shlcGicfmXk8fpS5O4AY-08y5BU,679
2
+ diffx/compat.py,sha256=LbHJfIlRIAb-m6B0-LulcAayKMZZC7biJsaz4rcRLB0,1751
3
+ diffx/diffx.py,sha256=M0Q6zODOByJkPdASsJxql7w63-z6e1LvN1cJCLGtBUw,7851
4
+ diffx/installer.py,sha256=mCYCoKdvBfDL6G1OcCmNtOtmviSRaoScvAze4g6Em1w,3854
5
+ diffx_python-0.4.4.dist-info/METADATA,sha256=6EDRauSdTISjqDwwSwFiArH0g84dvG7RpfKiixTumZE,3309
6
+ diffx_python-0.4.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ diffx_python-0.4.4.dist-info/entry_points.txt,sha256=GCV84jqJHi-RN2qpPdU-tlN7LvyYJrgLwiR0kOYHwsk,63
8
+ diffx_python-0.4.4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- diffx/__init__.py,sha256=Vf0QHuGbW2e1DnW_shlcGicfmXk8fpS5O4AY-08y5BU,679
2
- diffx/compat.py,sha256=LbHJfIlRIAb-m6B0-LulcAayKMZZC7biJsaz4rcRLB0,1751
3
- diffx/diffx.py,sha256=M0Q6zODOByJkPdASsJxql7w63-z6e1LvN1cJCLGtBUw,7851
4
- diffx/installer.py,sha256=_7ABu1Y7JnWWZ5MVp5BHcTu9zU_yxNLBbfEfYjfp_ZM,3854
5
- diffx_python-0.4.2.dist-info/METADATA,sha256=qzgK4_em6w8vaILmo0AKL1JfieoyJNS4JDqPSldtWz0,3632
6
- diffx_python-0.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- diffx_python-0.4.2.dist-info/entry_points.txt,sha256=GCV84jqJHi-RN2qpPdU-tlN7LvyYJrgLwiR0kOYHwsk,63
8
- diffx_python-0.4.2.dist-info/RECORD,,