Client utilities for accessing various Open edX Platform REST APIs. Version 7.0.0 is the latest. Release cadence irregular, with major version bumps for Python/Django support.
pip install edx-rest-api-clientVerified import paths — ran on the pinned version, not inferred.
Initialize the client with a JWT token and make a simple API call.
Consider migrating to plain `requests` calls with OAuth2 or JWT.
Set `DJANGO_SETTINGS_MODULE` environment variable or configure Django settings early.