.gitignore
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
requirements.txt
setup.cfg
setup.py
doc/bundle-html.png
doc/logo.png
example/example.json
example/example.yaml
openapi_cli_tool/__init__.py
openapi_cli_tool/main.py
openapi_cli_tool.egg-info/PKG-INFO
openapi_cli_tool.egg-info/SOURCES.txt
openapi_cli_tool.egg-info/dependency_links.txt
openapi_cli_tool.egg-info/entry_points.txt
openapi_cli_tool.egg-info/not-zip-safe
openapi_cli_tool.egg-info/requires.txt
openapi_cli_tool.egg-info/top_level.txt
openapi_cli_tool.egg-info/version.txt
openapi_cli_tool/commands/__init__.py
openapi_cli_tool/commands/bundle.py
openapi_cli_tool/commands/list.py
openapi_cli_tool/commands/resolve.py
openapi_cli_tool/commands/scaffold.py
openapi_cli_tool/models/__init__.py
openapi_cli_tool/models/route.py
openapi_cli_tool/models/route_collection.py
openapi_cli_tool/resources/__init__.py
openapi_cli_tool/resources/template.html
openapi_cli_tool/utils/__init__.py
openapi_cli_tool/utils/export.py
openapi_cli_tool/utils/file_control.py
openapi_cli_tool/utils/repository.py
openapi_cli_tool/utils/resolver.py
tests/unit/__init__.py
tests/unit/commands/__init__.py
tests/unit/commands/bundle/__init__.py
tests/unit/commands/bundle/test_bundle.py
tests/unit/commands/bundle/resources/expected/with-header.yaml
tests/unit/commands/bundle/resources/expected/without-header.yaml
tests/unit/commands/bundle/resources/inputs/file1.json
tests/unit/commands/bundle/resources/inputs/file2.yaml
tests/unit/commands/bundle/resources/inputs/template-header.yaml
tests/unit/commands/resolve/__init__.py
tests/unit/commands/resolve/test_resolve.py
tests/unit/commands/resolve/resources/expected/duplicated-spec.yaml
tests/unit/commands/resolve/resources/expected/find-a-spec.yaml
tests/unit/commands/resolve/resources/inputs/duplicated-spec-1.yaml
tests/unit/commands/resolve/resources/inputs/duplicated-spec-2.yaml
tests/unit/commands/resolve/resources/inputs/find-a-spec.yaml
tests/unit/commands/scaffold/__init__.py
tests/unit/commands/scaffold/test_scaffold.py
tests/unit/commands/scaffold/resources/expected-default-output.json
tests/unit/commands/scaffold/resources/expected-multiple-response-output.json
tests/unit/utils/__init__.py
tests/unit/utils/file_control/__init__.py
tests/unit/utils/file_control/test_file_control.py
tests/unit/utils/file_control/resources/file.json
tests/unit/utils/file_control/resources/file.txt
tests/unit/utils/file_control/resources/file.yaml
tests/unit/utils/file_control/resources/file.yml
tests/unit/utils/repository/__init__.py
tests/unit/utils/repository/test_repository.py
tests/unit/utils/repository/resources/sample.yaml
tests/unit/utils/repository/resources/with-path-ref.yaml
tests/unit/utils/repository/resources/with-path-referred.yaml
tests/unit/utils/repository/resources/multi-file/file1.json
tests/unit/utils/repository/resources/multi-file/file2.yaml
tests/unit/utils/resolver/__init__.py
tests/unit/utils/resolver/test_resolver_resolve.py
tests/unit/utils/resolver/resources/expected/escape_characters.yaml
tests/unit/utils/resolver/resources/expected/local_components.yaml
tests/unit/utils/resolver/resources/expected/nested_reference.yaml
tests/unit/utils/resolver/resources/expected/remote_components.yaml
tests/unit/utils/resolver/resources/expected/remote_file.yaml
tests/unit/utils/resolver/resources/inputs/escape_characters.yaml
tests/unit/utils/resolver/resources/inputs/local_components.yaml
tests/unit/utils/resolver/resources/inputs/nested_reference.yaml
tests/unit/utils/resolver/resources/inputs/remote_components.yaml
tests/unit/utils/resolver/resources/inputs/remote_components_referred.yaml
tests/unit/utils/resolver/resources/inputs/remote_file.yaml
tests/unit/utils/resolver/resources/inputs/remote_file_referred.yaml