LICENSE
MANIFEST.in
README.md
pyproject.toml
ruff.toml
setup.py
.github/workflows/lint-check.yml
.github/workflows/python-publish.yml
aioservicekit/__init__.py
aioservicekit/channels.py
aioservicekit/events.py
aioservicekit/groups.py
aioservicekit/services.py
aioservicekit/tasks.py
aioservicekit/utils.py
aioservicekit.egg-info/PKG-INFO
aioservicekit.egg-info/SOURCES.txt
aioservicekit.egg-info/dependency_links.txt
aioservicekit.egg-info/requires.txt
aioservicekit.egg-info/top_level.txt
docs/channels.md
docs/events.md
docs/getting_started.md
docs/services.md
docs/task_groups.md
docs/tasks.md
docs/utils.md
examples/chanel.py
examples/event.py
examples/service-with-timeout.py
examples/service.py
tests/conftest.py
tests/test_chanels.py
tests/test_events.py
tests/test_groups.py
tests/test_services.py