machinalis / mypy-data

mypy typesheds for the Python data stack
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Add mypy-data to typeshed #19

Open henryJack opened 7 years ago

henryJack commented 7 years ago

It would be great if you could add your numpy stubs to Typeshed.

https://github.com/python/typeshed/tree/master/stdlib/2and3

You have already written the most useful parts of the numpy stub and could just use stubgen to complete the stub file...

https://github.com/ashleyh/mypy-stubgen

brettcannon commented 4 years ago

Typeshed was recently updated to allow third-party contributions without explicit upstream project approval, so this should be doable without requiring NumPy's sign-off.