asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

[Feature] mypy typings

Open bryanforbes opened this issue 4 years ago • 2 comments

Currently, asyncpg is untyped and has to be ignored as an import when using mypy. Because of this, I created an asyncpg-stubs package generated from stubgen that I use in my own projects as a git dependency, but it would be great to have these in the main library (and verified by the developers). If this is something that is desired, I would be willing to create the initial PR.

bryanforbes avatar May 05 '20 21:05 bryanforbes

Yeah, we would love to see typing support in asyncpg.

1st1 avatar May 18 '20 17:05 1st1

Any update on whether asyncpg-stubs is planned to get merged into asyncpg?

cstigen avatar Jul 01 '22 08:07 cstigen