OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
prometheus_client-0.20.0.dist-info
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/09/2025 02:18:04 AM
rwxr-xr-x
📄
INSTALLER
4 bytes
05/14/2024 03:17:45 PM
rw-r--r--
📄
LICENSE
11.09 KB
05/14/2024 03:17:45 PM
rw-r--r--
📄
METADATA
1.8 KB
05/14/2024 03:17:45 PM
rw-r--r--
📄
NOTICE
236 bytes
05/14/2024 03:17:45 PM
rw-r--r--
📄
RECORD
4.52 KB
05/14/2024 03:17:45 PM
rw-r--r--
📄
REQUESTED
0 bytes
05/14/2024 03:17:45 PM
rw-r--r--
📄
WHEEL
92 bytes
05/14/2024 03:17:45 PM
rw-r--r--
📄
top_level.txt
18 bytes
05/14/2024 03:17:45 PM
rw-r--r--
Editing: METADATA
Close
Metadata-Version: 2.1 Name: prometheus_client Version: 0.20.0 Summary: Python client for the Prometheus monitoring system. Home-page: https://github.com/prometheus/client_python Author: Brian Brazil Author-email: brian.brazil@robustperception.io License: Apache Software License 2.0 Keywords: prometheus monitoring instrumentation client Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: System Administrators Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: System :: Monitoring Classifier: License :: OSI Approved :: Apache Software License Requires-Python: >=3.8 Description-Content-Type: text/markdown License-File: LICENSE License-File: NOTICE Provides-Extra: twisted Requires-Dist: twisted ; extra == 'twisted' # Prometheus Python Client The official Python client for [Prometheus](https://prometheus.io). ## Installation ``` pip install prometheus-client ``` This package can be found on [PyPI](https://pypi.python.org/pypi/prometheus_client). ## Documentation Documentation is available on https://prometheus.github.io/client_python ## Links * [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog. * [PyPI](https://pypi.python.org/pypi/prometheus_client)