python-aiocsv

Asynchronous CSV reading/writing in Python

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.

openSUSE Leap 16.0 हेतु कोई आधिकारिक पैकेज उपलब्ध नहीं है

वितरण

openSUSE Tumbleweed

devel:languages:python अल्पविकसित
1.4.0
devel:languages:python:backports अल्पविकसित
1.4.0

openSUSE Leap 16.0

devel:languages:python अल्पविकसित
1.4.0
devel:languages:python:backports अल्पविकसित
1.4.0

openSUSE Leap 15.6

devel:languages:python:backports अल्पविकसित
1.4.0

openSUSE Leap 15.5

devel:languages:python:backports अल्पविकसित
1.4.0

openSUSE Backports for SLE 15 SP7

devel:languages:python अल्पविकसित
1.4.0
devel:languages:python:backports अल्पविकसित
1.4.0

openSUSE Backports for SLE 15 SP4

devel:languages:python:backports अल्पविकसित
1.4.0

असमर्थित वितरण

निम्नलिखित वितरण आधिकारिक रूप से समर्थित नहीं हैं। इन पैकेज के उपयोग/प्रभाव का उत्तरदायित्व आप पर है।