aiofiles
Subscription: Developer
Active
Subscription: Developer
Supports asynchronous local disk file operations within asyncio applications. It provides async versions of file objects that delegate blocking calls to a thread pool, preventing the event loop from being stalled.