Metadata-Version: 1.1
Name: em
Version: 0.2.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 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
        
        
        Links
        `````
        
        * `documentation <http://em.readthedocs.org/>`_
        * `source code <https://github.com/ikalnitsky/em>`_
        
        
Platform: Linux
Platform: MacOS
Platform: Unix
Classifier: Topic :: Utilities
Classifier: Environment :: Console
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
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
