Metadata-Version: 1.1
Name: prometheus-api
Version: 0.0.1
Summary: Python3 client to access Prometheus HTTP API
Home-page: https://github.com/VerosK/prometheus-api/
Author: Veros Kaplan
Author-email: verosk@noreply.users.github.com
License: BSD2
Description-Content-Type: UNKNOWN
Description: 
        # Prometheus HTTP API client
        
        [Prometheus][prom] provides [HTTP API][api].
        
        This Python3 code access it. 
        
        [prom]: https://prometheus.io/
        [api]: https://prometheus.io/docs/prometheus/latest/querying/api/#querying-metadata
        
Keywords: prometheus monitoring
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
