Metadata-Version: 1.0
Name: chkcsv
Version: 0.8.0.0
Summary: Check the format of a CSV file
Home-page: none
Author: Dreas Nielsen
Author-email: dreas.nielsen@gmail.com
License: UNKNOWN
Description: ``chkcsv.py`` is a Python module and program
        that checks the format of data in a CSV file.  It can check whether required
        columns and data are present, and the type of data in each column.  Pattern
        matching using regular expressions is supported.
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
