Metadata-Version: 2.1
Name: maubot
Version: 0.4.2
Summary: A plugin-based Matrix bot system.
Home-page: https://github.com/maubot/maubot
Author: Tulir Asokan
Author-email: tulir@maunium.net
Project-URL: Changelog, https://github.com/maubot/maubot/blob/master/CHANGELOG.md
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Communications :: Chat
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SQLAlchemy (<1.4,>=1)
Requires-Dist: aiohttp (<4,>=3)
Requires-Dist: aiosqlite (<0.19,>=0.16)
Requires-Dist: asyncpg (<0.29,>=0.20)
Requires-Dist: attrs (>=18.1.0)
Requires-Dist: bcrypt (<5,>=3)
Requires-Dist: click (<9,>=7)
Requires-Dist: colorama (<0.5,>=0.4)
Requires-Dist: commonmark (<1,>=0.9)
Requires-Dist: jinja2 (<4,>=2)
Requires-Dist: mautrix (<0.21,>=0.20.2)
Requires-Dist: packaging (>=10)
Requires-Dist: questionary (<2,>=1)
Requires-Dist: ruamel.yaml (<0.18,>=0.15.35)
Requires-Dist: yarl (<2,>=1)
Provides-Extra: all
Requires-Dist: pycryptodome (<4,>=3) ; extra == 'all'
Requires-Dist: python-olm (<4,>=3) ; extra == 'all'
Requires-Dist: unpaddedbase64 (<3,>=1) ; extra == 'all'
Provides-Extra: encryption
Requires-Dist: pycryptodome (<4,>=3) ; extra == 'encryption'
Requires-Dist: python-olm (<4,>=3) ; extra == 'encryption'
Requires-Dist: unpaddedbase64 (<3,>=1) ; extra == 'encryption'

# maubot
![Languages](https://img.shields.io/github/languages/top/maubot/maubot.svg)
[![License](https://img.shields.io/github/license/maubot/maubot.svg)](LICENSE)
[![Release](https://img.shields.io/github/release/maubot/maubot/all.svg)](https://github.com/maubot/maubot/releases)
[![GitLab CI](https://mau.dev/maubot/maubot/badges/master/pipeline.svg)](https://mau.dev/maubot/maubot/container_registry)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

A plugin-based [Matrix](https://matrix.org) bot system written in Python.

## Documentation

All setup and usage instructions are located on
[docs.mau.fi](https://docs.mau.fi/maubot/index.html). Some quick links:

* [Setup](https://docs.mau.fi/maubot/usage/setup/index.html)
  (or [with Docker](https://docs.mau.fi/maubot/usage/setup/docker.html))
* [Basic usage](https://docs.mau.fi/maubot/usage/basic.html)
* [Encryption](https://docs.mau.fi/maubot/usage/encryption.html)

## Discussion
Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)

## Plugins
A list of plugins can be found at [plugins.maubot.xyz](https://plugins.maubot.xyz/).

To add your plugin to the list, send a pull request to <https://github.com/maubot/plugins.maubot.xyz>.

The plugin wishlist lives at <https://github.com/maubot/plugin-wishlist/issues>.
