Metadata-Version: 1.1
Name: peltak
Version: 0.12
Summary: Set of CLI commands to help manage a project
Home-page: http://github.com/novopl/peltak
Author: Mateusz 'novo' Klos
Author-email: novopl@gmail.com
License: MIT
Description: 
        ######
        peltak
        ######
        
        .. readme_inclusion_marker
        
        **peltak** is a set of fabric commands to help out manage a project. 
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pip install peltak
        
        
        Contributing
        ============
        
        Setting up development repo
        ---------------------------
        
        .. code-block:: shell
        
            $ git clone git@github.com:novopl/peltak.git
            $ cd peltak
            $ virtualenv env
            $ source ./env/bin/activate
            $ pip install -r requirements.txt -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
