typeshed
typeshed copied to clipboard
Upstreaming stubs for `aiofiles`
Typeshed currently hosts stubs for aiofiles: https://github.com/python/typeshed/tree/main/stubs/aiofiles
I asked aiofiles if they'd be happy to inline the stubs, and it looks like they would: https://github.com/Tinche/aiofiles/issues/49#issuecomment-3209499246
I've given this a go here: https://github.com/Tinche/aiofiles/pull/222
Please feel free to leave comments or suggestions in the PR! (I've basically just vendored the stubs from typeshed, and add some basic CI scripting to get everything to run)