Name : python311-aiocsv
| |
Version : 1.3.2
| Vendor : SUSE LLC < https://www_suse_com/>
|
Release : lp160.2.1
| Date : 2024-10-11 12:35:13
|
Group : Unspecified
| Source RPM : python-aiocsv-1.3.2-lp160.2.1.src.rpm
|
Size : 0.12 MB
| |
Packager : https://bugzilla_suse_com
| |
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/devel:/languages:/python:/backports/16.0/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python3-aiocsv
python3.11dist(aiocsv)
python311-aiocsv
python311-aiocsv(x86-64)
python3dist(aiocsv)
Requires :