skillfed

edx-ccx-keys

Opaque key support custom courses on edX

edx-ccx-keys v2.0.2 74.4K downloads/30d#14,845 on PyPI1
AGPL license AGPL Active released

What it is and what it does

edx-ccx-keys is a specialized library for the edX platform that defines opaque key types for Custom Courses for EdX (CCX). It builds on edx-opaque-keys to provide course identifiers and locators specific to CCX, abstracting the internal representation so that course references remain stable even if the underlying storage format changes.

The package is part of the broader edX codebase and is intended for developers working within or extending the edX platform. It has minimal dependencies (edx-opaque-keys and six) and is marked production-stable, making it suitable for production edX deployments that need to work with custom course instances.

Use it for:

  • Building edX plugins or extensions that need to reference or create custom course instances
  • Integrating with edX platform APIs that require opaque course keys for custom courses
  • Maintaining stable course identifiers across edX CCX workflows

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides opaque key implementations for Custom Courses for EdX (CCX), enabling secure, abstracted course identifiers within the edX platform.

Yes, if you are developing for or extending the edX platform and need to work with custom courses. The package is actively maintained, has no known vulnerabilities, and low install friction. AGPL licensing is a constraint for proprietary use. Outside the edX ecosystem, this package has no utility.

Install

edx-ccx-keys on PyPI

pip

pip install edx-ccx-keys

uv

uv add edx-ccx-keys

poetry

poetry add edx-ccx-keys

Installing edx-ccx-keys

Before you install

Low install friction with a pure-Python wheel. Actively maintained as of 2026-05-30 with production-stable status, though last release was 620 days ago.

License in practice

Licensed under AGPL, which requires derivative works and modifications to be released under the same license. Suitable for open-source projects but restrictive for proprietary software.

Quickstart

pip install edx-ccx-keys

from edx_ccx_keys.locator import CCXLocator
key = CCXLocator.from_course_locator(course_locator)

Verify before relying

  • What specific opaque key operations (serialization, validation, parsing) are supported
  • Whether CCXLocator is the primary public API or if other entry points exist
  • How this package is typically integrated into edX deployments

Package facts

License AGPL (agpl)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 2 — edx-opaque-keys, six
Maintenance actively maintained — 620 days since the last release
Last repo commit
First released
Downloads 74,384/month — #14,845 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: edx_ccx_keys-2.0.2-py3-none-any.whl

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentIntended Audience :: DevelopersLicense :: OSI Approved :: GNU Affero General Public License v3Operating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.12

Tags

edx custom course keysopaque keys ccxedx course identifiercustom courses for edxedx platform keyscourse locators edx
edx-platformopaque-keys

More Application Frameworks packages