Metadata-Version: 2.1
Name: azureml-contrib-server
Version: 1.48.0
Summary: Local HTTP service used to expose the functionality given by the AzureML SDK to VS Tools for AI ext.
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7,<4
Description-Content-Type: text/x-rst
Requires-Dist: azureml-core (~=1.48.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




