LICENSE
README.md
pyproject.toml
stubpy/__init__.py
stubpy/__main__.py
stubpy/aliases.py
stubpy/annotations.py
stubpy/ast_pass.py
stubpy/config.py
stubpy/context.py
stubpy/diagnostics.py
stubpy/docstring.py
stubpy/emitter.py
stubpy/generator.py
stubpy/imports.py
stubpy/loader.py
stubpy/resolver.py
stubpy/stub_merge.py
stubpy/symbols.py
stubpy.egg-info/PKG-INFO
stubpy.egg-info/SOURCES.txt
stubpy.egg-info/dependency_links.txt
stubpy.egg-info/entry_points.txt
stubpy.egg-info/requires.txt
stubpy.egg-info/top_level.txt
tests/test_aliases.py
tests/test_annotations.py
tests/test_ast_pass.py
tests/test_config.py
tests/test_context.py
tests/test_diagnostics.py
tests/test_docstring.py
tests/test_emitter.py
tests/test_generator.py
tests/test_imports.py
tests/test_integration.py
tests/test_loader.py
tests/test_main.py
tests/test_resolver.py
tests/test_stub_merge.py
tests/test_symbols.py