Metadata-Version: 2.1
Name: PySenseSDK
Version: 0.2.11
Summary: Sisense Python SDK
Home-page: https://github.com/nathangiusti/PySense
Author: Nathan Giusti
Author-email: nathanggiusti@gmail.com
License: UNKNOWN
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
Requires-Dist: requests
Requires-Dist: PyYAML

**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.

[Documentation](https://htmlpreview.github.io/?https://github.com/nathangiusti/PySense/blob/master/Documentation/index.html)

**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

**V 0.2.9 Release Notes**

Hello Everyone. 

Additional development on new features of PySense will go dark for a bit as we integrate better into the API structure. 

If you find a critical release bug, please file an issue on GitHub and a patch may be released for it. 

Thank you for your patience and support
The PySense Team

- Additions
    - Manage elasticube sharing
    - Sharing dashboards also shares the source cube
    - Updated sample config

- Breaking changes
    - Dashboard.get_dashboard_folder() now returns a folder object

- Fixes
    - Some documentation errors found and fixed
    - PySense will fail more gracefully when an invalid username/password is given
    - Some issues with Elasticube.get_metadata() resolved 


- Known Issues
    - REST API sometimes becomes responsive on Linux builds

