Metadata-Version: 2.1
Name: previsionio
Version: 11.1.5
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
Description: 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) 
        
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
