.cruft.json
.editorconfig
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.prettierrc.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
conftest.py
environment.yaml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
changelog.d/README.txt
changelog.d/templates/new_fragment.md.j2
changelog.d/templates/auto-changelog/macros.jinja2
changelog.d/templates/auto-changelog/template.jinja2
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation.md
docs/license.md
docs/make.bat
docs/navigation.md
docs/spelling_wordlist.txt
docs/_static/css/nist-combined.css
docs/_static/js/leave_notice.js
docs/_static/js/nist-header-footer.js
docs/_templates/class-individual-pages.rst
docs/_templates/class-single-page.rst
docs/_templates/custom-module-template.rst
docs/_templates/module-custom-imported.rst
docs/_templates/module-custom.rst
docs/_templates/module-single.rst
docs/_templates/module-template.rst
docs/_templates/autodocsumm/class-noindex.rst
docs/_templates/autodocsumm/class.rst
docs/_templates/autodocsumm/module-inherit.rst
docs/_templates/autodocsumm/module-noindex.rst
docs/_templates/autodocsumm/module.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/examples/example-usage-1.rst
docs/examples/example-usage.md
docs/examples/index.md
docs/examples/usage/cached.ipynb
docs/examples/usage/docfiller.ipynb
docs/reference/index.md
environment/dev-extras.yaml
environment/dev.yaml
environment/dist-conda.yaml
environment/dist-pypi.yaml
environment/docs-extras.yaml
environment/docs.yaml
environment/lint-extras.yaml
environment/lint.yaml
environment/test-extras.yaml
environment/test.yaml
environment/tools.yaml
examples/README.md
examples/usage/cached.ipynb
examples/usage/docfiller.ipynb
scripts/dist-conda.mk
scripts/dist-pypi.mk
scripts/docs-examples-symlinks.sh
scripts/lint.mk
scripts/run-prettier.sh
scripts/tox-ipykernel-display-name.sh
src/module_utilities/__init__.py
src/module_utilities/_doc.py
src/module_utilities/_docscrape.py
src/module_utilities/_typing.py
src/module_utilities/attributedict.py
src/module_utilities/cached.py
src/module_utilities/docfiller.py
src/module_utilities/py.typed
src/module_utilities.egg-info/PKG-INFO
src/module_utilities.egg-info/SOURCES.txt
src/module_utilities.egg-info/dependency_links.txt
src/module_utilities.egg-info/not-zip-safe
src/module_utilities.egg-info/requires.txt
src/module_utilities.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cached.py
tests/test_docfiller.py
tests/test_module_utilities.py