Metadata-Version: 2.2
Name: OutputCheck
Version: 0.4.2
Summary: A tool for checking the output of console programs inspired by LLVM's FileCheck
Home-page: https://github.com/stp/OutputCheck
Author: Daniel Liew
Author-email: delcypher@gmail.com
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: summary

*OutputCheck*
+++++++++++++

About
=====

``OutputCheck`` is a tool for checking the output of console programs
that is inspired by the FileCheck tool used by LLVM. It has its own
small language for describing the expected output of a tool that
is considerably more convenient and more powerful than GNU ``grep``.


Documentation and Source
========================

Documentation and source code can be found at https://github.com/stp/OutputCheck
