Metadata-Version: 2.1
Name: cw-cleaner
Version: 0.1.0
Summary: cli tool to clean and maintain cw logs.
Author: Nir Adler
Author-email: me@niradler.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.14.62,<2.0.0)
Requires-Dist: fire (>=0.3.1,<0.4.0)
Requires-Dist: tabulate (>=0.8.7,<0.9.0)
Description-Content-Type: text/markdown

# CloudWatch log cleaner

cli tool to clean and maintain cw logs.

```sh
python3 cw-log-cleaner.py list
python3 cw-log-cleaner.py table
```

