Metadata-Version: 2.1
Name: ecs-tool
Version: 0.0.4
Summary: CLI wrapper on top of "aws ecs" that tries to improve user experience
Home-page: https://github.com/whisller/ecs-tool
License: MIT
Keywords: aws,ecs,cli
Author: Daniel Ancuta
Author-email: whisller@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: boto3 (>=1.9,<2.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: colorclass (>=2.2,<3.0)
Requires-Dist: terminaltables (>=3.1,<4.0)
Project-URL: Repository, https://github.com/whisller/ecs-tool
Description-Content-Type: text/markdown

# ECS Tool
[![Build Status](https://travis-ci.org/whisller/ecs-tool.svg?branch=master)](https://travis-ci.org/whisller/ecs-tool) [![PyPI](https://img.shields.io/pypi/v/ecs-tool.svg)](https://pypi.org/project/ecs-tool/) ![](https://img.shields.io/pypi/pyversions/ecs-tool.svg) ![](https://img.shields.io/pypi/l/ecs-tool.svg)

CLI wrapper on top of "aws ecs" that tries to improve user experience and remove bottlenecks of work with AWS ECS.

AWS is great platform, you can manage your ECS by web console or ecs-cli. 
But both tools have their flaws, either speed or user interface.

That's why `ecs-tool` came to life, its aim is to be your day to day CLI tool for managing your ECS. 

It is in early stage of development though.

## Some screenshots
[#1](https://github.com/whisller/ecs-tool/blob/master/screenshots/ecs-services.png) | [#2](https://github.com/whisller/ecs-tool/blob/master/screenshots/ecs-tasks.png)

