Metadata-Version: 1.1
Name: jaraco.fabric
Version: 3.2
Summary: Fabric tasks by jaraco
Home-page: https://github.com/jaraco/jaraco.fabric
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: jaraco.fabric
        =============
        
        Fabric tasks and helpers. Includes modules implementing
        Fabric tasks.
        
        The easiest way to use jaraco.fabric is to install it and
        invoke it using ``python -m jaraco.fabric``. For example,
        to list the available commands:
        
            $ python -m jaraco.fabric -l
        
        Or to install MongoDB 3.2 on "somehost":
        
            $ python -m jaraco.fabric -H somehost mongodb.distro_install:version=3.2
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
