Metadata-Version: 2.0
Name: fumi
Version: 0.1.1
Summary: A small and (hopefully) simple deployment tool
Home-page: https://github.com/rmed/fumi
Author: Rafael Medina García
Author-email: rafamedgar@gmail.com
License: MIT
Keywords: fumi deploy git remote ssh
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: paramiko (==1.15.2)
Requires-Dist: scp (==0.9.0)
Requires-Dist: pyyaml (==3.11)
Requires-Dist: blessings (==1.6)

fumi
====

A small and (hopefully) simple deployment tool.

fumi fetches deployment configurations from a `fumi.yml` file. To start using fumi in a project, simply create that file (either manually or with fumi).

Installation
------------

    $ pip install fumi

Documentation
-------------

Documentation is available at http://fumi.readthedocs.org

Usage
-----


    usage: fumi [-h] [--version] {deploy,list,new,remove} ...

    Simple deployment tool

    optional arguments:
      -h, --help            show this help message and exit
      --version             show program's version number and exit

    commands:
      {deploy,list,new,remove}
        deploy              deploy with given configuration
        list                list all the available deployment configurations
        new                 create new deployment configuration
        remove              remove a configuration from the deployment file


