# Command Line Interface

The QuantAQ Command Line Interface (CLI) tool provides easy-to-use tools to munge data associated with QuantAQ's air quality sensor data.

Check it out on GitHub!

{% embed url="<https://github.com/quant-aq/cli>" %}

## Overview

The purpose of the CLI tool is to make data munging a breeze! There are currently built-in functionality to allow you to easily:

* concatenate files
* merge files
* flag data
* expunge data
* resample data

For more information on usage, check out the complete docs.

### Installation

To install the most recent release:

```
$ pip install -U quantaq-cli
```

### Examples

For examples and usage, please check out the full documentation page [here](https://quant-aq.github.io/cli/index.html).
