Metadata-Version: 2.1
Name: boss-cli
Version: 1.0.0
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 (==1.14.0)
Requires-Dist: paramiko (==2.4.2)
Requires-Dist: pyyaml (>=4.2b1)
Requires-Dist: requests (==2.20.0)
Requires-Dist: inquirer (==2.2.0)
Requires-Dist: python-dotenv (==0.6.5)
Requires-Dist: terminaltables (==3.1.0)
Requires-Dist: click (==6.7)
Requires-Dist: hvac (==0.6.4)
Requires-Dist: cryptography (==2.4.2)
Provides-Extra: test
Requires-Dist: mock ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: pytest-watch ; extra == 'test'

boss - Yet another pythonic deployment tool built on top of fabric.


