Metadata-Version: 2.0
Name: boss-cli
Version: 0.0.1
Summary: A lightweight deployment tool based upon fabric
Home-page: https://github.com/kabirbaidhya/boss-cli
Author: Kabir Baidhya
Author-email: kabirbaidhya@gmail.com
License: MIT
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: fabric
Requires-Dist: pyyaml
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'

boss-cli
=========

Yet another pythonic deployment tool built on top of fabric.

Deploy like a boss.

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

    $ pip install boss-cli


