{"library":"openedx-forum","title":"Open edX Forum","description":"Open edX Forum is the forum application for Open edX platforms, providing threading, commenting, search, and moderation. Version 0.4.3 requires Python >=3.12 and supports MySQL and Typesense backends while dropping MongoDB and Python 3.11 support. Active development with frequent releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openedx-forum"],"cli":null},"imports":["from openedx_forum import start_forum"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom openedx_forum import start_forum\nos.environ.setdefault('DJANGO_SETTINGS_MODULE', 'openedx_forum.settings.dev')\nstart_forum()","lang":"python","description":"Starts the forum application with default dev settings.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}