A lightweight library for manipulating CSV files, providing helpers for reading, writing, and transforming CSV data. Current version is 0.0.14, with slow release cadence. Suitable for small to medium CSV processing tasks.
pip install python-csvNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example using Python's built-in csv module (no separate library needed). The python-csv library itself is not typically used; Python's standard library suffices.
Use 'import csv' from the standard library. Uninstall python-csv if you don't need its specific tools.
Uninstall with 'pip uninstall python-csv' and use Python's built-in csv module: 'import csv'.
Remove python-csv from your environment and rely on standard library: 'import csv'.
No dependency data recorded yet.