Metadata-Version: 1.1
Name: propertyshelf.fabfile.common
Version: 0.1
Summary: Commonly used fabric commands.
Home-page: https://github.com/propertyshelf/propertyshelf.fabfile.common
Author: Propertyshelf, Inc.
Author-email: development@propertyshelf.com
License: BSD
Download-URL: http://pypi.python.org/pypi/propertyshelf.fabfile.common
Description: propertyshelf.fabfile.common
        ============================
        
        This project contains a bunch of common used fabric commands we use at
        `Propertyshelf`_ to deploy and maintain our systems.
        
        
        Requirements
        ------------
        
        `propertyshelf.fabfile.common` currently uses `knife`_ to communicate with
        Rackspace servers. Please make sure `knife` is installed and configured
        successfully on your system.
        
        
        Install
        -------
        
        You can install `propertyshelf.fabfile.common` with PIP::
        
            pip install propertyshelf.fabfile.common
        
        All required dependencies will be installed automatically.
        
        
        Usage
        -----
        
        
        .. _`Propertyshelf`: http://propertyshelf.com
        .. _`knife`: http://docs.opscode.com/knife.html
        
        Contributors
        ============
        
        Thomas Massmann, Author
        
        Changelog
        =========
        
        0.1 (2013-12-20)
        ----------------
        
        - Migrated common used modules from mls.fabfile.
        
        
Keywords: fabric python deployment
Platform: UNKNOWN
Classifier: Programming Language :: Python
