A library providing safe includes for Python sandboxed execution via CodeJail. Version 2.0.0 supports Python >=3.11 and is maintained under the Open edX organization. It extracts and packages the includes previously embedded in edx-platform, allowing reuse in sandboxed code.
pip install codejail-includesVerified import paths — ran on the pinned version, not inferred.
Demonstrates importing and executing a safe function using codejail-includes.
Update imports to 'from codejail_includes import ...'.
Upgrade Python to >=3.11 or pin to an older version if available.
No dependency data recorded yet.