Metadata-Version: 1.1
Name: parma
Version: 0.1.0
Summary: A wrapper for Orchard's fig commandline.
Home-page: https://github.com/snowball-digital/parma
Author: Sebastian Vetter
Author-email: sebastian@roadsi.de
License: MIT
Description: *parma* - a thin fig wrapper
        ============================
        
        A thin wrapper around `fig`_ by Orchard to make working with it a little be
        easier. Especially in combination with `boot2docker`_. 
        
        
        Installation
        ------------
        
        You can install from PyPI using::
        
            $ pip install parma
        
        or the latest version from github::
        
            $ pip install https://github.com/elbaschid/parma/archive/master.zip
        
        
        Usage
        -----
        
        ``parma`` provides exactly the same commands and options as fig but add some
        magic to the commands. For a reference of commands and options check the `fig`_
        docs.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Build Tools
