Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.67k stars 149 forks source link

Another stab at tempfile #55

Closed alemigo closed 5 years ago

alemigo commented 5 years ago

Async tempfile implementation following the existing structure, with a bit extra for SpooledTemporaryFile where delegation is not required unless the in-memory stream is rolled to disk.

alemigo commented 5 years ago

wrong folders - redoing