aiommost 0.3.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

aiommost 0.3.0

aiommost
Asyncio Mattermost client. Useful to write bots.
Usage
from aiommost import MattermostClient

client = MattermostClient(host, token)

# create direct channel
user = await client.users.get_by_username('someuser')
channel = await client.channels.direct(user.uid, user.uid)

Contributing Guide
Main dependencies:

httpx
pydantic

Developer dependencies:

mypy
wemake-python-styleguide
pytest

Install dependencies:
make dev.install

Before push:
$ make lint && make test
...

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.