Metadata-Version: 2.1
Name: previsionio
Version: 11.2.1
Summary: python wrapper for prevision api
Home-page: https://github.com/previsionio/prevision-python
Author: prevision.io
Author-email: team-core@prevision.io
License: MIT License
Project-URL: Bug Tracker, https://github.com/previsionio/prevision-python/issues
Project-URL: Documentation, https://prevision-python.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/previsionio/prevision-python
Keywords: ml,ai,prevision,sdk
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
License-File: LICENSES/LICENSE_MATPLOTLIB
License-File: LICENSES/LICENSE_NUMPY
License-File: LICENSES/LICENSE_OAUTHLIB
License-File: LICENSES/LICENSE_PANDAS
License-File: LICENSES/LICENSE_PYFLAKES
License-File: LICENSES/LICENSE_REQUESTS
License-File: LICENSES/LICENSE_SCIKITLEARN
License-File: LICENSE

Welcome to the Prevision.io Python SDK
======================================

[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](https://pip.pypa.io/en/stable/?badge=stable)


The Prevision.io Python SDK allows to easily use [Prevision.io](https://prevision.io/) 
APIs to train, predict and automate pipelines with sklearn-like interface.

The full documentation is available [here](https://prevision-python.readthedocs.io/en/latest/).


# Installation
```
git clone https://github.com/previsionio/prevision-python
cd prevision-python
python setup.py install
```

---

## [Sign up for a free trial](https://cloud.prevision.io) 


