Metadata-Version: 2.1
Name: presalytics
Version: 0.2.8
Summary: Prealytics Python Client
Home-page: https://presalytics.io/docs
Author-email: inquiries@presalytics.io
License: UNKNOWN
Keywords: Presalytics
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: urllib3 (>=1.15)
Requires-Dist: six (>=1.10)
Requires-Dist: certifi
Requires-Dist: python-dateutil
Requires-Dist: flask
Requires-Dist: requests
Requires-Dist: python-keycloak
Requires-Dist: presalytics-doc-converter
Requires-Dist: presalytics-ooxml-automation
Requires-Dist: presalytics-story
Requires-Dist: environs
Requires-Dist: matplotlib
Requires-Dist: lxml
Requires-Dist: pyyaml
Requires-Dist: mpld3

# Presalytics Python Client

This package interfaces with the Presalytics.io APIs.  

For full API documentation and use, please go to [Documentation](https://presalytics.io/docs).  Quickstart templates and examples for this python client can be found at the [Python Client Subpage](https://presalytics.io/docs/guides/python-client/overview). 

## Requirements

Python 3.5+.  This client uses packages that are not yet compatible with python2.  If python2 compatiliity is needed for legacy applications, we'd love hear about your use case. The api client sub packages are python 2.7+ compatible.

## Installation

Install using the pip package tool 

''''bash
pip install presalytics
'''



