.github_changelog_generator
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
asv.conf.json
codecov.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
psygnal/__init__.py
psygnal/_group.py
psygnal/_signal.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_list.py
psygnal/containers/_evented_proxy.py
psygnal/containers/_evented_set.py
tests/test_bench.py
tests/test_group.py
tests/test_psygnal.py
tests/test_qt_compat.py
tests/test_utils.py
tests/containers/test_evented_list.py
tests/containers/test_evented_proxy.py
tests/containers/test_evented_set.py
typesafety/test_containers.yml
typesafety/test_signal.yml