Name : python311-aiocsv
| |
Version : 1.3.2
| Vendor : openSUSE
|
Release : 1.3
| Date : 2024-10-11 12:35:13
|
Group : Unspecified
| Source RPM : python-aiocsv-1.3.2-1.3.src.rpm
|
Size : 0.11 MB
| |
Packager : http://bugs_opensuse_org
| |
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: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/i586 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python3-aiocsv
python3.11dist(aiocsv)
python311-aiocsv
python311-aiocsv(x86-32)
python3dist(aiocsv)
Requires :