Skip to main content

A Python Matrix client library, designed according to sans I/O principles.

Project description

nio

Build Status PyPI - Python Version codecov license Documentation Status #nio

nio is a multilayered Matrix client library. The underlying base layer doesn't do any network IO on its own, but on top of that is a full-fledged batteries-included asyncio layer using aiohttp. File IO is only done if you enable end-to-end encryption (E2EE).

Documentation

The full API documentation for nio can be found at https://matrix-nio.readthedocs.io

Features

nio has most of the features you'd expect in a Matrix library, but it's still a work in progress.

  • ✅ transparent end-to-end encryption (EE2E)
  • ✅ encrypted file uploads & downloads
  • ✅ space parents/children
  • ✅ manual and emoji verification
  • ✅ custom authentication types
  • ✅ threading support
  • ✅ well-integrated type system
  • ✅ knocking, kick, ban and unban
  • ✅ typing notifications
  • ✅ message redaction
  • ✅ token based login
  • ✅ user registration
  • ✅ read receipts
  • ✅ live syncing
  • m.reactions
  • m.tags
  • ❌ cross-signing support
  • ❌ server-side key backups (room key backup, "Secure Backup")
  • ❌ user deactivation (#112)
  • ❌ in-room emoji verification

Installation

To install nio, simply use pip:

$ pip install matrix-nio

Note that this installs nio without end-to-end encryption support. For e2ee support, python-olm is needed which requires the libolm C library (version 3.x). On Debian and Ubuntu one can use apt-get to install package libolm-dev. On Fedora one can use dnf to install package libolm-devel. On MacOS one can use brew to install package libolm. Make sure version 3 is installed.

After libolm has been installed, the e2ee enabled version of nio can be installed using pip:

$ pip install matrix-nio[e2e]

Additionally, a docker image with the e2ee enabled version of nio is provided in the docker/ directory.

Examples

For examples of how to use nio, and how others are using it, read the docs

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

matrix_nio-0.25.0.tar.gz (154.3 kB view details)

Uploaded Source

Built Distribution

matrix_nio-0.25.0-py3-none-any.whl (180.7 kB view details)

Uploaded Python 3

File details

Details for the file matrix_nio-0.25.0.tar.gz.

File metadata

  • Download URL: matrix_nio-0.25.0.tar.gz
  • Upload date:
  • Size: 154.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for matrix_nio-0.25.0.tar.gz
Algorithm Hash digest
SHA256 bdba2b4c2fce2009d2ddd32a1a2e7d07bc7f8f3d188328a7fb03b5a01235da86
MD5 e6b78ea239d7263506356e0b6ffd9579
BLAKE2b-256 b5120fb23ee3f12371403073f55f5e1a4f82cecdc2f657eb7c6daf9255beeb0c

See more details on using hashes here.

Provenance

File details

Details for the file matrix_nio-0.25.0-py3-none-any.whl.

File metadata

  • Download URL: matrix_nio-0.25.0-py3-none-any.whl
  • Upload date:
  • Size: 180.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for matrix_nio-0.25.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe915b5405e66ea52f981bb5e313970b4e3bbe439614dffd74d41d76e68b58f8
MD5 55928cba57777c82a5e6524f79128689
BLAKE2b-256 62ead3120be1684aaff28bf67986c7d2555460348698cffddcebe4bc9d86c600

See more details on using hashes here.

Provenance

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