.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/build.yml
.github/workflows/tests.yml
dist/requirements.txt
docs/Makefile
docs/bindings.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/internals.rst
docs/make.bat
docs/reference.rst
docs/requirements.txt
docs/usage.rst
examples/bouncingwidget.py
examples/http_example.py
examples/minimal_cli.py
examples/minimal_gui.py
examples/requirements.txt
examples/sleep_example.py
src/requirements.txt
src/asyncslot/__init__.py
src/asyncslot/_base_events.py
src/asyncslot/_proactor_events.py
src/asyncslot/_runners.py
src/asyncslot/_selectable.py
src/asyncslot/_selector_events.py
src/asyncslot/_slot.py
src/asyncslot/_unix_events.py
src/asyncslot/_windows_events.py
src/asyncslot/bindings.py
src/asyncslot.egg-info/PKG-INFO
src/asyncslot.egg-info/SOURCES.txt
src/asyncslot.egg-info/dependency_links.txt
src/asyncslot.egg-info/requires.txt
src/asyncslot.egg-info/top_level.txt
tests/asyncio_tests.py
tests/dep_test_del.py
tests/gui_test_clicked.py
tests/requirements.txt
tests/shim.py
tests/test_events.py
tests/test_runtask.py
tests/test_sleep.py
tests/test_slot.py