# Orchard Python Utils

General python system utility tools

### Version
1.0.0

### Tools

* [Vacuum] - tool for vacuuming Amazon redshift table


### Installation

The installation process is very straightforward. The first step you have to do is install Python 3.4, then do the following:


```sh
$ pyvenv ./env
$ source ./env/bin/activate
$ python setup.py install
```
To run the script:
```sh
$ source ./env/bin/activate
$ vacuum queue {table_name}
$ vacuum run
```

