Metadata-Version: 1.0
Name: tayne
Version: 0.1.1
Summary: companion to entr(1)
Home-page: https://github.com/eddieantonio/tayne
Author: Eddie Antonio Santos
Author-email: easantos@ualberta.ca
License: ISC
Description: *****
        tayne
        *****
        
        Companion to entr_.
        
        .. _entr: http://entrproject.org/
        
        =====
        Usage
        =====
        
        Create a configuration file in the same directory called ``.taynerc``::
        
            [tayne]
            patterns =
                **/*.py
                **/*.ini
            command = py.test tayne.py && pycodestyle tayne.py
        
        Then invoke as follows::
        
            tayne
        
        Or::
        
            tayne | entr
        
        =======
        License
        =======
        
        © 2017 Eddie Antonio Santos. ISC Licensed.
        
Platform: UNKNOWN
