.flake8
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
docs/.gitignore
docs/Makefile
docs/source/.gitignore
docs/source/conf.py
docs/source/favicon.ico
docs/source/icon.svg
docs/source/index.rst
docs/source/_static/.gitignore
tests/.gitignore
tests/conftest.py
tests/test_apis_APIBuilder.py
tests/test_apis_ClassDocumenter.py
tests/test_apis_InheritanceGraph.py
tests/test_apis_SummarizingClassDocumenter.py
tests/test_apis_SummarizingModuleDocumenter.py
tests/test_apis_SummarizingRootDocumenter.py
tests/test_book_sphinx.py
tests/test_containers_DependencyGraph.py
tests/test_containers_UniqueTreeContainer.py
tests/test_containers_UniqueTreeNode.py
tests/test_graphs_Attributes.py
tests/test_graphs_Edge.py
tests/test_graphs_Graph.py
tests/test_graphs_Grapher.py
tests/test_graphs_Node.py
tests/test_graphs_RecordField.py
tests/test_graphs_Table.py
tests/test_io_find_executable.py
tests/test_objects_get_hash.py
tests/test_objects_get_repr.py
tests/test_objects_get_vars.py
tests/test_objects_new.py
tests/test_sphinx_api.py
tests/test_sphinx_book.py
tests/test_sphinx_inheritance.py
tests/test_sphinx_style.py
tests/fake_package/__init__.py
tests/fake_package/empty_module.py
tests/fake_package/enums.py
tests/fake_package/module.py
tests/fake_package/_private/__init__.py
tests/fake_package/_private/nested.py
tests/fake_package/empty_nonpackage/.gitignore
tests/fake_package/empty_package/__init__.py
tests/fake_package/empty_package/empty.py
tests/fake_package/multi/__init__.py
tests/fake_package/multi/one.py
tests/fake_package/multi/two.py
tests/roots/test-uqbar-sphinx-api-1/conf.py
tests/roots/test-uqbar-sphinx-api-1/index.rst
tests/roots/test-uqbar-sphinx-api-1/_static/.gitignore
tests/roots/test-uqbar-sphinx-api-2/conf.py
tests/roots/test-uqbar-sphinx-api-2/index.rst
tests/roots/test-uqbar-sphinx-api-2/_static/.gitignore
tests/roots/test-uqbar-sphinx-book/api.rst
tests/roots/test-uqbar-sphinx-book/conf.py
tests/roots/test-uqbar-sphinx-book/directives.rst
tests/roots/test-uqbar-sphinx-book/fake.py
tests/roots/test-uqbar-sphinx-book/index.rst
tests/roots/test-uqbar-sphinx-book-broken/conf.py
tests/roots/test-uqbar-sphinx-book-broken/index.rst
tests/roots/test-uqbar-sphinx-book-broken/_static/.gitignore
tests/roots/test-uqbar-sphinx-book/_static/.gitignore
tests/roots/test-uqbar-sphinx-style/conf.py
tests/roots/test-uqbar-sphinx-style/index.rst
tests/roots/test-uqbar-sphinx-style/_static/.gitignore
uqbar/__init__.py
uqbar/_version.py
uqbar/enums.py
uqbar/io.py
uqbar/iterables.py
uqbar/objects.py
uqbar/py.typed
uqbar/strings.py
uqbar.egg-info/PKG-INFO
uqbar.egg-info/SOURCES.txt
uqbar.egg-info/dependency_links.txt
uqbar.egg-info/requires.txt
uqbar.egg-info/top_level.txt
uqbar/apis/__init__.py
uqbar/apis/builders.py
uqbar/apis/documenters.py
uqbar/apis/dummy.py
uqbar/apis/graphs.py
uqbar/apis/nodes.py
uqbar/apis/summarizers.py
uqbar/book/__init__.py
uqbar/book/console.py
uqbar/book/extensions.py
uqbar/book/sphinx.py
uqbar/containers/__init__.py
uqbar/containers/dependency_graph.py
uqbar/containers/unique_tree.py
uqbar/ext/__init__.py
uqbar/ext/ipython.py
uqbar/graphs/__init__.py
uqbar/graphs/attrs.py
uqbar/graphs/core.py
uqbar/graphs/graphers.py
uqbar/graphs/html.py
uqbar/graphs/records.py
uqbar/sphinx/__init__.py
uqbar/sphinx/api.py
uqbar/sphinx/book.py
uqbar/sphinx/inheritance.py
uqbar/sphinx/style.py
uqbar/sphinx/uqbar.css