Metadata-Version: 2.1
Name: camt
Version: 0.1.1
Summary: Zip labeled images
Home-page: https://amt.africa
Author: Lucien Makutano
Author-email: makutanolucien@gmail.com
License: MIT
Keywords: amt africa camt compression python package camt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# AMT Africa -  compression CLI tool

`camt` is a `CLI` tool built in python to help compress labeled images to exclude images that are not needed in the output.

## Requirements
* Python
* Pip

## How to run

Start by creating the folder that will use as `[name]` in the command bellow
### Command 
```
$ pip install camt
$ camt compress --dest-dir [name] --src-dir [path] --format [zip, tar]
```

# Future plans
* Add the ability to upload the zip file to a cloud provider `GCP`

# Contribution
You can contribute by opening an `Issue` or a `Pull request`.


