Metadata-Version: 1.1
Name: burlap
Version: 0.9.4
Summary: Fabric commands for simplifying server deployments
Home-page: https://github.com/chrisspen/burlap
Author: Chris Spencer
Author-email: chrisspen@gmail.com
License: MIT
Description: Burlap - configuration management designed for simplicity and speed
        ===================================================================
        
        |image0| |Build Status| |image2|
        
        Overview
        --------
        
        Burlap is a `configuration
        management <https://en.wikipedia.org/wiki/Comparison_of_open-source_configuration_management_software>`__
        tool and framework for deploying software to servers.
        
        It's written in Python and is built ontop of
        `Fabric <http://www.fabfile.org/>`__ to run commands remotely over SSH.
        
        Unlike `Chef <https://www.chef.io/>`__ or
        `Ansible <http://www.ansible.com/>`__ that target large "web-scale"
        platforms at the expense of great complexity, Burlap targets small to
        medium-scale platforms and keeps its configuration simple.
        
        Much of the code is also heavily influenced by
        `Fabtools <https://github.com/fabtools/fabtools>`__, another
        Fabric-based toolkit.
        
        Installation
        ------------
        
        Install the package via pip with:
        
        ::
        
            pip install burlap
        
        `Click here for full
        documentation <http://chrisspen.github.io/burlap/>`__.
        
        .. |image0| image:: https://img.shields.io/pypi/v/burlap.svg
           :target: https://pypi.python.org/pypi/burlap
        .. |Build Status| image:: https://img.shields.io/travis/chrisspen/burlap.svg?branch=master
           :target: https://travis-ci.org/chrisspen/burlap
        .. |image2| image:: https://pyup.io/repos/github/chrisspen/burlap/shield.svg
           :target: https://pyup.io/repos/github/chrisspen/burlap
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
