-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from AICoE/v0.0.2
Update README.md Reviewed-by: https://github.com/thoth-zuul[bot]
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4f6e655e936c4d54b838317bc4414017)](https://www.codacy.com/app/4n4nd/prometheus-connect?utm_source=github.com&utm_medium=referral&utm_content=4n4nd/prometheus-connect&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7d838be9b51e4daaa20be1772f5c9ad2)](https://www.codacy.com/manual/4n4nd/prometheus-api-client-python?utm_source=github.com&utm_medium=referral&utm_content=AICoE/prometheus-api-client-python&utm_campaign=Badge_Grade) | ||
# prometheus-api-client | ||
|
||
A python wrapper for the prometheus http api | ||
A python wrapper for the prometheus http api and some tools for metrics processing. | ||
|
||
## Installation | ||
To install the latest release: | ||
|
||
`pip install prometheus-api-client==0.0.2` | ||
`pip install prometheus-api-client` | ||
|
||
To install directly from this branch: | ||
|
||
`pip install https://github.com/AICoE/prometheus-api-client-python/zipball/v0.0.2` | ||
`pip install https://github.com/AICoE/prometheus-api-client-python/zipball/master` | ||
|
||
## Documentation | ||
|
||
Docs: [https://prometheus-api-client-python.readthedocs.io/en/v0.0.2/source/prometheus_api_client.html] | ||
Docs: [https://prometheus-api-client-python.readthedocs.io/source/prometheus_api_client.html] |