AUTHORS
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/make_stubs.py
src/stubmaker/__init__.py
src/stubmaker.egg-info/PKG-INFO
src/stubmaker.egg-info/SOURCES.txt
src/stubmaker.egg-info/dependency_links.txt
src/stubmaker.egg-info/entry_points.txt
src/stubmaker.egg-info/requires.txt
src/stubmaker.egg-info/top_level.txt
src/stubmaker/builder/__init__.py
src/stubmaker/builder/common.py
src/stubmaker/builder/import_.py
src/stubmaker/builder/representations_tree_builder.py
src/stubmaker/builder/definitions/__init__.py
src/stubmaker/builder/definitions/attribute_annotation_def.py
src/stubmaker/builder/definitions/attribute_def.py
src/stubmaker/builder/definitions/base_class_def.py
src/stubmaker/builder/definitions/class_def.py
src/stubmaker/builder/definitions/documentation_def.py
src/stubmaker/builder/definitions/enum_def.py
src/stubmaker/builder/definitions/function_def.py
src/stubmaker/builder/definitions/metaclass_def.py
src/stubmaker/builder/definitions/module_def.py
src/stubmaker/builder/literals/__init__.py
src/stubmaker/builder/literals/enum_value_literal.py
src/stubmaker/builder/literals/reference_literal.py
src/stubmaker/builder/literals/type_hint_literal.py
src/stubmaker/builder/literals/type_var_literal.py
src/stubmaker/builder/literals/value_literal.py
src/stubmaker/viewers/__init__.py
src/stubmaker/viewers/basic_viewer.py
src/stubmaker/viewers/common.py
src/stubmaker/viewers/markdown_viewer.py
src/stubmaker/viewers/stub_viewer.py
src/stubmaker/viewers/util.py
tests/test_described_objects.py
tests/test_stubmaker.py