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 11# prometheus-api-client
22
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/ )
44
55A Python wrapper for the Prometheus http api and some tools for metrics processing.
66
@@ -12,7 +12,7 @@ To install the latest release:
1212
1313To install directly from this branch:
1414
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 `
1616
1717## Links
1818
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ def get_version():
3030 name = "prometheus-api-client" ,
3131 version = VERSION ,
3232 author = "Anand Sanmukhani" ,
33- author_email = "asanmukh@redhat .com" ,
33+ author_email = "asanmukhani@microsoft .com" ,
3434 description = "A small python api to collect data from prometheus" ,
3535 long_description = long_description ,
3636 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" ,
3838 install_requires = get_install_requires (),
3939 packages = setuptools .find_packages (),
4040 tests_require = ["httmock" ],
You can’t perform that action at this time.
0 commit comments