Metadata-Version: 2.1
Name: itchecker
Version: 2.0
Summary: Python command line application bare bones template.
Home-page: UNKNOWN
Author: itolymp
Author-email: it@itolymp.com
License: UNKNOWN
Platform: UNKNOWN

itchecker

========================



itchecker is a tool to check Excel, Word and Access files.





Usage

-----



Excel testing::



 itchecker  --checker excel --works-folder ./works --test-file ./tests_excel.xlsx --correct-file ./author.xlsx --output-folder ./output_excel



----



Access testing::



 itchecker  --checker access --works-folder ./works --test-file ./tests_access.xlsx --correct-file ./author.accdb --output-folder ./output_access



----



Word testing::



 itchecker  --checker word --works-folder ./works --test-file ./tests_word.xlsx --correct-file ./author.docx --output-folder ./output_word





