Metadata-Version: 2.1
Name: matrix-nio
Version: 0.14.0
Summary: A Python Matrix client library, designed according to sans I/O principles.
License: ISC
Author: Damir Jelić
Author-email: poljar@termina.org.uk
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: e2e
Requires-Dist: aiofiles (>=0.4.0,<0.5.0)
Requires-Dist: aiohttp (>=3.6.2,<4.0.0)
Requires-Dist: atomicwrites (>=1.3.0,<2.0.0); extra == "e2e"
Requires-Dist: cachetools (>=4.0.0,<5.0.0); extra == "e2e"
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: future (>=0.18.2,<0.19.0)
Requires-Dist: h11 (>=0.9.0,<0.10.0)
Requires-Dist: h2 (>=3.2.0,<4.0.0)
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Requires-Dist: logbook (>=1.5.3,<2.0.0)
Requires-Dist: peewee (>=3.13.2,<4.0.0); extra == "e2e"
Requires-Dist: pycryptodome (>=3.9.7,<4.0.0)
Requires-Dist: python-olm (>=3.1.3,<4.0.0); extra == "e2e"
Requires-Dist: unpaddedbase64 (>=1.1.0,<2.0.0)
