If you're like Django and developing small or mid-range web projects or MVPs requiring a REST API, this is a sweet project: https://github.com/wemake-services/django-modern-rest.

This is essentially Django, but it includes a built-in REST API (similar to DRF) and works seamlessly with pydantic, msgspec, attrs, dataclasses, and TypedDict as model schemas, and it has built-in OpenAPI schema generation. 😀

#python #api

GitHub - wemake-services/django-modern-rest: Modern REST framework for Django with types and async support!

Modern REST framework for Django with types and async support! - wemake-services/django-modern-rest

GitHub