Metadata-Version: 2.4
Name: prometheus-aioexporter
Version: 3.1.2
Summary: Asyncio library for creating Prometheus exporters
Author-email: Alberto Donato <alberto@albertodonato.net>
Maintainer-email: Alberto Donato <alberto@albertodonato.net>
License-Expression: LGPL-3.0-or-later
Project-URL: Changelog, https://github.com/albertodonato/prometheus-aioexporter/blob/main/CHANGES.rst
Project-URL: Homepage, https://github.com/albertodonato/prometheus-aioexporter
Project-URL: Issue Tracker, https://github.com/albertodonato/prometheus-aioexporter/issues
Project-URL: Release Notes, https://github.com/albertodonato/prometheus-aioexporter/blob/main/CHANGES.rst
Project-URL: Repository, https://github.com/albertodonato/prometheus-aioexporter
Project-URL: Source Code, https://github.com/albertodonato/prometheus-aioexporter
Keywords: exporter,library,prometheus
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: aiohttp>=3
Requires-Dist: click>=8.2
Requires-Dist: prometheus-client>=0.4
Requires-Dist: python-dotenv
Requires-Dist: structlog
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-aiohttp; extra == "testing"
Requires-Dist: pytest-asyncio; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"
Requires-Dist: pytest-structlog; extra == "testing"
Requires-Dist: trustme; extra == "testing"
Dynamic: license-file
