Registry / web-framework / edx-bulk-grades

edx-bulk-grades

JSON →
library2.0.0pypypiunverified

Support for bulk scoring and grading in Open edX. Version 2.0.0 dropped Python 3.11 and Django 5.2 support. Releases are irregular, roughly every few months.

pip install edx-bulk-grades
INSTALL
IMPORT
SIG · EDX-BULK-GRADES
E
edx-bulk-grades
web-frameworkpythonv2.0.0
Install
10.2s avg
Import
Disk
118MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.0.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 117.2MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 10.2s · import 0.000s · 120MB
118MB installed
● package 118MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BulkGradeMixin
from bulk_grades import BulkGradeMixin
from bulk_grades import BulkGradeMixin

Basic usage of BulkGradeMixin.

from bulk_grades import BulkGradeMixin class MyView(BulkGradeMixin): pass
Debug
Known issues
breakingv2.0.0 dropped Python 3.11 support. Upgrade to Python 3.12+.
fix
Use Python >=3.12
affects: 2.0.0
deprecatedDjango 3.2 and 4.0 support removed in v1.0.0. Use Django 4.2+.
fix
Upgrade to Django 4.2 or later.
affects: <1.0.0
gotchaImport paths use underscores, not hyphens. Many users mistakenly use 'edx_bulk_grades' instead of 'bulk_grades'.
fix
Use 'from bulk_grades import ...'
affects: all
Upgrade
Version history
2.0.0latest on PyPI · released Apr 7, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
5
Resources
edx-bulk-grades — pip install edx-bulk-grades · libregistry