Metadata-Version: 1.0
Name: Fabric
Version: 0.1.1
Summary: Fabric is a simple pythonic remote deployment tool.
Home-page: http://www.nongnu.org/fab/
Author: Christian Vest Hansen
Author-email: karmazilla@gmail.com
License: UNKNOWN
Description: 
        It is designed to upload files to, and run shell commands on, a number of
        servers in parallel or serially. These commands are grouped in tasks (regular
        python functions) and specified in a 'fabfile.'
        
        This is called remote automation, and the primary use case is deploying
        applications to multiple similar hosts.
        
        Although it is easier to automate when the target hosts are similar, it is not
        a requirement and Fabric has features for working with heterogeneous hosts as
        well.
        
        Once installed, you can run `fab help` to learn more about how to use Fabric.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Software Distribution
