.github_changelog_generator
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
asv.conf.json
codecov.yml
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/workflows/benchmark.yml
.github/workflows/ci.yml
benchmarks/__init__.py
benchmarks/benchmarks.py
docs/index.md
docs/usage.md
docs/API/containers.md
docs/API/index.md
docs/API/throttler.md
docs/API/utilities.md
docs/stylesheets/extra.css
psygnal/__init__.py
psygnal/_evented_model.py
psygnal/_group.py
psygnal/_signal.py
psygnal/_throttler.py
psygnal/_version.py
psygnal/py.typed
psygnal/utils.py
psygnal.egg-info/PKG-INFO
psygnal.egg-info/SOURCES.txt
psygnal.egg-info/dependency_links.txt
psygnal.egg-info/not-zip-safe
psygnal.egg-info/requires.txt
psygnal.egg-info/top_level.txt
psygnal/containers/__init__.py
psygnal/containers/_evented_dict.py
psygnal/containers/_evented_list.py
psygnal/containers/_evented_proxy.py
psygnal/containers/_evented_set.py
psygnal/containers/_selectable_evented_list.py
psygnal/containers/_selection.py
tests/test_bench.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