Metadata-Version: 2.1
Name: csvkitcat
Version: 1.5.6a0
Summary: 'The unofficial extended family of csvkit: semi-awkward tools for command-line data parsing
Home-page: https://github.com/dannguyen/csvkitcat
Author: Dan Nguyen
Author-email: dansonguyen@gmail.com
License: MIT
Project-URL: Documentation, https://csvkitcat.readthedocs.io/en/latest/
Description: ****************************************************************
        csvkitcat: the unofficial, extended and awkward family of csvkit
        ****************************************************************
        
        
        csvkitcat is a library that supplements (and depends on) the great `wireservice/csvkit <https://github.com/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 <https://csvkitcat.readthedocs.io/>`_
        
        
        
        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/
        
        .. code-block:: shell
        
            python setup.py sdist bdist_wheel && twine upload dist/*
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Provides-Extra: dev
