LICENSE
README.md
pyproject.toml
src/onnx2oracle/__init__.py
src/onnx2oracle/_ident.py
src/onnx2oracle/cli.py
src/onnx2oracle/connection.py
src/onnx2oracle/loader.py
src/onnx2oracle/pipeline.py
src/onnx2oracle/presets.py
src/onnx2oracle/verify.py
src/onnx2oracle.egg-info/PKG-INFO
src/onnx2oracle.egg-info/SOURCES.txt
src/onnx2oracle.egg-info/dependency_links.txt
src/onnx2oracle.egg-info/entry_points.txt
src/onnx2oracle.egg-info/requires.txt
src/onnx2oracle.egg-info/top_level.txt
src/onnx2oracle/data/docker-compose.yml
tests/test_cli.py
tests/test_connection.py
tests/test_ident.py
tests/test_loader.py
tests/test_loader_integration.py
tests/test_pipeline.py
tests/test_presets.py