.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CREDITS.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
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/base.py
src/docstring_inheritance/docstring_inheritors/google.py
src/docstring_inheritance/docstring_inheritors/numpy.py
tests/test_base_inheritor.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