aiomatrix/__init__.py,sha256=PokvWnwFEvapg6ZMg27eK4946-cHsE9ObL7ErWiHHPg,188
aiomatrix/loggers.py,sha256=4qJZ_DXPvQh_LJsYmte1NULmJ2_1MjZ8oqSatHTu_Rk,208
aiomatrix/client/__init__.py,sha256=vE_XbpUSwIsxdZozH5VE2UFBFadhyrD6yPWd6dJKHlw,36
aiomatrix/client/client.py,sha256=EDbP5yjzYiHMWV_RhEgLqTdWxS0trFu8je4b5mZABvE,4839
aiomatrix/client/apis/__init__.py,sha256=3WqSfEJn2FoVYtcgzGdoNMw0Ens3Wnmg2YbLgQbmK84,252
aiomatrix/client/apis/auth.py,sha256=d17evKDTCr-OwyhXNC1OlnX4ZK7X1H9L1WKtRwr9plk,1918
aiomatrix/client/apis/capabilities_negotiation.py,sha256=GwHCDHQyUjVYKgsVFBQgY3wajCq3mT4ZmSTcOnEeTYA,442
aiomatrix/client/apis/listing_rooms.py,sha256=Wq5gsZzKTmGOBFMpPn9zuLJWYyhSlgJqJgONq2RGdVo,2226
aiomatrix/client/apis/raw_api.py,sha256=nWQLbL34GaLALHEJulqHigQzmc6NAGmcnAKbO4cIAFs,3305
aiomatrix/client/apis/room_membership.py,sha256=Aj7m0uzuQL9-2LAunVOwc5l9M_5lFEW4in4kty-30pQ,3823
aiomatrix/client/apis/rooms.py,sha256=MkbZyKgMshx1t8PFOrImkPmWF3ajaKmIbVmg7u97SCA,3201
aiomatrix/client/apis/syncing.py,sha256=22mzD9EXErK36NFue-6YNIEjKEVWN_Cy1WnOvdYCwl0,3964
aiomatrix/client/apis/modules/__init__.py,sha256=7-f0mFN7BjMIlqbAXfL_MrlxgQd5rSlBQBEz2u5IJUs,143
aiomatrix/client/apis/modules/instant_messaging.py,sha256=fGAAYKXpOpedGmri2Itq1cmLEEBr2HyM4MOg6yRU6Kw,2161
aiomatrix/client/apis/modules/presence_api.py,sha256=Km0WG-5Q_I_yCfLG1UZN1sKMkpaMHXzzwRND-ZodQnU,1175
aiomatrix/client/apis/modules/typing_notifications.py,sha256=P_Er2Qx2EUMzlw_74LEsOtY-HG7staDIDMf7khJwMPI,1025
aiomatrix/dispatcher/__init__.py,sha256=HlGI71oNY1aWSW9GqiH3hGRo-APQRV4ncKgDVCZfSuM,85
aiomatrix/dispatcher/dispatcher.py,sha256=TNPD6poxzQEr0sU84YGw0C9HClolhJtGWHixo06C-jE,9426
aiomatrix/dispatcher/filters/__init__.py,sha256=kTJuJnjiZBf8veVenFkyc744FYKcSniy2iEO0XgSeCw,51
aiomatrix/dispatcher/filters/base.py,sha256=K2baCJhiU-qKeshsDQ7Zdv4ArZGOngIWzuQKv3CTLmk,388
aiomatrix/dispatcher/filters/builtin.py,sha256=JNvmpac6Ds7CBSnErz7bw2nRec5Yqbr960iDeohcCUQ,3799
aiomatrix/dispatcher/handlers/__init__.py,sha256=V7bLGtnZ4jd5UVy0bzNhqDWE-M-OUAidccQ3IqiM3Xc,29
aiomatrix/dispatcher/handlers/handler.py,sha256=2JLfjcXBjiUgUYUMBgk5ccon3dsipFdDKVLwJoChIHA,666
aiomatrix/dispatcher/storage/__init__.py,sha256=JJZccxEq6zCd0VKy1eqO0Wmb_Nn-uBQWhWfUe7Lf5Fc,238
aiomatrix/dispatcher/storage/storage.py,sha256=uXP4Y1s5L8sicRdhMnJjZ_RaQi5gmknGjq9GBvGdYXA,716
aiomatrix/dispatcher/storage/base_engines/__init__.py,sha256=w95USKkHg2NVhSgSEazhNB0_RRFsmMdU6AZX9hdrkbE,37
aiomatrix/dispatcher/storage/base_engines/sqlite.py,sha256=MUN11GVrvgXwpIUw6UhVVvnIP77dQhF9-ygrkCAhHJ8,2922
aiomatrix/dispatcher/storage/internal_data/__init__.py,sha256=ub_dZhNuqvZTlsLAK-zvMiV82IhK0c9lyWwTnVCPbDc,123
aiomatrix/dispatcher/storage/internal_data/base.py,sha256=f6klXilK0LiW74Hw5TwiZQtP1fjI8A-89a0OhJJP6jo,379
aiomatrix/dispatcher/storage/internal_data/repo.py,sha256=z7WthinguasidrHs3Ob1kEoDt27RFVZXS4b62IMQdqY,1001
aiomatrix/dispatcher/storage/internal_data/sqlite.py,sha256=swjn2_zC52aRVgFo-r_skpkZe-RwClEP-7flMdsG6_c,885
aiomatrix/dispatcher/storage/internal_data/engines/__init__.py,sha256=tcuW1zHAJfUitPQmN8ee_qm9aeswbFG8TCf4E3TZSDg,52
aiomatrix/dispatcher/storage/internal_data/engines/sqlite.py,sha256=XSuXCFeh8mcYBoDeERtBMq0-Csfr50xENtZSEPKNEsg,1868
aiomatrix/dispatcher/storage/internal_data/models/__init__.py,sha256=VO7X5W4QdPCzTRk0Js2Nnp40Eb9I3S2IIokMj_Tzcz8,49
aiomatrix/dispatcher/storage/internal_data/models/internal_data_pair.py,sha256=9XO-kGuPfOqlSBhf0x0K3MGAFwjXZmh_wRNvl9fm3Jk,89
aiomatrix/dispatcher/storage/presence/__init__.py,sha256=Y9jMB6PMSPSoKU0IYr-JD3yTu5eAWLCplw9_i5pEJAc,132
aiomatrix/dispatcher/storage/presence/base.py,sha256=c08b5jOeDn7yG6r2kqpthwsw7amqp3Cw9gSneN65Cos,1014
aiomatrix/dispatcher/storage/presence/repo.py,sha256=hZTjVQ19NN0nNQDTOXMPjTUf_FPGaE2HlY-KPMPNMZs,2330
aiomatrix/dispatcher/storage/presence/sqlite.py,sha256=g6TK7OmONG1AWzGEAKwA9QzectNMTsiT1a5_z0Q1wFg,1756
aiomatrix/dispatcher/storage/presence/engines/__init__.py,sha256=rw-g090FJO7e9PimCoGFf5BZrVQEVI5bipfYZaOYlik,48
aiomatrix/dispatcher/storage/presence/engines/sqlite.py,sha256=qpimYweSVDUrt4MmFQE3VcBwrfnFJLDaGnyRmak_1jY,2887
aiomatrix/dispatcher/storage/presence/models/__init__.py,sha256=t3pfS5i9GCgjcXrUq8XZpt1qT89VpXzpD_jehcNS0gk,35
aiomatrix/dispatcher/storage/presence/models/presence.py,sha256=GrXMAbJvpOlxmGtQQ30knPb_WkReU30hchFB1DyW6aI,317
aiomatrix/dispatcher/storage/room_events/__init__.py,sha256=ZXSfdCb-t_7bIFnVLdsWNNdztXLrJ2-CSbpXeTk7zt4,124
aiomatrix/dispatcher/storage/room_events/base.py,sha256=Uf8R0CxMrLTlX0PoFnBHBc8uSkw8Gd9-nIfgFqGkjFM,1568
aiomatrix/dispatcher/storage/room_events/repo.py,sha256=yJP0Ui1mlx82HP_yQfa757YzWKdJR1qh7jbor6OpwSg,3809
aiomatrix/dispatcher/storage/room_events/sqlite.py,sha256=_Cyu4OrWANMmuyNP8B0TaDy28bWJtiNq4JSWDusIEFE,2405
aiomatrix/dispatcher/storage/room_events/engines/__init__.py,sha256=x5-J0fyi1Py5WZTt1xC9VWMhpLA_Si2XILXI2eIpfqk,45
aiomatrix/dispatcher/storage/room_events/engines/sqlite.py,sha256=FN-0v56JcJV4Z-SSuhanljGd-RVIMTouOg8n1cnZoYI,4310
aiomatrix/dispatcher/storage/room_events/models/__init__.py,sha256=Z7e1QLlTnsjlkJeXd4MyxpnXUCOLlQAVwkO02_u5Qc4,40
aiomatrix/dispatcher/storage/room_events/models/event.py,sha256=IMfr_fq9-R6py6mT8c97uVa-eOxBkOT5homTSEhA2FU,539
aiomatrix/dispatcher/storage/rooms_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiomatrix/dispatcher/storage/rooms_data/base.py,sha256=cY5b7P-Is4Xwh9Ms4K7-RePS0gi-392zXWft2FM4tq8,198
aiomatrix/dispatcher/storage/rooms_data/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiomatrix/dispatcher/storage/rooms_data/models/room.py,sha256=1c32ZtEJ4Fa1tgF-EujL8BBW-wx_CiR0cOlIE6UlEcE,149
aiomatrix/exceptions/__init__.py,sha256=2QmVF9tPuiT-SnTFgeJGKE7eCtCaxRQFfT7Djw25zmI,139
aiomatrix/exceptions/errors.py,sha256=uQiM0DwyTXLQW4psRgneciJpv8oVEImcXhweCEtFrs0,1284
aiomatrix/types/__init__.py,sha256=8D-oSQlm5M57CeG3uUZzFOXmiNwpV8VG1UN9DN1mxfg,68
aiomatrix/types/misc.py,sha256=ZPAl60VG_9aHIlq7v9rosEHrTSJdufHLe7Dmj7XoX2Y,931
aiomatrix/types/primitives.py,sha256=vq13uuo0M19UGmQjP9_4kcg0VQ6cnsv2-co4l0aWaoU,211
aiomatrix/types/events/__init__.py,sha256=LL5pPhT5u0E1arpN-SPKx37IZjcUPjEj5NlcU-aQIlo,264
aiomatrix/types/events/base.py,sha256=jBWbVf59MPexuX2e_HYqqIFNBJCiEcmIiaIhXu2AGQY,782
aiomatrix/types/events/base_room_events.py,sha256=orfp1WwSBzZs3eeEYVros9-uyYBnQQlqLo0ZjW4prUw,1340
aiomatrix/types/events/room_message_event.py,sha256=pvZBS2zLBs7AA-uqn3bakk-1Wf4uG_tPaBvfw6CIFcc,1090
aiomatrix/types/events/relationships/__init__.py,sha256=51DECtfNj8DK4xF4xJf3nRL_Gs_Og-gHNbtcNEYm-YE,50
aiomatrix/types/events/relationships/reaction.py,sha256=PT76N6J4cW9K2K5vl8aSsIDoMmRxzeKARxi1br4i0c4,276
aiomatrix/types/events/room_state_events/__init__.py,sha256=OPH87ezoYYwrcTLD6gus4QgSMsT7APRD35J7Dv_xMXE,315
aiomatrix/types/events/room_state_events/room_canonical_alias.py,sha256=2zZqeB8ZobE71z1DIUhK9wi0wgi0x2m-grXoLaMU_9U,298
aiomatrix/types/events/room_state_events/room_create.py,sha256=7cGSLrk8S_ulQAdL-iX8nnV0sfzNlgQR_X7xjaYHfuI,518
aiomatrix/types/events/room_state_events/room_join_rules.py,sha256=bntKPIWFzvuz_56rzdOFBR1Kd1c6w9v17tGIx6uogfs,366
aiomatrix/types/events/room_state_events/room_member.py,sha256=0I1lzLr10zo0KLIStyZPb4LYmcw4g4k6x4-pxU5sm98,739
aiomatrix/types/events/room_state_events/room_power_levels.py,sha256=vXXcgQSu8_1UN0_UasXN_I9ZnT4kAZ9Ofi2WD9t2b20,589
aiomatrix/types/events/room_state_events/room_redaction.py,sha256=DALmI7gCDPemZ4sYBzKyyVdz5_qcG32lXp3hDLo8TVE,271
aiomatrix/types/methods/__init__.py,sha256=Bm5BCEdLJdvyK2WfzYFzeNmE4SisboKKEoGHP5aXqfU,43
aiomatrix/types/methods/create_room.py,sha256=WkkhY3t6BEIIXBRAOiLUj2DGdaH25XBstvTONmMg2II,254
aiomatrix/types/methods/join_room_query.py,sha256=9wBYpPsFK40La_gjfFADXujE_6qJGn9TATcVnaqHzXE,169
aiomatrix/types/modules/__init__.py,sha256=v_F8Dean8I71JS3ct5qV-8gYHRMgXU-sfvz1kAyHGC0,64
aiomatrix/types/modules/e2ee/__init__.py,sha256=VLNa0LWsADFubnYzeEmeW1U_kUEZ_2go4is4xb6LnqA,85
aiomatrix/types/modules/e2ee/device_lists.py,sha256=alaRZdTi4aC6brA0W0-KfYA8G52y4E3USaFKoxMF5ec,155
aiomatrix/types/modules/e2ee/encrypted_file.py,sha256=yhv8WH3RU1iDrY_aVdIKPFdcEQjvTXk3mnlWAoYD17w,273
aiomatrix/types/modules/instant_messaging/__init__.py,sha256=5mAiDCJ5_elW9pnElGDSPrmHq2fEaX5kJKMtWy7EPT8,260
aiomatrix/types/modules/instant_messaging/audio.py,sha256=WTU6DGjVIzliYrJa6D3RMzkmFBAjWaCPHJeYlFCMz5s,390
aiomatrix/types/modules/instant_messaging/basic_file_info.py,sha256=ptPcwVkLwWuTSy3GGmzZ2L8czQGBW8jsBTu8eU0rEwM,136
aiomatrix/types/modules/instant_messaging/emote.py,sha256=N9iPFIhZGgi62HvtZG3kX2_kYWTQAcQLmYKYrW7Y5I4,74
aiomatrix/types/modules/instant_messaging/file.py,sha256=7OxtonSAJNsDmYQMeIdlHzA3Fd4qYLeeZZaK7EH7umk,524
aiomatrix/types/modules/instant_messaging/image.py,sha256=rluVzjotejvK2NxYw8rrqwKLJVjzWWsYYV3DlJit8F8,587
aiomatrix/types/modules/instant_messaging/location.py,sha256=URk3wllOLGbmTF7iOlvcg0XW_T0i7CB8W2zcU0BKmxk,454
aiomatrix/types/modules/instant_messaging/notice.py,sha256=p_NT60fg13hxfh9ROtAk6HSufsh4T0g5KMwGNW4dy50,75
aiomatrix/types/modules/instant_messaging/text.py,sha256=gNqsecih_A5z2Q145mFC-q0hQR-xVTeXPHVwiraNhpw,191
aiomatrix/types/modules/instant_messaging/video.py,sha256=O1fKEuxqUhgdZFvY1SlM5i6FeOgmFpPu0OeMhfIQBHM,567
aiomatrix/types/modules/presence/__init__.py,sha256=pjAI7J1O0sJ47Lp5sBD47mZSpp-jXbtvz4RpHoOyRmo,59
aiomatrix/types/modules/presence/presence.py,sha256=yvRDCcxfb_7w3QW3lChojV7wkrGnbV34HKxUjek9kV0,630
aiomatrix/types/modules/send_to_device/__init__.py,sha256=pTocHDE76Mrg2_p7dlVaz-829i7xeyhxS6qPca7GrgI,32
aiomatrix/types/modules/send_to_device/to_device.py,sha256=Y16rYdx_uWwm6HZkhJeqwOkYyueEoLcbQUCJCT69KGk,248
aiomatrix/types/responses/__init__.py,sha256=hUkKMDIIW-JjLzy_JPzTSoXYDNTrjPrWP0GaWaPbFhQ,605
aiomatrix/types/responses/create_room.py,sha256=Yh5IU5RuLc7ek-U9AEGAZgX5cMrMYim1rSoRP_ww_io,159
aiomatrix/types/responses/listing_rooms.py,sha256=kkUQfsn-8OfTnoYoEfN_L-14Iw539vj3Ih7uYNOJE8s,721
aiomatrix/types/responses/login_response.py,sha256=UCH94mAwVq_v7ZdvInKS-h4GHXkXhZ38EmFkJNx843o,558
aiomatrix/types/responses/login_types.py,sha256=pyHIj1TeCcJTs1lmntGmj8loIbhuf_RAUR6XHSM_wss,170
aiomatrix/types/responses/room_aliases.py,sha256=FLqU-xeiToHQAjmOralY4cYZT4M636QdAHoOU3hUwfQ,268
aiomatrix/types/responses/room_members.py,sha256=4Q6uI6vgoF3P6oMDa_8EmaQtLSYkMqf-TNTApjnypO4,161
aiomatrix/types/responses/room_membership.py,sha256=EFYlzUXLbXogxnk2jjwQmDTzXV2QvWAdPdISaAOB71w,244
aiomatrix/types/responses/room_messages.py,sha256=l9kgaog0w37x4xxk6ICbkQ6_7eUDHW0QCSMs9HvqKFw,226
aiomatrix/types/responses/server_capabilities.py,sha256=mlrTadPrjdhlmebGQXEw2DWzN_efWVkzs2VsyQNvYOI,600
aiomatrix/types/responses/sync.py,sha256=DGN4UDSZv6DxAkmo2pFVR9YcCjvT5v2D_nugx5A9on4,2189
aiomatrix/types/responses/whoamiresponse.py,sha256=ELhsa1wlGlRaf2hE1cUEqTdX7czivLFg38gIXrWkOvI,171
aiomatrix/utils/__init__.py,sha256=_esL73v9Gi40xb5N7UGxslIk8yHM6idQlXbzELR7XhA,31
aiomatrix/utils/executor.py,sha256=_rqAggOt0CkNMpOIVreK2RoWOjPmA8-R73JMZ73cGXA,1942
aiomatrix/utils/mixins.py,sha256=34YCJZxUULLktZhOA-6er4SKNi2T_xLYjG9iM2NDLs0,701
aiomatrix/utils/quotes.py,sha256=lco8BYbJT0xnNj6392IW2VPAghJ-E4AMA-T70BdxxZg,171
aiomatrix_py-0.3.0.dist-info/LICENSE.md,sha256=fYyGZFVhmEcu3h8EOVeZBYGxuqU5AMt7XUn1PsZhM6U,1062
aiomatrix_py-0.3.0.dist-info/METADATA,sha256=XdmuqfmRnVUccptFygM6plYI2qVhdUe0ah9_b22HtCY,1299
aiomatrix_py-0.3.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
aiomatrix_py-0.3.0.dist-info/top_level.txt,sha256=BAS3byLypX8hsdTOfrjqyTxtDP4_ahQ18xIvcOBKA48,10
aiomatrix_py-0.3.0.dist-info/RECORD,,
