Metadata-Version: 2.4
Name: empathy-framework
Version: 5.4.0
Summary: ⚠️ DEPRECATED: This package has been renamed to attune-ai. Install attune-ai instead.
Author-email: Patrick Roebuck <admin@smartaimemory.com>
License: MIT
Project-URL: Homepage, https://github.com/Smart-AI-Memory/attune-ai
Project-URL: Repository, https://github.com/Smart-AI-Memory/attune-ai
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: attune-ai>=2.0.0

# ⚠️ empathy-framework has been renamed to attune-ai

This package is **deprecated** and will no longer receive updates.

## Migration

```bash
pip uninstall empathy-framework
pip install attune-ai
```

Then update your imports:

```python
# Old → New
from empathy_os import ...              →  from attune_os import ...
from empathy_llm_toolkit import ...     →  from attune_llm_toolkit import ...
from empathy_healthcare_plugin import ...  →  from attune_healthcare_plugin import ...
from empathy_software_plugin import ...    →  from attune_software_plugin import ...
```

## Backwards Compatibility

This final release includes shim modules that re-export from the new `attune_*` packages. Your existing code will continue to work, but you'll see deprecation warnings encouraging you to update your imports.

## Links

- **New package**: [attune-ai on PyPI](https://pypi.org/project/attune-ai/)
- **Repository**: [github.com/Smart-AI-Memory/attune-ai](https://github.com/Smart-AI-Memory/attune-ai)
