LICENSE
README.md
__init__.py
_capabilities.py
_codegen.py
_codegen_settings.py
actions.py
admin.py
apps.py
checks.py
codegen_urls.py
conf.py
conftest.py
consumers.py
dto.py
errors.py
functions.py
gdpr.py
models.py
py.typed
pyproject.toml
realtime.py
scope.py
serializers.py
services.py
urls.py
views.py
./__init__.py
./_capabilities.py
./_codegen.py
./_codegen_settings.py
./actions.py
./admin.py
./apps.py
./checks.py
./codegen_urls.py
./conf.py
./conftest.py
./consumers.py
./dto.py
./errors.py
./functions.py
./gdpr.py
./models.py
./py.typed
./realtime.py
./scope.py
./serializers.py
./services.py
./urls.py
./views.py
./migrations/0001_initial.py
./migrations/__init__.py
./schemas/consumes/user.deleted.json
./schemas/emits/chat.message.json
./schemas/emits/chat.support.assigned.json
migrations/0001_initial.py
migrations/__init__.py
schemas/consumes/user.deleted.json
schemas/emits/chat.message.json
schemas/emits/chat.support.assigned.json
stapel_chat.egg-info/PKG-INFO
stapel_chat.egg-info/SOURCES.txt
stapel_chat.egg-info/dependency_links.txt
stapel_chat.egg-info/requires.txt
stapel_chat.egg-info/top_level.txt
tests/test_checks.py
tests/test_contract.py
tests/test_conversations.py
tests/test_messages.py
tests/test_read_unread.py
tests/test_realtime.py
tests/test_seq_and_outbox.py
tests/test_support.py