Metadata-Version: 2.0
Name: azureml-contrib-server
Version: 1.26.0
Summary: Azure Machine Learning contrib server
Home-page: UNKNOWN
Author: Microsoft Corp
License: Proprietary https://aka.ms/azureml-preview-sdk-license 
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5,<4
Description-Content-Type: text/x-rst
Provides-Extra: server
Requires-Dist: azureml-core (~=1.26.0)
Provides-Extra: server
Requires-Dist: flask; extra == 'server'

##########################################################################################
Microsoft Azure Machine Learning - AzureML Contrib Server
##########################################################################################

The azureml-contrib-server is local HTTP service used to expose a subset of the functionality provided by the AzureML SDK to VS Tools for AI extensions (VSCode and Visual Studio) and includes the following:

- Utility methods that glues together the AML SDK and the REST API.
- HTTP server that offers part of AML SDK functionality.

*****************
Setup
*****************

Install AzureML Contrib Server package:

.. code-block:: python

  pip install azureml-contrib-server




