-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py.typed #257
Comments
I have. It is on the list to do. PRs are always welcome. :) |
(Leaving this open as a reminder) |
I have a local lmdb.pyi to make pylance (pyright) happy, but it only has the stuff I use. The hardest part was If I have time i'll see if I can fill out the pyi fully and submit a pull. But If I don't make it and somebody takes up the mantle here is the hard parts. Also we would have to probably use
Oh and txn.get is a little complex, also included put so you can see how I indicated keyword only arguments to keep it straight in my head
|
Thanks! I'll have to check out pylance/pyright. |
Have you considered providing a init.pyi file for the lmdb package?
https://www.python.org/dev/peps/pep-0561/#packaging-type-information
The text was updated successfully, but these errors were encountered: