Skip to content

fossasia/eventyay-interpretation

Repository files navigation

Interpretation

This is a plugin for eventyay.

A plugin for live interpretation of video streams

Development setup

  1. Make sure that you have a working eventyay development setup.
  2. Clone this repository, e.g., to local/eventyay-interpretation.
  3. Activate the virtual environment you use for eventyay development.
  4. Execute uv pip install -e . within this directory to register this application with the eventyay plugin registry.
  5. Execute make within this directory to compile translations.
  6. Restart your local eventyay 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 ruff installed:

pip install ruff

To check your plugin for rule violations, run:

ruff check .
ruff format --check .

You can auto-fix many of these issues by running:

ruff check . --fix
ruff format .

To automatically check for these issues before you commit, you can run .install-hooks.

License

Copyright 2026 FOSSASIA

Released under the terms of the Apache License 2.0

About

A plugin for live interpretation of video streams

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages