A simple library (relying on Polars) and CLI for working with CSV data.
uv add "csv-helper @ git+ssh://git@github.com/winter-again/csv-helper"
# using pip
pip install git+https://git@github.com/winter-again/csv-helper
# or via SSH
pip install git+ssh://git@github.com/winter-again/csv-helper
# designate specific version tag or branch
pip install git+ssh://git@github.com/winter-again/csv-helper.git@v0.3.0