csvkitcat 1.6.1a0

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

csvkitcat 1.6.1a0

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

Important links

Documentation: https://csvkitcat.readthedocs.io/
Repository: https://github.com/dannguyen/csvkitcat
Issues: https://github.com/dannguyen/csvkitcat/issues
CHANGELOG: docs/CHANGELOG.rst



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:

Documentation: http://csvkit.rtfd.org/
Repository: https://github.com/wireservice/csvkit
Issues: https://github.com/wireservice/csvkit/issues
Schemas: https://github.com/wireservice/ffs



Dev notes
How to publish: https://realpython.com/pypi-publish-python-package/
python setup.py sdist bdist_wheel && twine upload dist/*

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.