Registry / aws / edx-organizations

edx-organizations

JSON →
library8.0.0pypypiunverified

Organization management module for Open edX. Handles creation, membership, and API endpoints for organizations. Current version 8.0.0, updated irregularly with monthly bot-driven dependency upgrades.

pip install edx-organizations
INSTALL
IMPORT
SIG · EDX-ORGANIZATIONS
E
edx-organizations
awspythonv8.0.0
Install
8.8s avg
Import
Disk
136MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v8.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 · 129.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 8.8s · import 0.000s · 132MB
136MB installed
● package 136MB
Code
Verified usage

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

Organization
from organizations.models import Organization
from organizations.models import Organization

Create a simple organization record.

from organizations.models import Organization from django.db import connection org = Organization.objects.create( name='Test University', short_name='test_uni', ) print(f'Created organization: {org.name}')
Debug
Known issues
breakingDropped Python 3.8 in v7.0.0. Python 3.8 users must pin to v6.13.0 or older.
fix
Upgrade Python to 3.9+ or pin edx-organizations<7.0.0
affects: >=7.0.0
breakingRemoved Django 3.2 support in v6.13.0. Django 3.2 users must stay on v6.12.x.
fix
Upgrade to Django 4.2+ or pin edx-organizations<6.13.0
affects: >=6.13.0
deprecatedDirect use of Organization model outside of Open edX app is discouraged. Use API endpoints instead.
fix
Prefer REST API (v0) endpoints for CRUD operations.
affects: all
gotchaShort names with periods (e.g., 'test.org') cause 404 errors in older versions.
fix
Upgrade to >=6.11.1 or avoid periods in short_name.
affects: <6.11.1
Upgrade
Version history
8.0.0latest on PyPI · released Mar 24, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
edx-organizations — pip install edx-organizations · libregistry