forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 82226ae09dd62fca6ca4d0a019cbc2829a498c93
- Loading branch information
Showing
34 changed files
with
2,773 additions
and
1 deletion.
There are no files selected for viewing
19 changes: 18 additions & 1 deletion
19
azure-cognitiveservices-vision/azure/cognitiveservices/vision/computervision/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
__import__('pkg_resources').declare_namespace(__name__) | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from .computer_vision_api import ComputerVisionAPI | ||
from .version import VERSION | ||
|
||
__all__ = ['ComputerVisionAPI'] | ||
|
||
__version__ = VERSION | ||
|
225 changes: 225 additions & 0 deletions
225
azure-cognitiveservices-vision/azure/cognitiveservices/vision/computervision/build.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,225 @@ | ||
{ | ||
"autorest": [ | ||
{ | ||
"resolvedInfo": null, | ||
"packageMetadata": { | ||
"name": "@microsoft.azure/autorest-core", | ||
"version": "2.0.4168", | ||
"engines": { | ||
"node": ">=7.10.0" | ||
}, | ||
"dependencies": {}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"@microsoft.azure/async-io": "~1.0.22", | ||
"@microsoft.azure/extension": "~1.2.12", | ||
"@types/commonmark": "^0.27.0", | ||
"@types/jsonpath": "^0.1.29", | ||
"@types/node": "^8.0.28", | ||
"@types/pify": "0.0.28", | ||
"@types/source-map": "^0.5.0", | ||
"@types/yargs": "^8.0.2", | ||
"commonmark": "^0.27.0", | ||
"file-url": "^2.0.2", | ||
"get-uri": "^2.0.0", | ||
"jsonpath": "^0.2.11", | ||
"linq-es2015": "^2.4.25", | ||
"mocha": "3.4.2", | ||
"mocha-typescript": "1.1.5", | ||
"pify": "^3.0.0", | ||
"safe-eval": "^0.3.0", | ||
"shx": "^0.2.2", | ||
"source-map": "^0.5.6", | ||
"source-map-support": "^0.4.15", | ||
"strip-bom": "^3.0.0", | ||
"typescript": "2.5.3", | ||
"untildify": "^3.0.2", | ||
"urijs": "^1.18.10", | ||
"vscode-jsonrpc": "^3.3.1", | ||
"yaml-ast-parser": "https://github.com/olydis/yaml-ast-parser/releases/download/0.0.34/yaml-ast-parser-0.0.34.tgz", | ||
"yargs": "^8.0.2" | ||
}, | ||
"bundleDependencies": false, | ||
"peerDependencies": {}, | ||
"deprecated": false, | ||
"_resolved": "/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core", | ||
"_shasum": "33813111fc9bfa488bd600fbba48bc53cc9182c7", | ||
"_shrinkwrap": null, | ||
"bin": null, | ||
"_id": "@microsoft.azure/autorest-core@2.0.4168", | ||
"_from": "file:/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core", | ||
"_requested": { | ||
"type": "directory", | ||
"where": "/git-restapi", | ||
"raw": "/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core", | ||
"rawSpec": "/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core", | ||
"saveSpec": "file:/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core", | ||
"fetchSpec": "/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core" | ||
}, | ||
"_spec": "/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core", | ||
"_where": "/root/.autorest/@microsoft.azure_autorest-core@2.0.4168/node_modules/@microsoft.azure/autorest-core" | ||
}, | ||
"extensionManager": { | ||
"installationPath": "/root/.autorest", | ||
"dotnetPath": "/root/.dotnet" | ||
}, | ||
"installationPath": "/root/.autorest" | ||
}, | ||
{ | ||
"resolvedInfo": null, | ||
"packageMetadata": { | ||
"name": "@microsoft.azure/autorest.modeler", | ||
"version": "2.0.21", | ||
"dependencies": { | ||
"dotnet-2.0.0": "^1.3.2" | ||
}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"coffee-script": "^1.11.1", | ||
"dotnet-sdk-2.0.0": "^1.1.1", | ||
"gulp": "^3.9.1", | ||
"gulp-filter": "^5.0.0", | ||
"gulp-line-ending-corrector": "^1.0.1", | ||
"iced-coffee-script": "^108.0.11", | ||
"marked": "^0.3.6", | ||
"marked-terminal": "^2.0.0", | ||
"moment": "^2.17.1", | ||
"run-sequence": "*", | ||
"shx": "^0.2.2", | ||
"through2-parallel": "^0.1.3", | ||
"yargs": "^8.0.2", | ||
"yarn": "^1.0.2" | ||
}, | ||
"bundleDependencies": false, | ||
"peerDependencies": {}, | ||
"deprecated": false, | ||
"_resolved": "/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler", | ||
"_shasum": "3ce7d3939124b31830be15e5de99b9b7768afb90", | ||
"_shrinkwrap": null, | ||
"bin": null, | ||
"_id": "@microsoft.azure/autorest.modeler@2.0.21", | ||
"_from": "file:/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler", | ||
"_requested": { | ||
"type": "directory", | ||
"where": "/git-restapi", | ||
"raw": "/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler", | ||
"rawSpec": "/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler", | ||
"saveSpec": "file:/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler", | ||
"fetchSpec": "/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler" | ||
}, | ||
"_spec": "/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler", | ||
"_where": "/root/.autorest/@microsoft.azure_autorest.modeler@2.0.21/node_modules/@microsoft.azure/autorest.modeler" | ||
}, | ||
"extensionManager": { | ||
"installationPath": "/root/.autorest", | ||
"dotnetPath": "/root/.dotnet" | ||
}, | ||
"installationPath": "/root/.autorest" | ||
}, | ||
{ | ||
"resolvedInfo": null, | ||
"packageMetadata": { | ||
"name": "@microsoft.azure/autorest.modeler", | ||
"version": "2.1.22", | ||
"dependencies": { | ||
"dotnet-2.0.0": "^1.4.4" | ||
}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"coffee-script": "^1.11.1", | ||
"dotnet-sdk-2.0.0": "^1.4.4", | ||
"gulp": "^3.9.1", | ||
"gulp-filter": "^5.0.0", | ||
"gulp-line-ending-corrector": "^1.0.1", | ||
"iced-coffee-script": "^108.0.11", | ||
"marked": "^0.3.6", | ||
"marked-terminal": "^2.0.0", | ||
"moment": "^2.17.1", | ||
"run-sequence": "*", | ||
"shx": "^0.2.2", | ||
"through2-parallel": "^0.1.3", | ||
"yargs": "^8.0.2", | ||
"yarn": "^1.0.2" | ||
}, | ||
"bundleDependencies": false, | ||
"peerDependencies": {}, | ||
"deprecated": false, | ||
"_resolved": "/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler", | ||
"_shasum": "ca425289fa38a210d279729048a4a91673f09c67", | ||
"_shrinkwrap": null, | ||
"bin": null, | ||
"_id": "@microsoft.azure/autorest.modeler@2.1.22", | ||
"_from": "file:/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler", | ||
"_requested": { | ||
"type": "directory", | ||
"where": "/git-restapi", | ||
"raw": "/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler", | ||
"rawSpec": "/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler", | ||
"saveSpec": "file:/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler", | ||
"fetchSpec": "/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler" | ||
}, | ||
"_spec": "/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler", | ||
"_where": "/root/.autorest/@microsoft.azure_autorest.modeler@2.1.22/node_modules/@microsoft.azure/autorest.modeler" | ||
}, | ||
"extensionManager": { | ||
"installationPath": "/root/.autorest", | ||
"dotnetPath": "/root/.dotnet" | ||
}, | ||
"installationPath": "/root/.autorest" | ||
}, | ||
{ | ||
"resolvedInfo": null, | ||
"packageMetadata": { | ||
"name": "@microsoft.azure/autorest.python", | ||
"version": "2.0.19", | ||
"dependencies": { | ||
"dotnet-2.0.0": "^1.4.4" | ||
}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"@microsoft.azure/autorest.testserver": "^1.9.0", | ||
"autorest": "^2.0.0", | ||
"coffee-script": "^1.11.1", | ||
"dotnet-sdk-2.0.0": "^1.4.4", | ||
"gulp": "^3.9.1", | ||
"gulp-filter": "^5.0.0", | ||
"gulp-line-ending-corrector": "^1.0.1", | ||
"iced-coffee-script": "^108.0.11", | ||
"marked": "^0.3.6", | ||
"marked-terminal": "^2.0.0", | ||
"moment": "^2.17.1", | ||
"run-sequence": "*", | ||
"shx": "^0.2.2", | ||
"through2-parallel": "^0.1.3", | ||
"yargs": "^8.0.2", | ||
"yarn": "^1.0.2" | ||
}, | ||
"bundleDependencies": false, | ||
"peerDependencies": {}, | ||
"deprecated": false, | ||
"_resolved": "/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python", | ||
"_shasum": "e069166c16fd903c8e1fdf9395b433f3043cb6e3", | ||
"_shrinkwrap": null, | ||
"bin": null, | ||
"_id": "@microsoft.azure/autorest.python@2.0.19", | ||
"_from": "file:/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python", | ||
"_requested": { | ||
"type": "directory", | ||
"where": "/git-restapi", | ||
"raw": "/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python", | ||
"rawSpec": "/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python", | ||
"saveSpec": "file:/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python", | ||
"fetchSpec": "/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python" | ||
}, | ||
"_spec": "/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python", | ||
"_where": "/root/.autorest/@microsoft.azure_autorest.python@2.0.19/node_modules/@microsoft.azure/autorest.python" | ||
}, | ||
"extensionManager": { | ||
"installationPath": "/root/.autorest", | ||
"dotnetPath": "/root/.dotnet" | ||
}, | ||
"installationPath": "/root/.autorest" | ||
} | ||
], | ||
"autorest_bootstrap": {} | ||
} |
Oops, something went wrong.