Python 2/3 unicode CSV compatibility layer
csv23 provides the unicode-based API of the Python 3 csv module for Python 2 and 3. Code that should run under both versions of Python can use it to hide the bytes vs. text difference between 2 and 3 and stick to the newer unicode-based interface. It uses utf-8 as default encoding everywhere.
$
pkg install py311-csv23Origin
devel/py-csv23
Size
169KiB
License
MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
1 packages
Required by
0 packages