Metadata-Version: 2.1
Name: pquisby
Version: 0.0.11
Summary: Quisby is a data processing and visualization tool for benchmark testing.
Home-page: https://github.com/sousinha1997/Quisby
Author: Soumya Sinha
Author-email: sinhasoumya97@gmail.com
License: GPL v3.0
Description-Content-Type: text/markdown
License-File: LICENSE

**Quisby** is a tool to provide first view into the results from various benchmarks such as linpack, streams, fio etc. It doesn't aim to replace existing data viz tool but rather to provide a simplified view to the data with basic metric to understand the benchmark results from a higher level view. For detailed view, there are other tools such as pbench-dashboard, js-charts etc at hand.

#### Setup
*Prerequisite*: Make sure you have `jinja2` & `make` packages installed before running any `make` command below. 

##### Install
- Install pquisby package locally onto system
```console
$ make local
```

##### Push to Pypi
- Push quisby to pypi
```console
$ make build-push PUSH_TO=pypi
```

- Push quisby to testpypi
```console
$ make build-push PUSH_TO=testpypi
```

> Note:  For password-less pypi authentication please create config [example]( https://packaging.python.org/en/latest/specifications/pypirc/#using-another-package-index)
