erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.88k stars 522 forks source link

Add type stubs #336

Open vmartyanov opened 3 years ago

vmartyanov commented 3 years ago

I made stub file, but I can't use it in mypy with current directory structure of pefile. I suppose pefile must be in a single directory for stubs work.

I propose to change current directory structure of the package if it won't cause any issues. As soon as it'll be done, I made a pull request with type stubs

insolor commented 2 years ago

Can you create a repository with the stub file, please?