Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python314-aiocsv

Asynchronous CSV reading and writing AsyncReader & AsyncDictReader accept any object that has a read(size: int) coroutine, which should return a string. AsyncWriter & AsyncDictWriter accept any object that has a write(b: str) coroutine. Reading is implemented using a custom CSV parser, which should behave exactly like the CPython parser. Writing is implemented using the synchronous csv.writer and csv.DictWriter objects - the serializers write data to a StringIO, and that buffer is then rewritten to the underlying asynchronous file.

Found 1 sites for python314-aiocsv

Found 3 RPM for python314-aiocsv

PackageSummaryDistributionDownload
python314-aiocsv-1.4.0-1.3.i586.htmlAsynchronous CSV reading/writing in PythonOpenSuSE Ports Tumbleweed for i586python314-aiocsv-1.4.0-1.3.i586.rpm
python314-aiocsv-1.4.0-1.3.riscv64.htmlAsynchronous CSV reading/writing in PythonOpenSuSE Ports Tumbleweed for riscv64python314-aiocsv-1.4.0-1.3.riscv64.rpm
python314-aiocsv-1.4.0-1.3.x86_64.htmlAsynchronous CSV reading/writing in PythonOpenSuSE Tumbleweed for x86_64python314-aiocsv-1.4.0-1.3.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet