Metadata-Version: 2.1
Name: test-opsramp-analytics-utils
Version: 2.2.7
Summary: OpsRamp Analytics SDK
Home-page: https://github.com/opsramp/analytics-sdk
Author: Donald Lafranchi
Author-email: it.corridor051@gmail.com
License: UNKNOWN
Description: ## OpsRamp Analytics Utilities
        
        This is the SDK for writing OpsRamp analytics apps. It is based on [dash](https://plotly.com/dash/), and it has a number of utility functions.
        
        It contains [analysis wrapper project](https://github.com/opsramp/analysis-wrapper).
        
        It is published on [Pypi](https://pypi.org/project/opsramp-analytics-utils/)
        
        #### How to publish on Pypi
        
        After make updates on SDK, modify the version in _setup.py_.
        
        ```
        python setup.py sdist bdist_wheel
        python -m twine upload dist/*
        ```
        
        - To upgrade the sdk for your app
        ```
        pip install --no-cache-dir --upgrade opsramp-analytics-utils
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
