I would have use for aiofiles if it supported creating and managing temporary files, especially via the standard tempfile interface. Potential new feature?
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.
I would have use for aiofiles if it supported creating and managing temporary files, especially via the standard tempfile interface. Potential new feature?