Metadata-Version: 1.0
Name: remotail
Version: 0.1.1
Summary: Tail multiple remote files on a terminal window
Home-page: https://github.com/abhinavsingh/remotail
Author: Abhinav Singh
Author-email: mailsforabhinav@gmail.com
License: BSD
Description: Remotail
        ========
        
        Tail multiple remote files on terminal window
        
        Install
        -------
        
        To install remotail, simply:
        
        	$ pip install remotail
        
        This will add an executable script `remotail.py` inside your python environment bin folder.
        
        Usage
        -----
        
        	$ remotail.py -h
        	
        	usage: remotail.py [-h] [--file-path FILE_PATH] [--config CONFIG]
        	
        	optional arguments:
        	  -h, --help            show this help message and exit
        	  --file-path FILE_PATH alias://user:pass@host:port/file/path/to/tail
        	  --config CONFIG       Config file containing one --file-path per line
        
        Watch [this demo](http://ascii.io/a/4737) for example usage.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
