Bug#1121555: ITP: python-aiocsv -- asynchronous CSV reading and writing
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <zigo@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : python-aiocsv
Version : 1.4.0
Upstream Contact: Mikołaj Kuranowski <mkuranowski+pypackages@gmail.com>
* URL : https://github.com/MKuranowski/aiocsv
* License : Expat
Programming Lang: C, Python
Description : asynchronous CSV reading and writing
Aiocsv provides asynchronous CSV handling for Python applications that rely on
asyncio. It mirrors the standard library’s csv module, but adapts its reader
and writer interfaces to operate on file-like objects that offer asynchronous
read and write methods. This allows programs to process delimited text without
blocking the event loop, making it a good fit for network services, streaming
pipelines, and other I/O-bound workloads.
Reply to: