diff options
Diffstat (limited to 'www/py-dj52-django-stubs-ext/pkg-descr')
-rw-r--r-- | www/py-dj52-django-stubs-ext/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/py-dj52-django-stubs-ext/pkg-descr b/www/py-dj52-django-stubs-ext/pkg-descr new file mode 100644 index 000000000000..544fd8d1f497 --- /dev/null +++ b/www/py-dj52-django-stubs-ext/pkg-descr @@ -0,0 +1,5 @@ +django-stubs contains type stubs and a custom mypy plugin to provide more +precise static types and type inference for Django framework. Django uses some +Python "magic" that makes having precise types for some code patterns +problematic. This is why we need this project. The final goal is to be able to +get precise types for most common patterns. |