Metadata-Version: 1.1
Name: bfab
Version: 0.1.0
Summary: Advanced fabric deployments
Home-page: https://github.com/balanced/bfab
Author: Marshall Jones
Author-email: dev@balancedpayments.com
License: BSD
Description: ===============================
        bfab
        ===============================
        
        .. image:: https://badge.fury.io/py/bfab.png
            :target: http://badge.fury.io/py/bfab
            
        .. image:: https://travis-ci.org/balanced/bfab.png?branch=master
                :target: https://travis-ci.org/balanced/bfab
        
        .. image:: https://pypip.in/d/bfab/badge.png
                :target: https://crate.io/packages/bfab?version=latest
        
        
        Advanced fabric deployments
        
        * Free software: BSD license
        * Documentation: http://bfab.rtfd.org.
        
        Features
        --------
        
        * TODO
        
        ## To use
        
        1. In your fabric file `import bfab`
        1. Configure `bfab.ctx` as required
        1. `fab -f scripts/fabfile.py -l` to see available commands
        
        
        
        
        History
        -------
        
        0.1.0 (2013-08-11)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: bfab
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
