Metadata-Version: 2.1
Name: mautrix
Version: 0.4.0.dev1
Summary: A Python 3 asyncio Matrix framework.
Home-page: https://github.com/tulir/mautrix-python
Author: Tulir Asokan
Author-email: tulir@maunium.net
License: UNKNOWN
Description: mautrix-python
        ==============
        
        |PyPI badge| |Python versions| |License|
        
        A Python 3 asyncio Matrix framework.
        
        Components:
        
        * Basic HTTP request sender
        * Client API endpoints as functions
        * High-level application service framework
        
          * Basic transaction and user/alias query support (based on Cadair's python-appservice-framework_)
          * Basic room state storage
          * Intent wrapper around the client API functions (design based on matrix-appservice-bridge)
        
        * Soon™: High-level client framework
        
        .. _python-appservice-framework: https://github.com/Cadair/python-appservice-framework/
        .. |PyPI badge| image:: https://img.shields.io/pypi/v/mautrix.svg
           :target: https://pypi.python.org/pypi/mautrix
        .. |Python versions| image:: https://img.shields.io/pypi/pyversions/mautrix-appservice.svg
        .. |License| image:: https://img.shields.io/github/license/tulir/mautrix.svg
           :target: https://github.com/tulir/mautrix-python/blob/master/LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: Chat
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.5
Provides-Extra: detect_mimetype
