.github_changelog_generator
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
Makefile
README.md
asv.conf.json
codecov.yml
mkdocs.yml
pyproject.toml
setup.py
.devcontainer/Dockerfile
.devcontainer/add-notice.sh
.devcontainer/devcontainer.json
.devcontainer/noop.txt
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/benchmark.yml
.github/workflows/ci.yml
benchmarks/__init__.py
benchmarks/benchmarks.py
docs/dataclasses.md
docs/index.md
docs/usage.md
docs/API/containers.md
docs/API/evented.md
docs/API/index.md
docs/API/model.md
docs/API/proxy.md
docs/API/throttler.md
docs/API/utilities.md
docs/stylesheets/extra.css
src/psygnal/__init__.py
src/psygnal/_evented_decorator.py
src/psygnal/_evented_model.c
src/psygnal/_evented_model.py
src/psygnal/_group.c
src/psygnal/_group.py
src/psygnal/_signal.c
src/psygnal/_signal.py
src/psygnal/_throttler.c
src/psygnal/_throttler.py
src/psygnal/py.typed
src/psygnal/utils.c
src/psygnal/utils.py
src/psygnal.egg-info/PKG-INFO
src/psygnal.egg-info/SOURCES.txt
src/psygnal.egg-info/dependency_links.txt
src/psygnal.egg-info/not-zip-safe
src/psygnal.egg-info/requires.txt
src/psygnal.egg-info/top_level.txt
src/psygnal/containers/__init__.py
src/psygnal/containers/_evented_dict.c
src/psygnal/containers/_evented_dict.py
src/psygnal/containers/_evented_list.c
src/psygnal/containers/_evented_list.py
src/psygnal/containers/_evented_proxy.c
src/psygnal/containers/_evented_proxy.py
src/psygnal/containers/_evented_set.c
src/psygnal/containers/_evented_set.py
src/psygnal/containers/_selectable_evented_list.c
src/psygnal/containers/_selectable_evented_list.py
src/psygnal/containers/_selection.c
src/psygnal/containers/_selection.py
tests/test_bench.py
tests/test_evented_decorator.py
tests/test_evented_model.py
tests/test_group.py
tests/test_psygnal.py
tests/test_qt_compat.py
tests/test_throttler.py
tests/test_utils.py
tests/containers/test_evented_dict.py
tests/containers/test_evented_list.py
tests/containers/test_evented_proxy.py
tests/containers/test_evented_set.py
tests/containers/test_selectable_evented_list.py
tests/containers/test_selection.py
typesafety/test_containers.yml
typesafety/test_signal.yml