Tools for writing and generating API documentation for edX REST APIs. Current version 3.0.0 (dropped Python 3.11 support). Release cadence: irregular, with major version bumps for Python/Django support drops.
pip install edx-api-doc-toolsVerified import paths — ran on the pinned version, not inferred.
Basic usage of the create_api_doc decorator to generate OpenAPI documentation from docstrings.
Upgrade to Python 3.12 or later, or pin to edx-api-doc-tools<3.0.0
Remove 'fields' argument; use docstring-based field descriptions instead.
Ensure docstring starts with a line containing only '---' and that YAML is properly indented.
No dependency data recorded yet.