edx-val is a video abstraction layer and API for Open edX, handling video metadata, transcripts, and storage. It provides Django models, REST endpoints, and utilities for managing course videos. Current version is 4.0.0, dropping Python 3.11 support.
pip install edxvalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and retrieves video metadata using edx-val API.
Set DJANGO_SETTINGS_MODULE and call django.setup() before importing edxval.
Use Python 3.12 or later.
Use `get_course_videos_qset` instead of `get_course_videos`.
No dependency data recorded yet.