Metadata-Version: 2.1
Name: opedia-dataset-validator
Version: 0.3.0
Summary: A tool to validate Opedia dataset files.
Home-page: https://github.com/ctberthiaume/opedia_dataset_validator
Author: Chris T. Berthiaume
Author-email: chrisbee@uw.edu
License: LICENSE.txt
Download-URL: https://github.com/ctberthiaume/opedia_dataset_validator/archive/0.3.0.tar.gz
Description: opedia_dataset_validator
        =====
        
        A tool to detect errors in an [Opedia dataset Excel file](https://github.com/mdashkezari/opedia/tree/master/template).
        
        
        ### Usage
        ```
        Usage: opedia_validator [OPTIONS] INPUT
        
          A tool to validate Opedia dataset files.
        
        Options:
          -a, --all-errors  Print all errors. [default: only the first error of each
                            kind]
          -v, --value       Print cell values in error report. [default: False]
          --version         Show the version and exit.
          -h, --help        Show this message and exit.
        ```
        
Keywords: opedia,validator
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4
Description-Content-Type: text/markdown
