Skip to main content

'The unofficial extended family of csvkit: semi-awkward tools for command-line data parsing

Project description

csvkitcat is a library that supplements (and depends on) the great wireservice/csvkit. It exists because csvkit is no longer adding new tools to its core functionality.

New tools and utilities:

  • csvcount: just count records

  • csvflatten: transpose records in a format easier to view in text files

  • csvnorm: normalize whitespace/newlines and character casing

  • csvsed: like sed, but done at the columnar level

  • csvslice: like xsv slice

  • csvxplit: split a given column by a pattern into n new columns

…and more random tools!

See more tools and explanation at csvkitcat’s Read The Docs

CSVKit documentation

csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.

It is inspired by pdftk, GDAL and the original csvcut tool by Joe Germuska and Aaron Bycoffe.

Important links:

Dev notes

How to publish: https://realpython.com/pypi-publish-python-package/

python setup.py sdist bdist_wheel && twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csvkitcat-1.6.1a0.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

csvkitcat-1.6.1a0-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page