prometheus-client


Nameprometheus-client JSON
Version 0.20.0 PyPI version JSON
download
home_pagehttps://github.com/prometheus/client_python
SummaryPython client for the Prometheus monitoring system.
upload_time2024-02-14 15:55:14
maintainer
docs_urlNone
authorBrian Brazil
requires_python>=3.8
licenseApache Software License 2.0
keywords prometheus monitoring instrumentation client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/prometheus/client_python",
    "name": "prometheus-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "prometheus monitoring instrumentation client",
    "author": "Brian Brazil",
    "author_email": "brian.brazil@robustperception.io",
    "download_url": "https://files.pythonhosted.org/packages/3d/39/3be07741a33356127c4fe633768ee450422c1231c6d34b951fee1458308d/prometheus_client-0.20.0.tar.gz",
    "platform": null,
    "description": "# Prometheus Python Client\n\nThe official Python client for [Prometheus](https://prometheus.io).\n\n## Installation\n\n```\npip install prometheus-client\n```\n\nThis package can be found on [PyPI](https://pypi.python.org/pypi/prometheus_client).\n\n## Documentation\n\nDocumentation is available on https://prometheus.github.io/client_python\n\n## Links\n\n* [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog.\n* [PyPI](https://pypi.python.org/pypi/prometheus_client)\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Python client for the Prometheus monitoring system.",
    "version": "0.20.0",
    "project_urls": {
        "Homepage": "https://github.com/prometheus/client_python"
    },
    "split_keywords": [
        "prometheus",
        "monitoring",
        "instrumentation",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c798745b810d822103adca2df8decd4c0bbe839ba7ad3511af3f0d09692fc0f0",
                "md5": "f0d83ca1494df2ed592973e8e6d2e72a",
                "sha256": "cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7"
            },
            "downloads": -1,
            "filename": "prometheus_client-0.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0d83ca1494df2ed592973e8e6d2e72a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 54474,
            "upload_time": "2024-02-14T15:55:03",
            "upload_time_iso_8601": "2024-02-14T15:55:03.957002Z",
            "url": "https://files.pythonhosted.org/packages/c7/98/745b810d822103adca2df8decd4c0bbe839ba7ad3511af3f0d09692fc0f0/prometheus_client-0.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d393be07741a33356127c4fe633768ee450422c1231c6d34b951fee1458308d",
                "md5": "588a54582e693aef27fc8dd354399465",
                "sha256": "287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89"
            },
            "downloads": -1,
            "filename": "prometheus_client-0.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "588a54582e693aef27fc8dd354399465",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 78278,
            "upload_time": "2024-02-14T15:55:14",
            "upload_time_iso_8601": "2024-02-14T15:55:14.761236Z",
            "url": "https://files.pythonhosted.org/packages/3d/39/3be07741a33356127c4fe633768ee450422c1231c6d34b951fee1458308d/prometheus_client-0.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 15:55:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prometheus",
    "github_project": "client_python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "prometheus-client"
}
        
Elapsed time: 0.27363s