Name : python311-aiocsv
| |
Version : 1.3.2
| Vendor : obs://build_opensuse_org/Cloud:OpenStack
|
Release : 150600.2.1
| Date : 2024-10-11 17:10:06
|
Group : Unspecified
| Source RPM : python-aiocsv-1.3.2-150600.2.1.src.rpm
|
Size : 0.11 MB
| |
Packager : (none)
| |
Summary : Asynchronous CSV reading/writing in Python
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Cloud:/OpenStack:/Master/15.6/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python311-aiocsv
python311-aiocsv(x86-64)
Requires :