.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
stubtest_allow.txt
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/scripts/assert-unchanged.sh
.github/workflows/cd.yml
.github/workflows/ci.yml
docs/command_line.md
docs/conf.py
docs/configuration.md
docs/glossary.md
docs/index.md
docs/installation.md
docs/introduction.md
docs/typing_syntax.md
docs/release_notes/index.md
docs/release_notes/v0.2.0.md
docs/release_notes/v0.3.0.md
docs/release_notes/v0.4.0.md
docs/release_notes/v0.5.0.md
docs/static/furo_overrides.css
docs/templates/ethical-ads.html
docs/templates/external-links.html
docs/templates/version.html
examples/docstub.toml
examples/example_pkg/__init__.py
examples/example_pkg/_basic.py
examples/example_pkg/_compiled.pyi
examples/example_pkg/_numpy.py
examples/example_pkg-stubs/__init__.pyi
examples/example_pkg-stubs/_basic.pyi
examples/example_pkg-stubs/_compiled.pyi
examples/example_pkg-stubs/_numpy.pyi
examples/example_pkg-stubs/py.typed
src/docstub/__init__.py
src/docstub/__main__.py
src/docstub/_analysis.py
src/docstub/_cache.py
src/docstub/_cli.py
src/docstub/_config.py
src/docstub/_docstrings.py
src/docstub/_path_utils.py
src/docstub/_report.py
src/docstub/_stubs.py
src/docstub/_utils.py
src/docstub/_version.py
src/docstub/_version.pyi
src/docstub/config_template.toml
src/docstub/doctype.lark
src/docstub/numpy_config.toml
src/docstub-stubs/__init__.pyi
src/docstub-stubs/__main__.pyi
src/docstub-stubs/_analysis.pyi
src/docstub-stubs/_cache.pyi
src/docstub-stubs/_cli.pyi
src/docstub-stubs/_config.pyi
src/docstub-stubs/_docstrings.pyi
src/docstub-stubs/_path_utils.pyi
src/docstub-stubs/_report.pyi
src/docstub-stubs/_stubs.pyi
src/docstub-stubs/_utils.pyi
src/docstub-stubs/_version.pyi
src/docstub-stubs/py.typed
src/docstub-stubs/_vendored/__init__.pyi
src/docstub-stubs/_vendored/stdlib.pyi
src/docstub.egg-info/PKG-INFO
src/docstub.egg-info/SOURCES.txt
src/docstub.egg-info/dependency_links.txt
src/docstub.egg-info/entry_points.txt
src/docstub.egg-info/requires.txt
src/docstub.egg-info/top_level.txt
src/docstub/_vendored/__init__.py
src/docstub/_vendored/stdlib.py
tests/__init__.py
tests/conftest.py
tests/test_analysis.py
tests/test_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_docs.py
tests/test_docstrings.py
tests/test_path_utils.py
tests/test_report.py
tests/test_stubs.py
tests/test_utils.py