Skip to content

Releases: kaluluosi/pywin32-stubs

1.0.7

30 Aug 02:02
4a83cbb
Compare
Choose a tag to compare
Update setup.py

upgrade version and sync version to tag

1.0.6

16 May 10:41
dde13e4
Compare
Choose a tag to compare

fixed setup.py wrong project page

1.0.5

27 Apr 14:58
278745c
Compare
Choose a tag to compare

Version 1.0.5

Thanks Avasam for fixing so much issue. I make this package just for fun. While i learn how to use pywin32 to deal somethine, i found there is no autocomplete, not intellisence comment. it is hard and boring. I don't want to wast time to search win32api document and try how it work in python any more. so i dump the pywin32.chm generate them into .pyi make a stub package. Maybe there have a better way to do this, any way it works for me. So i upload this project and publish package to pypi.

PR welcome.

Fixed

#4 Avasam