Metadata-Version: 2.1
Name: turbodif
Version: 1.0.0
Summary: Turbonomic Data-Ingestion-Framework library
Home-page: https://github.com/turbonomic/turbodif
Author: Turbonomic
Author-email: ray.mileo@turbonomic.com
License: Apache 2.0
Description: # turbodif
        
        ## Overview
        
        This is a python library that allows you to build the json format that is required to ingest external metrics into [Turbonomic](https://turbonomic.com/)'s Data Ingestion Framework (DIF).  For more information about DIF, please visit [turbonomic/data-ingestion-framework](https://github.com/turbonomic/data-ingestion-framework)
        
        ## Installation
        
        ```bash
        pip install turbodif
        ```
        
        ## Usage
        
        For examples of usage, please see [turbonomic/data-ingestion-framework/example/azure-loganalytics/python](https://github.com/turbonomic/data-ingestion-framework/tree/master/example/azure-loganalytics/python)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
