Metadata-Version: 2.1
Name: PySenseSDK
Version: 0.2.1
Summary: Sisense Python SDK
Home-page: https://github.com/nathangiusti/PySense
Author: Nathan Giusti
Author-email: nathanggiusti@gmail.com
License: UNKNOWN
Description: **Disclaimer**
        
        1. This is not in anyway supported by Sisense. This is a hobby project of mine. 
        2. Neither myself nor Sisense offer any warranty, implied or explicit. 
        3. This is a work in progress. Not all calls are currently supported. 
        
        [Documentation](https://htmlpreview.github.io/?https://github.com/nathangiusti/PySense/blob/master/Documentation/index.html)
        
        **Overview**
        
        PySense is a python wrapper for the Sisense REST API. The goal of this project is to make the Sisense REST API more accessible to less technical users as well as decrease the development time needed to automate tasks with the Sisense REST API.
        
        **How to install**
        
        pip install PySenseSDK
        
        **How to use**
        
        Download the PySense Tutorial Power Point for a hands on introduction. 
        - Prerequisites:
            - Basic understanding of a programming language like java script
            - Python and a python IDE installed
        
        See snippets folder for common usage snippets
        
        **Planned Future Capabilities**
        
        - Updating connections
        - Increased control over elasticube schemas
        
        **V 0.2.1 Release Notes**
        - Additions
            - Get a dashboards data source
        
        - Breaking changes
            - Get dashboards parameter parent_folder_name now parent_folder and accepts the PySense folder object. 
        
        - Fixes
            - Delete users documentation now matches function. 
            - Some snippets updated with minor improvements.
        	
        - Known Issues
            - Dashboard and widget export to pdf and png may cause Sisense to throw internal server errors. 
            
           
        
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
