Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.83k stars 152 forks source link

tempfile support #20

Open foresto opened 7 years ago

foresto commented 7 years ago

I would have use for aiofiles if it supported creating and managing temporary files, especially via the standard tempfile interface. Potential new feature?

Tinche commented 7 years ago

Yeah I think this would be nice. If you have the time and energy go for it. I'd say add a aiofiles.tempfile module with coroutines mimicking the tempfile module API.