Skip to main content

No project description provided

Project description

Fractal Matrix Client

This project is a thin wrapper around matrix-nio. It provides convenience helpers for working with synapse admin and the Matrix API for Matrix powered projects.

Example Usage

Context manager example:

from fractal_matrix_client import MatrixClient

# Fractal Matrix Client can automatically discover the Matrix server associated with the given matrix_id if the homesrver is configured properly
async with MatrixClient(matrix_id='@user:matrix.org') as client:
    res = await client.login('password')
    print(res.access_token)

syt_bW8... #access_token

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fractal_matrix_client-0.0.5.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

fractal_matrix_client-0.0.5-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page