Metadata-Version: 1.2
Name: mautrix-appservice
Version: 0.1.2
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.
        
        .. |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 :: GNU General Public License v3 or later (GPLv3+)
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
