Metadata-Version: 1.0
Name: dropcols
Version: 1.0.0.0
Summary: Filter a CSV file, extracting columns selected by name or position.
Home-page: none
Author: Dreas Nielsen
Author-email: dreas.nielsen@gmail.com
License: UNKNOWN
Description: ``dropcols.py`` is a Python module and program
        that removes (or conversely, extracts)
        selected columns from a delimited text file, such as a CSV file. It is analogous
        to the *nix "cut" program, except that it works on CSV files and allows columns
        to be selected by name (regular expressions) in addition to by number. Either the
        columns to keep, or the columns to remove, or both, can be specified.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Office/Business
