Metadata-Version: 1.1
Name: machete
Version: 0.0.1.13
Summary: A command-line tool to create projects from templates, to start your python work.
Home-page: https://github.com/lovato/machete
Author: Marco Lovato
Author-email: maglovato@gmail.com
License: MIT
Download-URL: https://github.com/lovato/machete/tarball/0.0.1.13
Description: machete
        =======
        
        A command-line tool to create projects from templates, to start your python work.
        
        To install it
        -------------
        
        ::
        
            $ sudo pip install machete
        
        Usage
        -----
        
        First, create your target directory, and cd to it.
        
        Note: This directory must be empty. If you need to re-run machete, please empty the current folder first.
        
        ::
        
            usage: machete [-h] -t <template_name> [--chicken]
        
            machete vX
        
            optional arguments:
              -h, --help            show this help message and exit
              -t <template_name>, --template <template_name>
                                    Select one of the available templates. Allowed values
                                    are: app, bootstrap or flask.
              --chicken             Chicken mode (optional). Does NOT CHANGE anything.
        
        
        Contributions
        -------------
        
        Bug reports, fixes, or features? Feel free to open an issue or pull request any time.
        
        License
        --------
        
        Copyright (c) 2014 Marco Lovato Licensed under MIT_.
        
        .. _MIT: http://opensource.org/licenses/MIT
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
