Home

Awesome

djangorestframework-types PyPI

Type stubs for Django Rest Framework.

Note: this project was forked from https://github.com/typeddjango/djangorestframework-stubs with the goal of removing the mypy plugin dependency so that mypy can't crash due to Django config, and that non-mypy type checkers like pyright will work better with Django Rest Framework.

install

pip install djangorestframework-types

related