typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Upstreaming stubs for `aiofiles`

Open nenb opened this issue 4 months ago • 0 comments

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)

nenb avatar Sep 02 '25 13:09 nenb