Metadata-Version: 1.1
Name: fablib
Version: 0.1.0
Summary: Fabric deployment helper functions
Home-page: http://github.com/gpoulter/fablib
Author: Graham Poulter
Author-email: graham.poulter@gmail.com
License: MIT
Description: "fablib" is a small collection of helper functions for the `Fabric`_ 
        deployment and system administration tool.
        
        Further, it is built on top of the `cuisine`_ library of Fabric helper functions.
        
        Warning: This is *alpha* software.  Anything and everything could change without notice.   Also, I should probably try get some of these into a state where
        they can be added to `cuisine`_.
        
        Installation
        ============
        
        Install from `PyPI`_ using `pip installer`_:
        
            pip install fablib
        
        .. _Fabric: http://fabfile.org
        .. _cuisine: http://github.com/sebastien/cuisine
        .. _PyPI: http://pypi.python.org/pypi/ngram
        .. _pip installer: http://www.pip-installer.org
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Installation/Setup
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
