# django-rest-generator **Repository Path**: mirrors_canonical/django-rest-generator ## Basic Information - **Project Name**: django-rest-generator - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Django rest generator Generates a Django rest client based on an OpenAPI/swagger schema on the fly. ## Installation To install from Github directly: ``` pip install git+https://github.com/canonical/django-rest-generator.git#egg=django-rest-generator ``` ## Contributing ## Special thanks - @certego for `certego/django-rest-client`, inspiration for this project. Derived `django-rest-generator/client.py` and `django-rest-generator/resource.py` from their work. Original License header included in both files.