Package: wnpp Severity: wishlist Owner: Thomas Goirand <[email protected]> X-Debbugs-Cc: [email protected]
* Package name : python-aiocsv Version : 1.4.0 Upstream Contact: Mikołaj Kuranowski <[email protected]> * 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.

