Skip to main content

Common utilities for Synapse, Sydent and Sygnal

Project description

matrix-python-common

Common utilities for Synapse, Sydent and Sygnal.

Installation

pip install matrix-common

Usage

import matrix_common

Development

In a virtual environment with pip ≥ 21.1, run

pip install -e .[dev]

To run the unit tests, you can either use:

tox -e py

or

trial tests

To run the linters and mypy type checker, use ./scripts-dev/lint.sh.

Releasing

The exact steps for releasing will vary; but this is an approach taken by the Synapse developers (assuming a Unix-like shell):

  1. Set a shell variable to the version you are releasing (this just makes subsequent steps easier):

    version=X.Y.Z
    
  2. Update setup.cfg so that the version is correct.

  3. Stage the changed files and commit.

    git add -u
    git commit -m v$version -n
    
  4. Push your changes.

    git push
    
  5. When ready, create a signed tag for the release:

    git tag -s v$version
    

    Base the tag message on the changelog.

  6. Push the tag.

    git push origin tag v$version
    
  7. If applicable: Create a release, based on the tag you just pushed, on GitHub or GitLab.

  8. If applicable: Create a source distribution and upload it to PyPI:

    python -m build
    twine upload dist/matrix_common-$version*
    

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_common-1.2.0.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

matrix_common-1.2.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file matrix_common-1.2.0.tar.gz.

File metadata

  • Download URL: matrix_common-1.2.0.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for matrix_common-1.2.0.tar.gz
Algorithm Hash digest
SHA256 ea705b62ed2587f193eef7215ef2aa0084857b69f06bf9d3013f148df787edad
MD5 717680a59dfb0bf8730c536d07405594
BLAKE2b-256 616a0c2b1195d479611c206fb634dc0b278d8fa07202a5835a8bc827d9324754

See more details on using hashes here.

File details

Details for the file matrix_common-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for matrix_common-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 afd1a9f63388a8c36165e0366417cb9805666cf1fd7f6b15b5d1c1bad5ceb6ab
MD5 23a4164f4ab55bce3de1e00c7aa5071f
BLAKE2b-256 fee4f2baf69fdb6a8fc5197089e63400cfe2a3338c92f31c1867e0fae1678e73

See more details on using hashes here.

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