Ask participants for their Matrix ID and invite them to a Matrix Room or Space.
Project description
This is a plugin for pretix.
Ask participants for their Matrix ID and invite them to a Matrix Room or Space.
Development setup
Make sure that you have a working pretix development setup.
Clone this repository.
Activate the virtual environment you use for pretix development.
Execute python setup.py develop within this directory to register this application with pretix’s plugin registry.
Execute make within this directory to compile translations.
Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.
This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:
pip install flake8 isort black docformatter
To check your plugin for rule violations, run:
docformatter --check -r . black --check . isort -c . flake8 .
You can auto-fix some of these issues by running:
docformatter -r . isort . black .
To automatically check for these issues before you commit, you can run .install-hooks.
License
Copyright 2022 Felix Schäfer
Released under the terms of the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pretix-matrix-inviter-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e42ab892c8bcee385790ef7793ac4aab20164c6c42105502459a2da6e13458f |
|
MD5 | 1a3efb693a7483dc2726003155721190 |
|
BLAKE2b-256 | 5a483982e963310f2f76e686ddce8fcb5819f70e1f42ec436cf19538d901090b |
Hashes for pretix_matrix_inviter-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e71f7d4eecadcb151f9df462b786d980e94c53cc546625c3472639a1a24d70ea |
|
MD5 | 221baa734d30555553b20d9a86859d8a |
|
BLAKE2b-256 | 9dea8e7840f1c9968ba42f25d3cbda451c5aa7a833e5973de4e8e7469498a3b1 |