Metadata-Version: 2.1
Name: query-prom
Version: 0.1.1
Summary: Query prometheus for data
Home-page: https://github.com/jpavlav/QueryPrometheus
Author: Justin Palmer
Author-email: jpavlav@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.20.0)


# QueryPrometheus

This is a simple library to ease querying prometheus in python.

## Getting Started

To get up and running, you can either clone the repo and go from there. Or it should be pip installable.

```
git clone git@github.com:jpavlav/QueryPrometheus.git
cd QueryPrometheus
pip install -r requirements.txt
```

The advantage to a pip install is the required packages are included.
```
pip install git+https://github.com/jpavlav/QueryPrometheus.git
```

### Prerequisites

```
Python3
```

## Built With

* [Python3](https://www.python.org/downloads/) - Beautiful language.

## Authors

* **Justin Palmer** - *Urrverything* - [Me](https://github.com/jpavlav)

## Acknowledgments

* Kenneth Reitz -> [setup](https://github.com/kennethreitz/setup.py) - Thanks!
* Kamori -> [Cool Guy](https://github.com/Kamori) - Thanks to you as well!


