Metadata-Version: 1.1
Name: chkcsv
Version: 1.2.0
Summary: Checks the format of a CSV file with respect to a specifed set of column names and types.
Home-page: https://osdn.net/projects/chkcsv/
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, check whether the type of data in each column
        matches the specifications, and check whether columns are in a specified
        order.  Pattern matching using regular expressions is supported.
        
        Complete documentation is at http://chkcsv.osdn.io/.
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Office/Business
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
