A CLI tool and library to diff the source of Python objects specified by dotted paths.
You can install diffract from PyPi:
pip install diffractThe output will be colorized if rich is installed.
This can be installed at the same time:
pip install "diffract[color]"or separately:
pip install richdiffract package_a.module_a.function_a package_b.module_b.function_bThis project is licensed under the MIT License. See the LICENSE file for details.