package/python-aiofiles: new package
authorJugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Fri, 4 Sep 2020 14:33:00 +0000 (16:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 6 Sep 2020 18:50:41 +0000 (20:50 +0200)
commit0a5fd75a29c56f6aa1795aafb74fbe647964d0c6
treec5a67c2e6e4eda571b130600ff49310cbce94ee9
parent97d431c181268716b38cd5a63eb0e8b78b003b3b
package/python-aiofiles: new package

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 y introducing asynchronous versions of files
that support delegating operations to a separate thread pool.

More information is available at :
https://pypi.org/project/aiofiles.

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/python-aiofiles/Config.in [new file with mode: 0644]
package/python-aiofiles/python-aiofiles.hash [new file with mode: 0644]
package/python-aiofiles/python-aiofiles.mk [new file with mode: 0644]