Metadata-Version: 1.1
Name: chkcsv
Version: 1.1.0
Summary: Checks the format of a CSV file with respect to a specifed set of column names and types.
Home-page: https://bitbucket.org/rdnielsen/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, and the type of data in each column.  Pattern
        matching using regular expressions is supported.
        
        Complete documentation is at http://chkcsv.readthedocs.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
