Metadata-Version: 1.0
Name: watch-open
Version: 0.0.1
Summary: Opens a copy of file on every change
Home-page: https://github.com/mugiseyebrows/watch-open
Author: Stanislav Doronin
Author-email: mugisbrows@gmail.com
License: UNKNOWN
Description: ================================================
        watch-open: Opens a copy of file on every change
        ================================================
        
        Installing
        ==========
        
        watch-open can be installed via pip as follows:
        
        ::
        
            pip install watch-open
        
        Usage
        =====
        
        ::
        
            python -m watchopen /path/to/file.pdf
            watch-open /path/to/file.pdf
            watch-open /path/to/dir -i "*.pdf" "*.xls"
            
        Author
        ======
        
        Stanislav Doronin <mugisbrows@gmail.com>
        
        License
        =======
        
        watch-open is distributed under the terms of MIT license, check `LICENSE` file.
        
        Contributing
        ============
        
        If you'd like to contribute, fork the project, make changes, and send a pull
        request. Have a look at the surrounding code and please, make yours look
        alike :-)
Platform: UNKNOWN
