.coveragerc.toml
.gitignore
LICENSE
README.md
pyproject.toml
pytest.toml
ruff.toml
tox.ini
ty.toml
uv.lock
.github/dependabot.yml
.github/workflows/check.yml
.github/workflows/publish.yml
src/attributes_doc/__init__.py
src/attributes_doc/_base.py
src/attributes_doc/py.typed
src/attributes_doc.egg-info/PKG-INFO
src/attributes_doc.egg-info/SOURCES.txt
src/attributes_doc.egg-info/dependency_links.txt
src/attributes_doc.egg-info/scm_file_list.json
src/attributes_doc.egg-info/scm_version.json
src/attributes_doc.egg-info/top_level.txt
tests/__init__.py
tests/test_attributes_doc.py
tests/test_both_decorators.py
tests/test_enum_doc.py
tests/test_get_attributes_doc.py