./devel/py-aiofiles, File support for asyncio

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q4, Version: 0.6.0, Package name: py38-aiofiles-0.6.0, Maintainer: pkgsrc-users

aiofiles is an Apache2 licensed library, written in Python, for handling
local disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio
applications, which shouldn't block the executing thread. aiofiles helps with
this by introducing asynchronous versions of files that support delegating
operations to a separate thread pool.


Master sites:

SHA1: 3f75a50a0acb3551d5cd8cc5f995000e0a6ad228
RMD160: 852d3ae36105cb08d4b2ed3009f07b40e035c0e5
Filesize: 11.563 KB

Version history: (Expand)