METADATA 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Metadata-Version: 2.4
  2. Name: prometheus_client
  3. Version: 0.24.1
  4. Summary: Python client for the Prometheus monitoring system.
  5. Author-email: The Prometheus Authors <prometheus-developers@googlegroups.com>
  6. License-Expression: Apache-2.0 AND BSD-2-Clause
  7. Project-URL: Homepage, https://github.com/prometheus/client_python
  8. Project-URL: Documentation, https://prometheus.github.io/client_python/
  9. Keywords: prometheus,monitoring,instrumentation,client
  10. Classifier: Development Status :: 4 - Beta
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Intended Audience :: Information Technology
  13. Classifier: Intended Audience :: System Administrators
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.9
  17. Classifier: Programming Language :: Python :: 3.10
  18. Classifier: Programming Language :: Python :: 3.11
  19. Classifier: Programming Language :: Python :: 3.12
  20. Classifier: Programming Language :: Python :: 3.13
  21. Classifier: Programming Language :: Python :: 3.14
  22. Classifier: Programming Language :: Python :: Implementation :: CPython
  23. Classifier: Programming Language :: Python :: Implementation :: PyPy
  24. Classifier: Topic :: System :: Monitoring
  25. Requires-Python: >=3.9
  26. Description-Content-Type: text/markdown
  27. License-File: LICENSE
  28. License-File: NOTICE
  29. Provides-Extra: twisted
  30. Requires-Dist: twisted; extra == "twisted"
  31. Provides-Extra: aiohttp
  32. Requires-Dist: aiohttp; extra == "aiohttp"
  33. Provides-Extra: django
  34. Requires-Dist: django; extra == "django"
  35. Dynamic: license-file
  36. # Prometheus Python Client
  37. The official Python client for [Prometheus](https://prometheus.io).
  38. ## Installation
  39. ```
  40. pip install prometheus-client
  41. ```
  42. This package can be found on [PyPI](https://pypi.python.org/pypi/prometheus_client).
  43. ## Documentation
  44. Documentation is available on https://prometheus.github.io/client_python
  45. ## Links
  46. * [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog.
  47. * [PyPI](https://pypi.python.org/pypi/prometheus_client)