.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
src/dash_wrap/__init__.py
src/dash_wrap/_defaults.py
src/dash_wrap/_factory.py
src/dash_wrap/_version.py
src/dash_wrap/_wrap.py
src/dash_wrap/_wrapper.py
src/dash_wrap/py.typed
src/dash_wrap.egg-info/PKG-INFO
src/dash_wrap.egg-info/SOURCES.txt
src/dash_wrap.egg-info/dependency_links.txt
src/dash_wrap.egg-info/requires.txt
src/dash_wrap.egg-info/top_level.txt
tests/dash_wrap/conftest.py
tests/dash_wrap/test_broad_coverage.py
tests/dash_wrap/test_callbacks.py
tests/dash_wrap/test_dash_internals.py
tests/dash_wrap/test_dependency_equivalence.py
tests/dash_wrap/test_factory.py
tests/dash_wrap/test_serialization.py
tests/dash_wrap/test_subclassing.py
tests/dash_wrap/test_typing.py
tests/dash_wrap/test_wrap_factory.py
tests/dash_wrap/test_wrapper.py