File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# prometheus-api-client
2
2
3
- [ ![ 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 ) [ ![ PyPI version] ( https://badge.fury.io/py/prometheus-api-client.svg )] ( https://badge.fury.io/py/prometheus-api-client ) [ ![ PyPI download month] ( https://img.shields.io/pypi/dm/prometheus-api-client.svg )] ( https://pypi.python.org/pypi/prometheus-api-client/ )
3
+ [ ![ PyPI version] ( https://badge.fury.io/py/prometheus-api-client.svg )] ( https://badge.fury.io/py/prometheus-api-client ) [ ![ PyPI download month] ( https://img.shields.io/pypi/dm/prometheus-api-client.svg )] ( https://pypi.python.org/pypi/prometheus-api-client/ )
4
4
5
5
A Python wrapper for the Prometheus http api and some tools for metrics processing.
6
6
@@ -12,7 +12,7 @@ To install the latest release:
12
12
13
13
To install directly from this branch:
14
14
15
- ` pip install https://github.com/AICoE /prometheus-api-client-python/zipball/master `
15
+ ` pip install https://github.com/4n4nd /prometheus-api-client-python/zipball/master `
16
16
17
17
## Links
18
18
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ def get_version():
30
30
name = "prometheus-api-client" ,
31
31
version = VERSION ,
32
32
author = "Anand Sanmukhani" ,
33
- author_email = "asanmukh@redhat .com" ,
33
+ author_email = "asanmukhani@microsoft .com" ,
34
34
description = "A small python api to collect data from prometheus" ,
35
35
long_description = long_description ,
36
36
long_description_content_type = "text/markdown" ,
37
- url = "https://github.com/AICoE /prometheus-api-client-python" ,
37
+ url = "https://github.com/4n4nd /prometheus-api-client-python" ,
38
38
install_requires = get_install_requires (),
39
39
packages = setuptools .find_packages (),
40
40
tests_require = ["httmock" ],
You can’t perform that action at this time.
0 commit comments