An API for creating submissions and scores, part of the Open edX platform. Version 4.0.0 is current. Release cadence is irregular, tied to Open edX named releases.
pip install edx-submissionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a submission using the public API.
Upgrade to Python 3.8+ and Django 2.2+.
Use `sub_api.get_submissions(submission_uuid=uuid)`.
Always pass a dictionary (or JSON-serializable dict) as the submission data.
No dependency data recorded yet.