agronholm / anyio

High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
MIT License
1.82k stars 139 forks source link

aiofiles.tempfile.NamedTemporaryFile replacement #786

Closed jameshilliard closed 1 month ago

jameshilliard commented 2 months ago

Things to check first

Feature description

It would be helpful if anyio had a replacement for aiofiles.tempfile.NamedTemporaryFile.

Use case

I'm replacing aiofiles with anyio in a project and ran into an issue where there doesn't seem to be any tempfile operation support in anyio.

agronholm commented 2 months ago

Would you like to submit a PR? I have my hands full as it is.

agronholm commented 2 months ago

Also, isn't this a duplicate of https://github.com/agronholm/anyio/issues/344 ?

agronholm commented 1 month ago

Closing as duplicate.