LICENSE.md
README.rst
setup.py
aiomatrix/__init__.py
aiomatrix/loggers.py
aiomatrix/client/__init__.py
aiomatrix/client/client.py
aiomatrix/client/apis/__init__.py
aiomatrix/client/apis/auth.py
aiomatrix/client/apis/capabilities_negotiation.py
aiomatrix/client/apis/listing_rooms.py
aiomatrix/client/apis/raw_api.py
aiomatrix/client/apis/room_membership.py
aiomatrix/client/apis/rooms.py
aiomatrix/client/apis/syncing.py
aiomatrix/client/apis/modules/__init__.py
aiomatrix/client/apis/modules/content_repository.py
aiomatrix/client/apis/modules/instant_messaging.py
aiomatrix/client/apis/modules/presence_api.py
aiomatrix/client/apis/modules/typing_notifications.py
aiomatrix/dispatcher/__init__.py
aiomatrix/dispatcher/dispatcher.py
aiomatrix/dispatcher/filters/__init__.py
aiomatrix/dispatcher/filters/base.py
aiomatrix/dispatcher/filters/builtin.py
aiomatrix/dispatcher/handlers/__init__.py
aiomatrix/dispatcher/handlers/handler.py
aiomatrix/dispatcher/observers/__init__.py
aiomatrix/dispatcher/observers/matrix.py
aiomatrix/dispatcher/storage/__init__.py
aiomatrix/dispatcher/storage/storage.py
aiomatrix/dispatcher/storage/base_engines/__init__.py
aiomatrix/dispatcher/storage/base_engines/sqlite.py
aiomatrix/dispatcher/storage/internal_data/__init__.py
aiomatrix/dispatcher/storage/internal_data/base.py
aiomatrix/dispatcher/storage/internal_data/repo.py
aiomatrix/dispatcher/storage/internal_data/sqlite.py
aiomatrix/dispatcher/storage/internal_data/engines/__init__.py
aiomatrix/dispatcher/storage/internal_data/engines/sqlite.py
aiomatrix/dispatcher/storage/internal_data/models/__init__.py
aiomatrix/dispatcher/storage/internal_data/models/internal_data_pair.py
aiomatrix/dispatcher/storage/presence/__init__.py
aiomatrix/dispatcher/storage/presence/base.py
aiomatrix/dispatcher/storage/presence/repo.py
aiomatrix/dispatcher/storage/presence/sqlite.py
aiomatrix/dispatcher/storage/presence/engines/__init__.py
aiomatrix/dispatcher/storage/presence/engines/sqlite.py
aiomatrix/dispatcher/storage/presence/models/__init__.py
aiomatrix/dispatcher/storage/presence/models/presence.py
aiomatrix/dispatcher/storage/room_events/__init__.py
aiomatrix/dispatcher/storage/room_events/base.py
aiomatrix/dispatcher/storage/room_events/repo.py
aiomatrix/dispatcher/storage/room_events/sqlite.py
aiomatrix/dispatcher/storage/room_events/engines/__init__.py
aiomatrix/dispatcher/storage/room_events/engines/sqlite.py
aiomatrix/dispatcher/storage/room_events/models/__init__.py
aiomatrix/dispatcher/storage/room_events/models/event.py
aiomatrix/dispatcher/storage/rooms_data/__init__.py
aiomatrix/dispatcher/storage/rooms_data/base.py
aiomatrix/dispatcher/storage/rooms_data/models/__init__.py
aiomatrix/dispatcher/storage/rooms_data/models/room.py
aiomatrix/exceptions/__init__.py
aiomatrix/exceptions/errors.py
aiomatrix/types/__init__.py
aiomatrix/types/misc.py
aiomatrix/types/primitives.py
aiomatrix/types/events/__init__.py
aiomatrix/types/events/base.py
aiomatrix/types/events/base_room_events.py
aiomatrix/types/events/room_message_event.py
aiomatrix/types/events/modules/__init__.py
aiomatrix/types/events/modules/e2ee/__init__.py
aiomatrix/types/events/modules/e2ee/device_lists.py
aiomatrix/types/events/modules/e2ee/encrypted_file.py
aiomatrix/types/events/modules/instant_messaging/__init__.py
aiomatrix/types/events/modules/instant_messaging/audio.py
aiomatrix/types/events/modules/instant_messaging/basic_file_info.py
aiomatrix/types/events/modules/instant_messaging/emote.py
aiomatrix/types/events/modules/instant_messaging/file.py
aiomatrix/types/events/modules/instant_messaging/image.py
aiomatrix/types/events/modules/instant_messaging/location.py
aiomatrix/types/events/modules/instant_messaging/new_content.py
aiomatrix/types/events/modules/instant_messaging/notice.py
aiomatrix/types/events/modules/instant_messaging/text.py
aiomatrix/types/events/modules/instant_messaging/video.py
aiomatrix/types/events/modules/presence/__init__.py
aiomatrix/types/events/modules/presence/presence.py
aiomatrix/types/events/modules/send_to_device/__init__.py
aiomatrix/types/events/modules/send_to_device/to_device.py
aiomatrix/types/events/relationships/__init__.py
aiomatrix/types/events/relationships/reaction.py
aiomatrix/types/events/room_state_events/__init__.py
aiomatrix/types/events/room_state_events/room_canonical_alias.py
aiomatrix/types/events/room_state_events/room_create.py
aiomatrix/types/events/room_state_events/room_join_rules.py
aiomatrix/types/events/room_state_events/room_member.py
aiomatrix/types/events/room_state_events/room_power_levels.py
aiomatrix/types/events/room_state_events/room_redaction.py
aiomatrix/types/methods/__init__.py
aiomatrix/types/methods/create_room.py
aiomatrix/types/methods/join_room_query.py
aiomatrix/types/responses/__init__.py
aiomatrix/types/responses/content_repository.py
aiomatrix/types/responses/create_room.py
aiomatrix/types/responses/listing_rooms.py
aiomatrix/types/responses/login_response.py
aiomatrix/types/responses/login_types.py
aiomatrix/types/responses/room_aliases.py
aiomatrix/types/responses/room_members.py
aiomatrix/types/responses/room_membership.py
aiomatrix/types/responses/room_messages.py
aiomatrix/types/responses/server_capabilities.py
aiomatrix/types/responses/sync.py
aiomatrix/types/responses/whoamiresponse.py
aiomatrix/utils/__init__.py
aiomatrix/utils/executor.py
aiomatrix/utils/input_file.py
aiomatrix/utils/mixins.py
aiomatrix/utils/quotes.py
aiomatrix_py.egg-info/PKG-INFO
aiomatrix_py.egg-info/SOURCES.txt
aiomatrix_py.egg-info/dependency_links.txt
aiomatrix_py.egg-info/requires.txt
aiomatrix_py.egg-info/top_level.txt