Metadata-Version: 2.1
Name: cto-cli
Version: 0.1.1
Summary: 
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (==6.0.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: rich (==13.6.0)
Requires-Dist: typer (==0.9.0)
Description-Content-Type: text/markdown

# CTO cli

CLI for ECS by CTO.

## Installation
```bash
pip install -U cto-cli
```

## Getting started

```bash
cto ecs init
```

## Documentation
[Documentation](https://doc.cloudtechnologyoffice.com/ecs/latest/) for more details.


