Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.62k stars 151 forks source link

Export the wrap function #177

Open rhelmot opened 9 months ago

rhelmot commented 9 months ago

This allows e.g. (mostly) async usage of the tarfile module by manually wrapping the file objects that come out of it.