Metadata-Version: 1.1
Name: scaffy
Version: 0.8.0
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
        
        
        Contributing
        ============
        
        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
        
Keywords: fabric ops devops
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
