README.md
pyproject.toml
setup.py
plshandle/__init__.py
plshandle/__main__.py
plshandle/_cache.py
plshandle/_cli.py
plshandle/_decorator.py
plshandle/_gather_modules.py
plshandle/py.typed
plshandle.egg-info/PKG-INFO
plshandle.egg-info/SOURCES.txt
plshandle.egg-info/dependency_links.txt
plshandle.egg-info/requires.txt
plshandle.egg-info/top_level.txt
plshandle/_ast_utils/resolve_called_functions.py
plshandle/_ast_utils/resolve_contract.py
plshandle/_ast_utils/resolve_exception_types.py
plshandle/_ast_utils/resolve_handled_types.py
plshandle/_cli_utils/build_json.py
plshandle/_cli_utils/build_version.py
plshandle/_cli_utils/collect_errors.py
plshandle/_cli_utils/collect_verbose_messages.py
plshandle/_cli_utils/config.py
plshandle/_cli_utils/determine_exit_code.py
plshandle/_visitors/alias_resolver.py
plshandle/_visitors/contract_checker.py
plshandle/_visitors/contract_collector.py
plshandle/_visitors/scope_tracker.py