Metadata-Version: 1.0
Name: Fabric
Version: 0.0.8
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'.
        
        It is a bit like a dumbed down Capistrano, except it's in Python, dosn't expect
        you to be deploying Rails applications, and the 'put' command works.
        
        Unlike Capistrano, Fabric want's to stay small, light, easy to change and not
        bound to any specific framework.
        
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
