Common utilities shared by Synapse, Sydent, and Sygnal. Provides helpers for version strings, regex patterns, MXC URIs, and more. Current version 1.3.0 supports Python >=3.7. Released as needed by Matrix.org services.
pip install matrix-commonVerified import paths — ran on the pinned version, not inferred.
Basic usage of key utilities
Use absolute imports from matrix_common (e.g., from matrix_common.url import MXCUri).
Upgrade to Python 3.7 or later.
If using a custom working directory, pass the cwd argument explicitly.