Needed by gns3-server, fixes from sthen@ were taken into account.

$ pkg_info py3-aiofiles
Information for inst:py3-aiofiles-22.1.0

Comment:
handling local disk files in asyncio applications

Description:
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/aiofiles

Attachment: py-aiofiles.tgz
Description: application/tar-gz

Reply via email to