GitHunt
MI

mijofa/mautrix-python

A Python 3 asyncio Matrix framework.

mautrix-appservice-python

|PyPI badge| |Python versions| |License|

A Python 3 asyncio-based Matrix application service framework.

The framework is minimal and only provides basic application service functions,
room state storage and an intent API. The core AS functions are based on Cadair's
python-appservice-framework_ and the intent API design is based on matrix-appservice-bridge.

.. _python-appservice-framework: https://github.com/Cadair/python-appservice-framework/
.. |PyPI badge| image:: https://img.shields.io/pypi/v/mautrix-appservice.svg
:target: https://pypi.python.org/pypi/mautrix-appservice
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/mautrix-appservice.svg
.. |License| image:: https://img.shields.io/github/license/tulir/mautrix-appservice.svg
:target: https://github.com/tulir/mautrix-appservice-python/blob/master/LICENSE

Languages

Python100.0%

Contributors

MIT License
Created March 27, 2019
Updated August 6, 2021
mijofa/mautrix-python | GitHunt