Metadata-Version: 2.1
Name: g2m-api-client
Version: 1.2.31
Summary: Analyzr API Client
Home-page: https://analyzr.ai
Author: Analyzr Team
Author-email: support@analyzr.ai
License: Proprietary
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: scikit-learn

**g2m-api-client** is a Python SDK client designed to interface with the [Analyzr](https://analyzr.ai) platform, a state-of-the-art machine learning platform developed by [G2M Insights](https://g2m.ai) delivering custom predictive analytics in a single-tenant environment for B2B sales and marketing analysts.

## Requirements
The client requires credentials to access the [Analyzr](https://analyzr.ai) API. For more information contact your account representative or reach out to your support team at support@analyzr.ai. The client also requires the following dependencies:
* Python (>=3.7)
* Scikit-learn (>=1.0)

## Installation
The easiest way to install `g2m-api-client` is using `pip`:
```
pip install g2m-api-client
```

_Last Updated: 8/8/2022_


