# qg_utils

### Testing
To run tests:
```sh
$ python -m unittest discover
```

### Installation
using pip:

```sh
$ pip install qg_utils
```

using setuptools:

```sh
$ git clone https://github.com/quantumgraph/qg_utils
$ cd qg_utils
$ pip install qg_utils
```
