Metadata-Version: 2.1
Name: matrix
Version: 0.3.0
Summary: Weechat protocol script for Matrix.
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: matrix-decrypt
Provides-Extra: matrix-sso-helper
Provides-Extra: matrix-upload
Requires-Dist: aiohttp (>=3.6.2,<4.0.0) ; extra == "matrix-sso-helper"
Requires-Dist: atomicwrites (>=1.3.0,<2.0.0)
Requires-Dist: attrs (>=19.3.0,<20.0.0)
Requires-Dist: future (>=0.18.2,<0.19.0) ; python_version < "3.2"
Requires-Dist: logbook (>=1.5.3,<2.0.0)
Requires-Dist: matrix-nio[e2e] (>=0.18.7,<0.19.0)
Requires-Dist: pyOpenSSL (>=19.1.0,<20.0.0)
Requires-Dist: pygments (>=2.6.1,<3.0.0)
Requires-Dist: python-magic (>=0.4.15,<0.5.0) ; extra == "matrix-upload"
Requires-Dist: requests (>=2.23.0,<3.0.0) ; extra == "matrix-decrypt" or extra == "matrix-upload"
Requires-Dist: typing (>=3.7.4,<4.0.0) ; python_version < "3.5"
Requires-Dist: webcolors (>=1.11.1,<2.0.0)
