Metadata-Version: 1.1
Name: em
Version: 0.1
Summary: Highlight some PATTERN in terminal's STDOUT
Home-page: https://github.com/ikalnitsky/em
Author: Igor Kalnitsky
Author-email: igor@kalnitsky.org
License: BSD
Description: 
        em
        ==
        
        em program is a terminal tool that prints FILE(s), or standard input
        to standard output and highlights the expressions that are matched
        the PATTERN.
        
        The expression will be highlighted iff the terminal is ANSI-compatible.
        
        
        em is cool
        ----------
        
        .. code:: bash
        
            $ tail -f /path/to/log | em "DEBUG|INFO" GREEN | em "WARN" yellow
        
        
        and easy to install
        -------------------
        
        .. code:: bash
        
            $ (sudo) pip install em
        
        
Platform: Linux
Platform: MacOS
Platform: Unix
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
