Skip to content

intgr/djangorestframework-stubs

 
 

Repository files navigation

mypy logo

pep484 stubs for Django REST framework

Build Status Checked with mypy Gitter

Mypy stubs for DRF 3.9.x. Supports Python 3.6 and 3.7.

Installation

pip install djangorestframework-stubs

To make mypy aware of the plugin, you need to add

[mypy]
plugins =
    mypy_drf_plugin.main

in your mypy.ini file.

To get help

We have Gitter here: https://gitter.im/mypy-django/Lobby

If you think you have more generic typing issue, please refer to https://github.com/python/mypy and their Gitter.

About

PEP-484 stubs for django-rest-framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%