This package browser is in early development. Mind the rough edges.

python-backports-csv 1.0.7

Backport of Python 3's csv module for Python 2

Provides a backport of Python 3's csv module for parsing comma separated values. The API of the csv module in Python 2 is drastically different from the csv module in Python 3. This is due, for the most part, to the difference between str in Python 2 and Python 3.

Installation

Install python-backports-csv 1.0.7 as follows:

guix install python-backports-csv@1.0.7

Or install the latest version:

guix install python-backports-csv

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.