.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/history.rst
docs/index.rst
docs/inheritance_explorer.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/examples/command_line_usage.rst
docs/examples/ex_001_basic_usage.ipynb
docs/examples/ex_002_inheritance_scope.ipynb
docs/examples/ex_003_Qwidgets.ipynb
docs/examples/ex_004_code_comparison.rst
docs/examples/ex_005_interactive_graph.rst
docs/examples/napari_reqs.txt
docs/resources/inherit_code_widget.gif
docs/resources/interactive_yt_ds_parse_param.gif
docs/resources/mpl_axesclear.png
docs/resources/np_array_00.png
docs/resources/np_array_01_yt.png
docs/resources/tree_shot.png
inheritance_explorer/__init__.py
inheritance_explorer/_testing.py
inheritance_explorer/_widget_support.py
inheritance_explorer/cli.py
inheritance_explorer/inheritance_explorer.py
inheritance_explorer/similarity.py
inheritance_explorer.egg-info/PKG-INFO
inheritance_explorer.egg-info/SOURCES.txt
inheritance_explorer.egg-info/dependency_links.txt
inheritance_explorer.egg-info/entry_points.txt
inheritance_explorer.egg-info/not-zip-safe
inheritance_explorer.egg-info/requires.txt
inheritance_explorer.egg-info/top_level.txt
tests/__init__.py
tests/lint_requirements.txt
tests/test_cli.py
tests/test_inheritance_explorer.py
tests/test_similarity.py
tests/test_utilities.py
tests/test_widgets.py