Re: typeshed for Django

2017-09-17 Thread Maxim Kurnikov
https://github.com/machinalis/mypy-django On Sunday, September 17, 2017 at 8:17:26 PM UTC+3, Melvyn Sopacua wrote: > > Hi, > > since recent threads about supporting python 3 type hints didn't lead > to a consensus that I saw I am wondering if anyone is working on > adding stubs to typeshed. I'v

Re: PEP 484 type hinting in Django

2018-12-02 Thread Maxim Kurnikov
I'm working on stubs / mypy plugin for Django here https://github.com/mkurnikov/django-stubs I'm going to release an alpha version sometime around New Year's. I've integrated machinalis version of stubs. There's also generated stubs from Monkeytype execution over the django testsuite in the repos

Re: PEP 484 type hinting in Django

2019-08-26 Thread Maxim Kurnikov
Hi, I'm the original creator of https://github.com/typeddjango/django-stubs. I guess it's my duty to start writing a DEP, so here is some preliminary thoughts/questions to gather early feedback: Main discussion points: 1. There's two ways to make Django compatible with type hinting and PEP484:

Re: PEP 484 type hinting in Django

2019-09-14 Thread Maxim Kurnikov
I actually used MonkeyType to generate first version of `django-stubs` back in the day. Best regards, Maxim Kurnikov. On Thu, Sep 12, 2019 at 11:25 PM Lukas Meier wrote: > I'm writing here with the risk of you guys obviously already knowing about > it > > there is a project