Metadata-Version: 1.1
Name: fabutils
Version: 0.0.17
Summary: Various utilities to make writing fabfile easier.
Home-page: https://github.com/novopl/fabutils
Author: Mateusz 'novo' Klos
Author-email: novopl@gmail.com
License: MIT
Description: 
        .. image:: https://circleci.com/gh/novopl/fabutils.svg?style=shield&circle-token=8601bbe44dd0198a801f310f374c2ad769f01dea
            :target: https://circleci.com/gh/novopl/fabutils/tree/master
        
        About
        =====
        
        **fabutils** is a collections of utilities that help making fabfile small
        and readable.
        
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pip install fabutils
        
        
        Compatibility
        =============
        
        This code is tested against python versions **2.7**, **3.3**, **3.4** and
        **3.5**.
        
        
        Contributing
        ============
        
        Setting up development repo
        ---------------------------
        
        .. code-block:: shell
        
            $ git clone git@github.com:novopl/fabutils.git
            $ cd fabutils
            $ virtualenv env
            $ source ./env/bin/activate
            $ ./devinit.sh
        
        
        .. toctree::
            :maxdepth: 3
        
            docs/ref/index
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
