PEP-484 stubs for django-rest-framework
Project description
pep484 stubs for Django REST framework
Mypy stubs for Django REST Framework. Supports Python 3.10 and up.
Installation
pip install djangorestframework-stubs[compatible-mypy]
To make mypy aware of the plugin, you need to add
[mypy]
plugins =
mypy_drf_plugin.main
in your mypy.ini file.
FAQ
Model instance is inferred as Any instead of my Model class
When subclassing ModelSerializer, add a type argument to type-hint the related model class, for example:
class MyModelSerializer(serializers.ModelSerializer[MyModel]):
class Meta:
model = MyModel
fields = ("id", "example")
Which means that methods where the model is being passed around will know the actual type of the model instead of being Any. The instance attribute on the above serializer will be MyModel | typing.Sequence[MyModel] | None.
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.
Contributing
This project is open source and community driven. As such we encourage contributions big and small. You can contribute by doing any of the following:
- Contribute code (e.g. improve stubs, add plugin capabilities, write tests etc) - to do so please follow the contribution guide.
- Assist in code reviews and discussions in issues.
- Identify bugs and issues and report these
You can always also reach out in gitter to discuss your contributions!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangorestframework_stubs-3.16.5.tar.gz.
File metadata
- Download URL: djangorestframework_stubs-3.16.5.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1de13fad78b7de3f7ee34dcc1864929adc658342508567263eaff96a4b32312e
|
|
| MD5 |
f65ac37905158a538239730d045a9e48
|
|
| BLAKE2b-256 |
4a8110d0139796e3df5c48e9383ef73e3a999351415e94cc427a4546f79bad07
|
Provenance
The following attestation bundles were made for djangorestframework_stubs-3.16.5.tar.gz:
Publisher:
release.yml on typeddjango/djangorestframework-stubs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
djangorestframework_stubs-3.16.5.tar.gz -
Subject digest:
1de13fad78b7de3f7ee34dcc1864929adc658342508567263eaff96a4b32312e - Sigstore transparency entry: 628713921
- Sigstore integration time:
-
Permalink:
typeddjango/djangorestframework-stubs@fc6d3c84c621cbacbb2a7d6cace116bbea2f5014 -
Branch / Tag:
refs/tags/3.16.5 - Owner: https://github.com/typeddjango
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@fc6d3c84c621cbacbb2a7d6cace116bbea2f5014 -
Trigger Event:
release
-
Statement type:
File details
Details for the file djangorestframework_stubs-3.16.5-py3-none-any.whl.
File metadata
- Download URL: djangorestframework_stubs-3.16.5-py3-none-any.whl
- Upload date:
- Size: 56.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aebd45bc2cf5e52b90651c548ad25c66d5d8d2b11c48147cbaba87498eefd211
|
|
| MD5 |
c448e40b820f167f5ded1812191fe223
|
|
| BLAKE2b-256 |
93339c8d203d9e409736665e9f4ed2b9986dfb77774c7d17dab392ed498cb201
|
Provenance
The following attestation bundles were made for djangorestframework_stubs-3.16.5-py3-none-any.whl:
Publisher:
release.yml on typeddjango/djangorestframework-stubs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
djangorestframework_stubs-3.16.5-py3-none-any.whl -
Subject digest:
aebd45bc2cf5e52b90651c548ad25c66d5d8d2b11c48147cbaba87498eefd211 - Sigstore transparency entry: 628713928
- Sigstore integration time:
-
Permalink:
typeddjango/djangorestframework-stubs@fc6d3c84c621cbacbb2a7d6cace116bbea2f5014 -
Branch / Tag:
refs/tags/3.16.5 - Owner: https://github.com/typeddjango
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@fc6d3c84c621cbacbb2a7d6cace116bbea2f5014 -
Trigger Event:
release
-
Statement type: