Skip to content

Integrates pretalx with venueless, so that schedule updates get seamlessly pushed to attendees.

License

Notifications You must be signed in to change notification settings

pretalx/pretalx-venueless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venueless integration

Coverage

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.

Development setup

  1. Make sure that you have a working pretalx development setup.
  2. Clone this repository, eg to local/pretalx-venueless.
  3. Activate the virtual environment you use for pretalx development.
  4. Run pip install -e . within this directory to register this application with pretalx's plugin registry.
  5. 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.

Code style

To check your plugin for code style violations, run:

just fmt-check

To auto-fix formatting issues, run:

just fmt

Testing

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

License

Copyright 2021 Tobias Kunze

Released under the terms of the Apache License 2.0

About

Integrates pretalx with venueless, so that schedule updates get seamlessly pushed to attendees.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published