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

# diffai-python (DEPRECATED)

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

## Migration

```bash
pip uninstall diffai-python
pip install diffai
```

Update your imports:

```python
# Old (deprecated)
import diffai_python

# New
import diffai
```

## Why the change?

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