Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Feature] mypy typings #569
Comments
|
Yeah, we would love to see typing support in asyncpg. |
Currently,
asyncpgis untyped and has to be ignored as an import when usingmypy. Because of this, I created anasyncpg-stubspackage generated fromstubgenthat 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.