README.md
pyproject.toml
setup.py
contractor/__init__.py
contractor/__main__.py
contractor/cli.py
contractor/detect.py
contractor/models.py
contractor/oasdiff_adapter.py
contractor/parser.py
contractor/detectors/__init__.py
contractor/detectors/endpoints.py
contractor/detectors/parameters.py
contractor/detectors/required.py
contractor/detectors/types.py
contractor/formatters/__init__.py
contractor/formatters/console.py
contractor/formatters/json_fmt.py
contractor/formatters/markdown.py
contractor_cli.egg-info/PKG-INFO
contractor_cli.egg-info/SOURCES.txt
contractor_cli.egg-info/dependency_links.txt
contractor_cli.egg-info/entry_points.txt
contractor_cli.egg-info/requires.txt
contractor_cli.egg-info/top_level.txt
tests/test_adapter_full.py
tests/test_battery.py
tests/test_cli.py
tests/test_cli_full.py
tests/test_detect.py
tests/test_endpoints.py
tests/test_formatters.py
tests/test_formatters_full.py
tests/test_legacy_full.py
tests/test_models.py
tests/test_models_full.py
tests/test_oasdiff_adapter.py
tests/test_parameters.py
tests/test_parser.py
tests/test_parser_full.py
tests/test_required.py
tests/test_types.py