appwrite/sdk-for-python

๐Ÿš€ Feature: Type hints

Dhravya opened this issue ยท 11 comments

๐Ÿ”– Feature description

The entire package should be type hinted to make it easier for developers to use it.

๐ŸŽค Pitch

So I was using the appwrite python SDK and found it really difficult to figure out some things, like what type the parameters are supposed to be? I had to constantly check the documentation and examples for the simplest of things. Type hinting would help with that

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

I would be happy to do this

@Dhravya Whoops, I missed your comment. You are very welcome to implement this, and I would love to assist you if you have any questions. We can chat here, in PR comments, or on Discord server.

You will need to implement this in SDK generator repository.

also there is no documentation.

@Meldiron I would love to work on this issue, can we further discuss on it ?

@Dhravya, how's your progress on this? Are you still interested in working on this?

Since there was no response, I'll assign this to @Mr-Sunglasses.

I can work on this... I actually raised an issue earlier regarding the same by accident but since it's already open, I thought I would pitch in :)

I'm currently messing with this, will report back

versun commented

May I know when will below branch be merged into master?
https://github.com/appwrite/sdk-generator/tree/feat-python-type-hints

I would be very happy to work on this issue! ๐Ÿ‘

can i handle this further