Metadata-Version: 2.1
Name: netdata-ts-clustering
Version: 0.0.1
Summary: Time series clustering for netdata.
Home-page: https://github.com/andrewm4894/netdata_ts_clustering/tree/master/
Author: Andrew Maguire
Author-email: andrewmaguire@netdata.cloud
License: Apache Software License 2.0
Description: # netdata_ts_clustering
        > Time series clustering for Netdata hosts.
        
        
        ...
        
        ## Install
        
        `pip install netdata_ts_clustering`
        
        ## Quickstart
        
        ```python
        1+1
        ```
        
        
        
        
            2
        
        
        
        ```python
        say_hello()
        ```
        
            hello
        
        
        
        
        
            'hello'
        
        
        
Keywords: netdata clustering
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
