Metadata-Version: 1.0
Name: screenutils
Version: 0.0.1.2
Summary: Handle gnu-screen: creates/close/list sessions, injects commands...
Home-page: http://github.com/Christophe31/screenutils
Author: Christophe Narbonne
Author-email: @Christophe31
License: GNU Public License >=2 (ask me if you want other)
Description: screenutils
        ===========
        
        screenutils is a set of classes that sould help handling gnu-screen windows.
        
        Feel free to report any modification you made, the whole code source is
        available under the terms of the GPLv2.
        
        Exemple usage
        -------------
        
        XXX: TODO.
        
        Installation
        -------------
        
        You could install screenutils from github, by doing the following::
        
            $ git clone http://github.com/Christophe31/screenutils.git
            $ cd screenutils
            $ python setup.py install
        
        Or by just using the packages publicated at pypi, for instance with pip::
        
            $ pip install screenutils
        
        Known issues
        -------------
        
        This may not work with bpython.
        
        Roadmap
        --------
        
         * Read the screen manual or get a screen power user to get info about
           lacking features
         * allow to insert manually screen specific commands just after screen -x name -X <addCommandHere>
        
Platform: UNKNOWN
