.coveragerc
.gitignore
.pre-commit-config.yaml
.pytest.ini
.ruff.toml
CHANGELOG.md
CREDITS.md
LICENSE.txt
README.md
pyproject.toml
tox.ini
.github/workflows/tests.yml
LICENSES/headers/CC-BY-4.0.txt
LICENSES/headers/MIT.txt
requirements/test.txt
src/docstring_inheritance/__init__.py
src/docstring_inheritance/class_docstrings_inheritor.py
src/docstring_inheritance/py.typed
src/docstring_inheritance.egg-info/PKG-INFO
src/docstring_inheritance.egg-info/SOURCES.txt
src/docstring_inheritance.egg-info/dependency_links.txt
src/docstring_inheritance.egg-info/requires.txt
src/docstring_inheritance.egg-info/top_level.txt
src/docstring_inheritance/docstring_inheritors/__init__.py
src/docstring_inheritance/docstring_inheritors/google.py
src/docstring_inheritance/docstring_inheritors/numpy.py
src/docstring_inheritance/docstring_inheritors/bases/__init__.py
src/docstring_inheritance/docstring_inheritors/bases/inheritor.py
src/docstring_inheritance/docstring_inheritors/bases/parser.py
src/docstring_inheritance/docstring_inheritors/bases/renderer.py
tests/test_base_inheritor.py
tests/test_base_parser.py
tests/test_google_inheritor.py
tests/test_inheritance_for_functions.py
tests/test_metaclass_google.py
tests/test_metaclass_numpy.py
tests/test_numpy_inheritor.py