Open-source packageItaly Developers
DRF Shapeless Serializers — open-source Python package
A published Django REST Framework extension for flexible runtime serializer configuration and deeply nested responses.

The package addresses serializer duplication when different endpoints need different views of the same models.
Implemented features
- Runtime field selection and output-key renaming
- Dynamic field attributes and conditional fields
- Nested serializer configuration at arbitrary depth
- Class-based ViewSet mixin support
- Inline serializers for one-off response shapes
- PyPI packaging and public documentation