Metadata-Version: 2.1
Name: coreTeamMetrics
Version: 3.0.1
Summary: A Prometheus metrics collector for runtime metrics
Home-page: UNKNOWN
Author: core-team
Author-email: coreteam@example.com
License: UNKNOWN
Description: # MetricsCollector
        
        MetricsCollector is a Python module that allows you to collect and expose metrics of python applications using prometheus.
        
        ## Features
        
        - This provides metrics like garbage collections,cpu,memory,fds,thread count.
        - Exposes metrics via an HTTP server for Prometheus to scrape.
        
        ## Installation
        
        You can install MetricsCollector using pip:
        
        ```shell
        pip install metricscollector
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
