qg_utils


License
MIT
Install
pip install qg_utils==0.0.6

Documentation

# 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
```