.cruft.json
.editorconfig
.gitignore
.markdownlint.yaml
.noxconfig.example.toml
.pre-commit-config.yaml
.prettierrc.yaml
.recipe-append.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
conftest.py
noxfile.py
pyproject.toml
.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/index.md
docs/examples/usage/cached.ipynb
docs/examples/usage/docfiller.ipynb
docs/reference/index.md
environment/dist-pypi.txt
environment/py310-dev.yaml
environment/py310-dist-conda.yaml
environment/py310-dist-pypi.yaml
environment/py310-docs.yaml
environment/py310-test-extras.yaml
environment/py310-test-noopt.yaml
environment/py310-test.yaml
environment/py310-typing.yaml
environment/py311-test-extras.yaml
environment/py311-test-noopt.yaml
environment/py311-test.yaml
environment/py311-typing.yaml
environment/py38-test-extras.yaml
environment/py38-test-noopt.yaml
environment/py38-test.yaml
environment/py38-typing.yaml
environment/py39-test-extras.yaml
environment/py39-test-noopt.yaml
environment/py39-test.yaml
environment/py39-typing.yaml
environment/test-extras.txt
environment/lock/.gitignore
environment/lock/py310-dev-conda-lock.yml
environment/lock/py310-dist-conda-conda-lock.yml
environment/lock/py310-dist-pypi-conda-lock.yml
environment/lock/py310-test-conda-lock.yml
environment/lock/py310-typing-conda-lock.yml
environment/lock/py311-test-conda-lock.yml
environment/lock/py311-typing-conda-lock.yml
environment/lock/py38-test-conda-lock.yml
environment/lock/py38-typing-conda-lock.yml
environment/lock/py39-test-conda-lock.yml
environment/lock/py39-typing-conda-lock.yml
examples/README.md
examples/usage/cached.ipynb
examples/usage/docfiller.ipynb
src/module_utilities/__init__.py
src/module_utilities/_doc.py
src/module_utilities/_version.py
src/module_utilities/attributedict.py
src/module_utilities/cached.py
src/module_utilities/docfiller.py
src/module_utilities/docinherit.py
src/module_utilities/options.py
src/module_utilities/py.typed
src/module_utilities/typing.py
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/requires.txt
src/module_utilities.egg-info/top_level.txt
src/module_utilities.egg-info/zip-safe
src/module_utilities/vendored/LICENSE.txt
src/module_utilities/vendored/README.txt
src/module_utilities/vendored/__init__.py
src/module_utilities/vendored/docscrape.py
tests/__init__.py
tests/conftest.py
tests/test_attributedict.py
tests/test_cached.py
tests/test_cached_subclass_typing.py
tests/test_cached_subclass_typing_2.py
tests/test_cached_subclassing_covariant.py
tests/test_docfiller.py
tests/test_inherit.py
tests/test_module_utilities.py
tools/noxtools.py