Metadata-Version: 2.1
Name: mautrix-appservice
Version: 0.3.9
Summary: A Python 3 asyncio-based Matrix application service framework.
Home-page: https://github.com/tulir/mautrix-appservice-python
Author: Tulir Asokan
Author-email: tulir@maunium.net
License: UNKNOWN
Description: 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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: Chat
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
