Metadata-Version: 2.1
Name: netdata_pandas
Version: 0.0.1
Summary: A helper library for pulling data from netdata into a pandas dataframe.
Home-page: https://github.com/andrewm4894/netdata_pandas/tree/master/
Author: Andrew Maguire
Author-email: andrewmaguire@netdata.cloud
License: Apache Software License 2.0
Description: # netdata-pandas
        > A helper library to pull data from netdata api into a pandas dataframe.
        
        
        ## Install
        
        `pip install netdata-pandas`
        
        ## Quickstart
        
        Fill me in please! Don't forget code examples:
        
        ```python
        1+1
        ```
        
        
        
        
            2
        
        
        
Keywords: netdata pandas
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
