Metadata-Version: 1.1
Name: scaffy
Version: 0.8.2
Summary: Set of CLI commands for project scaffolds
Home-page: http://github.com/novopl/scaffy
Author: Mateusz 'novo' Klos
Author-email: novopl@gmail.com
License: MIT
Description: ######
        scaffy
        ######
        
        .. readme_inclusion_marker
        
        **scaffy** is a small tool to create, manage and apply project scaffolds (or
        any directory scaffold for that matter). It includes a web service that allows
        storing the scaffolds remotely.
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pip install scaffy
        
        Usage
        =====
        
        
        Contributing
        ============
        
        Principal rule
        --------------
        
        **Make it work, then make it right, then make it fast.**
        
        Setting up development repo
        ---------------------------
        
        .. code-block:: shell
        
            $ git clone git@github.com:novopl/scaffy.git
            $ cd scaffy
            $ virtualenv env
            $ source ./env/bin/activate
            $ python setup.py develop
            $ pip install -r ops/devrequirements.txt
        
        The project uses **peltak** for management. See
        `peltak <https://github.com/novopl/peltak>`_ docs for more information.
        
Keywords: project scaffold dev tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
