Static vimeo for pretalx, e.g. information, venue listings, a Code of Conduct, etc.
Project description
This is a plugin for pretalx that provides an integration with Vimeo, allowing you to embed recordings on talk pages.
Additionally, the Plugin supplies an API at /api/events/<event>/p/vimeo/ containing all configured Vimeo URLs, and an API at /api/events/<event>/submissions/<code>/p/vimeo/, showing a submission’s vimeo link.
Development setup
Make sure that you have a working pretalx development setup.
Clone this repository, eg to local/pretalx-vimeo.
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.
Development commands
This plugin uses just as a task runner and uv for dependency management. Run just with no arguments to list every available command. The most useful ones are:
- just fmt
Auto-format and lint the code.
- just test
Run the full test suite with pytest.
Installing pretalx
The tests need pretalx installed in the environment. just test handles this for you: if pretalx cannot be imported, it installs the latest version from git before running the test suite.
If you already have a development version of pretalx around (for example if you want to test your changes against a specific commit or branch of pretalx), you can also install pretalx up front yourself:
- just install-pretalx-local /path/to/pretalx
Install pretalx from a local checkout as an editable install.
- just install-pretalx
Install the latest pretalx from git (runs before tests if no pretalx is installed).
License
Copyright 2021 Tobias Kunze
Released under the terms of the Apache License 2.0
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pretalx_vimeo-2.8.0.tar.gz.
File metadata
- Download URL: pretalx_vimeo-2.8.0.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bc76ba71eb9a34c77dc2730516dea31aa37b2605098be962059fff4a8382cec
|
|
| MD5 |
91162f0fa6c1e8e693a91d065e87edde
|
|
| BLAKE2b-256 |
fb9fa2753606aa60bb4f5fe66894fe42f29ee4972a0eec7018f7516f352c5f88
|
File details
Details for the file pretalx_vimeo-2.8.0-py3-none-any.whl.
File metadata
- Download URL: pretalx_vimeo-2.8.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f669df2ddfdea6685acd36db743fd0d5d1add5da6aefffc1a229b75dd6d8d24a
|
|
| MD5 |
4f4661e2d0fc4b28a6885aae23b8d7cd
|
|
| BLAKE2b-256 |
ec4acaa9061d27b1730446ab27f1ac6c2b032154614acd22b4455dcd67166c49
|