onnx_light.compatibility#

Compatibility helpers between onnx_light and other Python packages.

This sub-package is intended to host utilities that check whether a Python package is compatible with onnx_light — same set of sub-modules, same set of public functions and aligned signatures.

The first comparator targets onnx (the upstream ONNX package) and is used both programmatically (see unittests/main/test_plot_api_compare.py) and as a gallery example (see docs/examples/core/plot_api_compare.py).