This is a plugin for pretalx.
Use version 1.0.0 with pretalx 2.2.0, and later versions with pretalx versions past 2.2.0.
- Make sure that you have a working pretalx development setup.
- Clone this repository, eg to
local/pretalx-venueless. - Activate the virtual environment you use for pretalx development.
- Run
pip install -e .within this directory to register this application with pretalx's plugin registry. - Restart your local pretalx server. This plugin should show up in the plugin list shown on startup in the console. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.
This project uses just as a task runner and uv for dependency management.
To check your plugin for code style violations, run:
just fmt-check
To auto-fix formatting issues, run:
just fmt
To run the test suite, run:
just test
This will automatically install pretalx if it's not already present. If you want to test against a local pretalx checkout instead, run:
just install-pretalx-local /path/to/pretalx
Copyright 2021 Tobias Kunze
Released under the terms of the Apache License 2.0