You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Published the Empathy Framework to PyPI under the name "empathy-framework"
since "empathy" was already taken. Package is now publicly available at:
https://pypi.org/project/empathy-framework/
Major Changes:
- Changed package name from "empathy" to "empathy-framework" in pyproject.toml
- Updated README.md with new installation instructions and badge URLs
- Ran black formatter and ruff linter across entire codebase
- Fixed 307 linting issues automatically with ruff --fix
- Temporarily excluded 2 example files with syntax errors from distribution
- Applied isort to fix import ordering in wizard files
Package Details:
- Version: 1.6.1
- Size: 206KB (wheel), 816KB (source)
- Python: 3.10+
- License: Fair Source 0.9
Installation:
pip install empathy-framework
pip install empathy-framework[full] # Recommended
Distribution Files:
- empathy_framework-1.6.1-py3-none-any.whl
- empathy_framework-1.6.1.tar.gz
Code Quality:
- Black formatting applied to empathy_llm_toolkit/providers.py
- Ruff auto-fixes applied to 17 wizard files
- Import sorting fixed with isort on 7 wizard files
- All packages validated with twine check
Next Steps:
- Fix syntax errors in bug_prediction.py and debugging_assistant.py
- Address remaining linting warnings for future release
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments