Metadata-Version: 1.0
Name: punt
Version: v1.1
Summary: A straightforward python static site generator.
Home-page: https://github.com/colinta/punt
Author: Colin Thomas-Arnold
Author-email: colinta@gmail
License: BSD
Description: ====
        punt
        ====
        
        I saw kicker_ the other day and thought: I could write that in a minute!  So
        I did.
        
        ------------
        INSTALLATION
        ------------
        
        ::
        
            $ pip install punt
        
        -----
        USAGE
        -----
        
        ::
        
            $ punt 'du -sh'      # list file sizes, update the list when a file changes
            $ punt --help        # usage
            $ punt --version
            $ punt -w tests -r 'py.test'  # run py.test when any file in tests/ changes
            $ punt --watch ~ --recursive ls 'ls -la'  # options
            $ punt -w ~ -r ls 'ls -la'                # same, but short names
        
        
        -------
        LICENSE
        -------
        
        :Author: Colin Thomas-Arnold
        :Copyright: 2012 Colin Thomas-Arnold <http://colinta.com/>
        
        Copyright (c) 2012, Colin Thomas-Arnold
        All rights reserved.
        
        See LICENSE_ for more details (it's a simplified BSD license).
        
        .. _kicker:       https://github.com/alloy/kicker
        .. _LICENSE:      https://github.com/colinta/punt/blob/master/LICENSE
        
Keywords: terminal command shell
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development
