Metadata-Version: 2.4
Name: diffx-python
Version: 0.7.0
Summary: DEPRECATED: Use 'diffx' instead. This package is a compatibility shim.
Author: kako-jun
License-Expression: MIT
Project-URL: Homepage, https://github.com/kako-jun/diffx-python
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: diffx>=0.7.0

# diffx-python (DEPRECATED)

**This package has been renamed to [`diffx`](https://pypi.org/project/diffx/).**

## Migration

```bash
pip uninstall diffx-python
pip install diffx
```

Update your imports:

```python
# Old (deprecated)
import diffx_python

# New
import diffx
```

## Why the change?

The package has been renamed to provide a cleaner import experience that matches the package name.
