.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/metaclass.py
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/processors/__init__.py
src/docstring_inheritance/processors/base.py
src/docstring_inheritance/processors/google.py
src/docstring_inheritance/processors/numpy.py
tests/test_base_processor.py
tests/test_google_processor.py
tests/test_inheritance_for_functions.py
tests/test_metaclass_google.py
tests/test_metaclass_numpy.py
tests/test_numpy_processor.py