aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are hereHEADmaster
Diffstat (limited to '.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info')
-rw-r--r--.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/INSTALLER1
-rw-r--r--.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/METADATA854
-rw-r--r--.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/NOTICE.txt11444
-rw-r--r--.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/RECORD5596
-rw-r--r--.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/WHEEL5
-rw-r--r--.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/top_level.txt1
6 files changed, 17901 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/INSTALLER
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/METADATA
new file mode 100644
index 00000000..4fa61ff8
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/METADATA
@@ -0,0 +1,854 @@
+Metadata-Version: 2.1
+Name: azure-ai-ml
+Version: 1.26.0
+Summary: Microsoft Azure Machine Learning Client Library for Python
+Home-page: https://github.com/Azure/azure-sdk-for-python
+Author: Microsoft Corporation
+Author-email: azuresdkengsysadmins@microsoft.com
+License: MIT License
+Project-URL: Bug Reports, https://github.com/Azure/azure-sdk-for-python/issues
+Project-URL: Source, https://github.com/Azure/azure-sdk-for-python
+Keywords: azure,azure sdk
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: License :: OSI Approved :: MIT License
+Requires-Python: >=3.7
+Description-Content-Type: text/markdown
+License-File: NOTICE.txt
+Requires-Dist: pyyaml >=5.1.0
+Requires-Dist: msrest >=0.6.18
+Requires-Dist: azure-core >=1.23.0
+Requires-Dist: azure-mgmt-core >=1.3.0
+Requires-Dist: marshmallow >=3.5
+Requires-Dist: jsonschema >=4.0.0
+Requires-Dist: tqdm
+Requires-Dist: strictyaml
+Requires-Dist: colorama
+Requires-Dist: pyjwt
+Requires-Dist: azure-storage-blob >=12.10.0
+Requires-Dist: azure-storage-file-share
+Requires-Dist: azure-storage-file-datalake >=12.2.0
+Requires-Dist: pydash >=6.0.0
+Requires-Dist: isodate
+Requires-Dist: azure-common >=1.1
+Requires-Dist: typing-extensions
+Requires-Dist: azure-monitor-opentelemetry
+Provides-Extra: designer
+Requires-Dist: mldesigner ; extra == 'designer'
+Provides-Extra: mount
+Requires-Dist: azureml-dataprep-rslex >=2.22.0 ; (python_version < "3.13") and extra == 'mount'
+
+# Azure ML Package client library for Python
+
+We are excited to introduce the GA of Azure Machine Learning Python SDK v2. The Python SDK v2 introduces new SDK capabilities like standalone local jobs, reusable components for pipelines and managed online/batch inferencing. Python SDK v2 allows you to move from simple to complex tasks easily and incrementally. This is enabled by using a common object model which brings concept reuse and consistency of actions across various tasks. The SDK v2 shares its foundation with the CLI v2 which is also GA.
+
+[Source code][source_code]
+| [Package (PyPI)][ml_pypi]
+| [Package (Conda)][ml_conda]
+| [API reference documentation][ml_ref_docs]
+| [Product documentation][product_documentation]
+| [Samples][ml_samples]
+
+
+This package has been tested with Python 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13.
+
+For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all
+
+## Getting started
+
+### Prerequisites
+
+- Python 3.7 or later is required to use this package.
+- You must have an [Azure subscription][azure_subscription].
+- An [Azure Machine Learning Workspace][workspace].
+
+### Install the package
+
+Install the Azure ML client library for Python with [pip][pip_link]:
+
+```bash
+pip install azure-ai-ml
+pip install azure-identity
+```
+
+### Authenticate the client
+
+```python
+from azure.ai.ml import MLClient
+from azure.identity import DefaultAzureCredential
+
+ml_client = MLClient(
+ DefaultAzureCredential(), subscription_id, resource_group, workspace
+)
+```
+
+## Key concepts
+
+Azure Machine Learning Python SDK v2 comes with many new features like standalone local jobs, reusable components for pipelines and managed online/batch inferencing. The SDK v2 brings consistency and ease of use across all assets of the platform. The Python SDK v2 offers the following capabilities:
+* Run **Standalone Jobs** - run a discrete ML activity as Job. This job can be run locally or on the cloud. We currently support the following types of jobs:
+ * Command - run a command (Python, R, Windows Command, Linux Shell etc.)
+ * Sweep - run a hyperparameter sweep on your Command
+* Run multiple jobs using our **improved Pipelines**
+ * Run a series of commands stitched into a pipeline (**New**)
+ * **Components** - run pipelines using reusable components (**New**)
+* Use your models for **Managed Online inferencing** (**New**)
+* Use your models for Managed **batch inferencing**
+* Manage AML resources – workspace, compute, datastores
+* Manage AML assets - Datasets, environments, models
+* **AutoML** - run standalone AutoML training for various ml-tasks:
+ - Classification (Tabular data)
+ - Regression (Tabular data)
+ - Time Series Forecasting (Tabular data)
+ - Image Classification (Multi-class) (**New**)
+ - Image Classification (Multi-label) (**New**)
+ - Image Object Detection (**New**)
+ - Image Instance Segmentation (**New**)
+ - NLP Text Classification (Multi-class) (**New**)
+ - NLP Text Classification (Multi-label) (**New**)
+ - NLP Text Named Entity Recognition (NER) (**New**)
+
+## Examples
+
+- View our [samples][ml_samples].
+
+## Troubleshooting
+
+### General
+
+Azure ML clients raise exceptions defined in [Azure Core][azure_core_readme].
+
+```python
+from azure.core.exceptions import HttpResponseError
+
+try:
+ ml_client.compute.get("cpu-cluster")
+except HttpResponseError as error:
+ print("Request failed: {}".format(error.message))
+```
+
+### Logging
+
+This library uses the standard
+[logging][python_logging] library for logging.
+Basic information about HTTP sessions (URLs, headers, etc.) is logged at INFO
+level.
+
+Detailed DEBUG level logging, including request/response bodies and unredacted
+headers, can be enabled on a client with the `logging_enable` argument.
+
+See full SDK logging documentation with examples [here][sdk_logging_docs].
+
+### Telemetry
+
+The Azure ML Python SDK includes a telemetry feature that collects usage and failure data about the SDK and sends it to Microsoft when you use the SDK in a Jupyter Notebook only.
+<u>Telemetry will **not** be collected for any use of the Python SDK outside of a Jupyter Notebook.</u>
+
+Telemetry data helps the SDK team understand how the SDK is used so it can be improved and the information about failures helps the team resolve problems and fix bugs.
+The SDK telemetry feature is enabled by default for Jupyter Notebook usage and cannot be enabled for non-Jupyter scenarios. To opt out of the telemetry feature in a Jupyter scenario, pass in `enable_telemetry=False` when constructing your MLClient object.
+
+## Next steps
+
+- View our [samples][ml_samples].
+
+## Contributing
+
+This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit [cla.microsoft.com][cla].
+
+When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
+
+This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
+
+<!-- LINKS -->
+
+[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ml/azure-ai-ml
+[ml_pypi]: https://pypi.org/project/azure-ai-ml/
+[ml_conda]: https://anaconda.org/microsoft/azure-ai-ml/
+[ml_ref_docs]: https://learn.microsoft.com/python/api/azure-ai-ml/?view=azure-python
+[ml_samples]: https://github.com/Azure/azureml-examples/tree/main/sdk/python
+[product_documentation]: https://learn.microsoft.com/azure/machine-learning/
+[azure_subscription]: https://azure.microsoft.com/free/
+[workspace]: https://learn.microsoft.com/azure/machine-learning/concept-workspace
+[python_logging]: https://docs.python.org/3/library/logging.html
+[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
+[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
+[pip_link]: https://pypi.org/project/pip/
+[azure_core_ref_docs]: https://aka.ms/azsdk-python-core-policies
+[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
+[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
+[cla]: https://cla.microsoft.com
+[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
+[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
+[coc_contact]: mailto:opencode@microsoft.com
+
+
+# Release History
+## 1.26.0 (2025-03-11)
+
+### Features Added
+ - Adding parent job support for command job.
+ - Adding multiple docker argument support for command job.
+ - spark version upgrade from 3.3 to 3.4
+
+### Bugs Fixed
+ - #37464 - Allowing to update a component in register with anonymousEnvironment environment.
+ - #39744 - Fixing a serialization issue in RecurrencePattern schedule.
+ - Fix environment archiving and restore
+
+### Other Changes
+ - Removing use of protected methods/classes imported from external libraries.
+
+## 1.25.0 (2025-02-11)
+
+### Features Added
+
+### Bugs Fixed
+ - #39187 - Submitting a Command job created using the __call__ method on another Command is missing outputs.
+ - #37738 - documentation fix for deployment entities.
+
+### Other Changes
+
+- Adding support for Python 3.13. Ensuring that azureml-dataprep-rslex is only installed for Python versions below 3.13. This change may break if `Annotated` used directly without parameters.
+
+## 1.24.0 (2025-01-07)
+
+### Bugs Fixed
+ - Fixed disableLocalAuthentication handling while creating amlCompute
+ - Fixed model download issue
+
+## 1.23.1 (2025-01-07)
+
+### Bugs Fixed
+ - Removed marshmallow _T reference
+
+## 1.23.0 (2024-12-05)
+
+### Features Added
+ - Added support for IP-based access control to default and hub workspaces.
+ - Add support for additional include in spark component.
+ - Adding enterprise agent feature for AI Hub and AI Project. Adding Create, Delete and Get operations.
+ - Removing preview tag for following connections type
+ - Azure AI Search
+ - Azure AI Content Safety
+ - Azure AI Speech
+ - Azure Blob Storage
+ - Microsoft OneLake
+
+
+## 1.22.3 (2024-11-20)
+
+### Bugs Fixed
+ - Fix error message while resolving mlflow url in get workspace details
+
+## 1.22.2 (2024-11-18)
+
+### Bugs Fixed
+ - **#3620407** - Fix Datastore credentials show up as NoneCredentials
+
+## 1.22.1 (2024-11-13)
+
+
+### Bugs Fixed
+ - **#38493** - Fix error NoneType object is not subscriptable
+
+## 1.22.0 (2024-11-11)
+
+### Features Added
+ - Added support to select firewall sku to used for provisioning azure firewall when FQDN rules are added in
+ AllowOnlyApprovedOutbound mode. FirewallSku options are `Standard` or `Basic`, defaults to `Standard`
+ - Update TLS version from 1.0 to 1.2
+ - Added support for Distillation jobs. Can be created by importing `disillation` from `azure.ai.ml.model_customization`
+ - Added Workspace property `ProvisionNetworkNow` to trigger the provisioning of the managed VNet with the default
+ Options when creating a Workspace with the managed VNet enabled, or else it does nothing
+### Bugs Fixed
+ - Fix send email notification issue in model monitoring
+
+
+## 1.21.1 (2024-10-21)
+
+
+### Bugs Fixed
+
+- **#37857** - Fix online deployment registry issue
+
+
+## 1.21.0 (2024-09-30)
+
+### Features Added
+
+- Cross subscription storage account support for workspace and feature store. Developer can provide a storage account from another subscription while creating a workspace or storage account.
+
+### Bugs Fixed
+
+- #35820 - using compute location attribute to fill compute location to align the experience with UI.
+
+## 1.20.0 (2024-09-10)
+
+### Features Added
+
+- When a workspace is created with `managed_network` enabled or has `public_network_access` set to disabled, the resources created with the workspace (Key Vault, Storage Account) will be set to have restricted network access settings. This is only applicable when the user does not specify existing resources.
+- Added support of `fqdns` property for managed network `PrivateEndpointDestination` outbound rule objects. Enabling the support of Application Gateway as a Private Endpoint target in the workspace managed network.
+- Added support of `address_prefixes` property for managed network `ServiceTagDestination` outbound rule objects.
+- Removed experimental tag from `managed_network` which is a GA feature.
+
+## 1.19.0 (2024-07-29)
+
+### Feature Added
+
+- Added enable_sso operation under compute operation that will allow user to enable sso setting of a compute instance without any write permission set on compute.
+
+### Bugs Fixed
+
+- Workspace update no longer broken for older workspaces due to deprecated tags.
+- Support credential-less fileshare datastore
+
+## 1.18.0 (2024-07-09)
+
+### Features Added
+
+- Expose `public_ip_address` in `AmlComputeNodeInfo`, to get the public ip address with the ssh port when calling `ml_client.compute.list_nodes`
+- Uploads to account key access datastores will be authorized via a SAS token retrieved from a call to `DatastoreOperations._list_secrets`. Key-based authentication for uploads for such datastores is no longer used. Identity-based datastores will use user identity authentication retrieved from the MLClient.
+- Support `update_sso_settings` in `ComputeOperations`, to enable or disable single sign-on settings of a compute instance.
+
+### Bugs Fixed
+
+- InputTypes exported in constants module
+- WorkspaceConnection tags are now listed as deprecated, and the erroneously-deprecated metadata field has been un-deprecated and added as a initialization field. These two fields still point to the same underlying object property, and actual API usage of this value is unchanged.
+- Workspace Create operation works without an application insights being provided, and creates a default appIn resource for normal workspaces in that case.
+- Project create operations works in general.
+
+### Other Changes
+
+- WorkspaceConnections are officially GA'd and no longer experimental. But its much newer subclasses remain experimental.
+
+## 1.17.1 (2024-07-04)
+
+### Bugs Fixed
+
+- Workspace Create operation works without an application insights being provided, and creates a default appIn resource for normal workspaces in that case.
+- Project create operations works in general.
+
+## 1.17.0 (2024-06-18)
+
+## 1.16.0 (2024-05-14)
+
+### Features Added
+
+- Add experimental support for working with Promptflow evaluators: `ml_client.evaluators`.
+- Many changes to the Connection entity class and its associated operations.
+- Workspace Connection `list`, `get`, and `create_or_update` operations now include an optional `populate_secrets` input, which causes the operations to try making a secondary call to fill in the returned connections' credential info if possible. Only works with api key-based credentials for now.
+- Many workspace connection subtypes added. The full list of subclasses is now:
+ - `AzureBlobStoreConnection`
+ - `AzureBlobStoreConnection`
+ - `MicrosoftOneLakeConnection`
+ - `AzureOpenAIConnection`
+ - `AzureAIServicesConnection`
+ - `AzureAISearchConnection`
+ - `AzureContentSafetyConnection`
+ - `AzureSpeechServicesConnection`
+ - `APIKeyConnection`
+ - `OpenAIConnection`
+ - `SerpConnection`
+ - `ServerlessConnection`
+- Many workspace connections only accept api keys or entra ids for credentials. Since Entra IDs require not inputs, these have been refactored to not required a full credential object. Instead they only accept an api_key as a top-level input, and default to an entra credential otherwise. Their YAML schemas have been similarly altered.
+- Client-side credential-type validation added for some workspace connection types.
+- Added new credential type: `AadCredentialConfiguration`
+- Renamed WorkspaceHub class as Hub.
+- Added Project entity class and YAML support.
+- Project and Hub operations supported by workspace operations.
+- workspace list operation supports type filtering.
+- Add support for Microsoft Entra token (`aad_token`) auth in `invoke` and `get-credentials` operations.
+- Add experimental support for working with indexes: `ml_client.indexes`
+
+### Bugs Fixed
+
+### Breaking Changes
+
+- Removed WorkspaceHubConfig entity, and renamed WorkspaceHub to Hub.
+- workspace_hub input of Workspace class hidden, renamed to hub_id, and re-surfaced in child class Project.
+- Removed Workspace Hub Operations from ML Client.
+
+### Other Changes
+
+## 1.15.0 (2024-03-26)
+
+### Other Changes
+
+- The following classes will still be able to be imported from `azure.ai.ml`, but the import is deprecated and emits a warning. Instead, please import them from `azure.ai.ml.entities`.
+ - `AmlTokenConfiguration`
+ - `ManagedIdentityConfiguration`
+ - `UserIdentityConfiguration`
+- The following classes will still be able to be imported from `azure.ai.ml.entities`, but the import is deprecated and emits a warning. Instead, please import them from `azure.ai.ml.sweep`.
+ - `Choice`
+ - `Uniform`
+ - `LogUniform`
+ - `QLogUniform`
+ - `QUniform`
+ - `QLogNormal`
+ - `QNormal`
+ - `LogNormal`
+ - `Normal`
+ - `Randint`
+
+## 1.14.0 (2024-03-11)
+
+### Features Added
+
+- Remove `experimental` tag for `ml_client.jobs.validate`.
+- Workspace Connection has new read-only subclass: AzureBlobStoreWorkspaceConnectionSchema.
+- Workspace Connection supports 2 new types under main class: gen 2 and azure_one_lake.
+- Workspace Connection LIST operation can return data connections via new optional flag: include_data_connections.
+- Support `ml_client.schedules.trigger(name='my_schedule')` function to trigger a schedule once.
+
+### Bugs Fixed
+
+- Fix pipeline job `outputs` not load correctly when `component: <local-file>` exists in pipeline job yaml.
+- Workspace ListKey operation serialization issue fixed.
+- Workspace Diagnose result now can be print in to Json format.
+
+### Breaking Changes
+
+### Other Changes
+
+- Support for Python 3.12
+
+## 1.13.0 (2024-01-29)
+
+### Features Added
+
+### Bugs Fixed
+
+### Breaking Changes
+
+### Other Changes
+
+## 1.12.0 (2023-11-13)
+
+### Features Added
+
+- Workspace Connections had 3 child classes added for open AI, cog search, and cog service connections.
+- Workspace Connections replaced metadata with tags, and surfaced api_version, api_type, and kind for certain connection types.
+
+### Bugs Fixed
+
+- Workspace Hubs now properly create various endpoints, and surface a variable to select the resource they connect to via the
+ 'endpoint_resource_id' kwarg.
+
+### Breaking Changes
+
+### Other Changes
+
+## 1.11.1 (2023-10-13)
+
+### Bugs Fixed
+
+- pydash dependency version was upgraded to >=6.0.0 to patch [security vulnerability in versions below 6.0.0](https://github.com/advisories/GHSA-8mjr-6c96-39w8)
+- Workspace hub deletion no longer fails if delete_dependent_resources is true.
+
+## 1.11.0 (2023-10-04)
+
+### Features Added
+
+- Now, when you specify `delete_dependent_resources` as True when deleting a workspace, the log analytics resource
+ associated with the workspace application insights resource will also be deleted.
+- Now, when creating or updating a workspace, you can provide a `serverless_compute` configuration object. This allows configuring a custom subnet in which all Serverless computes will be created. You can also specify whether or not these Serverless computes will have public IP addresses or not.
+
+### Breaking Changes
+
+- [Python 3.7 reached end-of-life on June 27th 2023](https://devguide.python.org/versions/). Consequently, 3.7 will be deprecated in azure-ai-ml starting in October 2023 and azure-ai-ml will end support for 3.7 in February 2024.
+
+## 1.10.1 (2023-09-17)
+
+### Bugs Fixed
+
+- Feature sets can now be registers after being dumped and reloaded.
+- SDK feature store create/update can now assign materialization identities to cross RG offline stores and online stores.
+
+## 1.10.0 (2023-09-07)
+
+### Features Added
+
+- Added support of features that are known into the future/at forecast time for dnn in AutoML Forecasting jobs.
+- Added support for new workspace connection types: azure_open_ai, cognitive_search, and cognitive_service.
+- Added support for new credential type: ApiKeyConfiguration.
+- Added support of `download` for component operations.
+
+### Bugs Fixed
+
+- Local job runs will no longer fail if Docker registry has no username/password
+- Fixed an issue that code asset doesn't work with relative symbol links.
+- Fixed [Issue 31319](https://github.com/Azure/azure-sdk-for-python/issues/31319): can't accept `PathLike` for `CommandComponent.code`.
+
+### Other Changes
+
+- `azure-ai-ml` now performs all file i/o on `utf-8` encoded files per Azure SDK guidance.
+ (instead of the default behavior for python < 3.15, which uses locale specific encodings)
+- Removed references to deprecated "feature_store" workspace connection type.
+
+## 1.9.0 (2023-07-25)
+
+### Features Added
+
+- Added support to enable gpu access (local_enable_gpu) for local deployment.
+
+### Other Changes
+
+- Improved the output when printing a workspace object to be more clean and readable.
+- Log level of unknown field notifications for pipeline nodes raised from INFO to WARNING.
+
+## 1.8.0 (2023-06-12)
+
+### Features Added
+
+- Added support to enable set workspace connection secret expiry time.
+- Added support for `stage` on model version
+
+### Bugs Fixed
+
+- Fixed an issue affecting authentication to registry-related services in sovereign regions.
+- Made job_tier and priority values case insensitive
+
+## 1.7.2 (2023-05-18)
+
+### Features Added
+
+- Public preview support for new schedule type `MonitorSchedule`
+
+## 1.7.1 (2023-05-17)
+
+### Bugs Fixed
+
+- Fixed an issue where `OnlineDeployment.provisioning_state` was incorrectly deserialized and set as `None`
+
+## 1.7.0 (2023-05-15)
+
+### Features Added
+
+- Added data import schedule. The class added is `ImportDataSchedule`.
+- Added support to enable data isolation feature at workspace creation stage.
+- Added auto_delete_setting support for asset version in data import job.
+- Switched code snapshot upload from directory-based to container-based design in order to allow finer RBAC within workspaces. A container will be created for each new snapshot. This change does not affect storage costs or snapshot functionality.
+
+### Bugs Fixed
+
+### Breaking Changes
+
+### Other Changes
+
+## 1.6.0 (2023-05-01)
+
+### Features Added
+
+- Added experimental scatter gather node to DSL package. This node has a unique mldesigner dependency.
+- Added support to make JobService and ServiceInstance objects serializable when printed
+- Support Singularity compute in pipeline job
+- Added purge operation support for workspace resource
+- Added Feature Store, its dedicated classes and updated the docstrings, now available in public interface. The classes added are `FeatureStoreOperations, FeatureSetOperations, FeatureStoreEntityOperations` with properties classes specific to the new features.
+- Support additional_includes in command component
+- Added experimental `distribution: ray` support in command job.
+
+### Bugs Fixed
+
+- Fixed issue where show_progress=False was not being respected for uploads when set via MLClient
+- Fixed issue of spark input/output mode validation doesn't take effect because of wrong type assertion
+- Fixed the bug when setting `node.limits.timeout` to a pipeline input.
+- Removed Experimental Tag from Idle Shutdown, Custom Applications, Setup Scripts, and Image Metadata on Compute Instances.
+- Removed Experimental Tag from JobService classes
+
+### Breaking Changes
+
+- Renamed `JobServiceBase.job_service_type` to `type`
+
+### Other Changes
+
+- Remove the default placeholder for CommandComponent.code
+
+## 1.5.0 (2023-03-20)
+
+### Features Added
+
+- Added support for `tags` on Compute Resources.
+- Added support for promoting data asset from a workspace to a registry
+- Added support for registering named asset from job output or node output by specifying name and version settings.
+- Added support for data binding on outputs inside dynamic arguments for dsl pipeline
+- Added support for serverless compute in pipeline, command, automl and sweep job
+- Added support for `job_tier` and `priority` in standalone job
+- Added support for passing `locations` via command function and set it to `JobResourceConfiguration.locations`
+- Added support for modifying SSH key values after creation on Compute Resources.
+- Added WorkspaceConnection types `s3`, `snowflake`, `azure_sql_db`, `azure_synapse_analytics`, `azure_my_sql_db`, `azure_postgres_db`
+- Added WorkspaceConnection auth type `access_key` for `s3`
+- Added DataImport class and DataOperations.import_data.
+- Added DataOperations.list_materialization_status - list status of data import jobs that create asset versions via asset name.
+
+### Bugs Fixed
+
+- Fix experiment name wrongly set to 'Default' when schedule existing job.
+- Error message improvement when a local path fails to match with data asset type.
+- Error message improvement when an asset does not exist in a registry
+- Fix an issue when submit spark pipeline job with referring a registered component
+- Fix an issue that prevented Job.download from downloading the output of a BatchJob
+
+### Other Changes
+
+- Added dependency on `azure-mgmt-resource`
+- Added dependency on `azure-mgmt-resourcegraph`
+- Added dependency on `opencensus-ext-azure<2.0.0`
+- Update job types to use MFE Dec preview rest objects.
+- Added classifiers for Python version 3.11.
+- Added warning for reserved keywords in IO names in pipeline job nodes.
+- Added telemetry logging for SDK Jupyter Notebook scenarios with opt-out option (see README.md)
+
+## 1.4.0 (2023-02-07)
+
+### Features Added
+
+- Added dedicated classes for each type of job service and updated the docstrings. The classes added are `JupyterLabJobService, SshJobService, TensorBoardJobService, VsCodeJobService` with a few properties specific to the type.
+- Added Custom Applications Support to Compute Instances.
+- Update data asset list, show and create operations to support data assets in registry.
+- Added Managed Network features to workspace to include `ManagedNetwork`, `FqdnDestination`, `PrivateEndpointDestination`, `ServiceTagDestination` as well as relevant schema.
+
+### Bugs Fixed
+
+- Fixed an issue where the ordering of `.amlignore` and `.gitignore` files are not respected.
+- Fixed an issue that attributes with a value of `False` in `PipelineJobSettings` are not respected.
+- Fixed an issue where ignore files weren't considered during upload directory size calculations.
+- Fixed an issue where symlinks crashed upload directory size calculations.
+- Fixes a bug where enable_node_public_ip returned an improper value when fetching a Compute.
+
+### Other Changes
+
+- Update workspace creation to use Log Analytics-Based Application Insights when the user does not specify/bring their own App Insights.
+- Upgraded minimum azure-core version to 1.23.0.
+
+## 1.3.0 (2023-01-13)
+
+### Features Added
+
+- Change print behavior of entity classes to show object yaml in notebooks, can be configured on in other contexts.
+- Added property to enable/disable public ip addresses to Compute Instances and AML Computes.
+- `Deployment` and `ScheduleOperations` added to public interface.
+
+### Bugs Fixed
+
+- Fixed issue with date-time format for utc_time_created field when creating models.
+- Added stricter behavior for ArmStr schemas when parsing 'azureml:' prefix.
+- Fixed issue where AmlComputes could only be created in a workspace's default region.
+- Improved intellisense with VS Code for fields supporting local paths and datastores.
+- Added validation for token generation with aml scope when user_identity is used in job definition aka OBO flow.
+- Fixed duplicate node name error in pipeline when two node names assigned to the same node and get renamed by node.name='xx'.
+- Resolve the cross references for MLClient, Resource and OnlineDeployment.
+- Explicit use of Optional (or a Union with None), as per PEP 484.
+- Fixed print on Command objects when job id is empty
+- Fixed issue where `SasTokenConfiguration` cannot be used as credential for `WorkspaceConnection`
+
+### Other Changes
+
+- Removed dependency on API version 2021-10-01 and 2022-06-01-preview to reduce side of azure-ai-ml package.
+
+## 1.2.0 (2022-12-05)
+
+### Breaking Changes
+
+- Removed description from Registry.
+- Disable sdk telemetry logging
+
+### Features Added
+
+- Enable updating the CMK encryption key (workspace.encryption.keyVaultProperties.keyIdentifier) for a workspace.
+- Mark JobService class and services param to command() as experimental.
+- Added a replication_count value to the schema of SystemCreatedStorageAccount in Registry.
+- Added support for Fairfax and MoonCake cloud for the registry discovery baseurl.
+- Added support for variable args as pipeline input in DSL Pipeline.
+- Added OS Patching Parameters to Compute Instance.
+
+### Bugs Fixed
+
+- Update the upper bound dependencies version for tqdm, strictyaml, colorama and opencensus-ext-azure.
+- Added missing "properties" to batch deployment.
+- Retain the cases for the names of system job services (Tracking and Studio).
+- Update registry begin_delete method return type.
+- Fixed sweep job optional input cannot be empty.
+- Fixed bool test for output in download operation.
+- Fixed Compute Instance schedule not being created
+- Removed erroneous experimental warning from Compute Schedules
+
+## 1.1.2 (2022-11-21)
+
+### Features Added
+
+- Restored idle_time_before_shutdown property for Compute Instances.
+- Deprecated idle_time_before_shutdown property in favor of idle_time_before_shutdown_minutes.
+
+### Bugs Fixed
+
+- Fixed idle_time_before_shutdown appearing as None for Compute Instances returned by `show` or `list`.
+- Fixed idle_time_before_shutdown_minutes preventing creation of Compute Instances when set to None.
+
+## 1.1.1 (2022-11-15)
+
+### Breaking Changes
+
+- Renamed idle_time_before_shutdown to idle_time_before_shutdown_minutes and changed input type to int.
+
+### Bugs Fixed
+
+- Fixed idle_time_before_shutdown_minutes not appearing in GET calls for Compute Instances.
+
+## 1.1.0 (2022-11-07)
+
+### Features Added
+
+- Registry list operation now accepts scope value to allow subscription-only based requests.
+- Most configuration classes from the entity package now implement the standard mapping protocol.
+- Add registry delete operation.
+- The values of JobService.job_service_type are now using the snake case. e.g jupyter_lab, ssh, tensor_board, vs_code.
+- Command function now accepts services param of type Dict[str, JobService] instead of dict.
+
+### Bugs Fixed
+
+- MLClient.from_config can now find the default config.json on Compute Instance when running sample notebooks.
+- Fixed job inputs not accepting datastores or job inputs.
+- Registries now assign managed tags to match registry's tags.
+- Adjust registry experimental tags and imports to avoid warning printouts for unrelated operations.
+- Make registry delete operation return an LROPoller, and change name to begin_delete.
+- Prevent registering an already existing environment that references conda file.
+- Fix ARM ID logic for registry environments (ex: Creating a registry component that references a registry environment).
+- Fix ARM ID logic for passing models and environments with ID (ex: Creating endpoint deployment for a registry model should return said model's ID immediately)
+
+### Other Changes
+
+- Switched compute operations to go through 2022-10-01-preview API version.
+
+## 1.0.0 (2022-10-10)
+
+- GA release
+- Dropped support for Python 3.6. The Python versions supported for this release are 3.7-3.10.
+
+### Features Added
+
+### Breaking Changes
+
+- OnlineDeploymentOperations.delete has been renamed to begin_delete.
+- Datastore credentials are switched to use unified credential configuration classes.
+- UserAssignedIdentity is replaced by ManagedIdentityConfiguration
+- Endpoint and Job use unified identity classes.
+- Workspace ManagedServiceIdentity has been replaced by IdentityConfiguration.
+
+### Other Changes
+
+- Switched Compute operations to use Oct preview API version.
+- Updated batch deployment/endpoint invoke and list-jobs function signatures with curated BatchJob class.
+
+## 0.1.0b8 (2022-10-07)
+
+### Features Added
+
+- Support passing JobService as argument to Command()
+- Added support for custom setup scripts on compute instances.
+- Added a `show_progress` parameter to MLClient for enable/disable progress bars of long running operations.
+- Support `month_days` in `RecurrencePattern` when using `RecurrenceSchedule`.
+- Support `ml_client.schedules.list` with `list_view_type`, default to `ENABLED_ONLY`.
+- Add support for model sweeping and hyperparameter tuning in AutoML NLP jobs.
+- Added `ml_client.jobs.show_services()` operation.
+
+### Breaking Changes
+
+- ComputeOperations.attach has been renamed to begin_attach.
+- Deprecated parameter path has been removed from load and dump methods.
+- JobOperations.cancel() is renamed to JobOperations.begin_cancel() and it returns LROPoller
+- Workspace.list_keys renamed to Workspace.get_keys.
+
+### Bugs Fixed
+
+- Fix identity passthrough job with single file code
+- MLClient.from_config can now find the default config.json on Compute Instance when running sample notebooks.
+
+### Other Changes
+
+- Removed declaration on Python 3.6 support
+- Added support for custom setup scripts on compute instances.
+- Updated dependencies upper bounds to be major versions.
+
+## 0.1.0b7 (2022-09-22)
+
+### Features Added
+
+- Spark job submission.
+- Command and sweep job docker config (shmSize and dockerArgs) spec support.
+- Entity load and dump now also accept a file pointer as input.
+- Load and dump input names changed from path to 'source' and 'dest', respectively.
+- Load and dump 'path' input still works, but is deprecated and emits a warning.
+- Managed Identity Support for Compute Instance (experimental).
+- Enable using @dsl.pipeline without brackets when no additional parameters.
+- Expose Azure subscription Id and resource group name from MLClient objects.
+- Added Idle Shutdown support for Compute Instances, allowing instances to shutdown after a set period of inactivity.
+- Online Deployment Data Collection for eventhub and data storage will be supported.
+- Syntax validation on scoring scripts of Batch Deployment and Online Deployment will prevent the user from submitting bad deployments.
+
+### Breaking Changes
+
+- Change (begin_)create_or_update typehints to use generics.
+- Remove invalid option from create_or_update typehints.
+- Change error returned by (begin_)create_or_update invalid input to TypeError.
+- Rename set_image_model APIs for all vision tasks to set_training_parameters
+- JobOperations.download defaults to "." instead of Path.cwd()
+
+### Bugs Fixed
+
+### Other Changes
+
+- Show 'properties' on data assets
+
+## 0.1.0b6 (2022-08-09)
+
+### Features Added
+
+- Support for AutoML Component
+- Added skip_validation for Job/Component create_or_update
+
+### Breaking Changes
+
+- Dataset removed from public interface.
+
+### Bugs Fixed
+
+- Fixed mismatch errors when updating scale_settings for KubernetesOnlineDeployment.
+- Removed az CLI command that was printed when deleting OnlineEndpoint
+
+## 0.1.0b5 (2022-07-15)
+
+### Features Added
+
+- Allow Input/Output objects to be used by CommandComponent.
+- Added MoonCake cloud support.
+- Unified inputs/outputs building and validation logic in BaseNode.
+- Allow Git repo URLs to be used as code for jobs and components.
+- Updated AutoML YAML schema to use InputSchema.
+- Added end_time to job schedule.
+- MIR and pipeline job now support registry assets.
+
+### Bugs Fixed
+
+- Have mldesigner use argparser to parse incoming args.
+- Bumped pyjwt version to <3.0.0.
+- Reverted "upload support for symlinks".
+- Error message improvement when a YAML UnionField fails to match.
+- Reintroduced support for symlinks when uploading.
+- Hard coded registry base URL to eastus region to support preview.
+
+## 0.1.0b4 (2022-06-16)
+
+## 0.1.0b3 (2022-05-24)
+
+### Features Added
+
+- First preview.
+
diff --git a/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/NOTICE.txt b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/NOTICE.txt
new file mode 100644
index 00000000..627cb81e
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/NOTICE.txt
@@ -0,0 +1,11444 @@
+NOTICES AND INFORMATION
+Do Not Translate or Localize
+
+This software incorporates material from third parties.
+Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com,
+or you may send a check or money order for US $5.00, including the product name,
+the open source component name, platform, and version number, to:
+
+Source Code Compliance Team
+Microsoft Corporation
+One Microsoft Way
+Redmond, WA 98052
+USA
+
+Notwithstanding any other terms, you may reverse engineer this software to the extent
+required to debug changes to any libraries licensed under the GNU Lesser General Public License.
+
+---------------------------------------------------------
+
+aiohttp 3.8.3 - Apache-2.0
+
+
+Copyright Fedor Indutny, 2018
+copyright f project contributors
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+aiosignal 1.2.0 - Apache-2.0
+
+
+copyright 2013-2019, aiosignal contributors
+Copyright 2013-2019 Nikolay Kim and Andrew Svetlov
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+argcomplete 2.0.0 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+asynctest 0.13.0 - Apache-2.0
+
+
+Copyright 2015 Martin Richard
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+async-timeout 4.0.2 - Apache-2.0
+
+
+Copyright 2016-2020 aio-libs collaboration
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+bcrypt 4.0.0 - Apache-2.0
+
+
+Copyright 2013-2022
+Copyright (c) 2013 Donald Stufft
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+bleach 5.0.1 - Apache-2.0
+
+
+Copyright (c) 2014-2017, Mozilla Foundation
+Copyright (c) 2006-2013 James Graham and other contributors
+copyright 2012-2015, James Socol 2015-2017, Mozilla Foundation
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+contextlib2 21.6.0 - Apache-2.0
+
+
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Python Software Foundation
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+contextvars 2.4 - Apache-2.0
+
+
+Copyright 2018 Python Software Foundation
+Copyright (c) 2015-present MagicStack Inc. http://magic.io
+Copyright (c) 2018-present MagicStack Inc. http://magic.io
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+coverage 6.5.0 - Apache-2.0
+
+
+copyright 2009 N
+Copyright 2001 Gareth Rees
+Copyright 2004-2022 Ned Batchelder
+Portions (c) International Organization
+Copyright Software Freedom Conservancy, Inc.
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cython 0.29.17 - Apache-2.0
+
+
+(c) Copyright CNRI
+(c) Real 17.0 Imag
+Copyright (c) 2005 Carl Friedrich Bolz
+Copyright (c) 1995 Sun Microsystems, Inc.
+Copyright (c) 2010-2011, IPython Development Team.
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+databricks-cli 0.17.3 - Apache-2.0
+
+
+Copyright 2017 Databricks, Inc.
+Copyright 2018 Databricks, Inc.
+Copyright 2021 Databricks, Inc.
+Copyright 2022 Databricks, Inc.
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+docker 5.0.3 - Apache-2.0
+
+
+Copyright 2016 Docker, Inc.
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+docker 6.0.0 - Apache-2.0
+
+
+copyright d Docker Inc
+Copyright 2016 Docker, Inc.
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+frozenlist 1.3.1 - Apache-2.0
+
+
+copyright 2013-2019, frozenlist contributors
+Copyright 2013-2019 Nikolay Kim and Andrew Svetlov
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+google-api-core 1.33.1 - Apache-2.0
+
+
+Copyright 2014 Google LLC
+Copyright 2015 Google LLC
+Copyright 2016 Google LLC
+Copyright 2017 Google LLC
+Copyright 2018 Google LLC
+Copyright 2019 Google LLC
+Copyright 2020 Google LLC
+Copyright 2021 Google LLC
+Copyright 2022 Google LLC
+Copyright 2017, Google LLC
+Copyright 2018, Google LLC
+Copyright 2020, Google LLC
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+google-auth 2.12.0 - Apache-2.0
+
+
+Copyright 2016 Google LLC
+Copyright 2017 Google LLC
+Copyright 2020 Google LLC
+Copyright 2021 Google LLC
+Copyright 2022 Google LLC
+Copyright 2014 Google Inc.
+Copyright 2015 Google Inc.
+Copyright 2016 Google Inc.
+Copyright 2017 Google Inc.
+Copyright 2018 Google Inc.
+Copyright 2020 Google Inc.
+Copyright 2022 Google Inc.
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+importlib-metadata 4.13.0 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+importlib-metadata 5.0.0 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+mlflow 1.29.0 - Apache-2.0
+
+
+(c) La (c)
+(c) Mapbox
+Xa aa (c) Ya
+(c) Kyle Simpson
+(c) Sindre Sorhus
+copyright Koen Bok
+(c) 2012 IEM Nexrad
+(c) Dustin Diaz 2015
+(c) 2010-2011 CloudMade
+(c) 2014 Julian Shapiro
+(c) 2007 Steven Levithan
+(c) 2019 Denis Pushkarev
+Copyright Dave Gandy 2016
+(c) available from the ASN
+Copyright 2015, Yahoo Inc.
+Copyright Gaetan Renaudeau
+Copyright 2015, Yahoo! Inc.
+Copyright 2018 Mike Bostock
+Copyright 2019 Mike Bostock
+Copyright 2020 Mike Bostock
+(c) 2007-2009 Steven Levithan
+Copyright (c) 2015 Jed Watson
+Copyright (c) 2018 Jed Watson
+(c) 2014 The jQuery Foundation
+(c) http://osm.org/copyright'>
+Copyright (c) 2011 Google Inc.
+Copyright (c) 2014, Yahoo! Inc.
+Copyright 2018 Databricks, Inc.
+(c) 2010-2022 Vladimir Agafonkin
+Copyright 2012 Mozilla Foundation
+Copyright 2012-2021, Plotly, Inc.
+Copyright 2014 Mozilla Foundation
+Copyright 2014 Opera Software ASA
+Copyright 2015 Mozilla Foundation
+Copyright 2016 Mozilla Foundation
+Copyright 2017 Mozilla Foundation
+Copyright 2018 Mozilla Foundation
+copyright (c) 2019 Denis Pushkarev
+copyright (c) 2020 Denis Pushkarev
+Array compacting. Copyright Lo-Dash
+Copyright (c) Microsoft Corporation
+Copyright 2013-2015, Facebook, Inc.
+Copyright 1996-2003 Glyph & Cog, LLC
+Copyright 2015-present, Alipay, Inc.
+Copyright (c) 2011-2019, Gregor Aisch
+Copyright (c) 2012-2014 Roman Shtylman
+Copyright (c) 2012-2014 TJ Holowaychuk
+Copyright (c) 2014-2015, Facebook, Inc.
+Copyright (c) 2014-2015, Jon Schlinkert
+Copyright (c) 2013-present, Facebook, Inc.
+Copyright (c) 2014-present, Facebook, Inc.
+Copyright 2014-2017 by Christopher Crouzet
+Copyright 2011 The Closure Compiler Authors
+(c) https://www.openstreetmap.org/copyright'>
+Copyright (c) 2015 Douglas Christopher Wilson
+Copyright (c) Facebook, Inc. and its affiliates
+Copyright (c) 2009 Thomas Robinson <280north.com>
+Copyright 2011 Mozilla Foundation and contributors
+Copyright 2014 Mozilla Foundation and contributors
+Copyright Joyent, Inc. and other Node contributors
+Copyright (c) 2015 Twitter, Inc. and other contributors
+Copyright 2009-2011 Mozilla Foundation and contributors
+Copyright (c) 2017 Michael Mclaughlin <M8ch88l@gmail.com>
+copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
+(c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
+(c) Copyright 2017, Sean Connelly (@voidqk), http://syntheti.cc
+Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
+Copyright JS Foundation and other contributors, https://js.foundation
+Copyright jQuery Foundation and other contributors <https://jquery.org/>
+Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
+Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University
+Copyright Tim Down http://stackoverflow.com/questions/5623838/rgb-to-hex-and-hex-to-rgb
+Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+Copyright (c) 2018 Dmitriy Kubyshkin Copied from https://github.com/grassator/insert-text-at-cursor
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+monotonic 1.6 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+multidict 6.0.2 - Apache-2.0
+
+
+copyright 2016
+Copyright 2016-2021 Andrew Svetlov and aio-libs team
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+opencensus 0.11.0 - Apache-2.0
+
+
+Copyright 2017, OpenCensus
+Copyright 2018, OpenCensus
+Copyright 2019, OpenCensus
+Copyright 2016-17, OpenCensus
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+opencensus-context 0.1.3 - Apache-2.0
+
+
+Copyright 2019, OpenCensus
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+opencensus-ext-azure 1.1.7 - Apache-2.0
+
+
+Copyright 2019, OpenCensus
+Copyright 2020, OpenCensus
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+oschmod 0.3.12 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+prometheus-client 0.14.1 - Apache-2.0
+
+
+Copyright 2015 The Prometheus Authors
+Copyright (c) 2005-2016, Michele Simionato
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pynacl 1.5.0 - Apache-2.0
+
+
+Copyright (c) 2013-2019
+(c) 2013-2019, Frank Denis
+Copyright 2013-2018 .format
+Copyright 2009 Colin Percival
+Copyright (c) 1994 X Consortium
+Copyright (c) 2015 Thomas Pornin
+Copyright 2013 Alexander Peslyak
+Copyright 2012,2013 Alexander Peslyak
+Copyright 2005,2007,2009 Colin Percival
+Copyright (c) 2019 Reini Urban <rurban@cpan.org>
+Copyright (c) 2011 Free Software Foundation, Inc.
+Copyright (c) 2014 Free Software Foundation, Inc.
+Copyright (c) 2017 David Seifert <soap@gentoo.org>
+Copyright (c) 2008 Alan Woodland <ajw05@aber.ac.uk>
+Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de>
+Copyright (c) 2019 Marc Stevens <marc.stevens@cwi.nl>
+Copyright (c) 1996-2013 Free Software Foundation, Inc.
+Copyright (c) 1996-2015 Free Software Foundation, Inc.
+Copyright (c) 1999-2013 Free Software Foundation, Inc.
+Copyright (c) 2004-2015 Free Software Foundation, Inc.
+Copyright (c) 2008-2013 Free Software Foundation, Inc.
+Copyright (c) 2010-2015 Free Software Foundation, Inc.
+Copyright (c) 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
+Copyright (c) 2011 Maarten Bosmans <mkbosmans@gmail.com>
+Copyright 2013 Donald Stufft and individual contributors
+Copyright 2014 Donald Stufft and individual contributors
+Copyright 2016 Donald Stufft and individual contributors
+Copyright 2017 Donald Stufft and individual contributors
+Copyright 2018 Donald Stufft and individual contributors
+copyright 2013, Donald Stufft and Individual Contributors
+Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
+Copyright (c) 2010 Diego Elio Petteno <flameeyes@gmail.com>
+Copyright (c) 2004, 2011-2015 Free Software Foundation, Inc.
+Copyright 2013-2017 Donald Stufft and individual contributors
+Copyright 2013-2018 Donald Stufft and individual contributors
+Copyright 2013-2019 Donald Stufft and individual contributors
+Copyright 2016-2019 Donald Stufft and individual contributors
+Copyright (c) 1996-2001, 2003-2015 Free Software Foundation, Inc.
+Copyright (c) 2008 John Darrington <j.darrington@elvis.murdoch.edu.au>
+Copyright (c) 2015 Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
+Copyright (c) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, Inc.
+Copyright (c) 2004-2005, 2007-2008, 2011-2015 Free Software Foundation, Inc.
+Copyright (c) 2004-2005, 2007-2009, 2011-2015 Free Software Foundation, Inc.
+Copyright (c) 2004-2005, 2007, 2009, 2011-2015 Free Software Foundation, Inc.
+Copyright (c) 2014, 2015, 2016 Philip Withnall <philip.withnall@collabora.co.uk>
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyopenssl 22.1.0 - Apache-2.0
+
+
+copyright 2001
+Copyright (c) AB
+Copyright 2001-2022
+Copyright (c) Frederick Dean
+Copyright (c) Jean-Paul Calderone
+Copyright (c) Twisted Matrix Laboratories
+Copyright (c) Jean-Paul Calderone 2008-2015
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pytest-asyncio 0.19.0 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+python-dateutil 2.8.1 - Apache-2.0
+
+
+Copyright 2017
+copyright 2019
+Copyright (c) 2015- - dateutil contributors
+Copyright 2017- Paul Ganssle <paul@ganssle.io>
+Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
+Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
+Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
+Copyright (c) 2012-2014 - Tomi Pievilainen <tomi.pievilainen@iki.fi>
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+python-dateutil 2.8.2 - Apache-2.0
+
+
+copyright 2019, dateutil
+Copyright 2017- dateutil contributors
+Copyright (c) 2015- - dateutil contributors
+Copyright 2017- Paul Ganssle <paul@ganssle.io>
+Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
+Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
+Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
+Copyright (c) 2012-2014 - Tomi Pievilainen <tomi.pievilainen@iki.fi>
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+readme-renderer 37.2 - Apache-2.0
+
+
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+requests 2.28.1 - Apache-2.0
+
+
+Copyright 2019 Kenneth Reitz
+Copyright 2022 Kenneth Reitz
+copyright (c) 2012 by Kenneth Reitz
+copyright (c) 2017 by Kenneth Reitz
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+rsa 4.7 - Apache-2.0
+
+
+Copyright 2011 Sybren A. Stuvel <sybren@stuvel.eu>
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+websocket-client 1.4.1 - Apache-2.0
+
+
+Copyright 2022 engn33r
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+yarl 1.8.1 - Apache-2.0
+
+
+Copyright 2016-2021, Andrew Svetlov and aio-libs team
+copyright 2016-2018, Andrew Svetlov and aio-libs team
+
+Apache License
+
+Version 2.0, January 2004
+
+http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+
+
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+
+
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+
+
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+
+
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+
+
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+
+
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+
+
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+
+
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+
+
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
+
+
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+
+distributed under the License is distributed on an "AS IS" BASIS,
+
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and
+
+limitations under the License.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cryptography 37.0.4 - Apache-2.0 AND BSD-3-Clause AND Python-2.0
+
+
+copyright 2013-2021, Individual
+Copyright (c) Individual contributors
+Copyright (c) 2005-2020, NumPy Developers
+Copyright 2001-2016 Python Software Foundation
+Copyright (c) 2001-2016 Python Software Foundation
+and individual contributors Copyright 2013-2022 .format
+
+Apache-2.0 AND BSD-3-Clause AND Python-2.0
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cryptography 38.0.1 - Apache-2.0 AND BSD-3-Clause AND Python-2.0
+
+
+copyright 2013-2022, Individual
+Copyright (c) Individual contributors
+Copyright (c) 2005-2020, NumPy Developers
+Copyright 2001-2016 Python Software Foundation
+Copyright (c) 2001-2016 Python Software Foundation
+and individual contributors Copyright 2013-2022 .format
+
+Apache-2.0 AND BSD-3-Clause AND Python-2.0
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+packaging 19.2 - Apache-2.0 OR (Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause)
+
+
+Copyright 2014-2019 s
+Copyright (c) Donald Stufft and individual contributors.
+
+Apache-2.0 OR (Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause)
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+packaging 21.3 - Apache-2.0 OR (Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause)
+
+
+copyright 2014-2019 s
+Copyright (c) Donald Stufft and individual contributors
+
+Apache-2.0 OR (Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause)
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cloudpickle 2.2.0 - BSD-2-Clause
+
+
+Copyright (c) 2015, Cloudpickle
+Copyright (c) 2009 PiCloud, Inc. http://www.picloud.com
+Copyright (c) 2012, Regents of the University of California
+Copyright (c) 2009 PiCloud, Inc. <https://web.archive.org/web/20140626004012/http://www.picloud.com/>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+docutils 0.17.1 - BSD-2-Clause
+
+
+(c) Item C.
+(c) David Goodger.
+(c) 2003 John Gruber
+copyright by Mark Pilgrim
+(c) 2004, 2007 Chad Miller.
+Copyright (c) Gunter Milde.
+Copyright (c) Alex Fernandez
+u'copyright' copyright', u'v
+(c) 2005 Jens Jorgen Mortensen
+u'copyright' u'copyright', u'd
+Copyright (c) 2001 Mark Pilgrim
+Copyright (c) 2010 Gunter Milde.
+Copyright (c) 2011 Gunter Milde.
+Copyright (c) 2015 Gunter Milde.
+Copyright 2004 by Enthought, Inc.
+Copyright copy 2003, BogusMegaCorp
+u'copyright' copyright', u'dedicat
+Copyright u00a9 2003, BogusMegaCorp
+Copyright 2001-2004 by David Goodger
+Copyright copy 2003 by John Q. Public
+Copyright (c) 2009,2010 Alex Fernandez
+Copyright (c) 2009-2011 Alex Fernandez
+Copyright (c) 2011, 2017 Gunter Milde.
+Copyright copy 2003, BogusMegaCorp (TM)
+Copyright (c) 2005, 2009, 2015 Gunter Milde
+copyright by Free Software Foundation, Inc.
+copyright', u'Xian Ci dedication', u'Gai Yao
+Copyright (c) 2001 Python Software Foundation
+copyright', u'Xian Ci dedication', u'Zhai Yao
+Copyright (c) 2016 David Goodger, Gunter Milde
+Copyright (c) 2003-2017 Free Software Foundation, Inc.
+Copyright (c) 2010-2012 Free Software Foundation, Inc.
+Copyright (c) 2003 John Gruber (http://daringfireball.net/)
+Copyright 2004 by Enthought, Inc. <http://www.enthought.com>
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam
+Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+copyright' u'Ban Quan , dedication' u'Xian Ci , abstract' u'Zhai Yao
+Copyright (c) 1995-2001 Corporation for National Research Initiatives
+copyright' u'Zhu Zuo Quan , dedication' u'Xian Ci , abstract' u'Gai Yao
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+docutils 0.19 - BSD-2-Clause
+
+
+Item (c)
+(c) Item C.
+(c) David Goodger
+(c) 2003 John Gruber
+copyright by Mark Pilgrim
+(c) 2004, 2007 Chad Miller
+Copyright (c) Gunter Milde
+(c) 2010, 2021 Gunter Milde
+Copyright 2020 Gunter Milde
+Copyright 2021 Gunter Milde
+Copyright (c) 2001 Mark Pilgrim
+Copyright (c) 2010 Gunter Milde
+Copyright (c) 2011 Gunter Milde
+Copyright (c) 2015 Gunter Milde
+Copyright (c) 2020 Gunter Milde
+Copyright (c) 2021 Gunter Milde
+Copyright (c) 2022 Gunter Milde
+Copyright (c) 2003, BogusMegaCorp
+Copyright 2004 by Enthought, Inc.
+Copyright 2001-2004 by David Goodger
+Copyright (c) 2011, 2017 Gunter Milde
+Copyright (c) 2015, 2021 Gunter Milde
+Copyright (c) 2020, 2022 Gunter Milde
+Copyright copy 2003 by John Q. Public
+Copyright copy 2003, BogusMegaCorp (TM)
+Copyright (c) 2005 Jens Jorgen Mortensen
+Copyright copy 2003, BogusMegaCorp trade
+Copyright (c) 2005, 2009, 2015 Gunter Milde
+copyright by Free Software Foundation, Inc.
+Copyright (c) 2001 Python Software Foundation
+Copyright (c) 2016 David Goodger, Gunter Milde
+Copyright (c) Jens Jorgen Mortensen, Gunter Milde
+Copyright (c) 2003-2017 Free Software Foundation, Inc.
+Copyright (c) 2010-2012 Free Software Foundation, Inc.
+Copyright (c) 2009,2010 Alex Fernandez 2021 Gunter Milde
+Copyright (c) 2009-2011 Alex Fernandez, 2021 Gunter Milde
+Copyright (c) 2003 John Gruber (http://daringfireball.net/)
+Copyright 2004 by Enthought, Inc. <http://www.enthought.com>
+Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+Copyright (c) 1995-2001 Corporation for National Research Initiatives
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+enum34 1.1.10 - BSD-2-Clause
+
+
+Copyright (c) 2013, Ethan Furman.
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+flask 2.1.3 - BSD-2-Clause
+
+
+Copyright 2010 Pallets
+copyright 2010 Pallets
+Copyright (c) 2015 CERN.
+(c) Copyright 2010 by http://domain.invalid/'>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+flask 2.2.2 - BSD-2-Clause
+
+
+Copyright 2010 Pallets
+copyright 2010 Pallets
+Copyright (c) 2015 CERN.
+(c) Copyright 2010 by http://domain.invalid/'>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+gitpython 3.1.27 - BSD-2-Clause
+
+
+Copyright (c) 2008, 2009 Michael Trier and contributors
+Copyright (c) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
+Copyright (c) 2008, 2009 Michael Trier and contributors, 2010-2015 Sebastian Thiel
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+isodate 0.6.1 - BSD-2-Clause
+
+
+Copyright 2009, Gerhard Weis
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+jinja2 3.1.2 - BSD-2-Clause
+
+
+Copyright 2007 Pallets
+copyright 2007 Pallets
+(c) Copyright 2008 by http://domain.invalid/'>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+json-delta 2.0.2 - BSD-2-Clause
+
+
+Copyright 2012-2015 Philip J. Roberts <himself@phil-roberts.name>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+kiwisolver 1.4.4 - BSD-2-Clause
+
+
+copyright 2018-2021, Nucleic team
+Copyright (c) 2001. Addison-Wesley
+Copyright (c) 2019-2021 Martin Ankerl
+Copyright (c) 2001 by Andrei Alexandrescu
+Copyright (c) 2013, Nucleic Development Team
+Copyright (c) 2019, Nucleic Development Team
+Copyright (c) 2020, Nucleic Development Team
+Copyright (c) 2021, Nucleic Development Team
+Copyright (c) 2013-2017, Nucleic Development Team
+Copyright (c) 2013-2019, Nucleic Development Team
+Copyright (c) 2013-2021, Nucleic Development Team
+Copyright (c) 2013-2022, Nucleic Development Team
+Copyright (c) 2014-2021, Nucleic Development Team
+Copyright (c) 2014-2022, Nucleic Development Team
+Copyright 2000, 2004, 2005Adobe Systems Incorporated
+Copyright (c) 2019-2021 Martin Ankerl <martin.ankerl@gmail.com>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+markupsafe 2.0.1 - BSD-2-Clause
+
+
+Copyright 2010 Pallets
+copyright 2010 Pallets
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+markupsafe 2.1.1 - BSD-2-Clause
+
+
+Copyright 2010 Pallets
+copyright 2010 Pallets
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+mock 4.0.3 - BSD-2-Clause
+
+
+Copyright (c) 2007-2012 Michael Foord
+Copyright (c) 2003-2013, Michael Foord
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+ndg-httpsclient 0.5.1 - BSD-2-Clause
+
+
+Copyright (c) 2012 STFC
+copyright (c) 2012 STFC
+copyright (c) 2011 Science and Technology Facilities Council
+copyright (c) 2012 Science and Technology Facilities Council
+Copyright (c) 2012, Science & Technology Facilities Council (STFC)
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+numpy 1.23.3 - BSD-2-Clause
+
+
+Copyright (c) 2017
+(c) Convert Chebyshev
+(c) Multiply a Hermite
+(c) Multiply a Laguerre
+(c) Multiply a Legendre
+(c) Multiply a Chebyshev
+Copyright (c) 2010 - 2019
+Copyright Absoft Corporation
+(c), True, True, False, False
+Copyright 2000 Pearu Peterson
+Copyright 2002 Pearu Peterson
+(c), False, False, False, True
+(c), False, False, True, False
+Copyright (c) 2012 Google Inc.
+Copyright (c) 2014 Ryan Juckett
+Copyright 2011 by Enthought, Inc
+Copyright (c) 2011 Enthought, Inc
+Copyright (c) 2015 Pauli Virtanen
+Copyright (c) 2019 Kevin Sheppard
+Copyright 1999 2011 Pearu Peterson
+Copyright 1999,2000 Pearu Peterson
+Copyright 1999-2004 Pearu Peterson
+Copyright 2001-2005 Pearu Peterson
+Copyright (c) 2019 NumPy Developers
+Copyright (c) 2007 Cybozu Labs, Inc.
+Copyright (c) 2021 Intel Corporation
+Copyright 1999 - 2011 Pearu Peterson
+Copyright (c) 2011 by Enthought, Inc.
+Copyright (c) 2014 Mathjax Consortium
+Copyright (c) 2015 Melissa E. O'Neill
+Copyright (c) 2015-2017 Martin Hensel
+Copyright (c) 2018 Melissa E. O'Neill
+copyright 2008-2022, NumPy Developers
+Copyright 2007-2018 by the Sphinx team
+copyright u'2017-2018, NumPy Developers
+Copyright (c) 2021 Microsoft Corporation
+Copyright 2010-2012, D. E. Shaw Research
+Copyright (c) 2005-2015, NumPy Developers
+Copyright (c) 2005-2017, NumPy Developers
+Copyright (c) 2005-2021, NumPy Developers
+Copyright (c) 2005-2022, NumPy Developers
+Copyright (c) 1993 by Sun Microsystems, Inc.
+Copyright (c) 2011-2014, The OpenBLAS Project
+Copyright (c) 2009-2017 The MathJax Consortium
+Copyright (c) 2010-2017 The MathJax Consortium
+Copyright (c) 2011-2015 The MathJax Consortium
+Copyright (c) 2011-2017 The MathJax Consortium
+Copyright (c) 2013-2017 The MathJax Consortium
+Copyright (c) 2014-2017 The MathJax Consortium
+Copyright (c) 2015-2017 The MathJax Consortium
+Copyright (c) 2016-2017 The MathJax Consortium
+Copyright (c) 2008 Ian Bicking and Contributors
+copyright 2010 David Wolever <david@wolever.net>
+Copyright (c) 2010 The Android Open Source Project
+Copyright 2015 Robert Kern <robert.kern@gmail.com>
+Copyright (c) 2002-2017 Free Software Foundation, Inc.
+Copyright 2014 Melissa O'Neill <oneill@pcg-random.org>
+Copyright (c) Donald Stufft and individual contributors
+Copyright (c) 2007, 2011 David Schultz <das@FreeBSD.ORG>
+Copyright (c) 2006-2013 The University of Colorado Denver
+Copyright Absoft Corporation 1994-2002 Absoft Pro FORTRAN
+Copyright (c) 1995, 1996, 1997 Jim Hugunin, hugunin@mit.edu
+Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org)
+Copyright (c) 2000-2013 The University of California Berkeley
+Copyright (c) 2016 - 2019 Kim Walisch, <kim.walisch@gmail.com>
+Copyright 2016-2021 Matthew Brett, Isuru Fernando, Matti Picus
+Copyright (c) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura
+Copyright (c) 2004-2018 Max-Planck-Society author Martin Reinecke
+Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
+Copyright 1999, 2000, 2001 Regents of the University of California
+Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+Copyright (c) 2009 Free Software Foundation, Inc. <http://fsf.org/>
+Copyright (c) 2006, University of Georgia and Pierre G.F. Gerard-Marchant
+Copyright Absoft Corporation 1994-1998 mV2 Cray Research, Inc. 1994-1996 CF90
+Copyright (c) 2010 by Mark Wiebe (mwwiebe@gmail.com) The University of British Columbia
+Copyright (c) 2011 by Mark Wiebe (mwwiebe@gmail.com) The University of British Columbia
+Copyright (c) 2010-2011 by Mark Wiebe (mwwiebe@gmail.com) The University of British Columbia
+Copyright (c) 2009-2019 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors
+Copyright (c) 1992-2013 The University of Tennessee and The University of Tennessee Research Foundation
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyasn1 0.4.8 - BSD-2-Clause
+
+
+copyright u'2005-2019, Ilya Etingof <etingof@gmail.com>
+Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
+Copyright (c) 2005-2019, Ilya Etingof (mailto:etingof@gmail.com)
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyasn1-modules 0.2.8 - BSD-2-Clause
+
+
+Copyright (c) 2018, Vigil Security, LLC
+Copyright (c) 2019, Vigil Security, LLC
+Copyright (c) 2018, 2019 Vigil Security, LLC
+Copyright (c) 2018-2019, Vigil Security, LLC
+Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
+Copyright (c) 2017, Danielle Madeley <danielle@madeley.id.au>
+Copyright (c) 2005-2019, Ilya Etingof (mailto:etingof@gmail.com)
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pygments 2.13.0 - BSD-2-Clause
+
+
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyreadline 2.1 - BSD-2-Clause
+
+
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+scandir 1.10.0 - BSD-2-Clause
+
+
+Copyright (c) 2012, Ben Hoyt
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+scipy 1.4.1 - BSD-2-Clause
+
+
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+secretstorage 3.3.3 - BSD-2-Clause
+
+
+copyright 2022, Dmitry Shachnev
+Copyright 2012-2018 Dmitry Shachnev <mitya57@gmail.com>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sphinx 5.2.3 - BSD-2-Clause
+
+
+copyright e (c)
+(c) Ban Quan Suo
+Copyright (c) 2013
+copyright 2006-2009
+(c) 2003 John Gruber
+Copyright Risk Ersatt
+copyright u'2016, test
+Copyright (c) 2013, foo
+Copyright (c) 2015, dev
+Copyright (c) 2018, dev
+Copyright Fare Foreldet
+Copyright (c) 2012, foof
+Copyright Perill Obsolet
+Copyright Gefahr Veraltet
+Copyright Perigo Obsoleto
+(c) 2004, 2007 Chad Miller
+Copyright (c) 2013, sphinx
+Copyright 2008-2009, Haiku
+Copyright Danger Deprecated
+Copyright Pericolo Deprecato
+Copyright Arriskua Zaharkitua
+Copyright Error General Index
+Copyright (copyright)s.' (c) T
+Copyright (c) 2022 ORGANIZATION
+copyright (c) 2010 Gunter Milde
+Copyright 2011-2014 by Sphinx team
+Copyright 2012-2014 by Sphinx team
+Copyright 2007-2022 by the Sphinx team
+copyright 2007-2022 by the Sphinx team
+Copyright (c) 2010, Georg Brandl & Team
+copyright 2010-2016, Georg Brandl & Team
+(c) OpenJS Foundation and other contributors
+copyright s, Wolfgang Schauble & G Beckstein
+Copyright JS Foundation and other contributors
+Copyright (c) 2008 John Resig, https://jquery.com
+Copyright (c) 2009 Jeremy Ashkenas, DocumentCloud
+Copyright OpenJS Foundation and other contributors
+copyright f'2007- time.strftime Y , the Sphinx developers
+Copyright (c) 2007-2022 by the Sphinx team (see AUTHORS file)
+Copyright 2008 Societe des arts technologiques (SAT), https://sat.qc.ca
+Copyright (c) 2003 John Gruber (https://daringfireball.net/projects/smartypants/)
+Copyright (c) 2008 Stefan van der Walt <stefan@mentat.za.net> , Pauli Virtanen <pav@iki.fi>
+(c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors Underscore
+Copr Buildsystem <https://docs.pagure.org/copr.copr/> (customized) Coreboot <https://doc.coreboot.org/> Chainer <https://docs.chainer.org/>
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sphinxcontrib-applehelp 1.0.2 - BSD-2-Clause
+
+
+Copyright (c) 2019 ORGANIZATION
+Copyright 2007-2009 by the Sphinx team
+Copyright 2007-2019 by the Sphinx team
+Copyright (c) 2007-2019 by the Sphinx team (see https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS).
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sphinxcontrib-devhelp 1.0.2 - BSD-2-Clause
+
+
+Copyright (c) 2019 ORGANIZATION
+Copyright 2007-2009 by the Sphinx team
+Copyright 2007-2019 by the Sphinx team
+Copyright (c) 2007-2019 by the Sphinx team (see https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS).
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sphinxcontrib-jsmath 1.0.1 - BSD-2-Clause
+
+
+Copyright 2007-2019 by the Sphinx team
+Copyright (c) 2007-2019 by the Sphinx team (see https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS).
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sphinxcontrib-qthelp 1.0.3 - BSD-2-Clause
+
+
+Copyright (c) 2019 ORGANIZATION
+Copyright 2007-2009 by the Sphinx team
+Copyright 2007-2019 by the Sphinx team
+Copyright (c) 2007-2019 by the Sphinx team (see https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS).
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+webencodings 0.5.1 - BSD-2-Clause
+
+
+Copyright 2012 by Simon Sapin
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+werkzeug 2.2.2 - BSD-2-Clause
+
+
+Copyright 2007 Pallets
+copyright 2007 Pallets
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+wrapt 1.12.1 - BSD-2-Clause
+
+
+Copyright (c) 2013-2019, Graham Dumpleton
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+colorama 0.4.5 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright Jonathan Hartley 2013
+Copyright (c) 2010 Jonathan Hartley
+Copyright Jonathan Hartley & Arnon Yaari, 2013-2020
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+commonmark 0.9.1 - BSD-2-Clause AND BSD-3-Clause
+
+
+(c) 2019 Unicode(R) Inc.
+Copyright (c) 2014, John MacFarlane
+Copyright (c) 2014, Bibek Kafle and Roland Shoemaker
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cycler 0.11.0 - BSD-2-Clause AND BSD-3-Clause
+
+
+copyright 2015, Matplotlib Developers
+Copyright (c) 2015, matplotlib project
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+flask 1.1.4 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright 2010 Pallets
+copyright 2010 Pallets
+Copyright (c) 2015 CERN.
+Copyright (c) 2010 by the Pallets team.
+(c) Copyright 2010 by <a href http://domain.invalid/'>
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+itsdangerous 2.1.2 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright 2011 Pallets
+copyright 2011 Pallets
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+jinja2 2.11.3 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright 2007 Pallets
+copyright 2007 Pallets
+(c) Copyright 2008 by <a href http://domain.invalid/'>
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+jinja2 3.0.3 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright 2007 Pallets
+copyright 2007 Pallets
+(c) Copyright 2008 by <a href http://domain.invalid/'>
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+joblib 1.2.0 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright 2009 Brian Quinlan
+Copyright 2017, Thomas Moreau
+Copyright 2010, Gael Varoquaux
+Copyright 2012, Olivier Grisel
+Copyright (c) 2008 Gael Varoquaux
+Copyright (c) 2009 Gael Varoquaux
+Copyright (c) 2010 Gael Varoquaux
+Copyright (c) 2008-2021, The joblib
+Copyright (c) 2010-2011 Gael Varoquaux
+copyright 2008-2021, Joblib developers
+Copyright (c) 2012, Regents of the University of California
+Copyright 2010, Gael Varoquaux 2001-2004, Fernando Perez 2001 Nathaniel Gray
+Copyright (c) 2009 PiCloud, Inc. <https://web.archive.org/web/20140626004012/http://www.picloud.com/>
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+oauthlib 3.2.1 - BSD-2-Clause AND BSD-3-Clause
+
+
+(c) Access Token
+(c) Redirection URI
+Copyright (c) 2019 The OAuthlib Community
+copyright (c) 2019 by The OAuthlib Community
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+psutil 5.8.0 - BSD-2-Clause AND BSD-3-Clause
+
+
+copyright 2009- s, s
+Copyright (c) 2009, Giampaolo
+Copyright (c) 2017, Arnon Yaari
+Copyright (c) 2015, Ryo ONODERA.
+Copyright (c) 2009 Giampaolo Rodola
+Copyright (c) 2009, Giampaolo Rodola
+Copyright 2007-2011 by the Sphinx team
+Copyright (c) 2009, Jay Loden, Giampaolo Rodola
+Copyright (c) 2009, Giampaolo Rodola', Jeff Tang
+Copyright (c) 2009, Giampaolo Rodola', karthikrev
+Copyright (c) 2009, Giampaolo Rodola', Landry Breuil
+Copyright (c) 2009, Giampaolo Rodola', Himanshu Shekhar
+Copyright (c) 2009, Giampaolo Rodola', Oleksii Shevchuk
+Copyright (c) 2009, Giampaolo Rodola', Landry Breuil (OpenBSD)
+Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pycparser 2.21 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright (c) 2008-2020, Eli Bendersky
+Copyright (c) 2001-2017 David M. Beazley (Dabeaz LLC)
+David Beazley (http://www.dabeaz.com) Copyright (c) 2017
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+python-dotenv 0.21.0 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright (c) 2013, Ted Tieken
+Copyright (c) 2014, Saurabh Kumar
+Copyright (c) 2013, Jacob Kaplan-Moss
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+scikit-learn 1.1.2 - BSD-2-Clause AND BSD-3-Clause
+
+
+(c) 2014
+(c) INRIA
+(c) INRIA 2010
+(c) INRIA 2011
+(c) INRIA 2014
+Copyright INRIA
+(c) 2011 import warnings
+Copyright (c) 2011, 2012
+Copyright (c) 2018, pandas
+Copyright 2014 Steven Loria
+Copyright 2011-2019 Twitter, Inc.
+(c) INRIA, University of Amsterdam
+Copyright 2015 Jon Lund Steffensen
+Copyright 2007-2019 by the Sphinx team
+Copyright (c) 2003-2016 Paul T. McGuire
+Copyright (c) 2007-2021 The scikit-learn
+Copyright (c) 2005-2022, NumPy Developers
+Copyright 2011-2019 The Bootstrap Authors
+Copyright (c) 2011 Renato de Pontes Pereira
+Copyright (c) 2007-2014 The LIBLINEAR Project
+copyrights by Aric Hagberg <hagberg@lanl.gov>
+Copyright (c) 2004-2017 Holger Krekel and others
+copyright f'2007 - datetime.now .year, scikit-learn
+Copyright (c) Donald Stufft and individual contributors
+Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin
+Copyright (c) 2011 Olivier Grisel <olivier.grisel@ensta.org>
+Copyright (c) 2007-2019 by the Sphinx team (see AUTHORS file)
+Copyright (c) 2011 David Warde-Farley <wardefar at iro dot umontreal dot ca>
+Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+Copyright (c) 2007-2009 Cournapeau David <cournape@gmail.com> 2010 Fabian Pedregosa <fabian.pedregosa@inria.fr>
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation
+Copyright (c) 2007 David Cournapeau <cournape@gmail.com> 2010 Fabian Pedregosa <fabian.pedregosa@inria.fr> 2010 Olivier Grisel <olivier.grisel@ensta.org>
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+scipy 1.9.1 - BSD-2-Clause AND BSD-3-Clause
+
+
+(c), (c)
+(c) . B' Both
+(c) B Whether
+Copyright 2001
+Copyright 2003
+Copyright 2008
+(c) 2003, C. Bond
+(c) Case 2 Caller
+(c) Copyright John
+Copyright 2014 LRI
+Copyright 2015 LRI
+(c) Date July, 1988
+Copyright 2018 Nico
+(c) Compute Hessian H
+Copyright 2014 LASMEA
+Copyright Jens Maurer
+copyright Cephes Math
+(c) David Abrahams 2002
+Copyright (c) 2010 Ilya
+Copyright Albert Steppi
+Copyright Gautam Sewani
+Copyright Nat Goodspeed
+(c) 2008 Gordon Woodhull
+(c) 2011 import warnings
+Copyright (c) 2018 Yi Ji
+Copyright 2012 IBM Corp.
+Copyright 2013 Kyle Lutz
+Copyright 2018 Ulf Adams
+Copyright Catch2 Authors
+Copyright Lingxi Li 2015
+copyright Boost Software
+copyright Xiaogang Zhang
+copyrighted by Alan Genz
+(c) Peter Kankowski, 2008
+Copyright (c) 2019 Damian
+Copyright 2003 Bruce Barr
+Copyright 2006 Johan Rade
+Copyright 2011 Simon West
+Copyright 2012 K R Walker
+Copyright Jaap Suter 2003
+Copyright Jan Langer 2002
+Copyright Paul A. Bristow
+Csp self.spmatrix (c) Dsp
+copyright Jason Rice 2016
+copyright Jason Rice 2017
+copyright by Renee Touzin
+Copyright 2000 Jens Maurer
+Copyright 2003 Jeremy Siek
+Copyright 2005 Dan Marsden
+Copyright 2005 Peter Dimov
+Copyright 2007 Peter Dimov
+Copyright 2008 Beman Dawes
+Copyright 2008 Peter Dimov
+Copyright 2009 Neil Groves
+Copyright 2010 Beman Dawes
+Copyright 2013 Ankur Sinha
+Copyright 2013 Peter Dimov
+Copyright 2014 Neil Groves
+Copyright 2014 Peter Dimov
+Copyright 2015 Peter Dimov
+Copyright 2016 Jorge Lodos
+Copyright 2017 Peter Dimov
+Copyright 2018 Peter Dimov
+Copyright 2019 Peter Dimov
+Copyright 2020 Peter Dimov
+Copyright Beman Dawes 2001
+Copyright Beman Dawes 2002
+Copyright Beman Dawes 2003
+Copyright Beman Dawes 2005
+Copyright Beman Dawes 2006
+Copyright Beman Dawes 2007
+Copyright Beman Dawes 2008
+Copyright Beman Dawes 2009
+Copyright Beman Dawes 2010
+Copyright Beman Dawes 2011
+Copyright Beman Dawes 2013
+Copyright Beman Dawes 2014
+Copyright Beman Dawes 2015
+Copyright Bruno Dutra 2015
+Copyright Evan Miller 2020
+Copyright Franz Detro 2014
+Copyright Jens Maurer 2000
+Copyright Jens Maurer 2002
+Copyright Jens Maurer 2006
+Copyright Joel Falcou 2015
+Copyright Neil Groves 2007
+Copyright Neil Groves 2009
+Copyright Neil Groves 2010
+Copyright Neil Groves 2014
+Copyright Peter Dimov 2001
+Copyright Peter Dimov 2019
+Copyright Rene Rivera 2013
+Copyright Rene Rivera 2014
+Copyright Rene Rivera 2015
+Copyright Rene Rivera 2017
+Copyright Thomas Mang 2012
+Copyright ohn Maddock 2012
+(c) 2011 import numpy as np
+(c) 2012 import numpy as np
+(c) 2014 import numpy as np
+(c) Copyright 2014 Jim Bell
+Copyright (c) 2011 Jamboree
+Copyright (c) 2013 Jamboree
+Copyright (c) 2014 Jamboree
+Copyright 2000 by Alan Genz
+Copyright 2001 John Maddock
+Copyright 2004 Eric Niebler
+Copyright 2005 Eric Niebler
+Copyright 2006 Eric Niebler
+Copyright 2006 John Maddock
+Copyright 2007 Eric Niebler
+Copyright 2008 Eric Niebler
+Copyright 2008 John Maddock
+Copyright 2009 Eric Niebler
+Copyright 2010 Eric Niebler
+Copyright 2010 John Maddock
+Copyright 2011 Eric Niebler
+Copyright 2011 John Maddock
+Copyright 2011, Andrew Ross
+Copyright 2012 Eric Niebler
+Copyright 2012 John Maddock
+Copyright 2013 John Maddock
+Copyright 2013 Paul Bristow
+Copyright 2014 John Maddock
+Copyright 2014 NumScale SAS
+Copyright 2014 Paul Bristow
+Copyright 2015 John Maddock
+Copyright 2015 NumScale SAS
+Copyright 2016 John Maddock
+Copyright 2017 Daniel James
+Copyright 2017 John Maddock
+Copyright 2017 Vinnie Falco
+Copyright 2018 John Maddock
+Copyright 2019 John Maddock
+Copyright 2020 John Maddock
+Copyright Beman Dawes, 2009
+Copyright Eric Niebler 2005
+Copyright Eric Niebler 2008
+Copyright Eric Niebler 2009
+Copyright Eric Niebler 2014
+Copyright John Maddock 2005
+Copyright John Maddock 2006
+Copyright John Maddock 2007
+Copyright John Maddock 2008
+Copyright John Maddock 2009
+Copyright John Maddock 2010
+Copyright John Maddock 2011
+Copyright John Maddock 2012
+Copyright John Maddock 2013
+Copyright John Maddock 2014
+Copyright John Maddock 2015
+Copyright John Maddock 2016
+Copyright John Maddock 2017
+Copyright John Maddock 2018
+Copyright Louis Dionne 2013
+Copyright Orson Peters 2017
+Copyright Paul Bristow 2007
+Copyright Paul Bristow 2014
+Copyright Robert Ramey 2007
+Copyright Robin Eckert 2015
+Copyright Timmo Stange 2007
+copyright Louis Dionne 2016
+(c) Copyright Francois Faure
+(c) Copyright Howard Hinnant
+Copyright (c) 2017 Dynatrace
+Copyright (c) 2018 ERGO-Code
+Copyright (c) 2021 ERGO-Code
+Copyright (c) 2022 ERGO-Code
+Copyright (c) Piers Lawrence
+Copyright 2002 Daryle Walker
+Copyright 2003 - 2011 LASMEA
+Copyright 2005 Ben Hutchings
+Copyright 2005 Daniel Egloff
+Copyright 2005 Daniel Wallin
+Copyright 2006 Andy Tompkins
+Copyright 2006 Ion Gaztanaga
+Copyright 2007 Aaron Windsor
+Copyright 2007 Andy Tompkins
+Copyright 2007 Baruch Zilber
+Copyright 2007 Boris Gubenko
+Copyright 2007 David Jenkins
+Copyright 2008 CodeRage, LLC
+Copyright 2008 David Jenkins
+Copyright 2008 Gautam Sewani
+Copyright 2009 Andy Tompkins
+Copyright 2010 Andy Tompkins
+Copyright 2012 Chung-Lin Wen
+Copyright 2012 Denis Demidov
+Copyright 2013 Andrea Gavana
+Copyright 2014 MetaScale SAS
+Copyright 2015 John Fletcher
+Copyright 2020 Ion Gaztanaga
+Copyright Andy Tompkins 2006
+Copyright Bryce Lelbach 2010
+Copyright Daniel Walker 2006
+Copyright Daniel Walker 2007
+Copyright Daniel Wallin 2005
+Copyright Daniel Wallin 2006
+Copyright Daniel Wallin 2007
+Copyright Dietmar Kuehl 2001
+Copyright Eric Friedman 2002
+Copyright Eric Friedman 2003
+Copyright Gautam Sewani 2008
+Copyright John Maddock, 2020
+Copyright Nat Goodspeed 2014
+Copyright Nick Thompson 2017
+Copyright Nick Thompson 2019
+Copyright Samuel Krempp 2003
+Copyright Vladimir Prus 2002
+Copyright Vladimir Prus 2004
+Copyright Yosef Meller, 2009
+(c) Copyright Bill Kempf 2001
+(c) Copyright Bill Kempf 2002
+(c) Copyright Brian Kuhl 2016
+(c) Copyright Jens Mauer 2001
+(c) Copyright Johan Rade 2006
+(c) Copyright Paul Moore 1999
+(c) Copyright Synge Todo 2003
+Copyright (c) 2002 Bill Kempf
+Copyright (c) 2004 Peder Holt
+Copyright (c) 2005 Peder Holt
+Copyright (c) 2006 Johan Rade
+Copyright (c) 2007 Peder Holt
+Copyright (c) 2010 Peder Holt
+Copyright (c) 2014 Eric Moore
+Copyright (c) 2014 Ian Forbed
+Copyright (c) 2015 Mario Lang
+Copyright (c) 2018 Fady Essam
+Copyright (c) 2018 agate-pris
+Copyright (c) 2019 Peter Bell
+Copyright (c) 2019 agate-pris
+Copyright (c) 2020 Jeff Trull
+Copyright 2002 Gary Strangman
+Copyright 2002 Pearu Peterson
+Copyright 2005 Douglas Gregor
+Copyright 2005 Jeremy G. Siek
+Copyright 2005 Joel de Guzman
+Copyright 2006 Douglas Gregor
+Copyright 2006 Roland Schwarz
+Copyright 2008 Hartmut Kaiser
+Copyright 2008 Howard Hinnant
+Copyright 2009, Andrew Sutton
+Copyright 2010 Mario Mulansky
+Copyright 2011 Karsten Ahnert
+Copyright 2011 Mario Mulansky
+Copyright 2012 Christoph Koke
+Copyright 2012 Karsten Ahnert
+Copyright 2012 Mario Mulansky
+Copyright 2013 Karsten Ahnert
+Copyright 2013 Mario Mulansky
+Copyright 2013 Nikhar Agrawal
+Copyright 2014 Anton Bikineev
+Copyright 2014 Bill Gallafent
+Copyright 2014, Eric W. Moore
+Copyright 2015 Mario Mulansky
+Copyright 2018 Hans Dembinski
+Copyright 2018 Stefan Seefeld
+Copyright 2019 Hans Dembinski
+Copyright 2019 Mateusz Loskot
+Copyright 2020 Hans Dembinski
+Copyright 2020 Madhur Chauhan
+Copyright Alain Miniussi 2014
+Copyright Andreas Schwab 2019
+Copyright Beman Dawes 1994-99
+Copyright Christian Lorentzen
+Copyright David Abrahams 2001
+Copyright David Abrahams 2002
+Copyright David Abrahams 2003
+Copyright David Abrahams 2004
+Copyright David Abrahams 2005
+Copyright David Abrahams 2006
+Copyright David Abrahams 2009
+Copyright Douglas Gregor 2003
+Copyright Douglas Gregor 2004
+Copyright Hans Dembinski 2020
+Copyright Jim Bosch 2010-2012
+Copyright John Maddock 2006-7
+Copyright John Maddock 2007-8
+Copyright Marco Guazzone 2014
+Copyright Nick Thompson, 2017
+Copyright Nick Thompson, 2018
+Copyright Nick Thompson, 2019
+Copyright Nick Thompson, 2020
+Copyright Oliver Kowalke 2009
+Copyright Oliver Kowalke 2013
+Copyright Oliver Kowalke 2014
+Copyright Oliver Kowalke 2015
+Copyright Oliver Kowalke 2016
+Copyright Oliver Kowalke 2017
+Copyright Oliver Kowalke 2018
+Copyright Ruslan Baratov 2017
+Copyright Shreyans Doshi 2017
+Copyright Stefan Seefeld 2005
+Copyright Stefan Seefeld 2016
+Copyright Steven J. Ross 2014
+Copyright Vladimir Prus, 2002
+Copyright Xiaogang Zhang 2006
+(c) Copyright Beman Dawes 1999
+(c) Copyright Beman Dawes 2000
+(c) Copyright Beman Dawes 2001
+(c) Copyright Beman Dawes 2002
+(c) Copyright Beman Dawes 2003
+(c) Copyright Boris Rasin 2014
+(c) Copyright Darin Adler 2000
+(c) Copyright Darin Adler 2001
+(c) Copyright Jens Maurer 2001
+(c) Copyright Jens Maurer 2003
+(c) Copyright Jeremy Siek 1999
+(c) Copyright Jeremy Siek 2000
+(c) Copyright Jeremy Siek 2001
+(c) Copyright Jeremy Siek 2002
+(c) Copyright Jeremy Siek 2004
+(c) Copyright Jeremy Siek 2006
+(c) Copyright Jim Douglas 2005
+(c) Copyright Jorge Lodos 2008
+(c) Copyright Peter Dimov 2001
+(c) Copyright Peter Dimov 2002
+(c) Copyright Peter Dimov 2008
+(c) Copyright Peter Dimov 2017
+(c) Copyright Peter Dimov 2019
+(c) Copyright Rene Rivera 2005
+(c) Copyright Thomas Witt 2002
+(c) Copyright Tobias Schwinger
+(c) Copyright Toon Knapen 2001
+(c) Copyright Toon Knapen 2003
+Copyright (c) 2001 Darin Adler
+Copyright (c) 2001 Doug Gregor
+Copyright (c) 2001 Peter Dimov
+Copyright (c) 2002 Beman Dawes
+Copyright (c) 2002 Jens Maurer
+Copyright (c) 2002 Peter Dimov
+Copyright (c) 2003 Daniel Frey
+Copyright (c) 2003 Peter Dimov
+Copyright (c) 2003 Thomas Witt
+Copyright (c) 2005 Dan Marsden
+Copyright (c) 2005 Peter Dimov
+Copyright (c) 2006 Dan Marsden
+Copyright (c) 2006 Peter Dimov
+Copyright (c) 2007 Dan Marsden
+Copyright (c) 2007 Peter Dimov
+Copyright (c) 2008 Beman Dawes
+Copyright (c) 2008 Damian Eads
+Copyright (c) 2008 Peter Dimov
+Copyright (c) 2009 Carl Barron
+Copyright (c) 2009 Peter Dimov
+Copyright (c) 2010 Neil Groves
+Copyright (c) 2012 David Stone
+Copyright (c) 2012 Google Inc.
+Copyright (c) 2013 Carl Barron
+Copyright (c) 2013 Peter Dimov
+Copyright (c) 2014 Lee Clagett
+Copyright (c) 2014 Peter Dimov
+Copyright (c) 2014 Tomoki Imai
+Copyright (c) 2015 Seth Heeren
+Copyright (c) 2016 Lee Clagett
+Copyright (c) 2016 Peter Dimov
+Copyright (c) 2018 Peter Dimov
+Copyright (c) 2019 Peter Dimov
+Copyright (c) 2020 Peter Dimov
+Copyright (c) Beman Dawes 2011
+Copyright (c) Beman Dawes 2015
+Copyright (c) Dan Watkins 2003
+Copyright (c) Jeremy Siek 2001
+Copyright (c) Thomas Witt 2002
+Copyright 1999 Travis Oliphant
+Copyright 2000 Maarten Keijzer
+Copyright 2005 Matthias Troyer
+Copyright 2005 Travis Oliphant
+Copyright 2008 Joaquin M Lopez
+Copyright 2009 Steven Watanabe
+Copyright 2010 Kenneth Riddile
+Copyright 2010 Paul A. Bristow
+Copyright 2011 Paul A. Bristow
+Copyright 2011 Steven Watanabe
+Copyright 2012 Andreas Pokorny
+Copyright 2012 Paul A. Bristow
+Copyright 2012 Steven Watanabe
+Copyright 2012-20 John Maddock
+Copyright 2013 Andrey Semashev
+Copyright 2013 Pascal Germroth
+Copyright 2014 Andrey Semashev
+Copyright 2014 Antony Polukhin
+Copyright 2015 Andrey Semashev
+Copyright 2015 Antony Polukhin
+Copyright 2015 Steven Watanabe
+Copyright 2016 Andrey Semashev
+Copyright 2016 Joaquin M Lopez
+Copyright 2017 Andrey Semashev
+Copyright 2017 Joaquin M Lopez
+Copyright 2018 Joaquin M Lopez
+Copyright 2018 Steven Watanabe
+Copyright 2019 Emil Dotchevski
+Copyright 2019 Henry Schreiner
+Copyright 2020 Andrey Semashev
+Copyright 2020 Samuel Debionne
+Copyright Adam D. Walling 2012
+Copyright Alexander Grund 2018
+Copyright Andrey Semashev 2013
+Copyright Andrey Semashev 2015
+Copyright Andrey Semashev 2016
+Copyright Andrey Semashev 2018
+Copyright Andrey Semashev 2019
+Copyright Andrey Semashev 2020
+Copyright Bertolt Mildner 2004
+Copyright Daniel Trebbien 2010
+Copyright Emil Dotchevski 2007
+Copyright Frank Mori Hess 2007
+Copyright Frank Mori Hess 2008
+Copyright Frank Mori Hess 2009
+Copyright John Maddock 2008-11
+Copyright John R. Bandela 2001
+Copyright Paul A. Bristow 2006
+Copyright Paul A. Bristow 2007
+Copyright Paul A. Bristow 2010
+Copyright Paul A. Bristow 2012
+Copyright Paul A. Bristow 2013
+Copyright Paul A. Bristow 2014
+Copyright Paul A. Bristow 2017
+Copyright Paul Mensonides 2003
+Copyright Sergey Krivonos 2017
+Copyright Steven Watanabe 2009
+Copyright Steven Watanabe 2010
+Copyright Steven Watanabe 2011
+Copyright Steven Watanabe 2014
+copyrighted by Enthought, Inc.
+(c) Copyright 2005 John Maddock
+(c) Copyright 2008 Robert Ramey
+(c) Copyright 2010 Daniel James
+(c) Copyright 2010 Robert Ramey
+(c) Copyright 2020 Robert Ramey
+(c) Copyright Daniel K. O. 2005
+(c) Copyright Hubert Holin 2001
+(c) Copyright Hubert Holin 2003
+(c) Copyright Jeremy Siek, 2001
+(c) Copyright John Maddock 2000
+(c) Copyright John Maddock 2001
+(c) Copyright John Maddock 2002
+(c) Copyright John Maddock 2003
+(c) Copyright John Maddock 2005
+(c) Copyright John Maddock 2006
+(c) Copyright John Maddock 2007
+(c) Copyright John Maddock 2008
+(c) Copyright John Maddock 2010
+(c) Copyright John Maddock 2011
+(c) Copyright John Maddock 2015
+(c) Copyright John Maddock 2017
+(c) Copyright John Maddock 2018
+(c) Copyright Lie-Quan Lee 2001
+(c) Copyright Martin Wille 2003
+(c) Copyright Orson Peters 2017
+(c) Copyright Rani Sharoni 2003
+(c) Copyright Robert Ramey 2004
+Copyright (c) 2002 John Maddock
+Copyright (c) 2003 John Maddock
+Copyright (c) 2003 Martin Wille
+Copyright (c) 2004 John Maddock
+Copyright (c) 2005 Eric Niebler
+Copyright (c) 2006 Eric Niebler
+Copyright (c) 2006 John Maddock
+Copyright (c) 2006 Stephen Nutt
+Copyright (c) 2007 John Maddock
+Copyright (c) 2007, Damian Eads
+Copyright (c) 2008 Eric Niebler
+Copyright (c) 2008 Roelof Naude
+Copyright (c) 2009 John Maddock
+Copyright (c) 2010 Eric Niebler
+Copyright (c) 2011 Aaron Graham
+Copyright (c) 2011 Brandon Kohn
+Copyright (c) 2011 Eric Niebler
+Copyright (c) 2011 John Maddock
+Copyright (c) 2012 Nathan Ridge
+Copyright (c) 2012 Oswin Krause
+Copyright (c) 2012 Robert Ramey
+Copyright (c) 2013 Eurodecision
+Copyright (c) 2014 Eric Niebler
+Copyright (c) 2014 Mageswaran.D
+Copyright (c) 2015 John Maddock
+Copyright (c) 2015 Orson Peters
+Copyright (c) 2015 Robert Ramey
+Copyright (c) 2016 Adrian Veres
+Copyright (c) 2017 John Maddock
+Copyright (c) 2017 Michel Morin
+Copyright (c) 2017 Robert Ramey
+Copyright (c) 2017 Vinnie Falco
+Copyright (c) 2020 John Maddock
+Copyright (c) 2021 Orson Peters
+Copyright (c) Tyler Reddy, 2016
+Copyright 2002-2018 Peter Dimov
+Copyright 2003-2005 Peter Dimov
+Copyright 2004-2005 Peter Dimov
+Copyright 2004-2006 Peter Dimov
+Copyright 2004-2008 Peter Dimov
+Copyright 2005-2013 Peter Dimov
+Copyright 2006 Thorsten Ottosen
+Copyright 2007 Tobias Schwinger
+Copyright 2008 Christophe Henry
+Copyright 2008,2012 Peter Dimov
+Copyright 2009-2014 Neil Groves
+Copyright 2011 Christophe Henry
+Copyright 2012 (c) Google, Inc.
+Copyright 2012 Lucanus Simonson
+Copyright 2012, Philipp Moeller
+Copyright 2013 Maciej Piechotka
+Copyright 2015-2017 Peter Dimov
+Copyright 2015-2019 Peter Dimov
+Copyright 2015-2020 Peter Dimov
+Copyright 2017-2019 Peter Dimov
+Copyright Aleksey Gurtovoy 2004
+Copyright Aleksey Gurtovoy 2006
+Copyright Aleksey Gurtovoy 2008
+Copyright Beman Dawes 1995-2001
+Copyright Beman Dawes 2002-2009
+Copyright Benjamin Sobotta 2012
+Copyright Benjamin Worpitz 2018
+Copyright Charly Chevalier 2015
+Copyright Jens Maurer 2000-2001
+Copyright Jessica Hamilton 2014
+Copyright Neil Groves 2003-2004
+Copyright Nikolay Mladenov 2007
+Copyright Pavol Droba 2002-2003
+Copyright Pavol Droba 2002-2004
+Copyright Pavol Droba 2002-2006
+Copyright Peter Dimov 2000-2002
+Copyright Peter Dimov 2000-2003
+Copyright Peter Dimov 2001-2002
+Copyright Peter Dimov 2001-2003
+Copyright Rene Rivera 2005-2016
+Copyright Rene Rivera 2008-2013
+Copyright Rene Rivera 2008-2015
+Copyright Rene Rivera 2008-2017
+Copyright Rene Rivera 2008-2019
+Copyright Rene Rivera 2011-2012
+Copyright Rene Rivera 2011-2015
+Copyright Rene Rivera 2012-2015
+Copyright Rene Rivera 2013-2015
+Copyright Rene Rivera 2014-2015
+Copyright Rene Rivera 2015-2016
+Copyright Rene Rivera 2015-2019
+Copyright Thorsten Ottosen 2006
+Copyright Thorsten Ottosen 2008
+(c) Copyright 2007 Andrew Sutton
+(c) Copyright 2007 David Deakins
+(c) Copyright 2008 CodeRage, LLC
+(c) Copyright 2012 Vicente Botet
+(c) Copyright 2013 Tim Blechmann
+(c) Copyright Andrew Sutton 2007
+(c) Copyright Artyom Beilis 2010
+(c) Copyright Balint Cserni 2017
+(c) Copyright Boris Gubenko 2007
+(c) Copyright Bruno Lalande 2008
+(c) Copyright Bryce Lelbach 2010
+(c) Copyright Bryce Lelbach 2011
+(c) Copyright Daniel Wallin 2004
+(c) Copyright Daryle Walker 2001
+(c) Copyright Edward Diener 2011
+(c) Copyright Edward Diener 2012
+(c) Copyright Edward Diener 2013
+(c) Copyright Edward Diener 2014
+(c) Copyright Edward Diener 2015
+(c) Copyright Edward Diener 2016
+(c) Copyright Edward Diener 2019
+(c) Copyright Edward Diener 2020
+(c) Copyright Gennaro Prota 2003
+(c) Copyright Ion Gaztanaga 2005
+(c) Copyright Ion Gaztanaga 2006
+(c) Copyright Ion Gaztanaga 2008
+(c) Copyright Ion Gaztanaga 2009
+(c) Copyright Ion Gaztanaga 2014
+(c) Copyright Milan Svoboda 2008
+(c) Copyright Nick Thompson 2017
+(c) Copyright Nick Thompson 2018
+(c) Copyright Nick Thompson 2019
+(c) Copyright Nick Thompson 2020
+(c) Copyright Noel Belcourt 2007
+(c) Copyright Pablo Halpern 2009
+(c) Copyright Ronald Garcia 2002
+Copyright (c) 2001 Bruce Florman
+Copyright (c) 2001 Daniel Nuffer
+Copyright (c) 2001 Daryle Walker
+Copyright (c) 2001 Dietmar Kuehl
+Copyright (c) 2002 Jeff Westfahl
+Copyright (c) 2003 Eric Friedman
+Copyright (c) 2003 Gennaro Prota
+Copyright (c) 2003 Giovanni Bajo
+Copyright (c) 2003 Vaclav Vesely
+Copyright (c) 2003 Vesa Karvonen
+Copyright (c) 2003 Vladimir Prus
+Copyright (c) 2004 Angus Leeming
+Copyright (c) 2004 Daniel Wallin
+Copyright (c) 2005 Aaron Windsor
+Copyright (c) 2005 Stefan Arentz
+Copyright (c) 2006 Daniel Wallin
+Copyright (c) 2006 Tomas Puverle
+Copyright (c) 2008 Ion Gaztanaga
+Copyright (c) 2009 Andrew Sutton
+Copyright (c) 2009 Helge Bahmann
+Copyright (c) 2009 Phil Endecott
+Copyright (c) 2010 Artyom Beilis
+Copyright (c) 2010 Bryce Lelbach
+Copyright (c) 2010 Helge Bahmann
+Copyright (c) 2010 Thomas Heller
+Copyright (c) 2010 Tim Blechmann
+Copyright (c) 2011 Bryce Lelbach
+Copyright (c) 2011 Helge Bahmann
+Copyright (c) 2011 Thomas Heller
+Copyright (c) 2011 Tim Blechmann
+Copyright (c) 2012 Artyom Beilis
+Copyright (c) 2012 Bruno Lalande
+Copyright (c) 2012 Paul Fultz II
+Copyright (c) 2012 Tim Blechmann
+Copyright (c) 2013 Agustin Berge
+Copyright (c) 2013 Bruno Lalande
+Copyright (c) 2013 Joaquim Duran
+Copyright (c) 2013 Kenneth L. Ho
+Copyright (c) 2013 Tim Blechmann
+Copyright (c) 2014 Agustin Berge
+Copyright (c) 2014 Ahmed Charles
+Copyright (c) 2014 Bruno Lalande
+Copyright (c) 2014 John Fletcher
+Copyright (c) 2014 Paul Fultz II
+Copyright (c) 2015 Artyom Beilis
+Copyright (c) 2015 Ion Gaztanaga
+Copyright (c) 2015 John Fletcher
+Copyright (c) 2015 Paul Fultz II
+Copyright (c) 2016 Barrett Adair
+Copyright (c) 2016 Paul Fultz II
+Copyright (c) 2018 Artyom Beilis
+Copyright (c) Aaron Windsor 2007
+Copyright (c) Chris Glover, 2016
+Copyright (c) Kevlin Henney 2001
+Copyright (c) Marshall Clow 2014
+Copyright (c) Marshall Clow 2017
+Copyright (c) Pablo Aguilar 2005
+Copyright (c) Vladimir Prus 2003
+Copyright 1991 Dieter Kraft, FHM
+Copyright 1997-2008 by Agner Fog
+Copyright 2002, 2009 Peter Dimov
+Copyright 2002, 2020 Peter Dimov
+Copyright 2002-2008 by Agner Fog
+Copyright 2002-2014 by Agner Fog
+Copyright 2004-2008 by Agner Fog
+Copyright 2004-2013 by Agner Fog
+Copyright 2005 Alexander Nasonov
+Copyright 2005, 2014 Peter Dimov
+Copyright 2005-2009 Daniel James
+Copyright 2005-2011 Daniel James
+Copyright 2005-2012 Daniel James
+Copyright 2005-2014 Daniel James
+Copyright 2006, 2020 Peter Dimov
+Copyright 2007 Christian Henning
+Copyright 2007, 2014 Peter Dimov
+Copyright 2007, 2019 Peter Dimov
+Copyright 2007, 2020 Peter Dimov
+Copyright 2008 Christian Henning
+Copyright 2008 Intel Corporation
+Copyright 2008, 2020 Peter Dimov
+Copyright 2009 Christian Henning
+Copyright 2010 Christian Henning
+Copyright 2010 Thomas Claveirole
+Copyright 2012 Christian Henning
+Copyright 2012 Olivier Tournaire
+Copyright 2012-2020 John Maddock
+Copyright 2013 Christian Henning
+Copyright 2013 Christian Shelton
+Copyright 2013 Cromwell D. Enage
+Copyright 2015, 2016 Peter Dimov
+Copyright 2015, 2019 Peter Dimov
+Copyright 2016, 2017 Peter Dimov
+Copyright 2017 James E. King III
+Copyright 2017, 2018 Peter Dimov
+Copyright 2017, 2019 Peter Dimov
+Copyright 2018, 2020 Peter Dimov
+Copyright 2019, 2020 Peter Dimov
+Copyright 2019-20 Madhur Chauhan
+Copyright Alexander Nasonov 2004
+Copyright Anne M. Archibald 2008
+Copyright Beman Dawes 2002, 2006
+Copyright Beman Dawes 2003, 2006
+Copyright Beman Dawes 2006, 2007
+Copyright Beman Dawes, 2002-2005
+Copyright Christopher Brown 2013
+Copyright Cromwell D. Enage 2013
+Copyright Cromwell D. Enage 2017
+Copyright Cromwell D. Enage 2018
+Copyright Cromwell D. Enage 2019
+Copyright Jason Rhinelander 2016
+Copyright John Maddock 2005-2006
+Copyright John Maddock 2005-2008
+Copyright Louis Dionne 2013-2017
+Copyright Nicholas Thompson 2018
+Copyright Nikhar Agrawal 2013-14
+Copyright Paul A. Bristow 2006-7
+Copyright Peter Dimov 2017, 2018
+Copyright Thorsten Ottosen, 2009
+copyright Louis Dionne 2013-2016
+copyright Louis Dionne 2013-2017
+(c) Copyright 2006 Douglas Gregor
+(c) Copyright 2009 Eric Bose-Wolf
+(c) Copyright 2013 Ruslan Baratov
+(c) Copyright Anton Bikineev 2014
+(c) Copyright David Abrahams 2000
+(c) Copyright David Abrahams 2001
+(c) Copyright David Abrahams 2002
+(c) Copyright David Abrahams 2003
+(c) Copyright David Abrahams 2004
+(c) Copyright Douglas Gregor 2001
+(c) Copyright Douglas Gregor 2002
+(c) Copyright Douglas Gregor 2010
+(c) Copyright Howard Hinnant 2004
+(c) Copyright Joel de Guzman 2003
+(c) Copyright John Maddock 2001-8
+(c) Copyright John Maddock 2006-7
+(c) Copyright John Maddock 2006-8
+(c) Copyright Juergen Hunold 2008
+(c) Copyright Roland Richter 2003
+(c) Copyright Stefan Slapeta 2004
+(c) Copyright Stephen Cleary 2000
+Copyright (c) 2000 David Abrahams
+Copyright (c) 2000 Stephen Cleary
+Copyright (c) 2001 David Abrahams
+Copyright (c) 2002 David Abrahams
+Copyright (c) 2002 Joel de Guzman
+Copyright (c) 2003 David Abrahams
+Copyright (c) 2003 Hartmut Kaiser
+Copyright (c) 2003 Howard Hinnant
+Copyright (c) 2003 Joel de Guzman
+Copyright (c) 2004 Hartmut Kaiser
+Copyright (c) 2004 Joel de Guzman
+Copyright (c) 2004 Ralf Mattethat
+Copyright (c) 2005 Douglas Gregor
+Copyright (c) 2005 Igor Chesnokov
+Copyright (c) 2006 Douglas Gregor
+Copyright (c) 2006 Piotr Wyderski
+Copyright (c) 2006 Xiaogang Zhang
+Copyright (c) 2006-7 John Maddock
+Copyright (c) 2007 Douglas Gregor
+Copyright (c) 2007 Hartmut Kaiser
+Copyright (c) 2007 Joel de Guzman
+Copyright (c) 2008 Michael Marcin
+Copyright (c) 2009 Chris Hoeppler
+Copyright (c) 2009 Francois Barel
+Copyright (c) 2009 Gunter Winkler
+Copyright (c) 2009 Hartmut Kaiser
+Copyright (c) 2009 Pauli Virtanen
+Copyright (c) 2009 Sebastian Redl
+Copyright (c) 2009, Motorola, Inc
+Copyright (c) 2010 Alfredo Correa
+Copyright (c) 2011 ! Brandon Kohn
+Copyright (c) 2011 Hartmut Kaiser
+Copyright (c) 2011 Thomas Bernard
+Copyright (c) 2012 Hartmut Kaiser
+Copyright (c) 2012 Martin Raspaud
+Copyright (c) 2012, Michele Caini
+Copyright (c) 2013 Anton Bikineev
+Copyright (c) 2013 Mateusz Loskot
+Copyright (c) 2013 Pauli Virtanen
+Copyright (c) 2013 Sebastian Redl
+Copyright (c) 2014 Erik Erlandson
+Copyright (c) 2014 Glen Fernandes
+Copyright (c) 2014 Joel de Guzman
+Copyright (c) 2014 Oliver Kowalke
+Copyright (c) 2014 Thomas Bernard
+Copyright (c) 2015 Sebastian Redl
+Copyright (c) 2016 Norbert Wenzel
+Copyright (c) 2016-2018 ERGO-Code
+Copyright (c) 2016-2019 ERGO-Code
+Copyright (c) 2017 Daniela Engert
+Copyright (c) 2018 Alain Miniussi
+Copyright (c) 2018 Evgeny Shulgin
+Copyright (c) 2018 Sergei Fedorov
+Copyright (c) 2018 Stefan Seefeld
+Copyright (c) 2018-2019 ERGO-Code
+Copyright (c) 2018-2021 ERGO-Code
+Copyright (c) 2019 Joel de Guzman
+Copyright (c) 2020 Nikita Kniazev
+Copyright (c) David Abrahams 2001
+Copyright (c) Douglas Gregor 2004
+Copyright (c) Douglas Gregor 2008
+Copyright 2001 Indiana University
+Copyright 2002 Indiana University
+Copyright 2006-2007 Boris Gubenko
+Copyright 2007 Alexandre Courpron
+Copyright 2007-2008 CodeRage, LLC
+Copyright 2007-2012 Ion Gaztanaga
+Copyright 2011 -2013 John Maddock
+Copyright 2011 Paul A. Bristow To
+Copyright 2017 James E. King, III
+Copyright Barrett Adair 2015-2017
+Copyright Barrett Adair 2015-2018
+Copyright Barrett Adair 2016-2017
+Copyright Dave Abrahams 2001-2002
+Copyright Eric Friedman 2002-2003
+Copyright James E. King III, 2017
+Copyright John Maddock 2006, 2007
+Copyright John Maddock 2006, 2010
+Copyright John Maddock 2006, 2011
+Copyright John Maddock 2006, 2012
+Copyright John Maddock 2007, 2014
+Copyright John Maddock 2008, 2012
+Copyright John Maddock 2010, 2012
+Copyright Paul Bristow 2006, 2007
+Copyright Paul Bristow 2007, 2011
+Copyright Thijs van den Berg 2014
+Copyright Vladimir Prus 2002-2004
+(c) Copyright 2004 Pavel Vozenilek
+(c) Copyright 2005 Matthias Troyer
+(c) Copyright 2007 Matthias Troyer
+(c) Copyright 2008 Matthias Troyer
+(c) Copyright 2013 Andrey Semashev
+(c) Copyright 2016 Raffi Enficiaud
+(c) Copyright 2017 Andrey Semashev
+(c) Copyright Andrey Semashev 2017
+(c) Copyright Antony Polukhin 2013
+(c) Copyright Antony Polukhin 2014
+(c) Copyright Craig Henderson 2002
+(c) Copyright Dustin Spicuzza 2009
+(c) Copyright Ignacy Gawedzki 2010
+(c) Copyright Jonathan Graehl 2004
+(c) Copyright Paul A. Bristow 2006
+(c) Copyright Paul A. Bristow 2011
+(c) Copyright Paul Mensonides 2002
+(c) Copyright Paul Mensonides 2003
+(c) Copyright Paul Mensonides 2005
+(c) Copyright Paul Mensonides 2011
+(c) Copyright Paul Mensonides 2012
+(c) Copyright Raffi Enficiaud 2017
+(c) Copyright Raffi Enficiaud 2018
+(c) Copyright Raffi Enficiaud 2019
+Copyright (c) 1995, Gerald Evenden
+Copyright (c) 2002 Travis Oliphant
+Copyright (c) 2003 Paul Mensonides
+Copyright (c) 2003-2008 Jan Gaspar
+Copyright (c) 2005-2007 Peder Holt
+Copyright (c) 2006 Steven Watanabe
+Copyright (c) 2006-2008 Johan Rade
+Copyright (c) 2007 Alexey Baskakov
+Copyright (c) 2007 Matthias Troyer
+Copyright (c) 2008 Frank Mori Hess
+Copyright (c) 2008 Steven Watanabe
+Copyright (c) 2008-2009 Ben Hanson
+Copyright (c) 2009 Boris Schaeling
+Copyright (c) 2009 Frank Mori Hess
+Copyright (c) 2009 Steven Watanabe
+Copyright (c) 2009, Gunter Winkler
+Copyright (c) 2009, Marco Guazzone
+Copyright (c) 2010 Paul A. Bristow
+Copyright (c) 2011 Emil Dotchevski
+Copyright (c) 2011 Julio Hoffimann
+Copyright (c) 2011 Paul A. Bristow
+Copyright (c) 2011 Steven Watanabe
+Copyright (c) 2012 Boris Schaeling
+Copyright (c) 2012 Kohei Takahashi
+Copyright (c) 2012 Paul A. Bristow
+Copyright (c) 2013 Antony Polukhin
+Copyright (c) 2013 Paul A. Bristow
+Copyright (c) 2014 Andrey Semashev
+Copyright (c) 2014 Christoph Weiss
+Copyright (c) 2014 Kohei Takahashi
+Copyright (c) 2015 Andrey Semashev
+Copyright (c) 2015 Kohei Takahashi
+Copyright (c) 2016 Kohei Takahashi
+Copyright (c) 2017 Andrey Semashev
+Copyright (c) 2017 Kohei Takahashi
+Copyright (c) 2017-2018 Chris Beck
+Copyright (c) 2018 Andrey Semashev
+Copyright (c) 2018 Kohei Takahashi
+Copyright (c) 2018, Quansight-Labs
+Copyright (c) 2018-2019 Cem Bassoy
+Copyright (c) 2019 Andrey Semashev
+Copyright (c) 2019-2020 Peter Bell
+Copyright (c) 2020 Alexander Grund
+Copyright (c) 2020 Andrey Semashev
+Copyright (c) Andrey Semashev 2017
+Copyright (c) Pauli Virtanen, 2010
+Copyright 2002, 2005 Daryle Walker
+Copyright 2003 Guillaume Melquiond
+Copyright 2005 Guillaume Melquiond
+Copyright 2007 Stanford University
+Copyright 2009-2011 Karsten Ahnert
+Copyright 2009-2011 Mario Mulansky
+Copyright 2009-2012 Karsten Ahnert
+Copyright 2009-2012 Mario Mulansky
+Copyright 2009-2013 Karsten Ahnert
+Copyright 2009-2013 Mario Mulansky
+Copyright 2009-2015 Mario Mulansky
+Copyright 2010-2011 Karsten Ahnert
+Copyright 2010-2011 Mario Mulansky
+Copyright 2010-2012 Karsten Ahnert
+Copyright 2010-2012 Mario Mulansky
+Copyright 2010-2013 Karsten Ahnert
+Copyright 2010-2013 Mario Mulansky
+Copyright 2010-2014 Mario Mulansky
+Copyright 2010-2015 Mario Mulansky
+Copyright 2011 - 2013 John Maddock
+Copyright 2011-2012 Karsten Ahnert
+Copyright 2011-2012 Mario Mulansky
+Copyright 2011-2013 Karsten Ahnert
+Copyright 2011-2013 Mario Mulansky
+Copyright 2011-2015 Mario Mulansky
+Copyright 2012-2013 Karsten Ahnert
+Copyright 2012-2013 Mario Mulansky
+Copyright 2012-2015 Mario Mulansky
+Copyright 2013-2014 Karsten Ahnert
+Copyright 2013-2014 Mario Mulansky
+Copyright 2015 Jon Lund Steffensen
+Copyright 2015 Klemens Morgenstern
+Copyright 2015-2016 Hans Dembinski
+Copyright 2015-2017 Hans Dembinski
+Copyright 2015-2018 Hans Dembinski
+Copyright 2015-2019 Hans Dembinski
+Copyright 2016 Klemens Morgenstern
+Copyright 2017 Two Blue Cubes Ltd.
+Copyright 2018-2019 Hans Dembinski
+Copyright 2019 Przemyslaw Bartosik
+Copyright Christoper Kohlhoff 2007
+Copyright David Abrahams 2000-2002
+Copyright David Abrahams 2001-2002
+Copyright David Abrahams 2002-2003
+Copyright David Abrahams 2003-2004
+Copyright Douglas Gregor 2001-2003
+Copyright Douglas Gregor 2001-2004
+Copyright Douglas Gregor 2001-2006
+Copyright Douglas Gregor 2002-2003
+Copyright Douglas Gregor 2002-2004
+Copyright Gottfried Ganssauge 2003
+Copyright Howard Hinnant 2007-2010
+Copyright Kevlin Henney, 2000-2005
+Copyright Michael Drexl 2005, 2006
+Copyright Sebastian Ramacher, 2007
+Copyright Thijs van den Berg, 2008
+(c) Copyright 2007 Anthony Williams
+(c) Copyright 2008 Anthony Williams
+(c) Copyright Aleksey Gurtovoy 2002
+(c) Copyright Aleksey Gurtovoy 2003
+(c) Copyright Beman Dawes 1995-2001
+(c) Copyright Beman Dawes 1999-2003
+(c) Copyright Daniel Frey 2002-2017
+(c) Copyright Herve Bronnimann 2004
+(c) Copyright Jeremy Siek 1999-2001
+(c) Copyright Jessica Hamilton 2014
+(c) Copyright Matthias Troyerk 2006
+(c) Copyright Peter Dimov 2004-2005
+(c) Copyright Reimar Doffinger 2018
+(c) Copyright Thorsten Ottosen 2005
+Copyright (c) 1988 by Theo Jurriens
+Copyright (c) 1993-2019 C.B. Barber
+Copyright (c) 2000, Frank Warmerdam
+Copyright (c) 2001 Daniel C. Nuffer
+Copyright (c) 2001-2003 Mac Murrett
+Copyright (c) 2001-2005 Peter Dimov
+Copyright (c) 2001-2008 Peter Dimov
+Copyright (c) 2002, Frank Warmerdam
+Copyright (c) 2003-2005 Peter Dimov
+Copyright (c) 2004 Arkadiy Vertleyb
+Copyright (c) 2005 Arkadiy Vertleyb
+Copyright (c) 2005-2006 Dan Marsden
+Copyright (c) 2005-2007 Dan Marsden
+Copyright (c) 2006 Arkadiy Vertleyb
+Copyright (c) 2006 Tobias Schwinger
+Copyright (c) 2007 Tobias Schwinger
+Copyright (c) 2012 Anthony Williams
+Copyright (c) 2012 Lorenzo Caminiti
+Copyright (c) 2013-2014 Damien Buhl
+Copyright (c) 2016 K. Noel Belcourt
+Copyright (c) 2019 T. Zachary Laine
+Copyright (c) Benjamin Sobotta 2012
+Copyright (c) Jeremy Siek 2001-2003
+Copyright (c) T. Zachary Laine 2018
+Copyright 2002 H Lohninger, TU Wein
+Copyright 2003-2008 Joaquin M Lopez
+Copyright 2003-2013 Joaquin M Lopez
+Copyright 2003-2014 Joaquin M Lopez
+Copyright 2003-2015 Joaquin M Lopez
+Copyright 2003-2016 Joaquin M Lopez
+Copyright 2003-2017 Joaquin M Lopez
+Copyright 2003-2018 Joaquin M Lopez
+Copyright 2003-2019 Joaquin M Lopez
+Copyright 2003-2020 Joaquin M Lopez
+Copyright 2006-2008 Joaquin M Lopez
+Copyright 2006-2009 Joaquin M Lopez
+Copyright 2006-2011 Joaquin M Lopez
+Copyright 2006-2013 Joaquin M Lopez
+Copyright 2006-2014 Joaquin M Lopez
+Copyright 2006-2015 Joaquin M Lopez
+Copyright 2006-2018 Joaquin M Lopez
+Copyright 2006-2019 Joaquin M Lopez
+Copyright 2006-2020 Joaquin M Lopez
+Copyright 2008 Andreas Huber Doenni
+Copyright 2008-2009 Frank Mori Hess
+Copyright 2008-2010 Gordon Woodhull
+Copyright 2011-2012 Steven Watanabe
+Copyright 2012-2013 Steven Watanabe
+Copyright 2012-2020 Antony Polukhin
+Copyright 2013 University of Warsaw
+Copyright 2013-2020 Antony Polukhin
+Copyright 2015-2018 Andrey Semashev
+Copyright 2015-2019 Antony Polukhin
+Copyright 2015-2020 Antony Polukhin
+Copyright 2016-2017 Joaquin M Lopez
+Copyright 2016-2018 Andrey Semashev
+Copyright 2016-2018 Joaquin M Lopez
+Copyright 2016-2019 Antony Polukhin
+Copyright 2016-2019 Joaquin M Lopez
+Copyright 2016-2020 Joaquin M Lopez
+Copyright 2017, NVIDIA CORPORATION.
+Copyright 2017-2018 Joaquin M Lopez
+Copyright 2018-2019 Antony Polukhin
+Copyright 2019-2020 Antony Polukhin
+Copyright Eric Niebler 2013-present
+Copyright Frank Mori Hess 2007,2009
+Copyright Frank Mori Hess 2007-2008
+Copyright Frank Mori Hess 2007-2009
+Copyright Frank Mori Hess 2007-2010
+Copyright John R. Bandela 2000-2002
+Copyright Kohei Takahashi 2012-2014
+Copyright Paul A. Bristow 2006-2011
+Copyright Shunsuke Sogame 2005-2006
+Copyright Steven Watanabe 2009-2011
+Copyright Steven Watanabe 2010-2011
+(c) Copyright 2002, 2003 Beman Dawes
+(c) Copyright 2002-4 Pavel Vozenilek
+(c) Copyright 2016 Ashish Sadanandan
+(c) Copyright Eric Niebler 2004-2005
+(c) Copyright Gennadiy Rozental 2001
+(c) Copyright Hubert Holin 2003-2005
+(c) Copyright Jeremiah Willcock 2004
+(c) Copyright John Maddock 2005-2006
+(c) Copyright Jonathan Turkanis 2003
+(c) Copyright Jonathan Turkanis 2004
+(c) Copyright Markus Schoepflin 2005
+(c) Copyright Markus Schoepflin 2007
+(c) Copyright Michael Glassford 2004
+(c) Copyright Peter Dimov 2001, 2002
+(c) Copyright Rani Sharoni 2003-2005
+(c) Copyright Thomas Claveirole 2010
+(c) Copyright Yuriy Krasnoschek 2009
+Copyright (c) 1998-2002 John Maddock
+Copyright (c) 1998-2004 John Maddock
+Copyright (c) 1998-2005 John Maddock
+Copyright (c) 1998-2009 John Maddock
+Copyright (c) 1999-2003 Jaakko Jarvi
+Copyright (c) 2001 Alexander Peslyak
+Copyright (c) 2001, 2002 Peter Dimov
+Copyright (c) 2001, Daniel C. Nuffer
+Copyright (c) 2001-2003 John Maddock
+Copyright (c) 2002, 2003 Peter Dimov
+Copyright (c) 2002-2003 Martin Wille
+Copyright (c) 2003 Gerald I. Evenden
+Copyright (c) 2003-2005 John Maddock
+Copyright (c) 2004 Gerald I. Evenden
+Copyright (c) 2005 Matthew Calabrese
+Copyright (c) 2005-2008 Daniel James
+Copyright (c) 2005-2009 Jongsoo Park
+Copyright (c) 2005-2011 Daniel James
+Copyright (c) 2005-2016 Daniel James
+Copyright (c) 2007 Cybozu Labs, Inc.
+Copyright (c) 2007 Marcin Kalicinski
+Copyright (c) 2007, 2008 Peter Dimov
+Copyright (c) 2007, 2013 Peter Dimov
+Copyright (c) 2007, 2014 Peter Dimov
+Copyright (c) 2007, Tobias Schwinger
+Copyright (c) 2008 Gerald I. Evenden
+Copyright (c) 2008, 2009 Peter Dimov
+Copyright (c) 2008, 2011 Peter Dimov
+Copyright (c) 2008, 2018 Peter Dimov
+Copyright (c) 2008-2011 Daniel James
+Copyright (c) 2008-2016 Daniel James
+Copyright (c) 2009, 2015 Peter Dimov
+Copyright (c) 2010-2011 David Bellot
+Copyright (c) 2011-2013 Andrew Hundt
+Copyright (c) 2013 Tim Blechmann ARM
+Copyright (c) 2015-2019 Vinnie Falco
+Copyright (c) 2016-2019 Damian Jarek
+Copyright (c) 2016-2019 Vinnie Falco
+Copyright (c) 2017 James E. King III
+Copyright (c) 2018 James E. King III
+Copyright (c) 2020 Michael Feldmeier
+Copyright (c) Christof Meerwald 2003
+Copyright (c) Damian Eads, 2007-2008
+Copyright (c) Intel Corporation 2008
+Copyright 1999-2003 Aleksey Gurtovoy
+Copyright 2011, 2012 Paul A. Bristow
+Copyright 2011-2013 Thorsten Ottosen
+Copyright 2013 Christopher Kormanyos
+Copyright 2013, 2017 Andrey Semashev
+Copyright 2013, 2017-2018 Cray, Inc.
+Copyright 2014 Christopher Kormanyos
+Copyright 2015, 2017 Andrey Semashev
+Copyright 2015, 2020 Andrey Semashev
+Copyright 2016, 2017 Andrey Semashev
+Copyright 2018, 2019 Andrey Semashev
+Copyright Aleksey Gurtovoy 2000-2002
+Copyright Aleksey Gurtovoy 2000-2003
+Copyright Aleksey Gurtovoy 2000-2004
+Copyright Aleksey Gurtovoy 2000-2006
+Copyright Aleksey Gurtovoy 2000-2008
+Copyright Aleksey Gurtovoy 2000-2009
+Copyright Aleksey Gurtovoy 2000-2010
+Copyright Aleksey Gurtovoy 2001-2004
+Copyright Aleksey Gurtovoy 2001-2006
+Copyright Aleksey Gurtovoy 2001-2007
+Copyright Aleksey Gurtovoy 2001-2008
+Copyright Aleksey Gurtovoy 2002-2004
+Copyright Aleksey Gurtovoy 2002-2006
+Copyright Aleksey Gurtovoy 2003-2004
+Copyright Aleksey Gurtovoy 2003-2007
+Copyright Andrii Sydorchuk 2010-2012
+Copyright Antony Polukhin, 2011-2020
+Copyright Antony Polukhin, 2013-2014
+Copyright Antony Polukhin, 2013-2020
+Copyright Antony Polukhin, 2016-2019
+Copyright Antony Polukhin, 2016-2020
+Copyright Christopher Kormanyos 2013
+Copyright Christopher Kormanyos 2014
+Copyright Matthew Pulver 2018 - 2019
+Copyright Paul A. Bristow 2006, 2007
+Copyright Paul A. Bristow 2007, 2009
+Copyright Paul A. Bristow 2007, 2010
+Copyright Paul A. Bristow 2007, 2012
+Copyright Paul A. Bristow 2008, 2009
+Copyright Paul A. Bristow 2008, 2010
+Copyright Paul A. Bristow 2008, 2014
+Copyright Paul A. Bristow 2009, 2011
+Copyright Paul A. Bristow 2011, 2012
+Copyright Steven J. Ross 2001 - 2009
+Copyright Steven J. Ross 2001 - 2014
+Copyright Thorsten Ottosen 2003-2004
+Copyright Thorsten Ottosen 2003-2005
+Copyright Thorsten Ottosen 2003-2006
+Copyright Thorsten Ottosen 2003-2007
+Copyright Thorsten Ottosen 2003-2008
+copyright 2004 Brian Ravnsgaard Riis
+(c) Copyright 2005-7 Anthony Williams
+(c) Copyright 2005-8 Anthony Williams
+(c) Copyright 2006-7 Anthony Williams
+(c) Copyright 2006-8 Anthony Williams
+(c) Copyright 2007-2009 Andrew Sutton
+(c) Copyright 2007-8 Anthony Williams
+(c) Copyright 2007-9 Anthony Williams
+(c) Copyright 2008-9 Anthony Williams
+(c) Copyright 2009-2011 Frederic Bron
+(c) Copyright Beman Dawes 2001 - 2003
+(c) Copyright Beman Dawes 2002 - 2003
+(c) Copyright Darin Adler 2001 - 2002
+(c) Copyright Daryle Walker 2000-2001
+(c) Copyright Daryle Walker 2001-2002
+(c) Copyright Edward Diener 2011,2012
+(c) Copyright Edward Diener 2011,2013
+(c) Copyright Edward Diener 2011,2014
+(c) Copyright Edward Diener 2011-2015
+(c) Copyright Edward Diener 2011-2020
+(c) Copyright Edward Diener 2012,2013
+(c) Copyright Edward Diener 2014,2019
+(c) Copyright Eric Friedman 2002-2003
+(c) Copyright Ion Gaztanaga 2004-2015
+(c) Copyright Ion Gaztanaga 2005-2012
+(c) Copyright Ion Gaztanaga 2005-2013
+(c) Copyright Ion Gaztanaga 2005-2014
+(c) Copyright Ion Gaztanaga 2005-2015
+(c) Copyright Ion Gaztanaga 2005-2016
+(c) Copyright Ion Gaztanaga 2006-2012
+(c) Copyright Ion Gaztanaga 2006-2013
+(c) Copyright Ion Gaztanaga 2006-2014
+(c) Copyright Ion Gaztanaga 2006-2015
+(c) Copyright Ion Gaztanaga 2007-2012
+(c) Copyright Ion Gaztanaga 2007-2013
+(c) Copyright Ion Gaztanaga 2007-2014
+(c) Copyright Ion Gaztanaga 2008-2012
+(c) Copyright Ion Gaztanaga 2008-2013
+(c) Copyright Ion Gaztanaga 2008-2015
+(c) Copyright Ion Gaztanaga 2009-2012
+(c) Copyright Ion Gaztanaga 2009-2013
+(c) Copyright Ion Gaztanaga 2010-2012
+(c) Copyright Ion Gaztanaga 2010-2013
+(c) Copyright Ion Gaztanaga 2010-2016
+(c) Copyright Ion Gaztanaga 2011-2012
+(c) Copyright Ion Gaztanaga 2011-2013
+(c) Copyright Ion Gaztanaga 2011-2014
+(c) Copyright Ion Gaztanaga 2012-2012
+(c) Copyright Ion Gaztanaga 2012-2013
+(c) Copyright Ion Gaztanaga 2012-2015
+(c) Copyright Ion Gaztanaga 2012-2016
+(c) Copyright Ion Gaztanaga 2013-2013
+(c) Copyright Ion Gaztanaga 2013-2014
+(c) Copyright Ion Gaztanaga 2014-2014
+(c) Copyright Ion Gaztanaga 2014-2015
+(c) Copyright Ion Gaztanaga 2014-2017
+(c) Copyright Ion Gaztanaga 2015-2015
+(c) Copyright Ion Gaztanaga 2015-2016
+(c) Copyright Ion Gaztanaga 2015-2017
+(c) Copyright Ion Gaztanaga 2016-2016
+(c) Copyright Ion Gaztanaga 2017-2017
+(c) Copyright Ion Gaztanaga 2017-2018
+(c) Copyright Ion Gaztanaga 2018-2018
+(c) Copyright Ion Gaztanaga 2019-2020
+(c) Copyright Jens Maurer 2001 - 2002
+(c) Copyright Jens Maurer 2001 - 2003
+(c) Copyright Jens Maurer 2002 - 2003
+(c) Copyright John Maddock 2006, 2015
+(c) Copyright Toon Knapen 2001 - 2003
+Copyright (c) 2001-2003 Daniel Nuffer
+Copyright (c) 2002 Raghavendra Satish
+Copyright (c) 2002-2003 Eric Friedman
+Copyright (c) 2003-2004 Gennaro Prota
+Copyright (c) 2004 Kristopher Beevers
+Copyright (c) 2005, 2014 Eric Niebler
+Copyright (c) 2005-2006 Joao Abecasis
+Copyright (c) 2006, Stephan Diederich
+Copyright (c) 2007 - Sebastien Fabbro
+Copyright (c) 2007, 2008, Damian Eads
+Copyright (c) 2007, 2013 John Maddock
+Copyright (c) 2007-8 Anthony Williams
+Copyright (c) 2007-9 Anthony Williams
+Copyright (c) 2008-2011 Bruno Lalande
+Copyright (c) 2008-2012 Bruno Lalande
+Copyright (c) 2008-2013 Bruno Lalande
+Copyright (c) 2008-2013 Tim Blechmann
+Copyright (c) 2008-2014 Bruno Lalande
+Copyright (c) 2008-2015 Bruno Lalande
+Copyright (c) 2008-2016 Tim Blechmann
+Copyright (c) 2008-2017 Bruno Lalande
+Copyright (c) 2009-2011 Artyom Beilis
+Copyright (c) 2009-2013 Tim Blechmann
+Copyright (c) 2010-2011 Bryce Lelbach
+Copyright (c) 2010-2011 Thomas Heller
+Copyright (c) 2010-2011 Tim Blechmann
+Copyright (c) 2011 Jan Frederick Eick
+Copyright (c) 2011 Paul A. Bristow To
+Copyright (c) 2011-2012 Bruno Lalande
+Copyright (c) 2012-2014 Bruno Lalande
+Copyright (c) 2013-2014 Agustin Berge
+Copyright (c) 2013-2014 Ion Gaztanaga
+Copyright (c) 2014 Mathjax Consortium
+Copyright (c) 2014-2015 Bruno Lalande
+Copyright (c) 2014-2015 John Fletcher
+Copyright (c) 2015-2017 Martin Hensel
+Copyright (c) 2016 2017 Felix Lenders
+Copyright (c) 2019 Max-Planck-Society
+Copyright (c) Marshall Clow 2008-2012
+Copyright (c) Marshall Clow 2010-2012
+Copyright (c) Marshall Clow 2011-2012
+Copyright (c) Marshall Clow 2012-2012
+Copyright (c) Marshall Clow 2012-2015
+Copyright 2007-2008 Christian Henning
+Copyright 2016 Klemens D. Morgenstern
+Copyright 2017 Valentin Noah Hartmann
+Copyright Andrey Semashev 2007 - 2013
+Copyright Andrey Semashev 2007 - 2014
+Copyright Andrey Semashev 2007 - 2015
+Copyright Andrey Semashev 2007 - 2016
+Copyright Andrey Semashev 2018 - 2020
+Copyright Beman Dawes 1994-2007, 2011
+Copyright Beman Dawes 2002-2005, 2009
+copyright Gonzalo Brito Gadeschi 2015
+(c) Copyright 2007-10 Anthony Williams
+(c) Copyright 2008-10 Anthony Williams
+(c) Copyright Benedek Thaler 2015-2016
+(c) Copyright Daryle Walker 2001, 2006
+(c) Copyright Guillaume Melquiond 2003
+(c) Copyright Howard Hinnant 2007-2010
+(c) Copyright John Maddock 2001 - 2002
+(c) Copyright John Maddock 2001 - 2003
+(c) Copyright John Maddock 2002 - 2003
+(c) Copyright Nicolai M. Josuttis 2001
+(c) Copyright Olaf Krzikalla 2004-2006
+(c) Copyright Vicente J. Botet Escriba
+(c) Rasmus Munk Larsen, Stanford, 2004
+Copyright (c) 1998-2003 Joel de Guzman
+Copyright (c) 1998-2008 Joel de Guzman
+Copyright (c) 2001-2002 Joel de Guzman
+Copyright (c) 2001-2003 Hartmut Kaiser
+Copyright (c) 2001-2003 Joel de Guzman
+Copyright (c) 2001-2007 Hartmut Kaiser
+Copyright (c) 2001-2007 Joel de Guzman
+Copyright (c) 2001-2008 Hartmut Kaiser
+Copyright (c) 2001-2008 Joel de Guzman
+Copyright (c) 2001-2009 Joel de Guzman
+Copyright (c) 2001-2010 Hartmut Kaiser
+Copyright (c) 2001-2010 Joel de Guzman
+Copyright (c) 2001-2011 Hartmut Kaiser
+Copyright (c) 2001-2011 Joel de Guzman
+Copyright (c) 2001-2011 Thomas Bernard
+Copyright (c) 2001-2012 Hartmut Kaiser
+Copyright (c) 2001-2012 Joel de Guzman
+Copyright (c) 2001-2013 Hartmut Kaiser
+Copyright (c) 2001-2013 Joel de Guzman
+Copyright (c) 2001-2014 Joel de Guzman
+Copyright (c) 2001-2015 Joel de Guzman
+Copyright (c) 2001-2019 Joel de Guzman
+Copyright (c) 2002-2003 David Abrahams
+Copyright (c) 2002-2003 Hartmut Kaiser
+Copyright (c) 2002-2003 Joel de Guzman
+Copyright (c) 2002-2006 Hartmut Kaiser
+Copyright (c) 2004 Jonathan Brandmeyer
+Copyright (c) 2005-2006 Alain Miniussi
+Copyright (c) 2005-2006 Douglas Gregor
+Copyright (c) 2005-2008 Hartmut Kaiser
+Copyright (c) 2005-2010 Joel de Guzman
+Copyright (c) 2005-2011 Joel de Guzman
+Copyright (c) 2005-2012 Joel de Guzman
+Copyright (c) 2005-2013 Joel de Guzman
+Copyright (c) 2007-2011 Hartmut Kaiser
+Copyright (c) 2008, 2016 Tim Blechmann
+Copyright (c) 2008-2011 Hartmut Kaiser
+Copyright (c) 2009 Christopher Schmidt
+Copyright (c) 2009, 2011 Helge Bahmann
+Copyright (c) 2009, 2016 Tim Blechmann
+Copyright (c) 2009-2010 Hartmut Kaiser
+Copyright (c) 2009-2020 Vladimir Batov
+Copyright (c) 2010 Christopher Schmidt
+Copyright (c) 2011, 2016 Tim Blechmann
+Copyright (c) 2011-2012 ! Brandon Kohn
+Copyright (c) 2011-2012 Thomas Bernard
+Copyright (c) 2012, Jaydeep P. Bardhan
+Copyright (c) 2012, Matthew G. Knepley
+Copyright (c) 2014 Riccardo Marcangelo
+Copyright (c) 2014, Janani Padmanabhan
+Copyright (c) 2015 Andrzej Krzemienski
+Copyright (c) 2016 Andrzej Krzemienski
+Copyright (c) 2016-2019 Viktor Kirilov
+Copyright (c) 2017 Andrzej Krzemienski
+Copyright (c) 2020 Krystian Stasiowski
+Copyright (c) 2022 Two Blue Cubes Ltd.
+Copyright (c) Christopher Diggins 2005
+Copyright 2002, 2009, 2014 Peter Dimov
+Copyright 2004-2005 by Enthought, Inc.
+Copyright 2007 University of Karlsruhe
+Copyright 2015, 2017, 2019 Peter Dimov
+Copyright 2016, 2018, 2019 Peter Dimov
+Copyright Alexander Nasonov, 2006-2010
+Copyright Beman Dawes 1994, 2006, 2008
+Copyright Beman Dawes 2003, 2006, 2008
+Copyright Beman Dawes 2003, 2006, 2010
+Copyright Beman Dawes 2003, 2006, 2011
+Copyright Beman Dawes 2010, 2011, 2014
+Copyright John Maddock 2005-2006, 2011
+Copyright John Maddock 2006-7, 2013-14
+Copyright Peter Dimov 2017, 2018, 2020
+copyright 2008- s, The SciPy community
+(c) Copyright 2005-2006 Matthias Troyer
+(c) Copyright 2005-2007 Matthias Troyer
+(c) Copyright Boris Gubenko 2006 - 2007
+(c) Copyright Gennaro Prota 2003 - 2004
+(c) Copyright Paul Mensonides 2002-2011
+Copyright (c) 1989-2004 Johannes Braams
+Copyright (c) 1994 by Xerox Corporation
+Copyright (c) 1996-2008 Rice University
+Copyright (c) 1998-2000 Dr John Maddock
+Copyright (c) 2000, 2001 Stephen Cleary
+Copyright (c) 2001-2009, Hartmut Kaiser
+Copyright (c) 2005, 2006 Douglas Gregor
+Copyright (c) 2007-2008 Steven Watanabe
+Copyright (c) 2007-2009 Steven Watanabe
+Copyright (c) 2007-2010 Steven Watanabe
+Copyright (c) 2008-2009 Frank Mori Hess
+Copyright (c) 2009-2010, Marco Guazzone
+Copyright (c) 2009-2012, Marco Guazzone
+Copyright (c) 2010 Thomas P. Robitaille
+Copyright (c) 2011-2015 Akira Takahashi
+Copyright (c) 2011-2020 Antony Polukhin
+Copyright (c) 2012 Pieter Bastiaan Ober
+Copyright (c) 2012-2014 Kohei Takahashi
+Copyright (c) 2012-2020 Antony Polukhin
+Copyright (c) 2013-2020 Antony Polukhin
+Copyright (c) 2014 Pieter Bastiaan Ober
+Copyright (c) 2014, Andrzej Krzemienski
+Copyright (c) 2014,2018 Kohei Takahashi
+Copyright (c) 2014-2015 Kohei Takahashi
+Copyright (c) 2014-2020 Andrey Semashev
+Copyright (c) 2014-2020 Antony Polukhin
+Copyright (c) 2015-2020 Antony Polukhin
+Copyright (c) 2016-2020 Antony Polukhin
+Copyright (c) 2018-2020 Antony Polukhin
+Copyright (c) 2019-2020 Alexander Grund
+Copyright (c) 2019-2020 Antony Polukhin
+Copyright 2000 University of Notre Dame
+Copyright 2001 University of Notre Dame
+Copyright 2002-2003 Guillaume Melquiond
+Copyright 2009 Vicente J. Botet Escriba
+Copyright 2010 Vicente J. Botet Escriba
+Copyright 2011 Vicente J. Botet Escriba
+Copyright 2012 Vicente J. Botet Escriba
+Copyright 2019-20 Christopher Kormanyos
+Copyright Christopher Kormanyos 2013-14
+Copyright Paul A. Bristow 2007, 2013-14
+Copyright Ralf W. Grosse-Kunstleve 2006
+Copyright Vicente J. Botet Escriba 2009
+Copyright Vicente J. Botet Escriba 2010
+Copyright Vicente J. Botet Escriba 2012
+(c) Copyright 2007-2010 Anthony Williams
+(c) Copyright 2009-2012 Anthony Williams
+(c) Copyright 2013, 2020 Andrey Semashev
+(c) Copyright Christopher Jefferson 2011
+(c) Copyright David Abrahams 2001 - 2002
+(c) Copyright David Abrahams 2002 - 2003
+(c) Copyright Jeremy William Murphy 2015
+(c) Copyright Jeremy William Murphy 2016
+(c) Copyright Microsoft Corporation 2014
+(c) Copyright R.W. Grosse-Kunstleve 2002
+(c) Copyright Thorsten Ottosen 2002-2003
+Copyright (arg) 2001-2014 Joel de Guzman
+Copyright (c) 2001, 2002 Enthought, Inc.
+Copyright (c) 2001-2003 William E. Kempf
+Copyright (c) 2003, 2007-14 Matteo Frigo
+Copyright (c) 2003-2005 Peter J. Verveer
+Copyright (c) 2004-2008 Rene Nyffenegger
+Copyright (c) 2006-2007 Matias Capeletto
+Copyright (c) 2006-2007 Tobias Schwinger
+Copyright (c) 2007-2008 Tobias Schwinger
+Copyright (c) 2008 Federico J. Fernandez
+Copyright (c) 2008-2012 Simonson Lucanus
+Copyright (c) 2008-2018 Lorenzo Caminiti
+Copyright (c) 2008-2019 Lorenzo Caminiti
+Copyright (c) 2009-2012 Lorenzo Caminiti
+Copyright (c) 2010 Athanasios Iliopoulos
+Copyright (c) 2011 Christopher Jefferson
+Copyright (c) 2012-2012 Andrii Sydorchuk
+Copyright (c) 2013 Christopher Kormanyos
+Copyright (c) 2014, 2019 Andrey Semashev
+Copyright (c) 2014, 2020 Andrey Semashev
+Copyright (c) 2015 Agustin K-ballo Berge
+Copyright (c) 2016-2018 T. Zachary Laine
+Copyright (c) Microsoft Corporation 2014
+Copyright 2001, 2004, 2011 Daryle Walker
+Copyright 2002-2006 Andreas Huber Doenni
+Copyright 2002-2007 Andreas Huber Doenni
+Copyright 2002-2008 Andreas Huber Doenni
+Copyright 2002-2010 Andreas Huber Doenni
+Copyright 2002-2016 The SciPy Developers
+Copyright 2005-2006 Andreas Huber Doenni
+Copyright 2005-2008 Andreas Huber Doenni
+Copyright 2010-2012, D. E. Shaw Research
+Copyright 2012-2013 Andreas Angelopoulos
+Copyright Gottfried Ganssauge 2003..2006
+(c) Copyright 2003-2007 Jonathan Turkanis
+(c) Copyright 2004-2007 Jonathan Turkanis
+(c) Copyright 2005-2007 Jonathan Turkanis
+(c) Copyright Jonathan Turkanis 2004-2005
+(c) Copyright Samuli-Petrus Korhonen 2017
+CNRS/Univ. Clermont II Copyright 2014 LRI
+Copyright (c) 1999-2003 Jeremiah Willcock
+Copyright (c) 2001 by Andrei Alexandrescu
+Copyright (c) 2001-2009, 2012 Peter Dimov
+Copyright (c) 2002 by Andrei Alexandrescu
+Copyright (c) 2002-2006 Marcin Kalicinski
+Copyright (c) 2002-2007 Marcin Kalicinski
+Copyright (c) 2004, 2005 Arkadiy Vertleyb
+Copyright (c) 2007-2009 Joachim Faulhaber
+Copyright (c) 2007-2010 Joachim Faulhaber
+Copyright (c) 2007-2011 Joachim Faulhaber
+Copyright (c) 2007-2012 Joachim Faulhaber
+Copyright (c) 2008-2009 Joachim Faulhaber
+Copyright (c) 2008-2010 Joachim Faulhaber
+Copyright (c) 2008-2011 Joachim Faulhaber
+Copyright (c) 2008-2012 Joachim Faulhaber
+Copyright (c) 2009-2009 Joachim Faulhaber
+Copyright (c) 2009-2010 Joachim Faulhaber
+Copyright (c) 2009-2011 Joachim Faulhaber
+Copyright (c) 2010-2010 Joachim Faulhaber
+Copyright (c) 2010-2011 Joachim Faulhaber
+Copyright (c) 2011-2011 Joachim Faulhaber
+Copyright (c) 2012 - 2014 Andrey Semashev
+Copyright (c) 2013 - 2014 Andrey Semashev
+Copyright (c) 2013 - 2020 Andrey Semashev
+Copyright (c) 2014, Athanasios Iliopoulos
+Copyright (c) 2016 Klemens D. Morgenstern
+Copyright (c) 2017 - 2018 Andrey Semashev
+Copyright (c) 2017 Klemens D. Morgenstern
+Copyright (c) 2018 Klemens D. Morgenstern
+Copyright (c) 2019 - 2020 Alexander Grund
+Copyright (c) 2019 Klemens D. Morgenstern
+Copyright 2006 Eric Niebler, Olivier Gygi
+Copyright 2006 Michael van der Westhuizen
+Copyright 2008 Adobe Systems Incorporated
+Copyright Arno Schoedl & Neil Groves 2009
+Copyright Kevlin Henney, 2000, 2001, 2002
+copyright (c) 1995-2010 Geodan, Amsterdam
+(c) Copyright 2011Vicente J. Botet Escriba
+(c) Copyright Aleksey Gurtovoy 2002 - 2003
+(c) Copyright Beman Dawes 2006, 2009, 2014
+(c) Copyright Edward Diener 2011,2012,2013
+(c) Copyright Edward Diener 2011,2012,2019
+(c) Copyright Edward Diener 2011-2015,2019
+(c) Copyright Edward Diener 2012,2013,2019
+(c) Copyright Peter Dimov 2001, 2002, 2003
+Copyright (c) 1994 Hewlett-Packard Company
+Copyright (c) 2000 Cadenza New Zealand Ltd
+Copyright (c) 2001, 2002, 2003 Peter Dimov
+Copyright (c) 2001, 2002, 2012 Peter Dimov
+Copyright (c) 2002, 2008, 2013 Peter Dimov
+Copyright (c) 2002, 2009, 2014 Peter Dimov
+Copyright (c) 2002, 2018, 2019 Peter Dimov
+Copyright (c) 2003, 2006 Gerald I. Evenden
+Copyright (c) 2005-2015, Michele Simionato
+Copyright (c) 2006, 2009 Marcin Kalicinski
+Copyright (c) 2006-2008 Alexander Chemeris
+Copyright (c) 2007, 2008, 2012 Peter Dimov
+Copyright (c) 2010-2019 Max-Planck-Society
+Copyright (c) 2010-2020 Max-Planck-Society
+Copyright (c) 2017, 2018 James E. King III
+Copyright 1984, 1995 by Stephen L. Moshier
+Copyright 1984, 1996 by Stephen L. Moshier
+Copyright 2005 Daniel Egloff, Eric Niebler
+Copyright 2005 Daniel Egloff, Olivier Gygi
+Copyright 2005 Eric Niebler, Daniel Egloff
+Copyright 2006 Daniel Egloff, Olivier Gygi
+Copyright 2006 Olivier Gygi, Daniel Egloff
+Copyright 2006, Eric Niebler, Olivier Gygi
+Copyright 2010 Daniel Wallin, Eric Niebler
+Copyright 2015-2018 Klemens D. Morgenstern
+Copyright Nick Thompson, John Maddock 2020
+Copyright Paul A. Bristow 2006, 2007, 2012
+Copyright Paul A. Bristow 2006, 2012, 2017
+Copyright Paul A. Bristow 2016, 2017, 2018
+Portions Copyright (c) 2002 David Abrahams
+(c) Copyright 2010 Vicente J. Botet Escriba
+(c) Copyright 2011 Vicente J. Botet Escriba
+(c) Copyright 2012 Vicente J. Botet Escriba
+(c) Copyright 2013 Vicente J. Botet Escriba
+(c) Copyright 2014 Vicente J. Botet Escriba
+(c) Copyright Eric Ford & Hubert Holin 2001
+(c) Copyright Eric Ford 2001 & Hubert Holin
+(c) Copyright Markus Schoepflin 2002 - 2003
+(c) Copyright Vicente J. Botet Escriba 2010
+(c) Copyright Vicente J. Botet Escriba 2014
+(c) Rasmus Munk Larsen, Stanford University
+Copyright (c) 1993-2019 The Geometry Center
+Copyright (c) 2003-2004, 2008 Gennaro Prota
+Copyright (c) 2003-2006, 2008 Gennaro Prota
+Copyright (c) 2009-2010 Christopher Schmidt
+Copyright (c) 2009-2011 Christopher Schmidt
+Copyright (c) 2010-2011 Christopher Schmidt
+Copyright (c) 2011 Vicente J. Botet Escriba
+Copyright (c) 2011-2013, 2016 Tim Blechmann
+Copyright (c) 2012 Vicente J. Botet Escriba
+Copyright (c) 2013 Vicente J. Botet Escriba
+Copyright (c) 2014 Vicente J. Botet Escriba
+Copyright (c) 2014-2016 Andrzej Krzemienski
+Copyright (c) 2015 Vicente J. Botet Escriba
+Copyright (c) 2015-2018 Andrzej Krzemienski
+Copyright (c) 2017 Vicente J. Botet Escriba
+Copyright (c) 2019-2020 Krystian Stasiowski
+Copyright 1984 - 1994 by Stephen L. Moshier
+Copyright 1985 by Stephen L. Moshier Direct
+Copyright 2002 Brad King and Douglas Gregor
+Copyright 2012 (c) Jeffrey Lee Hellrung, Jr
+Copyright Christopher Kormanyos 2002 - 2011
+Copyright Christopher Kormanyos 2002 - 2013
+(c) Rasmus Munk Larsen, Stanford, 1999, 2004
+Copyright (c) 2001-2011 - Scilab Enterprises
+Copyright (c) 2002 Eric Friedman, Itay Maman
+Copyright (c) 2002 Juan Carlos Arevalo-Baeza
+Copyright (c) 2003 Eric Friedman, Itay Maman
+Copyright (c) 2008, 2009, 2016 Tim Blechmann
+Copyright (c) 2010 - Jordi Gutierrez Hermoso
+Copyright (c) 2012 Barend Gehrels, Amsterdam
+Copyright (c) 2013 Barend Gehrels, Amsterdam
+Copyright (c) 2014 Barend Gehrels, Amsterdam
+Copyright (c) 2014, 2015 Andrzej Krzemienski
+Copyright (c) 2014,2015,2018 Kohei Takahashi
+Copyright (c) 2015 Barend Gehrels, Amsterdam
+Copyright (c) 2017 Barend Gehrels, Amsterdam
+Copyright (c) 2019 Barend Gehrels, Amsterdam
+Copyright (c) 2020 Barend Gehrels, Amsterdam
+Copyright 1997-2001 University of Notre Dame
+Copyright 2009-2010 Vicente J. Botet Escriba
+Copyright 2009-2011 Vicente J. Botet Escriba
+Copyright 2009-2012 Vicente J. Botet Escriba
+Copyright Beman Dawes and Daryle Walker 1999
+Copyright Daniel Wallin, David Abrahams 2005
+Copyright Daniel Wallin, David Abrahams 2010
+Copyright David Abrahams, Daniel Wallin 2003
+Copyright David Abrahams, Daniel Wallin 2005
+Copyright Thorsten Ottosen, Neil Groves 2006
+Copyright Vicente J. Botet Escriba 2009-2011
+(c) Copyright Guillaume Melquiond 2002 - 2003
+(c) Copyright Joaquin M Lopez Munoz 2006-2013
+Copyright (c) 2013-2014, 2020 Andrey Semashev
+Copyright (c) 2014 - 2018 Andrzej Krzemienski
+Copyright (c) 2014-2018, 2020 Andrey Semashev
+Copyright (c) 2015 - 2017 Andrzej Krzemienski
+Copyright 2000 Jeremy Siek (jsiek@lsc.nd.edu)
+Copyright 2005 Eric Niebler, Michael Gauckler
+Copyright 2005 Trustees of Indiana University
+Copyright 2006 Trustees of Indiana University
+Copyright 2009 Trustees of Indiana University
+Copyright David Abrahams and Jeremy Siek 2003
+Copyright John Maddock 2006, 2007, 2012, 2014
+Copyright Peter Dimov and David Abrahams 2002
+Copyright (c) 2004 CrystalClear Software, Inc.
+Copyright (c) 2005 CrystalClear Software, Inc.
+Copyright (c) 2006 CrystalClear Software, Inc.
+Copyright (c) 2006, 2007 Julio M. Merino Vidal
+Copyright (c) 2009-2017 The MathJax Consortium
+Copyright (c) 2010-2017 The MathJax Consortium
+Copyright (c) 2011 Jeff Flinn, Boris Schaeling
+Copyright (c) 2011-2015 The MathJax Consortium
+Copyright (c) 2011-2017 The MathJax Consortium
+Copyright (c) 2012 Mateusz Loskot, London, UK.
+Copyright (c) 2013 Mateusz Loskot, London, UK.
+Copyright (c) 2013-2017 The MathJax Consortium
+Copyright (c) 2014 Mateusz Loskot, London, UK.
+Copyright (c) 2014-2017 The MathJax Consortium
+Copyright (c) 2015-2017 The MathJax Consortium
+Copyright (c) 2016 Modified Work Barrett Adair
+Copyright (c) 2016-2017 The MathJax Consortium
+Copyright 2001, 2003, 2004, 2012 Daryle Walker
+Copyright 2005-2007 Adobe Systems Incorporated
+Copyright 2011 Garmin Ltd. or its subsidiaries
+Copyright 2012 Chung-Lin Wen, Davide Anastasia
+Copyright J.S. Roy (js@jeannot.org), 2002-2005
+(c) Copyright Daniel Frey and Robert Ramey 2009
+Copyright (c) 1995 Maarten Hilferink, Amsterdam
+Copyright (c) 2002 Brad King and Douglas Gregor
+Copyright (c) 2003 Gunter Winkler, Joerg Walter
+Copyright (c) 2003-2011 Christopher M. Kohlhoff
+Copyright (c) 2003-2020 Christopher M. Kohlhoff
+Copyright (c) 2005 Arkadiy Vertleyb, Peder Holt
+Copyright (c) 2005 Voipster / Indrek dot Juhani
+Copyright (c) 2005-2020 Christopher M. Kohlhoff
+Copyright (c) 2006-2009, 2012 Alexander Nasonov
+Copyright (c) 2009, Pauli Virtanen <pav@iki.fi>
+Copyright (c) 2012 - 2014, 2017 Andrey Semashev
+Copyright (c) 2013 - 2018, 2020 Andrey Semashev
+Copyright (c) 2013 Tim Blechmann Linux-specific
+Copyright (c) 2015 Oracle and/or its affiliates
+Copyright (c) 2015, Pauli Virtanen <pav@iki.fi>
+Copyright (c) 2016 Oracle and/or its affiliates
+Copyright (c) 2017 Oracle and/or its affiliates
+Copyright (c) 2018 Oracle and/or its affiliates
+Copyright (c) 2019 Oracle and/or its affiliates
+Copyright (c) 2020 Oracle and/or its affiliates
+Copyright 2002 Rensselaer Polytechnic Institute
+Copyright 2004-9 Trustees of Indiana University
+Copyright 2010 Fabien Castan, Christian Henning
+Copyright 2010 Gaetano Mendola, 2011 Simon West
+copyright (c) 2014 Oracle and/or its affiliates
+copyright (c) 2015 Oracle and/or its affiliates
+copyright (c) 2016 Oracle and/or its affiliates
+copyright (c) 2017 Oracle and/or its affiliates
+copyright (c) 2018 Oracle and/or its affiliates
+copyright (c) 2019 Oracle and/or its affiliates
+copyright (c) 2020 Oracle and/or its affiliates
+(c) Copyright 2004 Robert Ramey and Martin Ecker
+(c) Copyright 2009-2012 Vicente J. Botet Escriba
+(c) Copyright 2010-2011 Vicente J. Botet Escriba
+(c) Copyright 2011-2012 Vicente J. Botet Escriba
+(c) Copyright 2011-2013 Vicente J. Botet Escriba
+(c) Copyright 2011-2015 Vicente J. Botet Escriba
+(c) Copyright 2013,2014 Vicente J. Botet Escriba
+(c) Copyright 2013,2015 Vicente J. Botet Escriba
+(c) Copyright David Abrahams, Vicente Botet 2009
+(c) Copyright Eric Jourdanneau, Joel Falcou 2010
+(c) Copyright John Maddock and Steve Cleary 2000
+(c) Copyright Vicente J. Botet Escriba 2013-2014
+(c) Copyright Vicente J. Botet Escriba 2013-2017
+(c) Copyright Vicente J. Botet Escriba 2014-2015
+CNRS/Univ. Clermont II Copyright 2009 - 2011 LRI
+Copyright (c) 2001, Thomas Flemming, tf@ttqv.com
+Copyright (c) 2003-2004 Jeremy B. Maitin-Shepard
+Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
+Copyright (c) 2009, Spirent Communications, Inc.
+Copyright (c) 2010 Eric Jourdanneau, Joel Falcou
+Copyright (c) 2010 Felipe Tanus, Boris Schaeling
+Copyright (c) 2010 Nuovation System Designs, LLC
+Copyright (c) 2011-2012 Vicente J. Botet Escriba
+Copyright (c) 2011-2013 Vicente J. Botet Escriba
+Copyright (c) 2012-2013 Vicente J. Botet Escriba
+Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2013 John Maddock, Antony Polukhin
+Copyright (c) 2013,2014 Vicente J. Botet Escriba
+Copyright (c) 2013-2014 Vicente J. Botet Escriba
+Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2014, 2015, 2016, 2017 Jarryd Beck
+Copyright (c) 2014, Oracle and/or its affiliates
+Copyright (c) 2014-2015 Vicente J. Botet Escriba
+Copyright (c) 2014-2017 Vicente J. Botet Escriba
+Copyright (c) 2015, Oracle and/or its affiliates
+Copyright (c) 2016, Oracle and/or its affiliates
+Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2017, Oracle and/or its affiliates
+Copyright (c) 2018 Adam Butcher, Antony Polukhin
+Copyright (c) 2018 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2018, Oracle and/or its affiliates
+Copyright (c) 2019, Oracle and/or its affiliates
+Copyright (c) 2020, Oracle and/or its affiliates
+Copyright 1984, 1987, 1995 by Stephen L. Moshier
+Copyright 1984, 1987, 2000 by Stephen L. Moshier
+Copyright 1984, 1995, 2000 by Stephen L. Moshier
+Copyright 1985, 1987, 2000 by Stephen L. Moshier
+Copyright 2003 Guillaume Melquiond, Sylvain Pion
+Copyright Justinas Vygintas Daugmaudis 2010-2018
+Copyright Paul A. Bristow 2006, 2007, 2009, 2010
+Copyright Paul A. Bristow 2007, 2009, 2010, 2012
+Copyright Paul A. Bristow 2007, 2010, 2012, 2014
+copyright (c) 2013, Oracle and/or its affiliates
+copyright (c) 2014, Oracle and/or its affiliates
+copyright (c) 2015, Oracle and/or its affiliates
+copyright (c) 2016, Oracle and/or its affiliates
+copyright (c) 2017, Oracle and/or its affiliates
+copyright (c) 2018, Oracle and/or its affiliates
+copyright (c) 2020, Oracle and/or its affiliates
+(c) Rasmus Munk Larsen, Stanford University, 2000
+(c) Rasmus Munk Larsen, Stanford University, 2004
+Copyright (c) 2002-2003 Eric Friedman, Itay Maman
+Copyright (c) 2006 Trustees of Indiana University
+Copyright (c) 2007 Trustees of Indiana University
+Copyright (c) 2007-2011 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2012 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2013 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2014 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2015 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2016 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2017 Barend Gehrels, Amsterdam
+Copyright (c) 2007-2020 Barend Gehrels, Amsterdam
+Copyright (c) 2008-2012 Barend Gehrels, Amsterdam
+Copyright (c) 2008-2014 Barend Gehrels, Amsterdam
+Copyright (c) 2008-2015 Barend Gehrels, Amsterdam
+Copyright (c) 2009 Trustees of Indiana University
+Copyright (c) 2009-2012 Barend Gehrels, Amsterdam
+Copyright (c) 2009-2015 Barend Gehrels, Amsterdam
+Copyright (c) 2010-2012 Barend Gehrels, Amsterdam
+Copyright (c) 2011-2012 Barend Gehrels, Amsterdam
+Copyright (c) 2011-2015 Barend Gehrels, Amsterdam
+Copyright (c) 2012-2014 Barend Gehrels, Amsterdam
+Copyright (c) 2012-2015 Barend Gehrels, Amsterdam
+Copyright (c) 2012-2020 Barend Gehrels, Amsterdam
+Copyright (c) 2014-2015 Barend Gehrels, Amsterdam
+Copyright (c) 2015-2016 Barend Gehrels, Amsterdam
+Copyright (c) 2015-2020 Barend Gehrels, Amsterdam
+Copyright (c) 2017-2017 Barend Gehrels, Amsterdam
+Copyright (c) 2018-2019 Barend Gehrels, Amsterdam
+Copyright (c) 2019-2019 Barend Gehrels, Amsterdam
+Copyright 1984, 1987 by Stephen L. Moshier Direct
+Copyright 1984, 1991 by Stephen L. Moshier Direct
+Copyright 1985, 1987 by Stephen L. Moshier Direct
+Copyright 2002 The Trustees of Indiana University
+Copyright 2003 The Trustees of Indiana University
+Copyright 2004 The Trustees of Indiana University
+Copyright 2005 Felix Hofling, Guillaume Melquiond
+Copyright 2005 The Trustees of Indiana University
+Copyright 2006 The Trustees of Indiana University
+Copyright 2008 Christian Henning, Lubomir Bourdev
+Copyright 2009 The Trustees of Indiana University
+Copyright 2010 The Trustees of Indiana University
+Copyright 2012 Kenneth Riddile, Christian Henning
+Copyright 2012 The Trustees of Indiana University
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2010
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2011
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2012
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2013
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2014
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2015
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2016
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2017
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2018
+(c) Copyright Dave Abrahams and Daryle Walker 2001
+(c) Copyright Jeremy Siek and John R. Bandela 2001
+(c) Copyright John Maddock & Thorsten Ottosen 2005
+(c) Copyright Kevlin Henney and Dave Abrahams 1999
+Copyright (c) 2000-2002 Joerg Walter, Mathias Koch
+Copyright (c) 2000-2004 Joerg Walter, Mathias Koch
+Copyright (c) 2001 Vladimir Prus <ghost@cs.msu.su>
+Copyright (c) 2003-2008 Matthias Christian Schabel
+Copyright (c) 2003-2009 Matthias Christian Schabel
+Copyright (c) 2010 David Fong and Michael Saunders
+Copyright (c) 2019 Dario Menendez, Banco Santander
+Copyright 2005 David Abrahams and Aleksey Gurtovoy
+Copyright 2012 Fernando Vilas 2010 Daniel Trebbien
+Copyright 2014 Renato Tegon Forti, Antony Polukhin
+Copyright 2018 Mateusz Loskot <mateusz@loskot.net>
+Copyright Alexander Nasonov & Paul A. Bristow 2006
+Copyright David Abrahams and Nikolay Mladenov 2003
+Copyright (c) 2000 Gary Powell (powellg@amazon.com)
+Copyright (c) 2001 Peter Dimov and Multi Media Ltd.
+Copyright (c) 2001, 2002 Python Software Foundation
+Copyright (c) 2001-2007 Hartmut Kaiser Revised 2007
+Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
+Copyright (c) 2002,2003 CrystalClear Software, Inc.
+Copyright (c) 2002-2004 CrystalClear Software, Inc.
+Copyright (c) 2002-2005 CrystalClear Software, Inc.
+Copyright (c) 2002-2020 CrystalClear Software, Inc.
+Copyright (c) 2003-2004 CrystalClear Software, Inc.
+Copyright (c) 2003-2005 CrystalClear Software, Inc.
+Copyright (c) 2004-2005 CrystalClear Software, Inc.
+Copyright (c) 2006, Systems Optimization Laboratory
+Copyright (c) 2007, John Travers <jtravs@gmail.com>
+Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
+Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
+Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
+Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
+Copyright (c) 2009-2017 Mateusz Loskot, London, UK.
+Copyright (c) 2011-2012 Mateusz Loskot, London, UK.
+Copyright (c) 2012-2014 Mateusz Loskot, London, UK.
+Copyright (c) 2014-2015 Mateusz Loskot, London, UK.
+Copyright (c) 2018 Adeel Ahmad, Islamabad, Pakistan
+Copyright 2004, 2005 Trustees of Indiana University
+Copyright 2004-5 The Trustees of Indiana University
+Copyright 2012 Olivier Tournaire, Christian Henning
+Copyright 2016 Klemens Morgenstern, Antony Polukhin
+Copyright 2019 Miral Shah <miralshah2211@gmail.com>
+Copyright David Abrahams 2002, Joel de Guzman, 2002
+Copyright Thorsten Ottosen, Neil Groves 2006 - 2008
+(c) Copyright 2005 Matthias Troyer and Dave Abrahams
+(c) Copyright Greg Colvin and Beman Dawes 1998, 1999
+Copyright (c) 1998-2003 by the University of Florida
+Copyright (c) 2003, Fernando Luis Cacciola Carballal
+Copyright (c) 2005, Fernando Luis Cacciola Carballal
+Copyright (c) 2006 Xiaogang Zhang, 2015 John Maddock
+Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling
+Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com>
+Copyright (c) 2014 Samuel Debionne, Grenoble, France
+Copyright (c) 2014-2016 Oracle and/or its affiliates
+Copyright (c) 2014-2018 Oracle and/or its affiliates
+Copyright (c) 2014-2020 Oracle and/or its affiliates
+Copyright (c) 2015 Jakub Pola <jakub.pola@gmail.com>
+Copyright (c) 2015 Jakub Szuppe <j.szuppe@gmail.com>
+Copyright (c) 2015-2016 Oracle and/or its affiliates
+Copyright (c) 2015-2018 Oracle and/or its affiliates
+Copyright (c) 2015-2020 Oracle and/or its affiliates
+Copyright (c) 2016 Jakub Szuppe <j.szuppe@gmail.com>
+Copyright (c) 2016-2018 Oracle and/or its affiliates
+Copyright (c) 2016-2019 Oracle and/or its affiliates
+Copyright (c) 2016-2020 Oracle and/or its affiliates
+Copyright (c) 2017-2018 Oracle and/or its affiliates
+Copyright (c) 2017-2019 Oracle and/or its affiliates
+Copyright (c) 2017-2020 Oracle and/or its affiliates
+Copyright (c) 2018 Jakub Szuppe <j.szuppe@gmail.com>
+Copyright (c) 2018, Cem Bassoy, cem.bassoy@gmail.com
+Copyright (c) 2018-2019 Oracle and/or its affiliates
+Copyright (c) 2018-2020 Oracle and/or its affiliates
+Copyright (c) 2020 Caian Benedicto, Campinas, Brazil
+Copyright 2000 John Maddock (john@johnmaddock.co.uk)
+Copyright 2013 Christian Henning and Juan V. Puertos
+Copyright 2015 Ontario Institute for Cancer Research
+Copyright David Abrahams 2002, Nikolay Mladenov 2007
+Copyright David Abrahams and Thomas Becker 2000-2006
+Copyright Peter Dimov and Multi Media Ltd 2001, 2002
+copyright (c) 2013-2017 Oracle and/or its affiliates
+copyright (c) 2013-2018 Oracle and/or its affiliates
+copyright (c) 2013-2019 Oracle and/or its affiliates
+copyright (c) 2013-2020 Oracle and/or its affiliates
+copyright (c) 2014-2015 Oracle and/or its affiliates
+copyright (c) 2014-2017 Oracle and/or its affiliates
+copyright (c) 2014-2018 Oracle and/or its affiliates
+copyright (c) 2014-2019 Oracle and/or its affiliates
+copyright (c) 2014-2020 Oracle and/or its affiliates
+copyright (c) 2015-2016 Oracle and/or its affiliates
+copyright (c) 2015-2017 Oracle and/or its affiliates
+copyright (c) 2015-2019 Oracle and/or its affiliates
+copyright (c) 2015-2020 Oracle and/or its affiliates
+copyright (c) 2016-2018 Oracle and/or its affiliates
+copyright (c) 2016-2020 Oracle and/or its affiliates
+copyright (c) 2017-2018 Oracle and/or its affiliates
+copyright (c) 2017-2020 Oracle and/or its affiliates
+copyright (c) 2018-2020 Oracle and/or its affiliates
+copyright (c) 2019-2020 Oracle and/or its affiliates
+(c) Copyright 2002 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2004 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2005 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2007 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2008-2009,2012 Vicente J. Botet Escriba
+(c) Copyright 2009 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2011,2012,2015 Vicente J. Botet Escriba
+(c) Copyright 2011-2012,2015 Vicente J. Botet Escriba
+(c) Copyright 2014 Robert Ramey - http://www.rrsd.com
+(c) Copyright Vicente J. Botet Escriba 2008-2009,2012
+Copyright (c) 2000 Gary Powell (gwpowell@hotmail.com)
+Copyright (c) 2001 Jeremy Siek <jsiek@cs.indiana.edu>
+Copyright (c) 2001-2002 Chuck Allison and Jeremy Siek
+Copyright (c) 2002 Gary Powell (gwpowell@hotmail.com)
+Copyright (c) 2002-2003 David Moore, William E. Kempf
+Copyright (c) 2004 The Trustees of Indiana University
+Copyright (c) 2006 The Trustees of Indiana University
+Copyright (c) 2007 Douglas Gregor and Matthias Troyer
+Copyright (c) 2007 The Trustees of Indiana University
+Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2011-2014 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2011-2015 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2011-2016 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2011-2018 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2011-2019 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2012-2013 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2012-2015 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2012-2020 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2013-2014 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2013-2015 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2013-2017 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2014-2015 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2014-2015, Oracle and/or its affiliates
+Copyright (c) 2014-2017 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2014-2017, Oracle and/or its affiliates
+Copyright (c) 2014-2018 Adam Wulkiewicz, Lodz, Poland
+Copyright (c) 2014-2018, Oracle and/or its affiliates
+Copyright (c) 2014-2019, Oracle and/or its affiliates
+Copyright (c) 2014-2020, Oracle and/or its affiliates
+Copyright (c) 2015-2017, Oracle and/or its affiliates
+Copyright (c) 2015-2018, Oracle and/or its affiliates
+Copyright (c) 2015-2020, Oracle and/or its affiliates
+Copyright (c) 2016, 2018 Oracle and/or its affiliates
+Copyright (c) 2016-2017, Oracle and/or its affiliates
+Copyright (c) 2016-2020, Oracle and/or its affiliates
+Copyright (c) 2017, 2019 Oracle and/or its affiliates
+Copyright (c) 2017-2018, Oracle and/or its affiliates
+Copyright (c) 2017-2019, Oracle and/or its affiliates
+Copyright (c) 2017-2020, Oracle and/or its affiliates
+Copyright (c) 2018-2019, Oracle and/or its affiliates
+Copyright (c) 2018-2020, Oracle and/or its affiliates
+Copyright (c) 2019-2020, Oracle and/or its affiliates
+Copyright (c) 2020 Digvijay Janartha, Hamirpur, India
+copyright (c) 2013, 2014 Oracle and/or its affiliates
+copyright (c) 2013-2014, Oracle and/or its affiliates
+copyright (c) 2013-2015, Oracle and/or its affiliates
+copyright (c) 2013-2017, Oracle and/or its affiliates
+copyright (c) 2013-2018, Oracle and/or its affiliates
+copyright (c) 2013-2019, Oracle and/or its affiliates
+copyright (c) 2013-2020, Oracle and/or its affiliates
+copyright (c) 2014-2017, Oracle and/or its affiliates
+copyright (c) 2014-2018, Oracle and/or its affiliates
+copyright (c) 2014-2019, Oracle and/or its affiliates
+copyright (c) 2014-2020, Oracle and/or its affiliates
+copyright (c) 2015-2016, Oracle and/or its affiliates
+copyright (c) 2015-2017, Oracle and/or its affiliates
+copyright (c) 2015-2018, Oracle and/or its affiliates
+copyright (c) 2015-2019, Oracle and/or its affiliates
+copyright (c) 2015-2020, Oracle and/or its affiliates
+copyright (c) 2016-2019, Oracle and/or its affiliates
+copyright (c) 2016-2020, Oracle and/or its affiliates
+copyright (c) 2017, 2019 Oracle and/or its affiliates
+copyright (c) 2017-2018, Oracle and/or its affiliates
+copyright (c) 2017-2019, Oracle and/or its affiliates
+copyright (c) 2017-2020, Oracle and/or its affiliates
+copyright (c) 2018-2019, Oracle and/or its affiliates
+copyright (c) 2018-2020, Oracle and/or its affiliates
+(c) Copyright Beman Dawes and Ullrich Koethe 1995-2001
+(c) Copyright David Abrahams 2001, Howard Hinnant 2001
+(c) Copyright Hubert Holin and Daryle Walker 2001-2002
+(c) Rasmus Munk Larsen, Stanford University, 2000,2004
+Copyright (c) 2014, 2018, Oracle and/or its affiliates
+Copyright (c) 2014, 2019, Oracle and/or its affiliates
+Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
+Copyright (c) 2020 Richard Hodges (hodges.r@gmail.com)
+Copyright (c) Jeremy Siek 2001, Marc Wintermantel 2002
+Copyright 1984, 1987, 1988, 2000 by Stephen L. Moshier
+Copyright 1984, 1987, 1989, 1995 by Stephen L. Moshier
+Copyright 1984, 1987, 1989, 2000 by Stephen L. Moshier
+Copyright 1984, 1987, 1992, 2000 by Stephen L. Moshier
+Copyright 2004-2006 The Trustees of Indiana University
+Copyright 2005-2009 The Trustees of Indiana University
+Copyright 2007-2008 Andreas Pokorny, Christian Henning
+Copyright 2007-2008 Christian Henning, Andreas Pokorny
+Copyright 2007-2012 Christian Henning, Andreas Pokorny
+Copyright 2007-2012 Christian Henning, Lubomir Bourdev
+Copyright 2010-2012 Kenneth Riddile, Christian Henning
+copyright (c) 2014, 2018, Oracle and/or its affiliates
+copyright (c) 2014, 2019, Oracle and/or its affiliates
+copyright (c) 2015, 2018, Oracle and/or its affiliates
+copyright (c) 2017, 2019, Oracle and/or its affiliates
+copyright (c) 2018, 2019, Oracle and/or its affiliates
+(c) 2020 Niall Douglas <http://www.nedproductions.biz/>
+(c) Copyright Boris Rasin and Antony Polukhin 2014-2019
+(c) Copyright Dave Abrahams and Daniel Walker 1999-2003
+(c) Copyright Robert Ramey 2003. Jonathan Turkanis 2004
+(c) Rasmus Munk Larsen, Stanford University, 1999, 2004
+(c) Rasmus Munk Larsen, Stanford University, 2000, 2004
+Copyright (c) 1995, 2007-2015 Barend Gehrels, Amsterdam
+Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler
+Copyright (c) 2000 Gary Powell (gary.powell@sierra.com)
+Copyright (c) 2001 Gary Powell (gary.powell@sierra.com)
+Copyright (c) 2002 Lars Gullik Bjonnes <larsbj@lyx.org>
+Copyright (c) 2011 Boris Schaeling (boris@highscore.de)
+Copyright (c) 2014 Roshan <thisisroshansmail@gmail.com>
+Copyright (c) 2015 Orson Peters <orsonpeters@gmail.com>
+Copyright (c) 2021 Orson Peters <orsonpeters@gmail.com>
+Copyright (c) Donald Stufft and individual contributors
+Copyright 1984, 1987, 1988 by Stephen L. Moshier Direct
+Copyright 1984, 1987, 1989 by Stephen L. Moshier Direct
+Copyright 1984, 1987, 1993 by Stephen L. Moshier Direct
+Copyright 1985, 1987, 1989 by Stephen L. Moshier Direct
+Copyright 2004, 2005 The Trustees of Indiana University
+Copyright 2014-2015 Renato Tegon Forti, Antony Polukhin
+Copyright 2019 Pranam Lashkari <plashkari628@gmail.com>
+(c) Copyright 2006 David Abrahams - http://www.boost.org
+(c) Copyright Daryle Walker and Stephen Cleary 2001-2002
+(c) Copyright Fernando Luis Cacciola Carballal 2000-2004
+Copyright (c) 2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
+Copyright (c) 2001-2004 Peter Dimov and Multi Media Ltd.
+Copyright (c) 2002 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
+Copyright (c) 2002,2003,2005 CrystalClear Software, Inc.
+Copyright (c) 2002,2003,2020 CrystalClear Software, Inc.
+Copyright (c) 2002-2003,2005 CrystalClear Software, Inc.
+Copyright (c) 2012 Massachusetts Institute of Technology
+Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
+Copyright (c) 2020 Vinnie Falco (vinnie.falco@gmail.com)
+Copyright 2008 CodeRage, LLC 2004-2007 Jonathan Turkanis
+Copyright 2014 Marco Guazzone (marco.guazzone@gmail.com)
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2010
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2011
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2012
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2010 - 2011
+Copyright Abel Sinkovics (abel@sinkovics.hu) 2011 - 2012
+Copyright Ralf W. Grosse-Kunstleve & David Abrahams 2006
+(c) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+(c) Copyright 2002-2008, Fernando Luis Cacciola Carballal
+Copyright (c) 1999-2006 Cortex Software GmbH, Kantstrasse
+Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
+Copyright (c) 2002, 2003 Peter Dimov and Multi Media Ltd.
+Copyright (c) 2002,2003, 2007 CrystalClear Software, Inc.
+Copyright (c) 2002,2003, 2020 CrystalClear Software, Inc.
+Copyright (c) 2003, 2008 Fernando Luis Cacciola Carballal
+Copyright (c) 2007 Douglas Gregor <doug.gregor@gmail.com>
+Copyright (c) 2009 Ben Hanson (http://www.benhanson.net/)
+Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.com>
+Copyright (c) 2013-2015 Kyle Lutz <kyle.r.lutz@gmail.com>
+Copyright (c) 2014-2015 Samuel Debionne, Grenoble, France
+Copyright (c) 2015 Francisco Jose Tapia fjtapia@gmail.com
+Copyright (c) 2016 Francisco Jose Tapia fjtapia@gmail.com
+Copyright (c) 2017 Francisco Jose Tapia fjtapia@gmail.com
+Copyright (c) 2018 Alain Miniussi <alain.miniussi@oca.eu>
+Copyright (c) 2018-2019, Cem Bassoy, cem.bassoy@gmail.com
+Copyright (c) 2019 Mika Fischer (mika.fischer@zoopnet.de)
+Copyright 1997, 1998, 1999, 2000 University of Notre Dame
+Copyright 2002 Aleksey Gurtovoy (agurtovoy@meta-comm.com)
+Copyright 2014 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2015 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2017 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2018 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2019 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2020 Glen Joseph Fernandes (glenjofe@gmail.com)
+(c) Copyright 2002-2009 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2002-2014 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2002-2020 Robert Ramey - http://www.rrsd.com
+(c) Copyright 2011-2012,2017-2018 Vicente J. Botet Escriba
+Copyright (c) 1996 Silicon Graphics Computer Systems, Inc.
+Copyright (c) 1998 Silicon Graphics Computer Systems, Inc.
+Copyright (c) 2004-2006 The Trustees of Indiana University
+Copyright (c) 2004-2008 The Trustees of Indiana University
+Copyright (c) 2004-2009 The Trustees of Indiana University
+Copyright (c) 2005-2006 The Trustees of Indiana University
+Copyright (c) 2005-2008 The Trustees of Indiana University
+Copyright (c) 2005-2010 The Trustees of Indiana University
+Copyright (c) 2006-2007, Robert Hetland <hetland@tamu.edu>
+Copyright (c) 2006-2010 The Trustees of Indiana University
+Copyright (c) 2011, 2012 Martin Lambers <marlam@marlam.de>
+Copyright (c) 2012 Flavio De Lorenzi (fdlorenzi@gmail.com)
+Copyright 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
+Copyright 2009 (c) Dean Michael Berris <me@deanberris.com>
+(c) 1995 Ernst Stadlober, Institut fuer Statistitk, TU Graz
+Copyright (c) 2001 Jeremy Siek, Douglas Gregor, Brian Osman
+Copyright (c) 2005, Rasmus Munk Larsen, Stanford University
+Copyright (c) 2006 Tiago de Paula Peixoto <tiago@forked.de>
+Copyright (c) 2006-2009 Dmitry Bufistov and Andrey Parfenov
+Copyright (c) 2014, 2019, 2020 Oracle and/or its affiliates
+Copyright (c) 2017 Denis Demidov <dennis.demidov@gmail.com>
+Copyright (c) 2017-2018 Alexandr Poltavsky, Antony Polukhin
+Copyright 2013 Juan V. Puertos G-Cluster, Christian Henning
+(c) 2015-2020 Niall Douglas <http://www.nedproductions.biz/>
+(c) 2017-2020 Niall Douglas <http://www.nedproductions.biz/>
+(c) 2018-2020 Niall Douglas <http://www.nedproductions.biz/>
+(c) 2019-2020 Niall Douglas <http://www.nedproductions.biz/>
+Copyright (c) 2001 Housemarque Oy http://www.housemarque.com
+Copyright (c) 2002-2005, Jean-Sebastien Roy (js@jeannot.org)
+Copyright (c) 2004-2005, Jean-Sebastien Roy (js@jeannot.org)
+Copyright (c) 2014, 2018, 2019, Oracle and/or its affiliates
+Copyright (c) Alexander Zaitsev <zamazan4ik@gmail.by> , 2017
+Copyright (c) Tobias Schwinger http://spirit.sourceforge.net
+Copyright 1984, 1987, 1988, 1992, 2000 by Stephen L. Moshier
+Copyright 1984, 1987, 1989, 1992, 2000 by Stephen L. Moshier
+(c) Copyright Runar Undheim, Robert Ramey & John Maddock 2008
+Copyright (c) 2000-2003 Brian McNamara and Yannis Smaragdakis
+Copyright (c) 2002,2003,2005,2020 CrystalClear Software, Inc.
+Copyright (c) 2003 Martin Wille http://spirit.sourceforge.net
+Copyright (c) 2011 Aaron Graham http://spirit.sourceforge.net
+Copyright (c) 2014 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright (c) 2017 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright (c) 2020 Krystian Stasiowski (sdkrystian@gmail.com)
+Copyright (c) Alexander Zaitsev <zamazan4ik@gmail.com> , 2016
+Copyright (c) Alexander Zaitsev <zamazan4ik@gmail.com> , 2017
+Copyright (c) Charles Karney (2008-2017) <charles@karney.com>
+Copyright (c) Glen Joseph Fernandes 2019 (glenjofe@gmail.com)
+Copyright 1984, 1987, 1988, 1992 by Stephen L. Moshier Direct
+Copyright 1984, 1987, 1989, 1992 by Stephen L. Moshier Direct
+Copyright Daniel Walker, Eric Niebler, Michel Morin 2008-2012
+(c) 2018 - 2019 Niall Douglas <http://www.nedproductions.biz/>
+(c) 2018 - 2020 Niall Douglas <http://www.nedproductions.biz/>
+(c) Copyright 2002-2008 Robert Ramey and Joaquin M Lopez Munoz
+Copyright (c) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
+Copyright (c) 1999, 2000, 2001 North Carolina State University
+Copyright (c) 2001 Bruce Florman http://spirit.sourceforge.net
+Copyright (c) 2001 Daniel Nuffer http://spirit.sourceforge.net
+Copyright (c) 2002 Jeff Westfahl http://spirit.sourceforge.net
+Copyright (c) 2003 Giovanni Bajo http://spirit.sourceforge.net
+Copyright (c) 2003 Vaclav Vesely http://spirit.sourceforge.net
+Copyright (c) 2005-2006 Douglas Gregor <doug.gregor@gmail.com>
+Copyright (c) 2006 Joao Abecasis http://spirit.sourceforge.net
+Copyright (c) 2007-2009 Ben Hanson (http://www.benhanson.net/)
+Copyright (c) 2008-2009 Ben Hanson (http://www.benhanson.net/)
+Copyright (c) 2010 2015 Francisco Jose Tapia fjtapia@gmail.com
+Copyright (c) 2010 Bryce Lelbach http://spirit.sourceforge.net
+Copyright (c) 2010 Matthias Walter (xammy@xammy.homelinux.net)
+Copyright (c) 2011 Bryce Lelbach http://spirit.sourceforge.net
+Copyright (c) 2013 Agustin Berge http://spirit.sourceforge.net
+Copyright (c) 2017 Kristian Popov <kristian.popov@outlook.com>
+Copyright (c) Tyler Reddy, Richard Gowers, and Max Linke, 2016
+Copyright 2012-2019 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2014,2018 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2014-2015 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2014-2016 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2014-2020 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2017-2018 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2017-2019 Glen Joseph Fernandes (glenjofe@gmail.com)
+Copyright 2019-2020 Glen Joseph Fernandes (glenjofe@gmail.com)
+(c) Copyright Andreas Huber Doenni 2002-2005, Eric Niebler 2006
+(c) Copyright Peter Dimov and Multi Media Ltd. 2001, 2002, 2003
+Copyright (c) 1996,1997 Silicon Graphics Computer Systems, Inc.
+Copyright (c) 1996-1998 Silicon Graphics Computer Systems, Inc.
+Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
+Copyright (c) 2002 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2003 Gustavo Guerra http://spirit.sourceforge.net
+Copyright (c) 2003 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2003 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 2003 Jonathan de Halleux (dehalleux@pelikhan.com)
+Copyright (c) 2004 David M. Cooke <cookedm@physics.mcmaster.ca>
+Copyright (c) 2009 Francois Barel http://spirit.sourceforge.net
+Copyright (c) 2011 Thomas Bernard http://spirit.sourceforge.net
+Copyright (c) 2016 Frank Hein, maxence business consulting gmbh
+Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007
+(c) Copyright Mat Marcus, Jesse Jones and Adobe Systems Inc 2001
+Copyright (c) 2000-2010 Joerg Walter, Mathias Koch, David Bellot
+Copyright (c) 2000-2011 Joerg Walter, Mathias Koch, David Bellot
+Copyright (c) 2000-2013 Joerg Walter, Mathias Koch. David Bellot
+Copyright (c) 2003, Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2007 Matthias Troyer <troyer@boost-consulting.com>
+Copyright Neil Groves & Thorsten Ottosen & Pavol Droba 2003-2004
+copyrighted 2004 by David M. Cooke <cookedm@physics.mcmaster.ca>
+(c) 2000 W. Hoermann & J. Leydold, Institut f. Statistik, WU Wien
+(c) 2007 W. Hoermann & J. Leydold, Institut f. Statistik, WU Wien
+Copyright (c) 2002-2003 Toon Knapen, Kresimir Fresl, Joerg Walter
+Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
+Copyright (c) 2006 Tobias Schwinger http://spirit.sourceforge.net
+Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2006-2010 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2006-2013 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2008-2009 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2008-2017 Emil Dotchevski and Reverge Studios, Inc.
+Copyright (c) 2018-2020 Emil Dotchevski and Reverge Studios, Inc.
+(c) Copyright David Abrahams, Jeremy Siek, Daryle Walker 1999-2001
+Copyright (c) 2000-2007 Joerg Walter, Mathias Koch, Gunter Winkler
+Copyright (c) 2000-2009 Joerg Walter, Mathias Koch, Gunter Winkler
+Copyright (c) 2001, Daniel C. Nuffer http://spirit.sourceforge.net
+Copyright (c) 2002-2003 Martin Wille http://spirit.sourceforge.net
+Copyright (c) 2018 Yaghyavardhan Singh Khangarot, Hyderabad, India
+Copyright 2002 Herve Bronnimann, Guillaume Melquiond, Sylvain Pion
+Copyright 2012 Christian Henning, Andreas Pokorny, Lubomir Bourdev
+Copyright (c) 2001-2002 Enthought, Inc. 2003-2022, SciPy Developers
+Copyright (c) 2001-2003 Daniel Nuffer http://spirit.sourceforge.net
+Copyright (c) 2001-2009 Daniel Nuffer http://spirit.sourceforge.net
+Copyright (c) 2002 Raghavendra Satish http://spirit.sourceforge.net
+Copyright (c) 2020, Debabrata Mandal <mandaldebabrata123@gmail.com>
+Copyright 2019 Olzhas Zhumabek <anonymous.from.applecity@gmail.com>
+Copyright (c) 1998-2002 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 1998-2003 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 2001-2003 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2001-2003 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 2001-2007 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2001-2010 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2001-2011 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2001-2011 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 2001-2012 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2001-2012 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 2001-2014 Joel de Guzman http://spirit.sourceforge.net
+Copyright (c) 2002-2003 Hartmut Kaiser http://spirit.sourceforge.net
+Copyright (c) 2002-2006 Hartmut Kaiser http://spirit.sourceforge.net
+(c) Copyright 2004-2009 Robert Ramey, Martin Ecker and Takatoshi Kondo
+Copyright (c) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
+Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com)
+(c) Copyright 2007, 2008 Steven Watanabe, Joseph Gauterin, Niels Dekker
+Copyright (c) 2007, 2008 Steven Watanabe, Joseph Gauterin, Niels Dekker
+Copyright (c) 2015 Muhammad Junaid Muzammil <mjunaidmuzammil@gmail.com>
+Copyright 2002-2003 Herve Bronnimann, Guillaume Melquiond, Sylvain Pion
+Copyright 2007-2008 Christian Henning, Andreas Pokorny, Lubomir Bourdev
+Copyright 2007-2012 Christian Henning, Andreas Pokorny, Lubomir Bourdev
+Copyright (c) 1998-2000 Theodore C. Belding University of Michigan Center
+Copyright (c) 2000-2013 Joerg Walter, Mathias Koch, Athanasios Iliopoulos
+Copyright 2003-2013 Joaquin M Lopez Munoz. 2019 Mike Dev <mike.dev@gmx.de>
+(c) Copyright 2002 Rani Sharoni (rani_sharoni@hotmail.com) and Robert Ramey
+(c) Copyright 2003-4 Pavel Vozenilek and Robert Ramey - http://www.rrsd.com
+(c) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000
+Copyright 2014 by P.-G. Martinsson, V. Rokhlin, Y. Shkolnisky, and M. Tygert
+Copyright (c) 2021-04-21 Stefan van der Walt https://github.com/stefanv/lloyd
+copyright A. Volgenant/Amsterdam School of Economics, University of Amsterdam
+Copyright (c) 2002-2003 Juan Carlos Arevalo-Baeza http://spirit.sourceforge.net
+(c) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000-2005
+Copyright (c) 2000-2010 Joerg Walter, Mathias Koch, Gunter Winkler, David Bellot
+Copyright 1987-, A. Volgenant/Amsterdam School of Economics, University of Amsterdam
+(c) Copyright 2010 Just Software Solutions Ltd http://www.justsoftwaresolutions.co.uk
+copyright (c) 2005 troy d. straszheim <troy@resophonic.com> http://www.resophonic.com
+Copyright (c) 2002 Brad King (brad.king@kitware.com) Douglas Gregor (gregod@cs.rpi.edu)
+(c) Copyright 2009-2011 Frederic Bron, Robert Stewart, Steven Watanabe & Roman Perepelitsa
+(c) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000
+(c) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard Hinnant and John Maddock 2000
+Copyright (c) 2018 Sylvain Gubian <sylvain.gubian@pmi.com> , Yang Xiang <yang.xiang@pmi.com>
+(c) Copyright Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000
+Copyright (c) 2003 Jonathan de Halleux (dehalleux@pelikhan.com) http://spirit.sourceforge.net
+(c) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000-2003
+(c) Copyright David Abrahams Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000-2002
+Copyright (c) 1999-2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) Gary Powell (gwpowell@hotmail.com)
+Copyright (c) Tyler Reddy, Ross Hemsley, Edd Edmondson, Nikolai Nowaczyk, Joe Pitt-Francis, 2015
+Copyright (c) 2013 Jakob Lykke Andersen, University of Southern Denmark (jlandersen@imada.sdu.dk)
+(c) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard Hinnant and John Maddock 2000, 2010
+Copyright (c) 2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) 2001 Gary Powell (gary.powell@sierra.com)
+Copyright (c) 2003 Jonathan de Halleux http://spirit.sourceforge.net http://www.boost.org/libs/spirit
+(c) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000
+Copyright (c) 1990-2004 by Johannes Braams texniek at braams.cistron.nl Kersengaarde 33 2723 BP Zoetermeer NL
+Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory
+Copyright (c) 2008 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2009 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2010 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2003-2009, The Regents of the University of California, through Lawrence Berkeley National Laboratory
+Copyright (c) 2000-2010 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2000-2022 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2008-2010 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2009-2010 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2009-2011 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2009-2012 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2011-2012 Wolfgang Hoermann and Josef Leydold Institute for Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2000-2006 Wolfgang Hoermann and Josef Leydold Dept. for Statistics, University of Economics, Vienna, Austria
+Copyright (c) 2000-2006, 2010 Wolfgang Hoermann and Josef Leydold Department of Statistics and Mathematics, WU Wien, Austria
+Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu) Andrew Lumsdaine, Indiana University (lums@osl.iu.edu)
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Python Software Foundation
+(c) KOKOKOKOKKuKyKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKxKyK KyKxKzKzKzKzKzKzKzKzKzKzKzKzKyKxKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzKzK K K KzK K
+Copyright 2002 Marc Wintermantel (wintermantel@even-ag.ch) ETH Zurich, Center of Structure Technologies (https://web.archive.org/web/20050307090307/http://www.structures.ethz.ch/)
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+seaborn 0.10.1 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright (c) 2012 Alexei Boronine
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sqlparse 0.4.3 - BSD-2-Clause AND BSD-3-Clause
+
+
+copyright Y, Andi
+Copyright (c) 2016, Andi Albrecht <albrecht.andi@gmail.com>
+Copyright (c) 2009-2020 the sqlparse authors and contributors
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+threadpoolctl 3.1.0 - BSD-2-Clause AND BSD-3-Clause
+
+
+Copyright (c) 2017, Intel Corporation
+(Copyright (c) 2017, Intel Corporation)
+Copyright (c) 2019, threadpoolctl contributors
+
+BSD-2-Clause AND BSD-3-Clause
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+requests-oauthlib 1.3.1 - BSD-2-Clause AND ISC
+
+
+copyright u'2014, Kenneth Reitz
+Copyright (c) 2014 Kenneth Reitz
+
+BSD-2-Clause AND ISC
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cycler 0.10.0 - BSD-3-Clause
+
+
+copyright 2015, Matplotlib Developers
+Copyright (c) 2015, matplotlib project
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+kiwisolver 1.2.0 - BSD-3-Clause
+
+
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pandas 1.0.4 - BSD-3-Clause
+
+
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pandas 1.1.5 - BSD-3-Clause
+
+
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+protobuf 4.21.7 - BSD-3-Clause
+
+
+Copyright 2007 Google Inc.
+Copyright 2008 Google Inc.
+
+Copyright (c) <year> <owner> . All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+psycopg2-binary 2.9.1 - GPL-3.0-or-later
+
+
+Copyright (c) 2018, Joyent, Inc.
+Copyright (c) 2008 Canonical Ltd.
+Copyright 2010 by Daniele Varrazzo.
+Copyright 2013 by Daniele Varrazzo.
+Copyright (c) 2018-2019, Joyent, Inc.
+Copyright (c) 2017 My Karlsson <mk@acc.umu.se>
+Copyright (c) 2010-2019 Jan Urbanski <wulczer@wulczer.org>
+Copyright (c) 2006-2019 Johan Dahlin <jdahlin@async.com.br>
+Copyright (c) 2001-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2003-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2004-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2005-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2006-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2007-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2008-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2008-2019 James Henstridge <james@jamesh.id.au>
+Copyright (c) 2010-2019 Federico Di Gregorio <fog@debian.org>
+Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+Copyright (c) 2013-2019 Matthew Woodcraft <matthew@woodcraft.me.uk>
+Copyright (c) 2007-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2013-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2017-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+Copyright (c) 2001-2019, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation
+
+GNU GENERAL PUBLIC LICENSE
+
+Version 3, 29 June 2007
+
+Copyright © 2007 Free Software Foundation, Inc. <http s ://fsf.org/>
+
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+Preamble
+
+The GNU General Public License is a free, copyleft license for software and other kinds of works.
+
+The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
+
+To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
+
+For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
+
+Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
+
+For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
+
+Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
+
+Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
+
+The precise terms and conditions for copying, distribution and modification follow.
+
+TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based on the Program.
+
+ To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.
+
+ A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
+
+ The Corresponding Source for a work in source code form is that same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
+
+ When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
+
+ A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
+
+ d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
+
+ If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
+
+ The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
+
+ All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
+
+ However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
+
+ Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+<one line to give the program's name and a brief idea of what it does.>
+
+Copyright (C) <year> <name of author>
+
+This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with this program. If not, see <http s ://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
+
+<program> Copyright (C) <year> <name of author>
+
+This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+
+This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box".
+
+You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http s ://www.gnu.org/licenses/>.
+
+The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http s ://www.gnu.org/ licenses /why-not-lgpl.html>.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pymssql 2.2.5 - GPL-3.0-or-later
+
+
+
+GNU GENERAL PUBLIC LICENSE
+
+Version 3, 29 June 2007
+
+Copyright © 2007 Free Software Foundation, Inc. <http s ://fsf.org/>
+
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+Preamble
+
+The GNU General Public License is a free, copyleft license for software and other kinds of works.
+
+The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
+
+To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
+
+For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
+
+Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
+
+For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
+
+Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
+
+Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
+
+The precise terms and conditions for copying, distribution and modification follow.
+
+TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based on the Program.
+
+ To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.
+
+ A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
+
+ The Corresponding Source for a work in source code form is that same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
+
+ When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
+
+ A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
+
+ d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
+
+ If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
+
+ The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
+
+ All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
+
+ However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
+
+ Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+<one line to give the program's name and a brief idea of what it does.>
+
+Copyright (C) <year> <name of author>
+
+This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with this program. If not, see <http s ://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
+
+<program> Copyright (C) <year> <name of author>
+
+This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+
+This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box".
+
+You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http s ://www.gnu.org/licenses/>.
+
+The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http s ://www.gnu.org/ licenses /why-not-lgpl.html>.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pillow 9.2.0 - HPND
+
+
+(c) Tavmjung Bah
+Copyright 2020 Google LLC
+Copyright 2014 Google Inc.
+Copyright 2016 Google Inc.
+Copyright (c) 2018 Google LLC
+Copyright (c) 2013 Eric Soroos
+Copyright (c) 2020 by Pan Jing
+Copyright (c) Eric Soroos 2016
+Copyright (c) Eric Soroos 2017
+Copyright (c) 2011 Google, Inc.
+Copyright (c) 2002-2017, and GNU
+Copyright (c) 2009 Fredrik Lundh
+Copyright (c) Fredrik Lundh 1994
+Copyright (c) Fredrik Lundh 1995
+Copyright (c) Fredrik Lundh 1996
+Copyright (c) Fredrik Lundh 1997
+Copyright (c) Fredrik Lundh 1999
+Copyright (c) Fredrik Lundh 2009
+Copyright (c) 2004 by Secret Labs
+Copyright (c) 2013 by Eric Soroos
+Copyright (c) Secret Labs AB 1997
+Copyright (c) Secret Labs AB 1998
+Copyright (c) Secret Labs AB 1999
+Copyright (c) Secret Labs AB 2002
+Copyright (c) Secret Labs AB 2008
+Copyright 2008 The Bungee Project
+Copyright (c) 2004 by Bob Ippolito
+Copyright (c) 2006 by Tavmjong Bah
+Copyright (c) Mickael Bonfill 2017
+Copyright (c) 1995 by Fredrik Lundh
+Copyright (c) 1996 by Fredrik Lundh
+Copyright (c) 1997 by Fredrik Lundh
+Copyright (c) 1998-2001 Marti Maria
+Copyright (c) 2002 by Fredrik Lundh
+Copyright (c) 2003 by Fredrik Lundh
+Copyright (c) 2004 by Fredrik Lundh
+Copyright (c) 2005 by Fredrik Lundh
+Copyright (c) 2006 by Fredrik Lundh
+Copyright (c) 2009 by Fredrik Lundh
+Copyright (c) 2012 by Brian Crowell
+Copyright (c) Fredrik Lundh 1995-96
+Copyright (c) Fredrik Lundh 1995-97
+Copyright (c) Fredrik Lundh 1996-97
+Copyright (c) 1998 by Secret Labs AB
+Copyright (c) 2002 by Kevin B. Kenny
+Copyright (c) 2002 by Secret Labs AB
+Copyright (c) 2003 by Secret Labs AB
+Copyright (c) 2004 by William Baxter
+Copyright (c) 2014 Alastair Houghton
+Copyright (c) Secret Labs AB 1997-98
+Copyright (c) Secret Labs AB 1997-99
+Copyright (c) 1996-2000 Fredrik Lundh
+Copyright (c) 1997 by Secret Labs AB.
+Copyright (c) 1998 by Toby J Sargeant
+Copyright (c) 1999 by Secret Labs AB.
+Copyright (c) 2002-2003 Kevin Cazabon
+Copyright (c) 2003 by Bitstream, Inc.
+Copyright (c) 2004 by Secret Labs AB.
+Copyright (c) 2006 by Secret Labs AB.
+Copyright (c) 2016 by Mickael Bonfill
+Copyright (c) Fredrik Lundh 1995-1997
+Copyright (c) Fredrik Lundh 1995-2003
+Copyright (c) Fredrik Lundh 1996-2001
+Copyright (c) Fredrik Lundh 1996-2003
+Copyright (c) Fredrik Lundh 1997-2004
+Portions copyright 2015, Khaled Hosny
+Copyright (c) 1987 Adobe Systems, Inc.
+Copyright (c) 1995-96 by Fredrik Lundh
+Copyright (c) 1998-2000 Secret Labs AB
+Copyright (c) Secret Labs AB 1997-2001
+Copyright (c) Secret Labs AB 1997-2002
+Copyright (c) Secret Labs AB 1997-2003
+Copyright (c) Secret Labs AB 1997-2004
+Copyright (c) Secret Labs AB 1997-2005
+Copyright (c) Secret Labs AB 2002-2004
+Copyright (c) 2008 by Karsten Hiddemann
+Copyright (c) 2014 by Alastair Houghton
+copyright (c) 1991-1995, Thomas G. Lane
+Copyright (c) 1995-1996 by Fredrik Lundh
+Copyright (c) 1995-1997 by Fredrik Lundh
+Copyright (c) 1995-2001 by Fredrik Lundh
+Copyright (c) 1995-2002 by Fredrik Lundh
+Copyright (c) 1995-2003 by Fredrik Lundh
+Copyright (c) 1995-2004 by Fredrik Lundh
+Copyright (c) 1995-2005 by Fredrik Lundh
+Copyright (c) 1995-2006 by Fredrik Lundh
+Copyright (c) 1995-2009 by Fredrik Lundh
+Copyright (c) 1995-2011 by Fredrik Lundh
+Copyright (c) 1996-1997 by Fredrik Lundh
+Copyright (c) 1996-2000 by Fredrik Lundh
+Copyright (c) 1996-2003 by Fredrik Lundh
+Copyright (c) 1996-2004 by Fredrik Lundh
+Copyright (c) 1996-2006 by Fredrik Lundh
+Copyright (c) 1997-1998 by Fredrik Lundh
+Copyright (c) 1997-2003 by Fredrik Lundh
+Copyright (c) 1997-2005 by Fredrik Lundh
+Copyright (c) 1997-98 by Secret Labs AB.
+Copyright (c) 1997-99 by Secret Labs AB.
+Copyright (c) 1998-2003 by Fredrik Lundh
+Copyright (c) 2000-2003 by Fredrik Lundh
+Copyright (c) 2001-2002 by Fredrik Lundh
+Copyright (c) 2001-2004 by Fredrik Lundh
+Copyright (c) 2002-2004 by Fredrik Lundh
+Copyright (c) 2003-2005 by Fredrik Lundh
+Copyright 1984, 1987 Adobe Systems, Inc.
+Copyright 2018 by Jack Halten Fahnestock
+Copyright (c) 1995-2001 by Secret Labs AB
+Copyright (c) 1997-1998 by Secret Labs AB
+Copyright (c) 1997-1999 by Secret Labs AB
+Copyright (c) 1997-2000 by Secret Labs AB
+Copyright (c) 1997-2011 by Secret Labs AB
+Copyright (c) 1998-2005 by Secret Labs AB
+Copyright (c) 1998-2007 by Secret Labs AB
+Copyright (c) 1999-2005 by Secret Labs AB
+Copyright (c) 2001-2002 by Secret Labs AB
+Copyright (c) 2001-2004 by Secret Labs AB
+Copyright (c) 2002-2004 by Secret Labs AB
+Copyright (c) 2003-2005 by Secret Labs AB
+Copyright (c) 2015 Information Technology
+Copyright (c) 2018 Dimitar Toshkov Zhekov
+Copyright (c) 1997-2001 by Secret Labs AB.
+Copyright (c) 1997-2002 by Secret Labs AB.
+Copyright (c) 1997-2003 by Secret Labs AB.
+Copyright (c) 1997-2004 by Secret Labs AB.
+Copyright (c) 1997-2005 by Secret Labs AB.
+Copyright (c) 1997-2006 by Secret Labs AB.
+Copyright (c) 1997-2009 by Secret Labs AB.
+Copyright (c) 1998-2003 by Secret Labs AB.
+Copyright (c) 1998-2004 by Secret Labs AB.
+Copyright (c) 2004 by Health Research Inc.
+Copyright (c) 1993-1996 Lucent Technologies
+Copyright (c) 1997-2007 Adobe Systems, Inc.
+Copyright (c) 2000-2006 Adobe Systems, Inc.
+Copyright (c) 2014 Coriolis Systems Limited
+Copyright 2007 International Color Consortium
+Copyright (c) 1994-1998 Sun Microsystems, Inc.
+Copyright (c) 2014 by Coriolis Systems Limited
+Copyright 1987-2001 Adobe Systems Incorporated
+Copyright 1987-2004 Adobe Systems Incorporated
+Copyright 1987-2006 Adobe Systems Incorporated
+Copyright 1997-2006 Adobe Systems Incorporated
+Copyright International Color Consortium, 2009
+Portions Copyright 1988 Digital Equipment Corp.
+Copyright (c) 1998-2000 by Scriptics Corporation
+Copyright (c) 2020 Free Software Foundation, Inc.
+Copyright (c) 2016 Marcin Kurczewski <rr-@sakuya.pl>
+Portions Copyright 1988 Digital Equipment Corporation
+Copyright (c) 2010 Oliver Tonnhofer <olt@bogosoft.com>
+Copyright (c) 2010-2022 by Alex Clark and contributors
+Copyright (c) 2014 Dov Grobgeld <dov.grobgeld@gmail.com>
+Copyright 2013 Google Inc.Noto Color EmojiRegularVersion
+Copyright (c) 2018 Roel Nieskens, https://pixelambacht.nl
+Copyright (c) 2016-2022 Khaled Hosny <khaled@aliftype.com>
+copyright 2003 kevin_cazabon@hotmail.com kevin@cazabon.com
+Copyright (c) 1987-1994 The Regents of the University of California
+copyright 1995-2011 Fredrik Lundh, 2010-2022 Alex Clark and Contributors
+Copyright 2002, 2003, 2005, 2008, 2009, 2010, 2012 GNU Freefont contributors
+Copyright (c) 2002-2003 Kevin Cazabon kevin@cazabon.com https://www.cazabon.com
+Portions copyright 1997, 2009, 2011 American Mathematical Society <http://www.ams.org>
+Copyright 2002, 2003, 2005, 2008, 2009, 2010, 2012 GNU Freefont contributors. FreeMono FreeMono
+copyrighted by the Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation
+Copyright 2016 Adobe (http://www.adobe.com/).Adobe Variable Font PrototypeRegular1.004 ADBO AdobeVFPrototype-Default ADOBEVersion
+Copyright 2014, 2015 Adobe Systems Incorporated (http://www.adobe.com/).Noto Sans JP RegularRegular1.004 GOOG NotoSansJP-Regular ADOBEVersion
+copyright 2010-2011, Google Corporation.Open Sans Condensed LightItalic1.10 1ASC OpenSansCondensed-LightItalicOpen Sans Condensed Light ItalicVersion
+
+Historical Permission Notice and Disclaimer
+
+<copyright notice>
+
+Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies , and that both that the copyright notice and this permission notice appear in supporting documentation , and that the name of <copyright holder> <or related entities> not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission . <copyright holder> makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. <copyright holder> DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS . IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+nose 1.3.7 - LGPL-2.1-only
+
+
+Copyright (c) 2008-2010
+COPYRIGHT 2009, Jason Pellerin
+copyright u'2009, Jason Pellerin
+copyright Jason Pellerin 2005-2009
+copyrighted by the Free Software Foundation
+Copyright (c) 1991, 1999 Free Software Foundation, Inc.
+
+GNU LESSER GENERAL PUBLIC LICENSE
+
+Version 2.1, February 1999
+
+Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
+
+This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below.
+
+When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things.
+
+To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
+
+For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
+
+We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.
+
+To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others.
+
+Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license.
+
+Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs.
+
+When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library.
+
+We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances.
+
+For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License.
+
+In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system.
+
+Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library.
+
+The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
+
+ Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
+
+ You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
+
+ These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
+
+ Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
+
+ In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
+
+ Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
+
+ a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
+
+ It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
+
+ 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
+
+ b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
+
+ If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
+
+ It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
+
+ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Libraries
+
+If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
+
+To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+< one line to give the library's name and an idea of what it does. >
+
+Copyright (C) < year > < name of author >
+
+This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
+
+Yoyodyne, Inc., hereby disclaims all copyright interest in
+
+the library `Frob' (a library for tweaking knobs) written
+
+by James Random Hacker.
+
+< signature of Ty Coon > , 1 April 1990
+
+Ty Coon, President of Vice
+
+That's all there is to it!
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+adal 1.2.7 - MIT
+
+
+Copyright (c) Microsoft Corporation.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+alembic 1.8.1 - MIT
+
+
+(c) Zeno Rocha
+copyright 2010-2022, Mike Bayer
+Copyright 2009-2022 Michael Bayer
+(c) Copyright 2010-2022, Mike Bayer
+Copyright 2007-2022 by the Sphinx team
+(c) OpenJS Foundation and other contributors
+Copyright JS Foundation and other contributors
+Copyright OpenJS Foundation and other contributors
+Copyright (c) 2005-2019 the SQLAlchemy authors and contributors
+Copyright (c) 2005-2021 the SQLAlchemy authors and contributors
+(c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors Underscore
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+applicationinsights 0.11.7 - MIT
+
+
+Copyright (c) 2018 Microsoft
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+attrs 22.1.0 - MIT
+
+
+(c) N Revealed
+Hynek Schlawack copyright f'2015
+Copyright (c) 2015 Hynek Schlawack
+Copyright (c) 2015 Hynek Schlawack"
+Copyright ..." is shown in the HTML footer. Default is True.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-ai-formrecognizer 3.2.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-ai-nspkg 1.0.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-ai-textanalytics 5.2.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-cognitiveservices-nspkg 3.0.1 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-common 1.1.28 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-core 1.25.1 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-cosmos 4.3.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-eventhub 5.10.1 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-graphrbac 0.61.1 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-identity 1.11.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-keyvault-certificates 4.6.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-keyvault-keys 4.7.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-keyvault-secrets 4.6.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-authorization 2.0.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-containerregistry 10.0.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-core 1.3.2 - MIT
+
+
+Copyright (c) 2016 Microsoft Azure
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-keyvault 10.1.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-nspkg 3.0.2 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-resource 21.1.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-storage 20.0.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-mgmt-storage 20.1.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-nspkg 3.0.2 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-storage-blob 12.13.1 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-storage-common 1.4.0 - MIT
+
+
+Copyright (c) 2017 Microsoft
+Copyright (c) Microsoft Corporation.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+azure-storage-nspkg 3.1.0 - MIT
+
+
+Copyright (c) Microsoft Corporation.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cachetools 5.2.0 - MIT
+
+
+copyright 2014-2022 Thomas Kemmer
+Copyright (c) 2014-2022 Thomas Kemmer
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+cffi 1.15.1 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+charset-normalizer 2.1.1 - MIT
+
+
+COPYRIGHT (c) FOOBAR
+copyright 2019, Ahmed TAHRI
+Copyright (c) 2019 TAHRI Ahmed R.
+copyright (c) 2021 by Ahmed TAHRI
+Copyright (c) 2019 Ahmed TAHRI Ousret
+(c) 2012 Denny Vrandecic (http://simia.net/letters/)
+Copyright (c) 2019 Ahmed TAHRI Ousret (https://github.com/Ousret)
+(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+configparser 3.7.4 - MIT
+
+
+Copyright Jason R. Coombs
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+configparser 5.3.0 - MIT
+
+
+Copyright Jason R. Coombs
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+entrypoints 0.4 - MIT
+
+
+copyright 2015, Thomas Kluyver
+Copyright (c) Thomas Kluyver and contributors
+Copyright (c) 2015 Thomas Kluyver and contributors
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+flake8 3.5.0 - MIT
+
+
+copyright u'2016, Ian Stapleton Cordasco
+Copyright (c) 2011-2013 Tarek Ziade <tarek@ziade.org>
+Copyright (c) 2012-2016 Ian Cordasco <graffatcolmingov@gmail.com>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+flask-cors 3.0.10 - MIT
+
+
+copyright u'2013, Cory Dolphin
+copyright (c) 2016 by Cory Dolphin.
+Copyright (c) 2016 Cory Dolphin, Olin College
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+flatten_json 0.1.13 - MIT
+
+
+Copyright (c) 2016 Amir Ziai
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+gunicorn 20.1.0 - MIT
+
+
+(c) Meebo, Inc.
+Copyright 2013 Dariusz Suchojad
+Copyright (c) 2008-2010, Eventlet
+Copyright 2001-2005 by Vinay Sajip
+copyright 2009- s, Benoit Chesneau
+Copyright (c) 2005-2006, Bob Ippolito
+Copyright (c) 2007-2010, Linden Research, Inc.
+(c) Paul J. Davis <paul.joseph.davis@gmail.com>
+(c) Benoit Chesneau <benoitc@e-engura.org> 2009-2015
+Copyright 2009 Paul J. Davis <paul.joseph.davis@gmail.com>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+homebrew-pypi-poet 0.10.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+humanfriendly 10.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+iniconfig 1.1.1 - MIT
+
+
+(c) Ronny Pfannschmidt, Holger Krekel
+(c) 2010 Ronny Pfannschmidt, Holger Krekel
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+jeepney 0.8.0 - MIT
+
+
+copyright 2017, Thomas Kluyver
+Copyright (c) 2017 Thomas Kluyver
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+jmespath 1.0.1 - MIT
+
+
+Copyright (c) 2013 Amazon.com, Inc. or its affiliates
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+json-logging-py 0.2 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+knack 0.10.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+knack 0.9.0 - MIT
+
+
+Copyright (c) Microsoft Corporation.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+lightgbm 3.3.2 - MIT
+
+
+Copyright (c) 2014
+Copyright (c) 2017
+Bf16ToF32Odd (c) Packet4f
+Copyright Paul Dreik 2019
+Bf16ToF32Even (c) Packet4f
+Copyright 2013 Google Inc.
+Copyright (c) Daniel Lemire
+Copyright (c) 2010, Intel Corp.
+Copyright (c) 2013 Dropbox, Inc.
+Copyright (c) 2007 Julien Pommier
+Copyright (c) 2009 Claire Maurice
+Copyright (c) 2011 Hannes Hofmann
+Copyright (c) 2010 Vincent Lejeune
+Copyright (c) Fabian Giesen, 2016.
+Copyright (c) Microsoft Corporation
+Copyright (c) 2001 Intel Corporation.
+Copyright (c) 2011, Intel Corporation.
+Copyright 2017 The TensorFlow Authors.
+Copyright (c) 2018 Wave Computing, Inc.
+Copyright (c) 2016 Microsoft Corporation.
+Copyright (c) 2017 Microsoft Corporation.
+Copyright (c) 2018 Microsoft Corporation.
+Copyright (c) 2019 Microsoft Corporation.
+Copyright 2010-2012, D. E. Shaw Research.
+(c) 2012,2014 Advanced Micro Devices, Inc.
+Copyright (c) 2012 - 2016, Victor Zverovich
+Copyright (c) 2017 Codeplay Software Limited
+Copyright (c) 2012 - present, Victor Zverovich
+Copyright (c) 2009 Keir Mierle <mierle@gmail.com>
+Copyright (c) 2009 Rohit Garg <rpg.314@gmail.com>
+Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com>
+Copyright (c) 2015 Jakub Pola <jakub.pola@gmail.com>
+Copyright (c) 2015 Jakub Szuppe <j.szuppe@gmail.com>
+Copyright (c) 2016 Eugene Brevdo <ebrevdo@gmail.com>
+Copyright (c) 2016 Jakub Szuppe <j.szuppe@gmail.com>
+Copyright (c) 2018 - present, Remotion (Igor Schulz)
+Copyright (c) 2018 Jakub Szuppe <j.szuppe@gmail.com>
+Copyright (c) 2011 Timothy E. Holy tim.holy@gmail.com
+Copyright (c) 2014 Roshan <thisisroshansmail@gmail.com>
+Copyright (c) 2009 Hauke Heibel <hauke.heibel@gmail.com>
+Copyright (c) 2009 Kenneth Riddile <kfriddile@yahoo.com>
+Copyright (c) 2010 Hauke Heibel <hauke.heibel@gmail.com>
+Copyright (c) 2014 Pedro Gonnet (pedro.gonnet@gmail.com)
+Copyright (c) 2016 Pedro Gonnet (pedro.gonnet@gmail.com)
+Copyright (c) 2016 Tobias Wood <tobias@spinicist.org.uk>
+Copyright (c) 2009 Ricard Marxer <email@ricardmarxer.com>
+Copyright (c) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk>
+Copyright (c) 2011 Jitse Niesen <jitse@maths.leeds.ac.uk>
+Copyright (c) 2012 Alexey Korepanov <kaikaikai@yandex.ru>
+Copyright (c) 2013 Jean Ceccato <jean.ceccato@ensimag.fr>
+Copyright (c) 2013 Jitse Niesen <jitse@maths.leeds.ac.uk>
+Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.com>
+Copyright (c) 2013-2015 Kyle Lutz <kyle.r.lutz@gmail.com>
+Copyright (c) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2013 Gauthier Brun <brun.gauthier@gmail.com>
+Copyright (c) 2009 Mathieu Gautier <mathieu.gautier@cea.fr>
+Copyright (c) 2013 Nicolas Carre <nicolas.carre@ensimag.fr>
+Copyright (c) 2016 Rasmus Munk Larsen (rmlarsen@google.com)
+Copyright (c) 2016 Rasmus Munk Larsen <rmlarsen@google.com>
+Copyright (c) 2017 Denis Demidov <dennis.demidov@gmail.com>
+Copyright (c) 2018 Rasmus Munk Larsen <rmlarsen@google.com>
+Copyright (c) 2019 Rasmus Munk Larsen <rmlarsen@google.com>
+Copyright (c) 2007 Michael Olbrich <michael.olbrich@gmx.net>
+Copyright (c) 2010 Thomas Capricelli <orzel@freehackers.org>
+Copyright (c) 2013 Pavel Holoborodko <pavel@holoborodko.com>
+Copyright (c) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2010-2013 Hauke Heibel <hauke.heibel@gmail.com>
+Copyright (c) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2014 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2015 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2016 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2017 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2018 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2019 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2010,2012 Jitse Niesen <jitse@maths.leeds.ac.uk>
+Copyright (c) 2011-2012 Jitse Niesen <jitse@maths.leeds.ac.uk>
+Copyright (c) 2017 Kristian Popov <kristian.popov@outlook.com>
+Copyright (c) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2006-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2007-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2007-2011 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2008-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2008-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2009-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2010 Konstantinos Margaritis <markos@freevec.org>
+Copyright (c) 2016 Konstantinos Margaritis <markos@freevec.org>
+Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola.
+Copyright (c) 2014 Benoit Steiner (benoit.steiner.goog@gmail.com)
+Copyright (c) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
+Copyright (c) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
+Copyright (c) 2016 Benoit Steiner (benoit.steiner.goog@gmail.com)
+Copyright (c) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com>
+Copyright (c) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2011 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2016 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2017 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2018 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2008-2019 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2009-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2009-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2009-2019 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2010-2011 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2010-2016 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2011-2018 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2012-2016 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2013-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2013-2016 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2014-2017 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2014-2019 Gael Guennebaud <gael.guennebaud@inria.fr>
+Copyright (c) 2012 - present, Victor Zverovich and fmt contributors
+Copyright (c) 2013 Pierre Zoppitelli <pierre.zoppitelli@ensimag.fr>
+Copyright (c) 2018 - present, Victor Zverovich and fmt contributors
+Copyright (c) 2008-2016 Konstantinos Margaritis <markos@freevec.org>
+Copyright (c) 2010-2016 Konstantinos Margaritis <markos@freevec.org>
+Copyright (c) 2006-2008, 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
+Copyright (c) 2015 Muhammad Junaid Muzammil <mjunaidmuzammil@gmail.com>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+mako 1.2.3 - MIT
+
+
+Copyright 2008 by Armin Ronacher
+Copyright (c) 2006 Edgewall Software
+Copyright 2007-2022 by the Sphinx team
+(c) OpenJS Foundation and other contributors
+Copyright JS Foundation and other contributors
+Copyright OpenJS Foundation and other contributors
+Copyright 2006-2020 the Mako authors and contributors
+Copyright 2006-2022 the Mako authors and contributors
+(c) Copyright the Mako authors and contributors. Documentation generated using http://sphinx.pocoo.org
+(c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors Underscore
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+matplotlib 3.2.1 - MIT
+
+
+coprod 97
+(c) Tavmjong Bah
+(c) Tavmjung Bah
+(c) Frank Siegert 1996
+Copyright (c) 2007-2008
+Fonts are (c) Bitstream
+b'Copyright xa9 2017 No
+Appender Copyright (c) 2009
+Copyright <http://www.ams.org>
+Qhull, Copyright (c) 1993-2015
+X11R4 release, copyright M.I.T.
+Copyright 2010-2012, Google Inc.
+Copyright (c) 2002 Hansruedi Baer
+Copyright (c) 2003 Hansruedi Baer
+Copyright (c) 2005 Nilton Volpato
+Copyright (c) 2009 Pierre Raybaut
+Copyright (c) 2010 Doug Hellmann.
+(c) 2012 Continuum Analytics, Inc.
+Copyright (c) 2006 by Tavmjong Bah.
+Copyright (c) 2011 Ethan Schoonover
+Copyright xa9 2017 No one. FontBBox
+Copyright (c) 1993-2015 C.B. Barber.
+Copyright (c) 2002 by Kevin B. Kenny.
+Copyright (c) 2003 by Bitstream, Inc.
+Copyright (c) 2010, Bartosz Telenczuk
+copyright 2014, Matplotlib developers
+Copyright (c) 1994, Basil K. Malyshev.
+Copyright (c) 2002-2009 John D. Hunter
+Copyright (c) 2002-2011 John D. Hunter
+ECopyright (c) 2003 by Bitstream, Inc.
+FCopyright (c) 2003 by Bitstream, Inc.
+hCopyright (c) 2003 by Bitstream, Inc.
+coproduct Comment Ascending 98, 99, 100
+Copyright (c) 1995-2011 by Fredrik Lundh
+Copyright (c) 2001, 2002 Enthought, Inc.
+Copyright (c) 2001-2004 by Fredrik Lundh
+Copyright (c) 2002-2005 Maxim Shemanarev
+Copyright 2004 John Gill and John Hunter
+Copyright (c) 1997-2011 by Secret Labs AB
+Copyright The Matplotlib development team
+Copyright (c) 1993-1996 Lucent Technologies.
+Copyright (c) 1993-2015 The Geometry Center.
+Copyright (c) 1994, 1995, Basil K. Malyshev.
+Portions copyright (c) 1990 by Elsevier, Inc.
+Copyright (c) 1970-2003, Wm. Randolph Franklin
+Copyright (c) 1994-1998 Sun Microsystems, Inc.
+Copyright (c) 2012- Matplotlib Development Team
+Copyright (c) 2001-2005 by the STI Pub Companies
+Copyright (c) 2001-2010 by the STI Pub Companies
+1Copyright (c) 2001-2010 by the STI Pub Companies
+Copyright (c) 1997 American Mathematical Society.
+Copyright (c) 1998-2000 by Scriptics Corporation.
+Copyright 1995, Trinity College Computing Center.
+LCopyright (c) 2001-2010 by the STI Pub Companies
+Copyright jQuery Foundation and other contributors
+Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic
+Copyright (c) 2012-2013 Matplotlib Development Team
+Copyright (c) 1989, 1991 Adobe Systems Incorporated.
+Copyright (c) 2005 Tony Juricic (tonygeek@yahoo.com)
+PCopyright (c) 2010-2013 by tyPoland Lukasz Dziedzic
+Portions copyright (c) 1998-2003 by MicroPress, Inc.
+Copyright (c) 1997, 2009 American Mathematical Society
+Copyright (c) Jeremy O'Donoghue & John Hunter, 2003-4.
+Copyright 2014 jQuery Foundation and other contributors
+Copyright 2015 jQuery Foundation and other contributors
+Copyright 2000 by Object Craft P/L, Melbourne, Australia.
+Copyright (c) 1985, 1987, 1988 Adobe Systems Incorporated.
+Copyright (c) 1989, 1990, 1991 Adobe Systems Incorporated.
+Copyright (c) 2009 John Horigan (http://www.antigrain.com)
+Copyright (c) 1989, 1990, 1991, Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1988, 1989 Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1988, 1991 Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1989, 1990 Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1989, 1991 Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1989, 1992 Adobe Systems Incorporated.
+Copyright (c) 1996. The Regents of the University of California.
+Copyright (c) 2003-2004 Andrew Straw, Jeremy O'Donoghue and others
+Copyright (c) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
+Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+(c) 2010-2013 by tyPoland Lukasz Dziedzic (http://www.typoland.com/)
+Copyright (c) 1987-1994 The Regents of the University of California.
+Copyright (c) 1985, 1987, 1988, 1989, 1997 Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1989, 1990, 1991 Adobe Systems Incorporated.
+Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated.
+Copyright (c) 1989, 1990, 1991, 1993, 1997 Adobe Systems Incorporated.
+Copyright jQuery Foundation and other contributors, https://jquery.org
+Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated.
+Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated.
+Copyright (c) 1997, 2009, American Mathematical Society (http://www.ams.org).
+Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University.
+copyrighted by the Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation
+copyright '2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team 2012 - 2018 The Matplotlib development team
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+mccabe 0.7.0 - MIT
+
+
+Copyright (c) Ned Batchelder
+Copyright (c) 2011-2013 Tarek Ziade <tarek@ziade.org>
+Copyright (c) 2013 Florent Xicluna <florent.xicluna@gmail.com>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+msal 1.19.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+msal-extensions 1.0.0 - MIT
+
+
+Copyright (c) Microsoft Corporation
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+msrest 0.7.1 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+msrestazure 0.6.4 - MIT
+
+
+Copyright (c) Microsoft Corporation.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pathlib2 2.3.7.post1 - MIT
+
+
+Copyright 2007-2021 by the Sphinx team
+(c) JS Foundation and other contributors
+Copyright JS Foundation and other contributors
+Copyright (c) 2014-2017 Matthias C. M. Troffaes
+Copyright (c) 2014-2021 Matthias C. M. Troffaes
+Copyright (c) 2012-2014 Antoine Pitrou and contributors
+Copyright (c) 2014-2021 Matthias C. M. Troffaes and contributors
+(c) 2012-2014 Antoine Pitrou and contributors 2014-2021, Matthias C. M. Troffaes and contributors
+copyright 2012-2014 Antoine Pitrou and contributors 2014-2021, Matthias C. M. Troffaes and contributors
+copyright ^2012-2014 Antoine Pitrou and contributors 2014-2021, Matthias C. M. Troffaes and contributors
+(c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors Underscore
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pkginfo 1.8.3 - MIT
+
+
+copyright u'2009-2013, Tres Seaver
+Copyright (c) 2009 Agendaless Consulting, Inc.
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pluggy 1.0.0 - MIT
+
+
+copyright 2016, Holger Krekel
+Copyright (c) 2015 holger krekel (rather uses bitbucket/hpk42)
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+prometheus-flask-exporter 0.20.3 - MIT
+
+
+Copyright (c) 2017 Viktor Adam
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+py 1.11.0 - MIT
+
+
+(c) Ronny Pfannschmidt, Holger Krekel
+copyright u'2010, holger krekel et. al
+(c) Holger Krekel and others, 2004-2014
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pycodestyle 2.3.1 - MIT
+
+
+Copyright (c) 2014-2016 Ian Lee <ianlee1521@gmail.com>
+Copyright (c) 2006-2009 Johann C. Rocholl <johann@rocholl.net>
+Copyright (c) 2009-2014 Florent Xicluna <florent.xicluna@gmail.com>
+u'Johann C. Rocholl, Florent Xicluna, Ian Lee copyright u'2006-2016
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyflakes 2.5.0 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyjwt 2.5.0 - MIT
+
+
+Copyright 2015-2022 Jose Padilla
+copyright 2015-2022, Jose Padilla
+Copyright (c) 2015-2022 Jose Padilla
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyparsing 2.4.5 - MIT
+
+
+Copyright 2004-2010
+Copyright 2004, Paul McGuire
+Copyright 2006, Paul McGuire
+Copyright 2008 Chris Lambrou
+Copyright 2008, Paul McGuire
+Copyright 2010, Paul McGuire
+Copyright 2011, Paul McGuire
+Copyright 2015, Paul McGuire
+Copyright 2016, Paul McGuire
+Copyright 2018, Paul McGuire
+Copyright 2019, Paul McGuire
+Copyright Paul McGuire, 2019
+copyright 2006, Paul McGuire
+Copyright, 2010, Paul McGuire
+Copyright 2007 by Paul McGuire
+Copyright, 2007 - Paul McGuire
+Copyright, 2012 - Paul McGuire
+Copyright 2006, by Paul McGuire
+Copyright 2008, by Paul McGuire
+Copyright 2012, Paul T. McGuire
+copyright 2018, Paul T. McGuire
+Copyright (c) 2003, Paul McGuire
+Copyright (c) 2004, Paul McGuire
+Copyright (c) 2006, Paul McGuire
+Copyright (c) 2009 Zarko Zivanov
+Copyright (c) 2016, Paul McGuire
+Copyright 2010,2019 Paul McGuire
+Copyright, 2006, by Paul McGuire
+Copyright 2002-2018, Paul McGuire
+Copyright 2005-2006, Paul McGuire
+Copyright 2009, 2011 Paul McGuire
+Copyright (c) 2018 Paul T. McGuire
+Copyright Ellis & Grant, Inc. 2005
+Copyright 2003-2009 by Paul McGuire
+Copyright 2011,2015 Paul T. McGuire
+Copyright (c) 2003,2019 Paul McGuire
+Copyright (c) 2006,2016 Paul McGuire
+Copyright 2003, 2019 by Paul McGuire
+Copyright 2004-2016, by Paul McGuire
+Copyright 2007-2011, by Paul McGuire
+Copyright 2010, 2019 by Paul McGuire
+Copyright (c) 2003,2016, Paul McGuire
+Copyright (c) 2004, 2006 Paul McGuire
+Copyright (c) 2004-2016, Paul McGuire
+Copyright (c) 2006-2016, Paul McGuire
+Copyright copy 2003-2013 Paul McGuire
+Copyright (c) 2006, 2016, Paul McGuire
+Copyright (c) 2003-2019 Paul T. McGuire
+Copyright (c) 2004-2011 Paul T. McGuire
+Copyright (c) 2006, Estrate, the Netherlands
+Copyright 1989 by Carnegie Mellon University
+Copyright (c) 2006 Tim Cera timcera@earthlink.net
+Copyright Petri Savolainen <firstname.lastname@iki.fi>
+Copyright 2004, by Alberto Santini http://www.albertosantini.it/chess
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyparsing 2.4.7 - MIT
+
+
+Copyright 2004-2010
+Copyright 2004, Paul McGuire
+Copyright 2006, Paul McGuire
+Copyright 2008 Chris Lambrou
+Copyright 2008, Paul McGuire
+Copyright 2010, Paul McGuire
+Copyright 2011, Paul McGuire
+Copyright 2015, Paul McGuire
+Copyright 2016, Paul McGuire
+Copyright 2018, Paul McGuire
+Copyright 2019, Paul McGuire
+Copyright Paul McGuire, 2019
+copyright 2006, Paul McGuire
+Copyright, 2010, Paul McGuire
+Copyright 2007 by Paul McGuire
+Copyright, 2007 - Paul McGuire
+Copyright, 2012 - Paul McGuire
+Copyright 2006, by Paul McGuire
+Copyright 2008, by Paul McGuire
+Copyright 2012, Paul T. McGuire
+copyright 2018, Paul T. McGuire
+Copyright (c) 2003, Paul McGuire
+Copyright (c) 2004, Paul McGuire
+Copyright (c) 2006, Paul McGuire
+Copyright (c) 2009 Zarko Zivanov
+Copyright (c) 2016, Paul McGuire
+Copyright 2010,2019 Paul McGuire
+Copyright, 2006, by Paul McGuire
+Copyright 2002-2018, Paul McGuire
+Copyright 2005-2006, Paul McGuire
+Copyright 2009, 2011 Paul McGuire
+Copyright (c) 2018 Paul T. McGuire
+Copyright Ellis & Grant, Inc. 2005
+Copyright 2003-2009 by Paul McGuire
+Copyright 2011,2015 Paul T. McGuire
+Copyright (c) 2003,2019 Paul McGuire
+Copyright (c) 2006,2016 Paul McGuire
+Copyright 2003, 2019 by Paul McGuire
+Copyright 2004-2016, by Paul McGuire
+Copyright 2007-2011, by Paul McGuire
+Copyright 2010, 2019 by Paul McGuire
+Copyright (c) 2003,2016, Paul McGuire
+Copyright (c) 2004, 2006 Paul McGuire
+Copyright (c) 2004-2016, Paul McGuire
+Copyright (c) 2006-2016, Paul McGuire
+Copyright copy 2003-2013 Paul McGuire
+Copyright (c) 2006, 2016, Paul McGuire
+Copyright (c) 2003-2019 Paul T. McGuire
+Copyright (c) 2004-2011 Paul T. McGuire
+Copyright (c) 2006, Estrate, the Netherlands
+Copyright 1989 by Carnegie Mellon University
+Copyright (c) 2006 Tim Cera timcera@earthlink.net
+Copyright Petri Savolainen <firstname.lastname@iki.fi>
+Copyright 2004, by Alberto Santini http://www.albertosantini.it/chess
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyparsing 3.0.9 - MIT
+
+
+Copyright 2004-2010
+Copyright, Tom Coonan
+Copyright (c) 2021 Dot
+Copyright 2004, Paul McGuire
+Copyright 2006, Paul McGuire
+Copyright 2008 Chris Lambrou
+Copyright 2008, Paul McGuire
+Copyright 2010, Paul McGuire
+Copyright 2011, Paul McGuire
+Copyright 2015, Paul McGuire
+Copyright 2016, Paul McGuire
+Copyright 2018, Paul McGuire
+Copyright 2019, Paul McGuire
+Copyright 2020, Paul McGuire
+Copyright 2021, Paul McGuire
+Copyright Paul McGuire, 2019
+Copyright Paul McGuire, 2021
+copyright 2006, Paul McGuire
+Copyright, 2010, Paul McGuire
+Copyright 2007 by Paul McGuire
+Copyright, 2007 - Paul McGuire
+Copyright, 2012 - Paul McGuire
+Copyright 2006, by Paul McGuire
+Copyright 2008, by Paul McGuire
+Copyright 2012, Paul T. McGuire
+Copyright 2022, by Paul McGuire
+Copyright (c) 2003, Paul McGuire
+Copyright (c) 2004, Paul McGuire
+Copyright (c) 2006, Paul McGuire
+Copyright (c) 2009 Zarko Zivanov
+Copyright (c) 2016, Paul McGuire
+Copyright 2010,2019 Paul McGuire
+Copyright, 2006, by Paul McGuire
+Copyright (c) 2008, InformAsic AB
+Copyright 2002-2021, Paul McGuire
+Copyright 2005-2006, Paul McGuire
+Copyright 2009, 2011 Paul McGuire
+Copyright (c) 2018 Paul T. McGuire
+Copyright Ellis & Grant, Inc. 2005
+Copyright 2003-2019 by Paul McGuire
+Copyright 2011,2015 Paul T. McGuire
+Copyright (c) 2003,2019 Paul McGuire
+Copyright (c) 2006,2016 Paul McGuire
+Copyright 2003, 2019 by Paul McGuire
+Copyright 2004-2016, by Paul McGuire
+Copyright 2007-2011, by Paul McGuire
+Copyright 2010, 2019 by Paul McGuire
+Copyright 2012, 2019 Paul T. McGuire
+copyright 2018-2021, Paul T. McGuire
+Copyright (c) 2003,2016, Paul McGuire
+Copyright (c) 2004, 2006 Paul McGuire
+Copyright (c) 2004-2016, Paul McGuire
+Copyright copy 2003-2022 Paul McGuire
+Copyright (c) 2006, 2016, Paul McGuire
+Copyright (c) 2006, 2019, Paul McGuire
+Copyright (c) 2003-2019 Paul T. McGuire
+Copyright (c) 2003-2022 Paul T. McGuire
+Copyright (c) 2004-2011 Paul T. McGuire
+Copyright (c) 1992-1993 Jean-loup Gailly
+Copyright (c) 2006, Estrate, the Netherlands
+Copyright 1989 by Carnegie Mellon University
+Copyright (c) 2000 Rudolf Usselmann rudi@asics.ws
+Copyright (c) 2006 Tim Cera timcera@earthlink.net
+Copyright Petri Savolainen <firstname.lastname@iki.fi>
+copyright 1999, Kluwer Academic Publishers, Norwell, MA
+Copyright 2004, by Alberto Santini http://www.albertosantini.it/chess
+copyright 1998, Sutherland HDL Inc, Portland, Oregon, USA Contact www.sutherland.com
+Copyright (c) 1999 Fulvio Corno, Matteo Sonze Reorda, Giovanni Squillero Politecnico di Torino
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pytest 7.1.3 - MIT
+
+
+Copyright (c) 2014, Gregory Boissinot
+Copyright Holger Krekel and others, 2004
+Copyright (c) 2004 Holger Krekel and others
+copyright 2015, holger krekel and pytest-dev team
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pytoml 0.1.21 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pytz 2020.1 - MIT
+
+
+Copyright (c) 2003-2019 Stuart Bishop <stuart@stuartbishop.net>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pytz 2022.4 - MIT
+
+
+Copyright (c) 2003-2019 Stuart Bishop <stuart@stuartbishop.net>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyyaml 5.4.1 - MIT
+
+
+Copyright (c) 2017-2021 Ingy dot Net
+Copyright (c) 2006-2016 Kirill Simonov
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pyyaml 6.0 - MIT
+
+
+Copyright (c) 2017-2021 Ingy dot Net
+Copyright (c) 2006-2016 Kirill Simonov
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+querystring-parser 1.2.4 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+recommonmark 0.7.1 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+six 1.13.0 - MIT
+
+
+copyright u'2010-2019, Benjamin Peterson
+Copyright (c) 2010-2019 Benjamin Peterson
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+six 1.15.0 - MIT
+
+
+copyright u'2010-2020, Benjamin Peterson
+Copyright (c) 2010-2020 Benjamin Peterson
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+six 1.16.0 - MIT
+
+
+copyright u'2010-2020, Benjamin Peterson
+Copyright (c) 2010-2020 Benjamin Peterson
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sphinx-rtd-theme 1.0.0 - MIT
+
+
+(c) Droits d'auteur
+(copyright)s. (c) Prawa
+(copyright)s. (c) Autori
+Copyright Downloads Edit
+(copyright)s. (c) Derechos
+(copyright)s. (c) Direitos
+Copyright Dave Gandy 2016.
+Copyright Downloads Bewerk
+Copyright Downloads Editar
+Copyright (copyright)s. Apie
+Copyright (copyright)s. Over
+Copyright Downloads Modifica
+Copyright (copyright)s. About
+Copyright (c) 2019 ORGANIZATION
+(copyright)s. (c) Droits d'auteur
+Copyright 2007-2013 by the Sphinx team
+Copyright Auf Bitbucket bearbeiten Auf GitHub
+Copyright (c) 2010-2015, Lukasz Dziedzic (dziedzic@typoland.com)
+Copyright (copyright)s. Nota sulla documentazione Realizzato con
+Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+sqlalchemy 1.4.41 - MIT
+
+
+(c) Zeno Rocha
+Copyright (c) Microsoft
+Copyright 2007-2022 by the Sphinx team
+Copyright SQLAlchemy 1.4 Documentation
+(c) OpenJS Foundation and other contributors
+Copyright JS Foundation and other contributors
+Copyright OpenJS Foundation and other contributors
+Copyright (c) 2005-2022 Michael Bayer and contributors
+Copyright (c) 2010 Gaetan de Menten gdementen@gmail.com
+Copyright 2005-2022 SQLAlchemy authors and contributors
+Copyright (c) Microsoft Corporation', Microsoft SQL Azure
+Copyright (c) 2021 the SQLAlchemy authors and contributors
+Copyright (c) 2010-2011 Gaetan de Menten gdementen@gmail.com
+Copyright 2007-2022, the SQLAlchemy authors and contributors
+copyright u'2007-2022, the SQLAlchemy authors and contributors
+Copyright (c) 2005-2022 the SQLAlchemy authors and contributors
+Copyright (c) 2006-2022 the SQLAlchemy authors and contributors
+Copyright (c) 2009-2022 the SQLAlchemy authors and contributors
+Copyright (c) 2010-2022 the SQLAlchemy authors and contributors
+Copyright (c) 2013-2022 the SQLAlchemy authors and contributors
+Copyright (c) 2020-2022 the SQLAlchemy authors and contributors
+copyright (c) 2007 Fisch Asset Management AG https://www.fam.ch
+(c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors Underscore
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+tabulate 0.8.10 - MIT
+
+
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+tomli 2.0.1 - MIT
+
+
+Copyright 2021 Taneli Hukkinen
+Copyright (c) 2021 Taneli Hukkinen
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+uamqp 1.6.0 - MIT
+
+
+Copyright (c) 2014
+Copyright (c) 2015
+Copyright 2016 Azure
+Copyright (c) Microsoft
+Copyright 2015 AzureIoT
+Copyright 2016 AzureIoT
+Copyright OASIS Open 2012
+Copyright (c) Firmwave Ltd.
+Copyright (c) Texas Instruments
+Copyright (c) Microsoft Corporation
+Copyright (c) Microsoft Corporation.All
+Copyright 2016 Microsoft Azure C Native
+Copyright (c) 2017 Thomas Pornin <pornin@bolet.org>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+urllib3 1.26.12 - MIT
+
+
+Copyright 2015 Google Inc.
+Copyright (c) 2010-2020 Benjamin Peterson
+Copyright (c) 2015-2016 Will Bond <will@wbond.net>
+Copyright (c) 2008-2020 Andrey Petrov and contributors
+Copyright (c) 2012 Senko Rasic <senko.rasic@dobarkod.hr>
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+zipp 3.8.1 - MIT
+
+
+Copyright Jason R. Coombs
+
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+certifi 2022.9.24 - MPL-2.0
+
+
+
+Mozilla Public License Version 2.0
+
+ 1. Definitions
+
+ 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.
+
+ 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution.
+
+ 1.3. "Contribution" means Covered Software of a particular Contributor.
+
+ 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.
+
+ 1.5. "Incompatible With Secondary Licenses" means
+
+ (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or
+
+ (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.
+
+ 1.6. "Executable Form" means any form of the work other than Source Code Form.
+
+ 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.
+
+ 1.8. "License" means this document.
+
+ 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.
+
+ 1.10. "Modifications" means any of the following:
+
+ (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or
+
+ (b) any new file in Source Code Form that contains any Covered Software.
+
+ 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.
+
+ 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.
+
+ 1.13. "Source Code Form" means the form of the work preferred for making modifications.
+
+ 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
+
+ 2. License Grants and Conditions
+
+ 2.1. Grants
+
+ Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+ (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and
+
+ (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.
+
+ 2.2. Effective Date
+
+ The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.
+
+ 2.3. Limitations on Grant Scope
+
+ The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:
+
+ (a) for any code that a Contributor has removed from Covered Software; or
+
+ (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or
+
+ (c) under Patent Claims infringed by Covered Software in the absence of its Contributions.
+
+ This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).
+
+ 2.4. Subsequent Licenses
+
+ No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).
+
+ 2.5. Representation
+
+ Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.
+
+ 2.6. Fair Use
+
+ This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.
+
+ 2.7. Conditions
+
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.
+
+ 3. Responsibilities
+
+ 3.1. Distribution of Source Form
+
+ All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form.
+
+ 3.2. Distribution of Executable Form
+
+ If You distribute Covered Software in Executable Form then:
+
+ (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and
+
+ (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License.
+
+ 3.3. Distribution of a Larger Work
+
+ You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).
+
+ 3.4. Notices
+
+ You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.
+
+ 3.5. Application of Additional Terms
+
+ You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.
+
+ 4. Inability to Comply Due to Statute or Regulation
+
+ If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
+
+ 5. Termination
+
+ 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.
+
+ 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.
+
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.
+
+ 6. Disclaimer of Warranty
+
+ Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.
+
+ 7. Limitation of Liability
+
+ Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
+
+ 8. Litigation
+
+ Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims.
+
+ 9. Miscellaneous
+
+ This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.
+
+ 10. Versions of the License
+
+ 10.1. New Versions
+
+ Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.
+
+ 10.2. Effect of New Versions
+
+ You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.
+
+ 10.3. Modified Versions
+
+ If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).
+
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
+
+ If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice
+
+This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
+
+You may add additional accurate notices of copyright ownership.
+
+Exhibit B - "Incompatible With Secondary Licenses" Notice
+
+This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pathspec 0.10.1 - MPL-2.0
+
+
+Copyright (c) 2013-2022 Caleb P. Burns credits dahlia <https://github.com/dahlia>
+
+Mozilla Public License Version 2.0
+
+ 1. Definitions
+
+ 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.
+
+ 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution.
+
+ 1.3. "Contribution" means Covered Software of a particular Contributor.
+
+ 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.
+
+ 1.5. "Incompatible With Secondary Licenses" means
+
+ (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or
+
+ (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.
+
+ 1.6. "Executable Form" means any form of the work other than Source Code Form.
+
+ 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.
+
+ 1.8. "License" means this document.
+
+ 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.
+
+ 1.10. "Modifications" means any of the following:
+
+ (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or
+
+ (b) any new file in Source Code Form that contains any Covered Software.
+
+ 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.
+
+ 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.
+
+ 1.13. "Source Code Form" means the form of the work preferred for making modifications.
+
+ 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
+
+ 2. License Grants and Conditions
+
+ 2.1. Grants
+
+ Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+ (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and
+
+ (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.
+
+ 2.2. Effective Date
+
+ The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.
+
+ 2.3. Limitations on Grant Scope
+
+ The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:
+
+ (a) for any code that a Contributor has removed from Covered Software; or
+
+ (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or
+
+ (c) under Patent Claims infringed by Covered Software in the absence of its Contributions.
+
+ This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).
+
+ 2.4. Subsequent Licenses
+
+ No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).
+
+ 2.5. Representation
+
+ Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.
+
+ 2.6. Fair Use
+
+ This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.
+
+ 2.7. Conditions
+
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.
+
+ 3. Responsibilities
+
+ 3.1. Distribution of Source Form
+
+ All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form.
+
+ 3.2. Distribution of Executable Form
+
+ If You distribute Covered Software in Executable Form then:
+
+ (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and
+
+ (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License.
+
+ 3.3. Distribution of a Larger Work
+
+ You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).
+
+ 3.4. Notices
+
+ You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.
+
+ 3.5. Application of Additional Terms
+
+ You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.
+
+ 4. Inability to Comply Due to Statute or Regulation
+
+ If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
+
+ 5. Termination
+
+ 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.
+
+ 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.
+
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.
+
+ 6. Disclaimer of Warranty
+
+ Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.
+
+ 7. Limitation of Liability
+
+ Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
+
+ 8. Litigation
+
+ Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims.
+
+ 9. Miscellaneous
+
+ This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.
+
+ 10. Versions of the License
+
+ 10.1. New Versions
+
+ Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.
+
+ 10.2. Effect of New Versions
+
+ You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.
+
+ 10.3. Modified Versions
+
+ If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).
+
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
+
+ If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice
+
+This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
+
+You may add additional accurate notices of copyright ownership.
+
+Exhibit B - "Incompatible With Secondary Licenses" Notice
+
+This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+mysql-connector-python 8.0.14
+
+
+Copyright 2008, Google Inc.
+copyrighted by the Free Software Foundation
+Copyright (c) 1998-2017 The OpenSSL Project.
+Copyright (c) 1991 Free Software Foundation, Inc.
+Copyright (c) 2014, Oracle and/or its affiliates.
+Copyright (c) 2017, Oracle and/or its affiliates.
+Copyright (c) 2018, Oracle and/or its affiliates.
+Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)
+Copyright (c) 2017, 2018 Oracle and/or its affiliates.
+Copyright (c) 1989, 1991 Free Software Foundation, Inc.
+Copyright (c) 1991, 1999 Free Software Foundation, Inc.
+Copyright (c) 2009, 2017, Oracle and/or its affiliates.
+Copyright (c) 2009, 2018, Oracle and/or its affiliates.
+Copyright (c) 2009, 2019, Oracle and/or its affiliates.
+Copyright (c) 2011, 2019, Oracle and/or its affiliates.
+Copyright (c) 2012, 2017, Oracle and/or its affiliates.
+Copyright (c) 2012, 2018, Oracle and/or its affiliates.
+Copyright (c) 2012, 2019, Oracle and/or its affiliates.
+Copyright (c) 2013, 2017, Oracle and/or its affiliates.
+Copyright (c) 2013, 2018, Oracle and/or its affiliates.
+Copyright (c) 2014, 2017, Oracle and/or its affiliates.
+Copyright (c) 2014, 2018, Oracle and/or its affiliates.
+Copyright (c) 2014, 2019, Oracle and/or its affiliates.
+Copyright (c) 2015, 2018, Oracle and/or its affiliates.
+Copyright (c) 2016, 2017, Oracle and/or its affiliates.
+Copyright (c) 2016, 2018, Oracle and/or its affiliates.
+Copyright (c) 2016, 2019, Oracle and/or its affiliates.
+Copyright (c) 2017, 2018, Oracle and/or its affiliates.
+Copyright (c) Django Software Foundation and individual contributors.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+matplotlib 3.3.4 - PSF-2.0
+
+
+
+PSF-2.0
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pywin32 227 - PSF-2.0
+
+
+
+PSF-2.0
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+pywin32 304 - PSF-2.0
+
+
+
+PSF-2.0
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+backports.tempfile 1.0 - Python-2.0
+
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam
+Copyright (c) 1995-2001 Corporation for National Research Initiatives
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
+
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.
+
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software").
+
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee.
+
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.
+
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1) IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
+
+BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
+
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
+
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
+
+ Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
+
+ 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+backports.weakref 1.0.post1 - Python-2.0
+
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam
+Copyright (c) 1995-2001 Corporation for National Research Initiatives
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
+
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.
+
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software").
+
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee.
+
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.
+
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1) IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
+
+BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
+
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
+
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
+
+ Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
+
+ 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+portalocker 1.7.1 - Python-2.0
+
+
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
+
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.
+
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software").
+
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee.
+
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.
+
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1) IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
+
+BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
+
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
+
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
+
+ Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
+
+ 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+typing 3.10.0.0 - Python-2.0
+
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam
+Copyright (c) 1995-2001 Corporation for National Research Initiatives
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
+
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.
+
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software").
+
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee.
+
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.
+
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1) IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
+
+BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
+
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
+
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
+
+ Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
+
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
+
+ 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
+
+ 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
+
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+typing-extensions 4.0.1 - Python-2.0.1
+
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam
+Copyright (c) 1995-2001 Corporation for National Research Initiatives
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation
+
+Python-2.0.1
+
+---------------------------------------------------------
+
+---------------------------------------------------------
+
+waitress 2.1.2 - ZPL-2.1
+
+
+Copyright 1996 by Sam Rushing
+Copyright (c) 2002 Zope Foundation and Contributors
+Copyright (c) 2004 Zope Foundation and Contributors
+Copyright (c) 2005 Zope Foundation and Contributors
+Copyright (c) 2013 Zope Foundation and Contributors
+Copyright (c) 2001-2004 Zope Foundation and Contributors
+Copyright (c) 2001-2005 Zope Foundation and Contributors
+Copyright (c) 2001, 2002 Zope Foundation and Contributors
+copyright 2012- s, Agendaless Consulting <chrism@plope.com>
+
+Zope Public License (ZPL) Version 2.1 A copyright notice accompanies this license document that identifies the copyright holders.
+
+This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+ 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders.
+
+ 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders.
+
+ 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
+
+Disclaimer
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------------------------------------
+
diff --git a/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/RECORD
new file mode 100644
index 00000000..a7c9a323
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/RECORD
@@ -0,0 +1,5596 @@
+azure/ai/ml/__init__.py,sha256=cSJFczCQbgc-VugqK1d183fsS2TpnF_BZBH2XvlYJBA,3347
+azure/ai/ml/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/__pycache__/_azure_environments.cpython-312.pyc,,
+azure/ai/ml/__pycache__/_exception_helper.cpython-312.pyc,,
+azure/ai/ml/__pycache__/_ml_client.cpython-312.pyc,,
+azure/ai/ml/__pycache__/_scope_dependent_operations.cpython-312.pyc,,
+azure/ai/ml/__pycache__/_user_agent.cpython-312.pyc,,
+azure/ai/ml/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/__pycache__/exceptions.cpython-312.pyc,,
+azure/ai/ml/_arm_deployments/__init__.py,sha256=pFukWKmVR3yRFToHR_gPWAjOl5jl5JzMRMTniCPJc-c,360
+azure/ai/ml/_arm_deployments/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_arm_deployments/__pycache__/arm_deployment_executor.cpython-312.pyc,,
+azure/ai/ml/_arm_deployments/__pycache__/arm_helper.cpython-312.pyc,,
+azure/ai/ml/_arm_deployments/arm_deployment_executor.py,sha256=7CFpkI9IkUIFikwUiIatbRdhW77nWuSnPoZkHzVqgfc,12399
+azure/ai/ml/_arm_deployments/arm_helper.py,sha256=K4Hf7El0zip9DUMS-YKm-ryCyEyV0Dhq9ts1r8pVBtY,3433
+azure/ai/ml/_arm_deployments/arm_templates/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_arm_deployments/arm_templates/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_arm_deployments/arm_templates/base_template.json,sha256=7j5iZTOUyWDEDrMEHANtYlInLjx3t80af6ApDyI-pKM,197
+azure/ai/ml/_arm_deployments/arm_templates/code_version.json,sha256=nPrhf1Agb-fzOPJKM2f3G0VBUSh-nOn2qfvG5yGZhnw,489
+azure/ai/ml/_arm_deployments/arm_templates/environment_version.json,sha256=pN0B5jpIz0fUkZ4or-T4fifCHH7PfLMZgW7vyPQ6yaI,531
+azure/ai/ml/_arm_deployments/arm_templates/feature_store_role_assignments.json,sha256=rMW4NVxhhKip_DW5lFGZwDufrw1S5NsdDRL9mUJA9yU,9530
+azure/ai/ml/_arm_deployments/arm_templates/feature_store_role_assignments_param.json,sha256=JL_mi6j1uRhv_F9V9REW2zZx3IydTobXoLXpRmGg524,861
+azure/ai/ml/_arm_deployments/arm_templates/model.json,sha256=o-SRn621Ra6Qmz2a9ES9d1pk6rcJ_mzaSox25JvCYFk,403
+azure/ai/ml/_arm_deployments/arm_templates/model_version.json,sha256=0V7RY0fzBmKbDi1jd3SpqWz_py5aeQbEdSjsjC11Ps8,495
+azure/ai/ml/_arm_deployments/arm_templates/online_deployment.json,sha256=xLx9YXlYkkAXgwZUI4TCMLCZX794-PK0iibV77YcBXk,721
+azure/ai/ml/_arm_deployments/arm_templates/online_endpoint.json,sha256=EYoyzEeQCWL7Gk2x1dLGGUuuccslIqujkqR8APab3pE,596
+azure/ai/ml/_arm_deployments/arm_templates/update_online_endpoint.json,sha256=zU5vbqEzguGnA-5rvKdM4O1q3Pj8Fx9JvJauETSLbho,1137
+azure/ai/ml/_arm_deployments/arm_templates/workspace_base.json,sha256=05i8BJtO2zcnfGrQmCwNHiKTutnfumsr0Na6lC4hACI,56040
+azure/ai/ml/_arm_deployments/arm_templates/workspace_param.json,sha256=B8kv7wVKf8yuHNPi4P8BRxYPI5e5O9SMTfG7wexGJQc,4416
+azure/ai/ml/_arm_deployments/arm_templates/workspace_project.json,sha256=JQwUt4lWyQ6Ma24r8QKH_1oGXCouElSwpfLPDp23yZU,26867
+azure/ai/ml/_artifacts/__init__.py,sha256=Yx1Iq2GNKQ5lYxTotvPwkPL4u0cm6YVxUe-iVbu1clI,180
+azure/ai/ml/_artifacts/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_artifacts/__pycache__/_artifact_utilities.cpython-312.pyc,,
+azure/ai/ml/_artifacts/__pycache__/_blob_storage_helper.cpython-312.pyc,,
+azure/ai/ml/_artifacts/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/_artifacts/__pycache__/_fileshare_storage_helper.cpython-312.pyc,,
+azure/ai/ml/_artifacts/__pycache__/_gen2_storage_helper.cpython-312.pyc,,
+azure/ai/ml/_artifacts/_artifact_utilities.py,sha256=5o-VtVZ9FlB73kBGloytv_lCkTpPuWGTF2dXLci--t8,23761
+azure/ai/ml/_artifacts/_blob_storage_helper.py,sha256=xeKeAp2TJ7fRqrp0TY7DSrvbpudzAXvKnJZAg9pDyBo,14805
+azure/ai/ml/_artifacts/_constants.py,sha256=HSsxIKoT6BQj7BSxv6MQ1uyvfwfk0IlFE4mRL1u55a4,3282
+azure/ai/ml/_artifacts/_fileshare_storage_helper.py,sha256=AOM8rQtzhGAKmnMCBtwQCH5ZHrjANSzA65-rkcDTVSE,17618
+azure/ai/ml/_artifacts/_gen2_storage_helper.py,sha256=LQaRavjtD4aoEMMfg2mRkYjOCpsD-WLI8wGvGX2lHjo,11158
+azure/ai/ml/_azure_environments.py,sha256=wcEkMZDrWZjGJV5HpA52hqTXDWLqYnGcwuwyO8Aws6U,14530
+azure/ai/ml/_exception_helper.py,sha256=tmCCAaUulIoxlKiU0esGoRbfOwQnKjqZNIlUsW0xrKg,13865
+azure/ai/ml/_file_utils/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_file_utils/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_file_utils/__pycache__/file_utils.cpython-312.pyc,,
+azure/ai/ml/_file_utils/file_utils.py,sha256=RM3GKbF-qfeBBxUQrqSGFy-BF71Ods2-hVBqXvnLKGw,2132
+azure/ai/ml/_internal/__init__.py,sha256=7CxXY2Hf5da7y3RklfN8O3hTfA4skmJtsk8m_Ta-g6o,1311
+azure/ai/ml/_internal/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_internal/__pycache__/_setup.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/__init__.py,sha256=Yx1Iq2GNKQ5lYxTotvPwkPL4u0cm6YVxUe-iVbu1clI,180
+azure/ai/ml/_internal/_schema/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/__pycache__/command.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/__pycache__/component.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/__pycache__/environment.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/__pycache__/input_output.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/__pycache__/node.cpython-312.pyc,,
+azure/ai/ml/_internal/_schema/command.py,sha256=3SwkrWpVnarv-rP2JM2jTkvC4dDFVdsEC1jcylSnGRY,1527
+azure/ai/ml/_internal/_schema/component.py,sha256=_Sq6Y7HWuKdlizCce9kNQTwzpM6Gx224Tpt3bU8N2f8,8484
+azure/ai/ml/_internal/_schema/environment.py,sha256=rqkWNjM_5Z8hh1xH1vlQZZurnAf_u_VFrp742QzKX-s,713
+azure/ai/ml/_internal/_schema/input_output.py,sha256=at_j1drGhijEErpwasXdq4azYtSGzMQjkGn-ZbeVng4,2958
+azure/ai/ml/_internal/_schema/node.py,sha256=9Hhb_lkgNoUxnTw_vkJe34QqcPOrvjLaMxMR1duYXDQ,2620
+azure/ai/ml/_internal/_setup.py,sha256=yZSxt8WBtvDi3bs__cNNFxaOeWtLf6DL-pIWQYP1_z0,3852
+azure/ai/ml/_internal/_utils/__init__.py,sha256=60xvCfPNSS26g8-QhJQV4RkzjHPrpXu22I91sfvABkM,289
+azure/ai/ml/_internal/_utils/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_internal/_utils/__pycache__/_yaml_utils.cpython-312.pyc,,
+azure/ai/ml/_internal/_utils/_yaml_utils.py,sha256=04bpjMoScxV5Wm8kJbTOQmbyP44LwRIbahimvyyY9D8,2745
+azure/ai/ml/_internal/dsl/__init__.py,sha256=bnBIEPNd7IeVXxZSDgeB9JikPsL3yEwK6U-5ofv-4ZA,269
+azure/ai/ml/_internal/dsl/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__init__.py,sha256=CrZd7gEqNEngB6PdaCp4BHSvnzWNth171RmyMnBRK58,1341
+azure/ai/ml/_internal/entities/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/_additional_includes.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/_input_outputs.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/_merkle_tree.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/code.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/command.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/component.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/environment.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/node.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/parallel.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/scope.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/__pycache__/spark.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/_additional_includes.py,sha256=mEKTxPHEjpcrLKph9mhanvw-qe0F49Nl8MZqJb2pgss,1022
+azure/ai/ml/_internal/entities/_input_outputs.py,sha256=dG8pOrkWi2hGDBIWgyCrzfbRHrZLSf0CoH6e93qh1Dk,6655
+azure/ai/ml/_internal/entities/_merkle_tree.py,sha256=ecYsE5Gcwn8SelCmTrKzT5K7Np9zrtuYOJ_TFisqQSM,6722
+azure/ai/ml/_internal/entities/code.py,sha256=aanTG5ju2xTj90ob92srniLN-F57wyIthUpFrGmjEpg,1570
+azure/ai/ml/_internal/entities/command.py,sha256=BiFArLCxk3-Z17uksHLDix_q3iUGJnVWcmAcrUhuybo,7259
+azure/ai/ml/_internal/entities/component.py,sha256=tg5qSUyUcc0SyX3Kz1fcQQgjbBG0NB2405gJJxURFsY,15662
+azure/ai/ml/_internal/entities/environment.py,sha256=afNljgn5Tce41wfCNB2-6i1eWB257crQBfHzFiamYf8,7149
+azure/ai/ml/_internal/entities/node.py,sha256=Tsjp2MkrUTyGOh8573XrN-KBm1qXKsKNeRlkjtsnbGE,10908
+azure/ai/ml/_internal/entities/parallel.py,sha256=oZlRqIgV-iU_sAGSIkjm11iM5iaPrjWSA6zLkrNbC68,3786
+azure/ai/ml/_internal/entities/runsettings/__init__.py,sha256=yOcCpwkGCFQkpw9MC_lfjRaMBDWw0NJOlPJ2FUIIEFc,868
+azure/ai/ml/_internal/entities/runsettings/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/runsettings/__pycache__/ai_super_computer_configuration.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/runsettings/__pycache__/itp_configuration.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/runsettings/__pycache__/target_selector.cpython-312.pyc,,
+azure/ai/ml/_internal/entities/runsettings/ai_super_computer_configuration.py,sha256=b9CaDMmZUTDfIkZRv4ogJXAJKuUohHxlotMorHOOOCk,9208
+azure/ai/ml/_internal/entities/runsettings/itp_configuration.py,sha256=9lO_tt4Y0vMR-Pnw5rNG7ZdV_bFRKgCXvFUMKxs_kIs,5411
+azure/ai/ml/_internal/entities/runsettings/target_selector.py,sha256=nYE-JHw2V3F6ZU3gLV5ryGAv77lPLGMuM6fm9OBFyII,2052
+azure/ai/ml/_internal/entities/scope.py,sha256=uLJFO6GizW5DvJwoK-iS5q-KpBb3QGXmo1gHAQshjYI,3692
+azure/ai/ml/_internal/entities/spark.py,sha256=iqcNSue119fZHs93Tk7eZPstS_oL_bl-eS8BnE44gYg,7943
+azure/ai/ml/_local_endpoints/__init__.py,sha256=H-AA0LrVZ-5phk-HjG0qtNYu0qEPtgFGzICqy9Mu2E0,634
+azure/ai/ml/_local_endpoints/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/azureml_image_context.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/docker_client.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/dockerfile_instructions.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/dockerfile_resolver.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/endpoint_stub.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/local_endpoint_mode.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/__pycache__/mdc_config_resolver.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/azureml_image_context.py,sha256=1R7EeseIOzSDmJUbVtGK3pBl-kslMh5X4ipe59i_-NI,5417
+azure/ai/ml/_local_endpoints/docker_client.py,sha256=nwzeiRUbEiMjbHKCacpTcZPQBHLQUmCYGiHMVj6GBdc,23785
+azure/ai/ml/_local_endpoints/dockerfile_instructions.py,sha256=5S4O3tujkBzayyoippB9AG4TdGfLSqqAsZt6y570cd8,2334
+azure/ai/ml/_local_endpoints/dockerfile_resolver.py,sha256=eTWJlVPy3JgVBanI3FQixaeFwR5R9C7azXEqkXgQBvU,5873
+azure/ai/ml/_local_endpoints/endpoint_stub.py,sha256=nhXWFYxfD9g80bvav6vfzjXAZKGd7anXCQuIKPLn44g,4758
+azure/ai/ml/_local_endpoints/local_endpoint_mode.py,sha256=WHAaEIviKHc3hC-UJIIlCKpkg3tXNAzHxOW5HJJaxyE,377
+azure/ai/ml/_local_endpoints/mdc_config_resolver.py,sha256=pa_nm1ZyWEQQ4c-IwWuOh5AwuHtdxliHiP6EOGg-ArY,3204
+azure/ai/ml/_local_endpoints/utilities/__init__.py,sha256=Yx1Iq2GNKQ5lYxTotvPwkPL4u0cm6YVxUe-iVbu1clI,180
+azure/ai/ml/_local_endpoints/utilities/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/utilities/__pycache__/commandline_utility.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/utilities/__pycache__/wsl_utility.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/utilities/commandline_utility.py,sha256=NPYrCrQFrBUufZ-qLfhQZKxeRrddqdR8anHVi3MH6Zo,3682
+azure/ai/ml/_local_endpoints/utilities/wsl_utility.py,sha256=cToAqXSlitT5l_rwUe0oE-1C9-TDAk2ATLy0XJgvUMY,959
+azure/ai/ml/_local_endpoints/validators/__init__.py,sha256=uvVFIdy8Z_AkFD6VseQZbZ6qotVHdKvpO1Uva1NLi-8,534
+azure/ai/ml/_local_endpoints/validators/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/validators/__pycache__/code_validator.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/validators/__pycache__/environment_validator.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/validators/__pycache__/model_validator.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/validators/code_validator.py,sha256=9lYAeH4SZdaW_CqlNlZ00f1Rqg_4zvT17YyohmFivfg,4680
+azure/ai/ml/_local_endpoints/validators/environment_validator.py,sha256=K04_4xDKIrIIWCn3_DjKGGk79fOk7VFSWoPDq6jO76c,8346
+azure/ai/ml/_local_endpoints/validators/model_validator.py,sha256=BbLjC3KSfd2DemWPKnRP0KoQAD80M7dNmWMQ_vD2JwY,3749
+azure/ai/ml/_local_endpoints/vscode_debug/__init__.py,sha256=Yx1Iq2GNKQ5lYxTotvPwkPL4u0cm6YVxUe-iVbu1clI,180
+azure/ai/ml/_local_endpoints/vscode_debug/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/vscode_debug/__pycache__/devcontainer_properties.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/vscode_debug/__pycache__/devcontainer_resolver.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/vscode_debug/__pycache__/vscode_client.cpython-312.pyc,,
+azure/ai/ml/_local_endpoints/vscode_debug/devcontainer_properties.py,sha256=64w9mp7lthRbtl-zVRAjLlw5BPMQWkYttcAzjR26vW4,4301
+azure/ai/ml/_local_endpoints/vscode_debug/devcontainer_resolver.py,sha256=2aq6RqtRoohk6wW1vD5tuSlG91oI7kxQYBg1bV3dZ1k,7363
+azure/ai/ml/_local_endpoints/vscode_debug/vscode_client.py,sha256=RVizGtxjB1-BuIOagMETqxEmVwyYB1gzhPMd8lEk5ik,1948
+azure/ai/ml/_logging/__init__.py,sha256=RBbroLrnPRxOn8K35P6L4Kjn3_w0ulgXSVYSQCLIuFg,343
+azure/ai/ml/_logging/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_logging/__pycache__/chained_identity.cpython-312.pyc,,
+azure/ai/ml/_logging/__pycache__/compliant_logger.cpython-312.pyc,,
+azure/ai/ml/_logging/__pycache__/debug_mode.cpython-312.pyc,,
+azure/ai/ml/_logging/chained_identity.py,sha256=CT1bMcl5vOUJ2DnWUvhGSwRUcXHowAsMruFQIxgoaN4,2408
+azure/ai/ml/_logging/compliant_logger.py,sha256=3-rIwPd6IRsu4G_juXiRj11JICWFgeTIR-He3u27VU8,6082
+azure/ai/ml/_logging/debug_mode.py,sha256=bdpLxB5DmEOJ1J67IZXSvRFoyAHNGBW-SmahrHDFG-I,5963
+azure/ai/ml/_ml_client.py,sha256=i6ZVwdBYMvnREadXA6iBcqPOMXjV-PiPbsoU5GiLBWo,59811
+azure/ai/ml/_restclient/__init__.py,sha256=HwFOAnW4BEdqc7MrwG-os0P89MuFIXSbP9aBlT1B_v4,693
+azure/ai/ml/_restclient/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/__pycache__/models.cpython-312.pyc,,
+azure/ai/ml/_restclient/_azure_machine_learning_workspaces.py,sha256=D6ySkreECyp9OyuZvk4gxfcRQj3Lh8Nsz32C-J2vt84,95488
+azure/ai/ml/_restclient/_configuration.py,sha256=gE7b5ReWzcqjYhshxbrWGGIzevajXz8RmuRFdm3JkFY,3307
+azure/ai/ml/_restclient/_version.py,sha256=nTwgVk5JODRhKl1EIZKcnkmLI0dZ-yr7Uff8gXJJxE4,344
+azure/ai/ml/_restclient/aio/__init__.py,sha256=9qvgJSYm5n3vCqxoekUOfhBx-IqQ-nMTkTCgnAFjQew,592
+azure/ai/ml/_restclient/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/aio/_azure_machine_learning_workspaces.py,sha256=CbsDq-gbOSvcHVShe6HIjZpEAxffPQzHiO7T8p8sKKY,97359
+azure/ai/ml/_restclient/aio/_configuration.py,sha256=T43xXq8HSqmP_fgEDYIL6memB9xZ7D1HFiVtPlpRTWw,3264
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__init__.py,sha256=ZBuiA5FuiKG5pEdh7-KYFLt2sBX-xlEqtbSdCpTX58o,900
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/_client.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/_model_base.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/_serialization.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/_client.py,sha256=vkEqqxugDiKsNYqHY-HeAbzPMXpNQ5Vl80734GkBx5w,5847
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/_configuration.py,sha256=dImdA2zMNAhWA44LQWSmiKORGVUu_a-fAt7Pmr9sVeA,4323
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/_model_base.py,sha256=DjC9x4cONQ8CoirLKvwSEVbRd_jc_CcdsehjHHgd_DI,31190
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/_serialization.py,sha256=vQIv-wuCQabtiIq2DXOr7-InGADqxlXTGNEKv9OlDPs,78873
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/_version.py,sha256=O4QAKqUqd5NYgBOMaio5NlyJfhohrHXcqV8Xdbpuh50,486
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/__init__.py,sha256=wbi8oeJTXb3K6r8S9F7f-uo52IePMa0qdqCgSlwcmiI,847
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/__pycache__/_client.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/_client.py,sha256=ANNAphFh3vnD4lQ0bYJtmcrr7fTIQStGsj-8jZ0Re6M,6054
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/_configuration.py,sha256=ltH56KJzuDhhUi85DqZzjS-adQYmGfWcArIVGyyr7fc,4366
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/operations/__init__.py,sha256=gi6OG4w9FzF8UBlIfGlfroVCAvoiB0ivlLv_A9XPjmk,773
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/operations/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/operations/_operations.py,sha256=tJRwBpDXMB1Omdp5jGPXjGOfOHvLsHC8Yo0AQY2d7yY,44981
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/models/__init__.py,sha256=jws1Ei5H2ijPhPX4W-mBjeWQBzSheBWjSuVFCNUCYd4,896
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/models/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/models/_models.py,sha256=R2d2_N5hizKR4i18LxFNmSyk5QkxFO1dKSgkgjaWOk4,6880
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/operations/__init__.py,sha256=gi6OG4w9FzF8UBlIfGlfroVCAvoiB0ivlLv_A9XPjmk,773
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/operations/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/operations/_operations.py,sha256=QKW2DaU9PKEE1SncmSkMWe_PfRrtxDvqcATwly2JMls,50791
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/azure_ai_assets_v2024_04_01/azureaiassetsv20240401/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/dataset_dataplane/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/dataset_dataplane/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/_azure_machine_learning_workspaces.py,sha256=N5Y4J7gKbQn_ynqJqFntxF_qrKskKO84Q3QRSIrYai8,5870
+azure/ai/ml/_restclient/dataset_dataplane/_configuration.py,sha256=pkRD5H3ifZuodziItx5WLNNstQpZozPnUj-862mIwgI,3004
+azure/ai/ml/_restclient/dataset_dataplane/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/dataset_dataplane/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/dataset_dataplane/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/dataset_dataplane/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/dataset_dataplane/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/_azure_machine_learning_workspaces.py,sha256=ixyyyAmj0KjZb9Eoyk-UKTlXkdOcO-CFcJ8miZc5QvI,5858
+azure/ai/ml/_restclient/dataset_dataplane/aio/_configuration.py,sha256=-tg1sw061DcgMuGJKqsLx1lpG6HCvo3oN4_4bWZsOqk,2961
+azure/ai/ml/_restclient/dataset_dataplane/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__init__.py,sha256=2ClXMDUzsl6LlmSEVtkQPD6j3DyE1jcVjs7_NQWFio8,1214
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_data_call_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_data_container_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_data_version_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_dataset_controller_v2_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_dataset_v2_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_datasets_v1_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_delete_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/__pycache__/_get_operation_status_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_data_call_operations.py,sha256=uZbxdRZuzqlzvl6oGAEjrcuuTCdQOMoW3zo7AWoahe4,11030
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_data_container_operations.py,sha256=qAPfkbozqwYudUaTUNd8MbaOjFVegkxdUWbbPa7ZSGI,14473
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_data_version_operations.py,sha256=fhQDSa7VloFoDpN8NrbxEKQLCPTyhx9w9FojyUmFOkQ,35004
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_dataset_controller_v2_operations.py,sha256=0wkHdISLX7DOJUxQZ73A23k5PJYLWKjUqU-Ty3kH_fI,37470
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_dataset_v2_operations.py,sha256=tqjRwkTjIkmWKsaB7tuhso8jX4eJUyghe8EReCW-J1g,25817
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_datasets_v1_operations.py,sha256=eje2V6oZVDrynuwVANMNuyhY_hu387sNTObm4qYjWaQ,37442
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_delete_operations.py,sha256=YmbRWvhcJUMJpxqpR0qlmtv658LgrD9QkOQctRoSlw0,4594
+azure/ai/ml/_restclient/dataset_dataplane/aio/operations/_get_operation_status_operations.py,sha256=hZMZQf3CFDHQa8WqMWIqK0R9X4tPofx9aWCd8s3kG8Y,8427
+azure/ai/ml/_restclient/dataset_dataplane/models/__init__.py,sha256=Y7LjRlxqOCC0yspEw8Zxx2VoxnSCeUvt2hwOa4PmPUc,7806
+azure/ai/ml/_restclient/dataset_dataplane/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/models/_azure_machine_learning_workspaces_enums.py,sha256=3C4p78Of60ZO6mkPZ9j-il9L0arl6YcGvtPrcRq0RMI,4166
+azure/ai/ml/_restclient/dataset_dataplane/models/_models.py,sha256=FtCdJ30ITjft5UFCBl2-o1sGrqd_SzRe74LCeJU0MMs,96571
+azure/ai/ml/_restclient/dataset_dataplane/models/_models_py3.py,sha256=66iwLo7z1_ktTNP68LzEQuevxRDAYmkwcMJsDMBnJSk,104034
+azure/ai/ml/_restclient/dataset_dataplane/operations/__init__.py,sha256=2ClXMDUzsl6LlmSEVtkQPD6j3DyE1jcVjs7_NQWFio8,1214
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_data_call_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_data_container_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_data_version_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_dataset_controller_v2_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_dataset_v2_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_datasets_v1_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_delete_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/__pycache__/_get_operation_status_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/dataset_dataplane/operations/_data_call_operations.py,sha256=V1MrMsvW1XFSMU18mBJhZMzs_sEowQppIJpWcmbZuZA,15249
+azure/ai/ml/_restclient/dataset_dataplane/operations/_data_container_operations.py,sha256=ziUwR7nA4kT_tloZCMUe7jlcEOmBmthB1F7gRu3rxpw,19656
+azure/ai/ml/_restclient/dataset_dataplane/operations/_data_version_operations.py,sha256=qkHo2J-rlF3mtTiUvE6maGmmbJPC2lfALgLrk2vH-OE,50561
+azure/ai/ml/_restclient/dataset_dataplane/operations/_dataset_controller_v2_operations.py,sha256=x8z04HyJ706jeCUBQFcnE_yccl_Fn_kIRWcHAMBJpBQ,57349
+azure/ai/ml/_restclient/dataset_dataplane/operations/_dataset_v2_operations.py,sha256=NDDRH_eyfnimNTEntYYWfmCwPgGue8W7ndDjPfo6G4Y,38056
+azure/ai/ml/_restclient/dataset_dataplane/operations/_datasets_v1_operations.py,sha256=ago_WqozlaOSsPLfAcDuBAdKfwZ4y6LO0M7lQIlBJ28,57331
+azure/ai/ml/_restclient/dataset_dataplane/operations/_delete_operations.py,sha256=sAP3I3RB9Yup0hCsLYtehA5Fg9XuPdCBPcKIZx0olg0,6000
+azure/ai/ml/_restclient/dataset_dataplane/operations/_get_operation_status_operations.py,sha256=mQ18b_quM8ckSOAcNflV5BWKRcNPbdHAaTEDTEoX_50,9828
+azure/ai/ml/_restclient/dataset_dataplane/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/model_dataplane/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/model_dataplane/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/_azure_machine_learning_workspaces.py,sha256=O4pzbOs36N2ppJcsQoO-jqucmZqurTDsQu5ti-9A-1E,4457
+azure/ai/ml/_restclient/model_dataplane/_configuration.py,sha256=pkRD5H3ifZuodziItx5WLNNstQpZozPnUj-862mIwgI,3004
+azure/ai/ml/_restclient/model_dataplane/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/model_dataplane/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/model_dataplane/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/model_dataplane/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/model_dataplane/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/_azure_machine_learning_workspaces.py,sha256=CRYXCuhvewjxzPlCleEZai1m5WcKW_XdCdxMlYJhg8k,4424
+azure/ai/ml/_restclient/model_dataplane/aio/_configuration.py,sha256=-tg1sw061DcgMuGJKqsLx1lpG6HCvo3oN4_4bWZsOqk,2961
+azure/ai/ml/_restclient/model_dataplane/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/model_dataplane/aio/operations/__init__.py,sha256=EDZ7fQZGHl99NIuwMznJ7OFqr-nEqmDhF3wcs7SXKxw,809
+azure/ai/ml/_restclient/model_dataplane/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/operations/__pycache__/_assets_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/operations/__pycache__/_extensive_model_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/operations/__pycache__/_migration_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/operations/__pycache__/_models_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/aio/operations/_assets_operations.py,sha256=jomSQVuYEX48-pVXHtJJ4yQ1hSIkBdeKH1fiTiybXug,15975
+azure/ai/ml/_restclient/model_dataplane/aio/operations/_extensive_model_operations.py,sha256=5pdxRUYhI5S1GNb1QlzfMyEgDiBWqynCjqN8hklZmlI,4341
+azure/ai/ml/_restclient/model_dataplane/aio/operations/_migration_operations.py,sha256=jX16xjmYar3sk-5cIXBoMTSqttz_5t3yXIEvUtXJtFs,4016
+azure/ai/ml/_restclient/model_dataplane/aio/operations/_models_operations.py,sha256=qMmbCJRDEUf3mf8_jCX6lhztdA-rmqDlOq30j4FJALs,36859
+azure/ai/ml/_restclient/model_dataplane/models/__init__.py,sha256=-IWrr98Jh03RJ7TvhvTnpJFIAV3V_C550t71UGsz6og,7571
+azure/ai/ml/_restclient/model_dataplane/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/models/_azure_machine_learning_workspaces_enums.py,sha256=XPVwVMmjkyOBodz2NGwDLoeu38mvsi9gm-k-zJrCO-U,2539
+azure/ai/ml/_restclient/model_dataplane/models/_models.py,sha256=A4C8v9QFTfPYMELqNVWfXHAfyvES4s6HBHGD4YVPMwo,78857
+azure/ai/ml/_restclient/model_dataplane/models/_models_py3.py,sha256=bGMv1BfNnJDB7alkWLwt1XN9rR8jsWanb--5mFiGA9E,85714
+azure/ai/ml/_restclient/model_dataplane/operations/__init__.py,sha256=EDZ7fQZGHl99NIuwMznJ7OFqr-nEqmDhF3wcs7SXKxw,809
+azure/ai/ml/_restclient/model_dataplane/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/operations/__pycache__/_assets_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/operations/__pycache__/_extensive_model_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/operations/__pycache__/_migration_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/operations/__pycache__/_models_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/model_dataplane/operations/_assets_operations.py,sha256=QfQwWQLhsVZgR62fe4uqFEIM8zDtn9wnM-2q2iqcRq8,24220
+azure/ai/ml/_restclient/model_dataplane/operations/_extensive_model_operations.py,sha256=8aa53-zntwmL6avu0gnWbpYDtEi9MSMw97Q720HNeCg,5747
+azure/ai/ml/_restclient/model_dataplane/operations/_migration_operations.py,sha256=QWLJLQxItF9m6QYAuWbMvYHKts6L2gNJKFoQKgiUMks,5385
+azure/ai/ml/_restclient/model_dataplane/operations/_models_operations.py,sha256=0qCqTMNbqb5a3Ezc6IdbdNNHV8i3LMNjpsmAtQJ0kmA,55242
+azure/ai/ml/_restclient/model_dataplane/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/models.py,sha256=1RvhpDdX4SO7ZQj5RHPbD6dmVFhgoNHoMLnq85hPoGA,648
+azure/ai/ml/_restclient/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/registry_discovery/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/registry_discovery/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/_azure_machine_learning_workspaces.py,sha256=fpMk9B9r1qejJFVWnK0eQuWeRDjdloWPyarqnM_OT9U,4123
+azure/ai/ml/_restclient/registry_discovery/_configuration.py,sha256=pkRD5H3ifZuodziItx5WLNNstQpZozPnUj-862mIwgI,3004
+azure/ai/ml/_restclient/registry_discovery/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/registry_discovery/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/registry_discovery/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/registry_discovery/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/registry_discovery/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/_azure_machine_learning_workspaces.py,sha256=3pw83997aHlGWA-S5M2D5SaYFUi1xvC-JJhwnmBLRcc,4082
+azure/ai/ml/_restclient/registry_discovery/aio/_configuration.py,sha256=-tg1sw061DcgMuGJKqsLx1lpG6HCvo3oN4_4bWZsOqk,2961
+azure/ai/ml/_restclient/registry_discovery/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/registry_discovery/aio/operations/__init__.py,sha256=IbfirQbuRzTLmd6vumkbuU0yBBG5JSKQ2--XW8VBMiQ,732
+azure/ai/ml/_restclient/registry_discovery/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/operations/__pycache__/_async_operations_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/operations/__pycache__/_registry_management_non_workspace_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/aio/operations/_async_operations_operations.py,sha256=s8wCK9kv3tW5Zc7NuMnSORhEjk6HH08-iF5ajTNHbjQ,3630
+azure/ai/ml/_restclient/registry_discovery/aio/operations/_registry_management_non_workspace_operations.py,sha256=4sZb8aq7XYrRjrKGoc-_iP3dS-g44zAVdU0In03Z-LE,4050
+azure/ai/ml/_restclient/registry_discovery/models/__init__.py,sha256=FUVTtbFgWubwziNkdqVGARi5xzM8cI0TMmJRnwwHR_I,1291
+azure/ai/ml/_restclient/registry_discovery/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/models/_models.py,sha256=ebomLkADjXzLdzePeSBg_D9cKufDaNq7l4ZrP1IkHA4,12342
+azure/ai/ml/_restclient/registry_discovery/models/_models_py3.py,sha256=VDToYM03SeDUakMv6PDfS1UsoyjKwPAsKxLmT7m8X9I,13501
+azure/ai/ml/_restclient/registry_discovery/operations/__init__.py,sha256=IbfirQbuRzTLmd6vumkbuU0yBBG5JSKQ2--XW8VBMiQ,732
+azure/ai/ml/_restclient/registry_discovery/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/operations/__pycache__/_async_operations_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/operations/__pycache__/_registry_management_non_workspace_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/registry_discovery/operations/_async_operations_operations.py,sha256=Lw6yTPw3C7oqW-ltmmmv2iV6yZ-bk4Fx_xVZO2_2XFE,4296
+azure/ai/ml/_restclient/registry_discovery/operations/_registry_management_non_workspace_operations.py,sha256=uYSmgjDEocAvkNV4S5lt_EVJqogaUI7Oz7cZV2pUWj0,4969
+azure/ai/ml/_restclient/registry_discovery/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/runhistory/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/runhistory/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/_azure_machine_learning_workspaces.py,sha256=DwiMFFadM8_iL45kbt-J06V770KVt8JQwbHoNIc_n3A,5590
+azure/ai/ml/_restclient/runhistory/_configuration.py,sha256=zSYzaVETJadRaVrcaXvDzgpuwuLSO6v4taReqCCctwE,3052
+azure/ai/ml/_restclient/runhistory/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/runhistory/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/runhistory/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/runhistory/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/runhistory/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/_azure_machine_learning_workspaces.py,sha256=1MiCo7geGveiAAkkDB6dNLX8GOZxhhbQkdSh86l2bMY,5578
+azure/ai/ml/_restclient/runhistory/aio/_configuration.py,sha256=d16SCQKuMQlVl4xkuc_PRm4sIfcTdpP7A1t0bIAJLws,3009
+azure/ai/ml/_restclient/runhistory/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/runhistory/aio/operations/__init__.py,sha256=Yo8VK7skjyDwDuABr4HVvYGxQ_59euDz10iDIhvwzG8,1083
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_delete_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_events_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_experiments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_metric_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_run_artifacts_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_run_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_runs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/__pycache__/_spans_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/aio/operations/_delete_operations.py,sha256=a9Yqd_AeH31VXgtLEHew0T88sjmhPtcwDS9QiFiVVos,7660
+azure/ai/ml/_restclient/runhistory/aio/operations/_events_operations.py,sha256=mUnnfCJbY63MWMNPQtjrRKPG-fc2m0BpftgaQafe3y0,20580
+azure/ai/ml/_restclient/runhistory/aio/operations/_experiments_operations.py,sha256=Fo24Iuttew5ZMI1T7XOMjfjlh80XSkWpbIhg9zySwQM,27292
+azure/ai/ml/_restclient/runhistory/aio/operations/_metric_operations.py,sha256=Fum1RmBVCptYfNtuLE-G1EOe_uv_2McrQZEpc2ctVtM,39025
+azure/ai/ml/_restclient/runhistory/aio/operations/_run_artifacts_operations.py,sha256=dmxrJ6LLidLJkynmSFUko1IRLQd_9htZXQ8mGQYZ3MU,55228
+azure/ai/ml/_restclient/runhistory/aio/operations/_run_operations.py,sha256=nmwvgO-iqYg4lUG8fi0iM_0okoO15yIlWxW5oVRu-2o,7855
+azure/ai/ml/_restclient/runhistory/aio/operations/_runs_operations.py,sha256=CUptStGbN22cKKrAnsTQuUZCZm04gauYFeRW1tP2GZg,115528
+azure/ai/ml/_restclient/runhistory/aio/operations/_spans_operations.py,sha256=nratyCzxSH4sHj5AsAWYNrUnrbC5JltWOsfP889Tmi8,13305
+azure/ai/ml/_restclient/runhistory/models/__init__.py,sha256=608oDzLODyl31HSylb7vQ7xWa2RglsaawJhZlpXv_aE,12026
+azure/ai/ml/_restclient/runhistory/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/models/_azure_machine_learning_workspaces_enums.py,sha256=U-pE1RCmklVGo5yunuMn-PvCCTrncP7svprjINMJgFg,2392
+azure/ai/ml/_restclient/runhistory/models/_models.py,sha256=lFBsYUhgMShvp6-Ms-79zm-vHOjaVZZN783s0nx7hbo,175811
+azure/ai/ml/_restclient/runhistory/models/_models_py3.py,sha256=Mklpf2MlkhRQaU295EA-UQKCWSGKlXbAFAkwR4jyg98,189570
+azure/ai/ml/_restclient/runhistory/operations/__init__.py,sha256=Yo8VK7skjyDwDuABr4HVvYGxQ_59euDz10iDIhvwzG8,1083
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_delete_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_events_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_experiments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_metric_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_run_artifacts_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_run_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_runs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/__pycache__/_spans_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/runhistory/operations/_delete_operations.py,sha256=g1bPIKOEIBhRPofdJ0OS-iHfapUnDQ3JsXeTbkrlN-I,10429
+azure/ai/ml/_restclient/runhistory/operations/_events_operations.py,sha256=o1z4kRI8Rbq951CvivuntOWHVvpXp01vZ4UuNpaGnqY,29980
+azure/ai/ml/_restclient/runhistory/operations/_experiments_operations.py,sha256=_y_qUIG_CRVbMb7THXmRFToBTi6nazyOyhcp6DuBy5c,37464
+azure/ai/ml/_restclient/runhistory/operations/_metric_operations.py,sha256=jYDeMPbkxf_Yi7FaQHgTxJ3YNRwflKaxBnHlEiFk8i8,51983
+azure/ai/ml/_restclient/runhistory/operations/_run_artifacts_operations.py,sha256=skCeVqZmlwX85zp_w3urm3xDd_bl2y0-AeZxAsqH5fI,80722
+azure/ai/ml/_restclient/runhistory/operations/_run_operations.py,sha256=5RAMc3aNMcUB3JwsWCen8AQF5RqtuEYaUUCaocB_k98,10619
+azure/ai/ml/_restclient/runhistory/operations/_runs_operations.py,sha256=CiL43-DV-EypUKMXgDm5JK109ooTwas4p6SZ-Pvn-xc,169474
+azure/ai/ml/_restclient/runhistory/operations/_spans_operations.py,sha256=BJuviMKGQR7c5M5b7eD9ESOLDxiFSuIAxCMf5L0m3i4,18266
+azure/ai/ml/_restclient/runhistory/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/_azure_machine_learning_workspaces.py,sha256=6UJ7LpdWFUId6rGfjxDkRbXBRcvU1czUi9Q0EWBV5Lk,4462
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/_configuration.py,sha256=CN0bHmXml8D94F0c9vumZrF7jUt6YgZTMaOtLtTm0gw,3681
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/_azure_machine_learning_workspaces.py,sha256=mD5B386mr38hL9rLVZAL7R0WS2BUr1W5Xp9b_reS7_A,4413
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/_configuration.py,sha256=lyGLVXOXHp0sOMoeHJor3lqpAZd_iQZAmSCwFeJASJo,3630
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/operations/__init__.py,sha256=dgi7oe3u8whYgMbHBbOhvtvO_xfVCNRpQ2pz8DIBRZk,699
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/operations/__pycache__/_batch_job_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/operations/__pycache__/_batch_job_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/operations/_batch_job_deployment_operations.py,sha256=ucOuTzYb0k_Ioo3V1-2RkQMSFAUKNSF5PGH3sEUBFTM,13384
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/aio/operations/_batch_job_endpoint_operations.py,sha256=BcIxmtHMmLngMkc7RHibFeQnwfHf210p6Mua8piBEJI,12992
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/__init__.py,sha256=yIHYIBgi_iEzPCaMMh5fzqM-FSbR3UBGp3teYrg8vog,5396
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/_azure_machine_learning_workspaces_enums.py,sha256=GKhAjunVMtfRyfX5xAgp2NvhkjsRxvNlUDUawaZe_Ro,3169
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/_models.py,sha256=DMNemJlfak6iIqXLD9C1oY9K7x2vG8I14qDT_Mylqp4,64673
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/models/_models_py3.py,sha256=B7wQDduoJbEMxnoVZt4duNhQajpGkhjnEzdqY1juDko,68366
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/operations/__init__.py,sha256=dgi7oe3u8whYgMbHBbOhvtvO_xfVCNRpQ2pz8DIBRZk,699
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/operations/__pycache__/_batch_job_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/operations/__pycache__/_batch_job_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/operations/_batch_job_deployment_operations.py,sha256=835lvkF6dcBZLHrgqFGhR0zAXn9RVTk6TVGICmHhRPM,19353
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/operations/_batch_job_endpoint_operations.py,sha256=eFJya5M24Fs4Q-3ZSD66JCRFImca_TWhWk-lYSMq4vk,18740
+azure/ai/ml/_restclient/v2020_09_01_dataplanepreview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/_azure_machine_learning_workspaces.py,sha256=XKpYvbDYNk42oUkke1HkXco_gBDUbIWnf9W7ubC77GM,8556
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/_configuration.py,sha256=9LjJd7Rwa2jOHHP8p6OC12Zi6WmZPesvp7_i5OkzRJs,3650
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/_azure_machine_learning_workspaces.py,sha256=y1tXrDAa0nmGyOrYQH5DuKCiWwCWXNFFwTza924oZQU,8536
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/_configuration.py,sha256=VH7r5JKZw0xkRJ1FpXxqz59lSLuhwto6p9hZ-caQ1kw,3547
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__init__.py,sha256=etzaspMqbef46YZzGwXak8xQr3jR1_QOinJoINrUlFk,1889
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_resource_management_asset_reference_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/__pycache__/_temporary_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_code_containers_operations.py,sha256=036k0owSoEWBJhu6LHmu1MLfTq049FkhNtERT5Ft-rY,14635
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_code_versions_operations.py,sha256=0Oin5TgojHOIn_2KpPprd0ignqrjl_hrr2jTxejPvSk,18745
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_component_containers_operations.py,sha256=gXfv2EoTC94NtYLgH0RRNLzmsrKTEVfNeHv1xmoJw84,14800
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_component_versions_operations.py,sha256=vF_BL7szPLGtJn51bZ92xj19s7-6nGrRIsMxabFj7EY,18855
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_data_containers_operations.py,sha256=cfWP-r7bEZyqEf5Rwg_mVD-RhU7NNrKBVahthZOYiNU,14973
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_data_references_operations.py,sha256=P_HhlSLfY4ZFwcCOxxwLiAyu7-wmhDK2hKxOISwZ7-Y,5440
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_data_versions_operations.py,sha256=Ajt8j8F2vxMLq-TY7Hk0xP20I-aBVaPGnlP-IH9NtF0,19756
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_environment_containers_operations.py,sha256=KdhW27XVVxJo434uDxab3agiwpQ8YgRmdbsCMMi2aNs,15307
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_environment_versions_operations.py,sha256=-dGsK4LqDdzrmZdb10R-zfDgoUN2FvzxomyiWvgqTW4,19491
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_model_containers_operations.py,sha256=YLxfoli-TRiUOR3t0Cl8VmsM4TLwWNDKEII0p8ultvM,18952
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_model_versions_operations.py,sha256=k7OtnXkoLLCnvurZBb3zlSqf6fZKK3CRuOUNA7yiYKA,26959
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_resource_management_asset_reference_operations.py,sha256=QeEtna-iMUjzFcM-H-6ejy7WwHNPW0SYGtaWW8spKoM,9395
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/aio/operations/_temporary_data_references_operations.py,sha256=b4z7pU-NpiRTC7M7-dKJX_Yl9JDLNJ4xlKEA4_ofoxo,5616
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/__init__.py,sha256=r3MDvarMi4-r-FsNLidEj69GCKfbz_dE0I5lTSARBFg,20313
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/_azure_machine_learning_workspaces_enums.py,sha256=bug7AlnsZUlw3lLW02Q2bXiWPa96BnwrvKY03DoqKPg,6896
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/_models.py,sha256=UrJepRMQvFiGvln85sWSeAVcB5aJbvibIJ43zRn8VDE,254281
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/_models_py3.py,sha256=MAEQqGWW6ndlynAw8-GosFVVPH_FMzXsjP5EQJRyckY,274912
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__init__.py,sha256=etzaspMqbef46YZzGwXak8xQr3jR1_QOinJoINrUlFk,1889
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_resource_management_asset_reference_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/__pycache__/_temporary_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_code_containers_operations.py,sha256=NCHZRXXvOC_GAXIlVxpu-T2muPt5iE81cIX5LQXaC1E,21365
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_code_versions_operations.py,sha256=fKMCFG4rss4Dk1LSEzj49xKJNPenG7obUG48FwJ2BXo,26192
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_component_containers_operations.py,sha256=0BgSMf89O_IPnk8HgbIN2WW9vo1G7-FcrHo7R20cbCA,21505
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_component_versions_operations.py,sha256=l8uoodhAmTyhTGaFvY3LpmzejgUP8VAMJTT-zULnqGU,26317
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_data_containers_operations.py,sha256=rGmySy-eHv5n0ZDLDBzZ5JaTyDcGAn0dUX76Kiyd6w4,21920
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_data_references_operations.py,sha256=RkrhedT1R1RzlRRqy4GEb7ryVCG_3KwutQHcwCCNeEs,7541
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_data_versions_operations.py,sha256=qUfDY65nLImHFJ_xmXHxhMEJiQzikzVA5hdSqSVSAMY,27617
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_environment_containers_operations.py,sha256=xZBLGC18Q0DaacXSAmkCi7CBXZBV86DHUvCQ6FPYWh8,22239
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_environment_versions_operations.py,sha256=sn4vcIo9UnrNZlxdjXXxg5RWVjIe4dEwPsllpPefaD8,27382
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_model_containers_operations.py,sha256=NaHEtEoSShSgqvMxvkCyQVRjANfhr-fx2i0oNEmuCQs,25920
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_model_versions_operations.py,sha256=64ePF6WrPf7UKSORVcgr4KtuA7aoyVk-EqKeplkqdCo,37349
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_resource_management_asset_reference_operations.py,sha256=q3iEz322AQn4vJ9Rn1sxAaUEDJlejUUvU-oj6EoMfd0,11185
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/operations/_temporary_data_references_operations.py,sha256=ibn0EXmedHFO8BSE5pcDxRQIXOHjFynT1XsEX45HMr4,7717
+azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2022_01_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2022_01_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/_azure_machine_learning_workspaces.py,sha256=dCBiIr9LLVt_lE3d9gdnJIT6NX8ialYVR1D8MC8Qc_M,6863
+azure/ai/ml/_restclient/v2022_01_01_preview/_configuration.py,sha256=Whcein0VYzOSnOyQCPxgg4KnLWDMFMLnMFrm6s-K64E,3345
+azure/ai/ml/_restclient/v2022_01_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_01_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2022_01_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=4syf9BLzP0PMm-dqzzvYo2dByQEkNG4g24hzSKCw8uU,6846
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/_configuration.py,sha256=zqRxFa_VbwrH3uPEZCp75O3m3YstDQxGtvdjlL7pC2o,3294
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__init__.py,sha256=XDnYZZagOQRbJonYflvm7_goeSCiqLlZQUhhxzpxROE,1433
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_compute_operations.py,sha256=2CpcAuAnyyG-n6PWJdf1SV7m9z_BQ_jnypdKksbmJiw,47000
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_operations.py,sha256=P7G3gM4v-PQdWhVCFM0_ddGLLQwsHr6MalQ-JMqCtvk,4850
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=Xj3NhiseOVbFguY1w9KeHMfxIF92ID6eD6DaUOaOuzk,14317
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_private_link_resources_operations.py,sha256=5Z263NpKciW5sCGsBNFS0-Elyw1iaMvYtX0B4G-I41s,4384
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_quotas_operations.py,sha256=kbVkIrnpHIcmLil9B-IoCg9VyfAkxvz-8Uo9_cRm_Qg,7774
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_usages_operations.py,sha256=gOjA9hCweAzWMyMLlPUL7ddd-7G9w5KIkbnBsRkeFb8,5180
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=JXaSd0oWXUNleoIk-hizz6T3nfaOlrya_PDvaxI2Hyc,4053
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_workspace_connections_operations.py,sha256=QQJqe4IrQPmse-0vZ-SQNiux3gCz_zZ3Zsld8Dr76Ic,14310
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_workspace_features_operations.py,sha256=CbMDuMC0YZucEhOlw0g2oe6VGH9D3BF8jC098iwZdpE,5679
+azure/ai/ml/_restclient/v2022_01_01_preview/aio/operations/_workspaces_operations.py,sha256=qalM08-R7h6NPHtAqr6wH0wb9FTF3GrDooqrgAcCJaA,55593
+azure/ai/ml/_restclient/v2022_01_01_preview/models/__init__.py,sha256=KPzVG0tUPupzrfDYGHg5uyR_5kLDScqt17sLYny6uNk,22447
+azure/ai/ml/_restclient/v2022_01_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=vjsnrdBkNt7R5jJKAd-dj7Tbzpvj4FKepBhlgHzk0Lo,11749
+azure/ai/ml/_restclient/v2022_01_01_preview/models/_models.py,sha256=MBkCmjFj41nKfvLWnGwJGKU0giLT6MS9Sj3PntITU8E,278877
+azure/ai/ml/_restclient/v2022_01_01_preview/models/_models_py3.py,sha256=YUjJ4a7fRMTWh-iFuIzBa2cdZpTUI6OFlKdHMDJm83Q,296235
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__init__.py,sha256=XDnYZZagOQRbJonYflvm7_goeSCiqLlZQUhhxzpxROE,1433
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_compute_operations.py,sha256=VHz9qUMAaw811KuOgldpPyvF70RbuGnCd3dSHcOnL9g,63168
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_operations.py,sha256=cAhQPrIYGZtzuEEZdd-UfxrgCJg_KvT1pIUSpGCWroU,5700
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_private_endpoint_connections_operations.py,sha256=nJJpWihZvLDq1QUVIHbkpvxLi0OplV4BrTinU98cFuo,20971
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_private_link_resources_operations.py,sha256=Vwy2RtxVKstclrPwDrLLxQzutDqgoM_swKuIDM0BhT0,5974
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_quotas_operations.py,sha256=ZmPaGmIH36VjpJbQW4lcaQh_UJdxAfXwsf7JFodXBR0,10460
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_usages_operations.py,sha256=E2OiNrOZaux5LdbWuyDICXfuQAf3H8I5CzSu2k-9kTQ,6448
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=Z88_Znmckx342m__EL4ffokz88Sirm9Jcck4Yukb6Q8,5419
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_workspace_connections_operations.py,sha256=s99yQfT-oJCAtAQhhIj6CZsZV9-YbV9XmSgS3J6usvI,21033
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_workspace_features_operations.py,sha256=NM1qnJPOPh_lQ4ug7d8Awuyw0o_kGntzSuKtNxDD_EU,7149
+azure/ai/ml/_restclient/v2022_01_01_preview/operations/_workspaces_operations.py,sha256=tjOnRqMk1gCWRJ1yCtTxyy_U6O0VEvZq8SGb7qcpgR8,75739
+azure/ai/ml/_restclient/v2022_01_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2022_02_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2022_02_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/_azure_machine_learning_workspaces.py,sha256=ar_Ow0o5xhZ-Q8L9yb84uLzu9pyXVYgP4UJLL8X6bS8,8789
+azure/ai/ml/_restclient/v2022_02_01_preview/_configuration.py,sha256=FGUZ_s_1KaBf9QJqyzuJPCQvXMvggWjNc66--BIadNk,3345
+azure/ai/ml/_restclient/v2022_02_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_02_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2022_02_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=TL7IIQoUWARnR-efHMNQK2SU0rpvJrRSW4ejvC-_KO0,8811
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/_configuration.py,sha256=OSR72LrXbix2PdciHN9m-oyOF-38FVqdc1btkPQtowA,3294
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__init__.py,sha256=rq473DMQAhbXk-hYCa-GWY6Loh_YI-q8wQ9Vi8mRY5I,2073
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_batch_deployments_operations.py,sha256=PGfs5TLPBFHH9CgHu2Xlg26s9-to1WiHcA9pg4SHWzY,28707
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=XNTeISHn5TMcsFlduhEq5zpEB7PXBLnpFOXLlkEp8JE,29676
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_code_containers_operations.py,sha256=ikDTcTJs3gXWdfdTnDNnAq4fz3wTjl2ZxiwL2QY0sII,13712
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_code_versions_operations.py,sha256=tDLsFo1Cjo-4OE4i3R-pCqiTJXKiP-Di6C7_oEs1OCI,14689
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_component_containers_operations.py,sha256=pDf6CPHCBKgzHBLQprN3OIriDL32JiCv2eJcVSeRtTc,14160
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_component_versions_operations.py,sha256=bf_O5yZKO1FJVfM_flywxG3d2_Mhf1l2VAmuo-plgE0,15041
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_data_containers_operations.py,sha256=wXFmmyVrj1Mnx5HKJNewFGZwEBQgRfzXWp6jiHMcL8g,14016
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_data_versions_operations.py,sha256=J30U3G1vh7AIzstGrW2hteCQBjOHAOD1Id4KBvnc5K4,15553
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_datastores_operations.py,sha256=P7DbQqU7o-nWX-WIQVwFJGTHr8Iib8_lVyJjUQoT8LA,17571
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_environment_containers_operations.py,sha256=VKSsV_L9Pc8KSlm5Wej78ObAAth1F1SqqUrW84rXp8k,14288
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_environment_versions_operations.py,sha256=VcsV1_FdAB-W7atEX0TFtqE-6-7R0n8HE476B_iaSwU,15270
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_jobs_operations.py,sha256=YMYoCTeaQjGfTgJRw4gRZL6JNgHrGeHxuJSohVBhWqQ,20057
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_model_containers_operations.py,sha256=OIP0xAa29SkRXP46C63e5WCt1gIJPI2yGG7UMAAGq1o,14307
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_model_versions_operations.py,sha256=9974PQEUGYUqvcaRLApaDkdJ59SRiZ2TgHi-PDY4REg,16361
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_online_deployments_operations.py,sha256=hCkDeRCro6Ut8h4Zg9mgIXPKT7T-_hQwLS7LHRo9PI4,36355
+azure/ai/ml/_restclient/v2022_02_01_preview/aio/operations/_online_endpoints_operations.py,sha256=jnKzpLoVA6q2Qbb0_4ZM_eZrQHEDiicy4CrgnQekwHI,39693
+azure/ai/ml/_restclient/v2022_02_01_preview/models/__init__.py,sha256=LX6Y6Qv_sSs_Xf-yTzM4yNUk1pk6Dsw6J7tO4nUDkys,38536
+azure/ai/ml/_restclient/v2022_02_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=Y9EAhGQK-Yy6riBZOHZwBue9EAO-Qq99GSXLM2LCIB8,37207
+azure/ai/ml/_restclient/v2022_02_01_preview/models/_models.py,sha256=tRNpEdBogM1caXv7cIhZX9Ccv81GMTs7bZwKXbd8GmM,643525
+azure/ai/ml/_restclient/v2022_02_01_preview/models/_models_py3.py,sha256=PvNixXHkIW-2UWummLYjB0ulPG0cmLKQgCUvR2vTenY,697888
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__init__.py,sha256=rq473DMQAhbXk-hYCa-GWY6Loh_YI-q8wQ9Vi8mRY5I,2073
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_batch_deployments_operations.py,sha256=xRmTPWKkD-TO6PXNLwJriv8XCeCePX-W5p3agtrNmGk,38285
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_batch_endpoints_operations.py,sha256=FzcWdikGWugTzZd0mwtGNVfx6GrCoDCAs6UloFbFGas,39745
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_code_containers_operations.py,sha256=39wPRSi02jK9Df_jDgbczvw9RLZRuf1m2VbxpHUSi7Y,20106
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_code_versions_operations.py,sha256=zVaauX5XsTI_hiXDR5fOaM8UqSFQ2UbVv6vy4kbFS9U,21881
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_component_containers_operations.py,sha256=6vAfhtjEzkzuGCY8vmQ0QGRZjhcsL0MxM-8GZKsk0MY,20822
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_component_versions_operations.py,sha256=JIGrCW78Ta8AgeVrorKyJe61qnIVfqn48FSXfwFO4JI,22501
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_data_containers_operations.py,sha256=AM2rnz6fjVLchj8oTGrC26XrZPEYe3zrm1eO-j5r6FU,20659
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_data_versions_operations.py,sha256=SxDDbMjffk_Fr1Q8RSYgmAB7dajqXUAThyMmhkY2pu8,23159
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_datastores_operations.py,sha256=TmE__VwMwrzwjxBQePXOZRdmYG-ZDlgK5TVsOZUU3gA,26898
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_environment_containers_operations.py,sha256=pXtsVsJhrYQzdsRL6KIFTKs86Z3M_lSX2S-w4MmJzIs,20956
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_environment_versions_operations.py,sha256=dn7NbtHzoCFyIFWwFWZwiLXlvJnrKMpX2F8nnOGnl04,22736
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_jobs_operations.py,sha256=YymLI-lQ3M_ET7rcMjDzkzptTV13Nzxw2aPz-g_dslo,28887
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_model_containers_operations.py,sha256=bdjDV9ygb85FjimkR3vlwgFRiR5D10YJCDNyt06Fjwg,21127
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_model_versions_operations.py,sha256=VPMqugQvjg76gLUc1IOJoX0fsn4MfTzJV9zqSBi7uvs,24901
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_online_deployments_operations.py,sha256=wwkeBobJkmV2WYJF0Hz1F5rW028uR7vfHdrYrAPink4,49892
+azure/ai/ml/_restclient/v2022_02_01_preview/operations/_online_endpoints_operations.py,sha256=BNRtAtT3Wh__r5l-mEwZGjwmZC9iV33VudYxZ0KXCyI,54054
+azure/ai/ml/_restclient/v2022_02_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2022_05_01/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2022_05_01/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/_azure_machine_learning_workspaces.py,sha256=GPNOPxFfDzCq-wOfqPn5Cr_gqGLqby0kIQjaJxBYtXs,11928
+azure/ai/ml/_restclient/v2022_05_01/_configuration.py,sha256=cyUTtknOGyJqShfVj9onB9pMr80ynsVFnHPCDKP0rv8,3337
+azure/ai/ml/_restclient/v2022_05_01/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_05_01/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2022_05_01/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2022_05_01/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2022_05_01/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/_azure_machine_learning_workspaces.py,sha256=3iyuAzG9vjwNVlXs4CHscqhB07PHGMGCaHSWWM-LLLw,11990
+azure/ai/ml/_restclient/v2022_05_01/aio/_configuration.py,sha256=IRemK5j_AS7M4gY4pZAHoJ0uLnR-wQy-MnasF6t25tI,3286
+azure/ai/ml/_restclient/v2022_05_01/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__init__.py,sha256=Osh4abeundEHbfaJy5_VT0AvW9ZdGPLVUEVkm6CBvi0,3023
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_batch_deployments_operations.py,sha256=PGfs5TLPBFHH9CgHu2Xlg26s9-to1WiHcA9pg4SHWzY,28707
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_batch_endpoints_operations.py,sha256=XNTeISHn5TMcsFlduhEq5zpEB7PXBLnpFOXLlkEp8JE,29676
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_code_containers_operations.py,sha256=ikDTcTJs3gXWdfdTnDNnAq4fz3wTjl2ZxiwL2QY0sII,13712
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_code_versions_operations.py,sha256=tDLsFo1Cjo-4OE4i3R-pCqiTJXKiP-Di6C7_oEs1OCI,14689
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_component_containers_operations.py,sha256=pDf6CPHCBKgzHBLQprN3OIriDL32JiCv2eJcVSeRtTc,14160
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_component_versions_operations.py,sha256=bf_O5yZKO1FJVfM_flywxG3d2_Mhf1l2VAmuo-plgE0,15041
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_compute_operations.py,sha256=H3q7448SPg7KLGtInCmaHjUyL5YXL0_WFGNAGjxxQ9A,47005
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_data_containers_operations.py,sha256=wXFmmyVrj1Mnx5HKJNewFGZwEBQgRfzXWp6jiHMcL8g,14016
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_data_versions_operations.py,sha256=J30U3G1vh7AIzstGrW2hteCQBjOHAOD1Id4KBvnc5K4,15553
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_datastores_operations.py,sha256=P7DbQqU7o-nWX-WIQVwFJGTHr8Iib8_lVyJjUQoT8LA,17571
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_environment_containers_operations.py,sha256=VKSsV_L9Pc8KSlm5Wej78ObAAth1F1SqqUrW84rXp8k,14288
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_environment_versions_operations.py,sha256=VcsV1_FdAB-W7atEX0TFtqE-6-7R0n8HE476B_iaSwU,15270
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_jobs_operations.py,sha256=CKDFVl0R03XYC1fRMIBAdmTIBaFGUFGOIkfkJmvCnc0,22339
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_model_containers_operations.py,sha256=OIP0xAa29SkRXP46C63e5WCt1gIJPI2yGG7UMAAGq1o,14307
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_model_versions_operations.py,sha256=9974PQEUGYUqvcaRLApaDkdJ59SRiZ2TgHi-PDY4REg,16361
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_online_deployments_operations.py,sha256=hCkDeRCro6Ut8h4Zg9mgIXPKT7T-_hQwLS7LHRo9PI4,36355
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_online_endpoints_operations.py,sha256=jnKzpLoVA6q2Qbb0_4ZM_eZrQHEDiicy4CrgnQekwHI,39693
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_operations.py,sha256=OD0BlZtjTNnfhWObZiWRRGgXcdkobstjIWdoZj0QQ6o,4874
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py,sha256=Xj3NhiseOVbFguY1w9KeHMfxIF92ID6eD6DaUOaOuzk,14317
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_private_link_resources_operations.py,sha256=KFo-PaXJp63OELQio3XVGfRyxGJ2VkbFd8vertJQe4w,4498
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_quotas_operations.py,sha256=kbVkIrnpHIcmLil9B-IoCg9VyfAkxvz-8Uo9_cRm_Qg,7774
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_usages_operations.py,sha256=v9KWuy3v8BTSohBZF187aRr_rghsSLJil3DAYFM2smA,5298
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_virtual_machine_sizes_operations.py,sha256=PgNasz68QEkziEC11pSG5MCb7jhCq1_zdnetSnZjwgo,4167
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_workspace_connections_operations.py,sha256=QQJqe4IrQPmse-0vZ-SQNiux3gCz_zZ3Zsld8Dr76Ic,14310
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_workspace_features_operations.py,sha256=CbMDuMC0YZucEhOlw0g2oe6VGH9D3BF8jC098iwZdpE,5679
+azure/ai/ml/_restclient/v2022_05_01/aio/operations/_workspaces_operations.py,sha256=qalM08-R7h6NPHtAqr6wH0wb9FTF3GrDooqrgAcCJaA,55593
+azure/ai/ml/_restclient/v2022_05_01/models/__init__.py,sha256=WSOEetZUwLUrhJfl1YrGFYHHEqI6JdS2H4M094poX0c,49054
+azure/ai/ml/_restclient/v2022_05_01/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/models/_azure_machine_learning_workspaces_enums.py,sha256=hYcSsImZY76LUfxWnmtBrcG3ZQeAG7OETIgBkxLmNFU,22305
+azure/ai/ml/_restclient/v2022_05_01/models/_models.py,sha256=h84UunVHw6X711mMZlHc51Nmn7rAZBMshiLRgKKdxtQ,640084
+azure/ai/ml/_restclient/v2022_05_01/models/_models_py3.py,sha256=AKvuTnW340216fv6rxHPWJLrscV2iQvbS7u-K2eq3vA,682871
+azure/ai/ml/_restclient/v2022_05_01/operations/__init__.py,sha256=Osh4abeundEHbfaJy5_VT0AvW9ZdGPLVUEVkm6CBvi0,3023
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_05_01/operations/_batch_deployments_operations.py,sha256=XYU3Ws73Ze94rx2mJnBZULTodnKSLTjXHHk-1dIG5CQ,38245
+azure/ai/ml/_restclient/v2022_05_01/operations/_batch_endpoints_operations.py,sha256=EHy4O7RNaUWwkHUNFt6RfeHi90EWheWe4RhdzNxqnmc,39697
+azure/ai/ml/_restclient/v2022_05_01/operations/_code_containers_operations.py,sha256=ZFVW4fIZlphzVtHFCPBG28pzZtcvhzcJ5oESWurgz1M,20074
+azure/ai/ml/_restclient/v2022_05_01/operations/_code_versions_operations.py,sha256=6_DU9rFegUdXCCBA_OO1ZERBD4p3o-yh7i0f3_Sk5uc,21849
+azure/ai/ml/_restclient/v2022_05_01/operations/_component_containers_operations.py,sha256=Iuz-7fIsgpYNvursRdtytsq2C4SSdTivtvhlkUJkgjA,20790
+azure/ai/ml/_restclient/v2022_05_01/operations/_component_versions_operations.py,sha256=CSBRc92mToUS9w9gVYdKHWMDpnni4iKaT7Z6uhp0ir0,22469
+azure/ai/ml/_restclient/v2022_05_01/operations/_compute_operations.py,sha256=UABGvXdEmMTxg_6umcn7c27X75zRgnONvxl8UdzJGpo,63093
+azure/ai/ml/_restclient/v2022_05_01/operations/_data_containers_operations.py,sha256=P6siu7me67KyWDWVL8Bh3vmAQI7x9kgQ0dDHpoEZ8bI,20627
+azure/ai/ml/_restclient/v2022_05_01/operations/_data_versions_operations.py,sha256=h8XY5LrEJZv5_dXhx8Rv7r8uuyJqvtToE_OtNyXXo2w,23127
+azure/ai/ml/_restclient/v2022_05_01/operations/_datastores_operations.py,sha256=a12RsVvB0tFx-esSDsOpWLq0_A3Nm9zJUw0s_SuofSc,26858
+azure/ai/ml/_restclient/v2022_05_01/operations/_environment_containers_operations.py,sha256=9x3kXJmlHMHBndokdb_7f75Ic5VelEIb47oFmQi21Ig,20924
+azure/ai/ml/_restclient/v2022_05_01/operations/_environment_versions_operations.py,sha256=gRFtpdgb1ggJePcxMlDS026Z6DYeRO_LHlnde45NzKk,22704
+azure/ai/ml/_restclient/v2022_05_01/operations/_jobs_operations.py,sha256=IId8JSW9oD9ZhA8lYL7mpjKuYSzR0Vn0XuPqmry9-Qk,30720
+azure/ai/ml/_restclient/v2022_05_01/operations/_model_containers_operations.py,sha256=tw9fy_pYATgl_YQKB86MszcDouW9BCr38d6aO6NB6a8,21095
+azure/ai/ml/_restclient/v2022_05_01/operations/_model_versions_operations.py,sha256=os1HgPdHzQBUNiFfa5Pfrn_-Ka3lp6GVbQ0DxmZdIuY,24869
+azure/ai/ml/_restclient/v2022_05_01/operations/_online_deployments_operations.py,sha256=iJAEcy32pp_i_Zq3R9A4WtKKG-TdvBAucsVSQ-PI8E0,49836
+azure/ai/ml/_restclient/v2022_05_01/operations/_online_endpoints_operations.py,sha256=R7Xz3b09O67In7BPkvwp716RiXQs6AFeKrQzMR89M_Q,53990
+azure/ai/ml/_restclient/v2022_05_01/operations/_operations.py,sha256=YrNAHvxqliBhVr6ULTMCLEVa3y8mIfxx1VfjcRds-jw,5716
+azure/ai/ml/_restclient/v2022_05_01/operations/_private_endpoint_connections_operations.py,sha256=lTUlCBlCi4tvEIXNhttq2hqMywmhhJP_142cxqvfNzU,20939
+azure/ai/ml/_restclient/v2022_05_01/operations/_private_link_resources_operations.py,sha256=ALMyxC0KjcYSRhGznAJ12tAIZBOBL-jQ-T3z14G16RQ,6080
+azure/ai/ml/_restclient/v2022_05_01/operations/_quotas_operations.py,sha256=3QpTvdHzXlBIQOzAglDTY5LwqPbrXCo1QMuHeRPTti8,10444
+azure/ai/ml/_restclient/v2022_05_01/operations/_usages_operations.py,sha256=8Nq37ih6QI_x84iiob9gIQwkhQ0Fo8mcievBFKq76Qk,6558
+azure/ai/ml/_restclient/v2022_05_01/operations/_virtual_machine_sizes_operations.py,sha256=Ad6NwtprIjbVhJ6onwnVPxpUKyuIc-fJcyWFbJnYFrE,5525
+azure/ai/ml/_restclient/v2022_05_01/operations/_workspace_connections_operations.py,sha256=pvnEPXBvDfdGl5c1vtA3Y6-geXm5oYa4vEOt3154CF0,21001
+azure/ai/ml/_restclient/v2022_05_01/operations/_workspace_features_operations.py,sha256=wnt_gpXr1vnCpDCcQObnLAJA0f3n2NNtJRyRBUPWUYM,7141
+azure/ai/ml/_restclient/v2022_05_01/operations/_workspaces_operations.py,sha256=PnWWOsRg5-7AOWIi5aJcD3rnq-hU7tSoGHx2cWDXWJc,75627
+azure/ai/ml/_restclient/v2022_05_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2022_10_01/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2022_10_01/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/_azure_machine_learning_workspaces.py,sha256=ueBtip_7f1zoAIJqZWz5AjhXVZtPqM_Elqr7tffQfm0,12428
+azure/ai/ml/_restclient/v2022_10_01/_configuration.py,sha256=iAh9HUXDpNE1DmxonGsd6x3woJN4kPFa6fyYxRaYAvY,3647
+azure/ai/ml/_restclient/v2022_10_01/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_10_01/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2022_10_01/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2022_10_01/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2022_10_01/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/_azure_machine_learning_workspaces.py,sha256=HXnrKsCGD1KF5Z--nGNixqFHikwjkNxd0qfk9N-9qdE,12494
+azure/ai/ml/_restclient/v2022_10_01/aio/_configuration.py,sha256=C95WipIkLdX8tYSF1sxLct7hPAWaUSsHFo2T1f8xfi8,3596
+azure/ai/ml/_restclient/v2022_10_01/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__init__.py,sha256=5YshcK4m0l4Z7YXkL5FzqEVbBr3HbTDThNSCb06Gklw,3105
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_batch_deployments_operations.py,sha256=xsyW2mAyplDZd-ANwcCDwe6WeTBh4mdWa7IOeb1cVqc,30057
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_batch_endpoints_operations.py,sha256=pO0N4A8dChHGgU5SP1_RSOeVbYHJCvSO-x8k6tYD53I,31133
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_code_containers_operations.py,sha256=3WG4G8gApI3RghTki_LyZVeeyYkYSnXmWUhOIb_2AD4,14538
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_code_versions_operations.py,sha256=gDWVEmRAghREDL2YO4vDfR8jZZS9jnzrKVgnDowXjmw,15515
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_component_containers_operations.py,sha256=VRswHtujGPQ1BmPTeQbqBDuHOGJZjIYU3RMoihhgp1s,14993
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_component_versions_operations.py,sha256=4_sQc2g59U6T5ylxJZ4swGXNDXwRBBsuQxgPCPKbdAs,15874
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_compute_operations.py,sha256=YlRgDJN-VAc5gjYop8oe8zkPi65GVQ4bolMz0XrVxKg,49956
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_data_containers_operations.py,sha256=prOD8kxJPcUfj3LkoF8pqTGqX32vCuW9JPMKYmCvTJ0,14849
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_data_versions_operations.py,sha256=GTJHJSJdyszIZDAoqE9zClr9qee-Ao0u31vIT23YugM,16386
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_datastores_operations.py,sha256=0qf0OkWszDnhIY6Bdv-KC5s3w6lDZUC1p6n2SoXRjbE,18592
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_environment_containers_operations.py,sha256=7cEYqUfPs0b6amt5XTgxR22A8n-etvHKWr6l8g2Mylg,15121
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_environment_versions_operations.py,sha256=50d1Y2JCJgo7ah7R4Tz1fLlMBgbQZ43nPYVlAf9UkZk,16103
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_jobs_operations.py,sha256=vlMK_H0tqmqIxqdbyVU2itv9AlrIy5tk7RtMpgVfHFM,23675
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_model_containers_operations.py,sha256=pPj0KOhb0BYjejlizyFKhQBh7laUZnQA6mlwu-hpV7I,15140
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_model_versions_operations.py,sha256=vlUNKc8nZVYzuOvciAU551mFF3osjljaQuTo5La1iew,17194
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_online_deployments_operations.py,sha256=5fUIm-JH3nt3Cvn7sKIV1HzPw8yfyUciLtuVMujWQa8,38034
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_online_endpoints_operations.py,sha256=kceMqMNcJEzovUUJkSXUJ7Fa3BJUPmIg9CpXCRhzrPk,41714
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_operations.py,sha256=OleXZMwM-PBBLqkxkV_gAsZ38V3sRbVcnYcPhw-xkqI,5058
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_private_endpoint_connections_operations.py,sha256=J-f6N44zQHxWNI19eX9reY2P9MDtXRBaR11PBu7BBpE,15206
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_private_link_resources_operations.py,sha256=011-xo4zNBy9A5SayDnQGDE7K8AAS3i0zdD8WR1bqyA,4684
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_quotas_operations.py,sha256=3dnc6IFMjvQkVlMolWfTHd1lVp-dSFWX3RDgBQHFGN4,8223
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_schedules_operations.py,sha256=Nk7zClu5oVpvz_ZHxFkT9znJvf3G-U07fQ-S0KO14HE,21064
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_usages_operations.py,sha256=mvXutWuWV7iw-2WEJ6PqcVQFUMqJLak-ZYvTTZ7cIzw,5482
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_virtual_machine_sizes_operations.py,sha256=l_qrah0WQdbkr2iF0xMbBAExVZl2-CJcmjPCw0iFlI0,4353
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_workspace_connections_operations.py,sha256=qw40tGGaH0RfSRqPT8bb4AhsNwDQ5rMZVO1FCyCzJbA,15199
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_workspace_features_operations.py,sha256=ePOjz8rNnl3cCytVe6mMyMv4WCvbEph97xQQUErNJ30,5863
+azure/ai/ml/_restclient/v2022_10_01/aio/operations/_workspaces_operations.py,sha256=H-KjfKKSR0-wmOTrIX5N7tAfkYMP_OLAU2XUpu0jlUU,59123
+azure/ai/ml/_restclient/v2022_10_01/models/__init__.py,sha256=raS_FM3jKz3YeALa00ukSOiDe9CKO0LjSTafq9K0pM8,57995
+azure/ai/ml/_restclient/v2022_10_01/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/models/_azure_machine_learning_workspaces_enums.py,sha256=QEzq5o5NE2AZjIXmcPPwDMCnGNTA7_QgBWOmQExGMBY,49846
+azure/ai/ml/_restclient/v2022_10_01/models/_models.py,sha256=exzITozNJMoUBpdrsKmGzIVXDsL6xi2MkdkFwt1uzAA,894262
+azure/ai/ml/_restclient/v2022_10_01/models/_models_py3.py,sha256=sMCwGIPxObrwB2OS4z6omtjQ2e_fWbZv5bp7Os6qius,965588
+azure/ai/ml/_restclient/v2022_10_01/operations/__init__.py,sha256=5YshcK4m0l4Z7YXkL5FzqEVbBr3HbTDThNSCb06Gklw,3105
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01/operations/_batch_deployments_operations.py,sha256=xS7LiH1tpFF2YT6YLaGSpu5ghEDbN1-3eBYM2Ir9NA4,40018
+azure/ai/ml/_restclient/v2022_10_01/operations/_batch_endpoints_operations.py,sha256=QVnxcWQFfVNCOGAEgh3PqL5UjX3clEtIornxbmzQU7o,41642
+azure/ai/ml/_restclient/v2022_10_01/operations/_code_containers_operations.py,sha256=aYecuR29sA6juLT-7M0gouvBhUPsSGaNs4-n33-qTeI,21237
+azure/ai/ml/_restclient/v2022_10_01/operations/_code_versions_operations.py,sha256=gCdr93gNIZy4H9AYezSYixJdanJg7rowO1fzvERFNDc,23014
+azure/ai/ml/_restclient/v2022_10_01/operations/_component_containers_operations.py,sha256=8D7Qx3Q8Q6zVYaYbrrCGu9F2hvtBfzWBwww2-eXVBg8,21961
+azure/ai/ml/_restclient/v2022_10_01/operations/_component_versions_operations.py,sha256=iG8Ar4S8krwHTldaVZvvk4PBJbDUhSV5iz6og7_ge5Y,23642
+azure/ai/ml/_restclient/v2022_10_01/operations/_compute_operations.py,sha256=0-JGFkgHkMdEVuphYJ6-b3K80eHD7uTDVe7QaRqs--8,66885
+azure/ai/ml/_restclient/v2022_10_01/operations/_data_containers_operations.py,sha256=VYI7wd_UQ45LvzWgyEvaKFeC4Ju_ENCyDd5qgAiV5KM,21798
+azure/ai/ml/_restclient/v2022_10_01/operations/_data_versions_operations.py,sha256=26e9uDayesS5eMTiWPygDYsFK67JvpY8FY9BbKCzCuQ,24301
+azure/ai/ml/_restclient/v2022_10_01/operations/_datastores_operations.py,sha256=tevepyL03L5CQQHVo1J5Mg_z-lidE9FEieZ3P8w47Wo,28307
+azure/ai/ml/_restclient/v2022_10_01/operations/_environment_containers_operations.py,sha256=FQAzXnsfN3X22jObyNShm6-v5pqFpqJqp7Is_W31maE,22095
+azure/ai/ml/_restclient/v2022_10_01/operations/_environment_versions_operations.py,sha256=6m1L3LfBsgHPKqbQAlsM-NkxVGLnSP7H2vxuqhUuroA,23877
+azure/ai/ml/_restclient/v2022_10_01/operations/_jobs_operations.py,sha256=IrQj2ZUA3MpHVQtvw_1iOpqmeNsysrpK6BBoTea2LTE,32480
+azure/ai/ml/_restclient/v2022_10_01/operations/_model_containers_operations.py,sha256=pbWuuXIsz1ekUriTBXIDp5yZc7mtchAWhLQYm8D2X38,22267
+azure/ai/ml/_restclient/v2022_10_01/operations/_model_versions_operations.py,sha256=tHgFAYba24zYH-ABAIpZ9RgMIbW7Q8ZADfzZFsmc4WQ,26048
+azure/ai/ml/_restclient/v2022_10_01/operations/_online_deployments_operations.py,sha256=YvQwaLF_xuwpq2qhvzOCmRQw1ixbG5sw77iNxZ3sEDk,52107
+azure/ai/ml/_restclient/v2022_10_01/operations/_online_endpoints_operations.py,sha256=KglkhaxL4a6rRNJzK4N-JYpPfpSvUR2hpknf0PFHigY,56690
+azure/ai/ml/_restclient/v2022_10_01/operations/_operations.py,sha256=JntU5z7K-685DhSl-5WvDvNV1KV_gA4GIcYzMFgRr2U,6021
+azure/ai/ml/_restclient/v2022_10_01/operations/_private_endpoint_connections_operations.py,sha256=O_ze193EbUYiPEtDvKLRaWQ2x-tnVX_QclR2o5LcvRs,22165
+azure/ai/ml/_restclient/v2022_10_01/operations/_private_link_resources_operations.py,sha256=g9K7NJN_fYbBZCPuh5cfqxdXgACy_4IFGtx-XO18IxY,6351
+azure/ai/ml/_restclient/v2022_10_01/operations/_quotas_operations.py,sha256=nAvnb8hMitC1PRbRMA_c7LuZTs1d1Ml18UOFtQwnf18,11062
+azure/ai/ml/_restclient/v2022_10_01/operations/_schedules_operations.py,sha256=efDbIBsxYMzIykZ1wyrX7MoV6wpqZ_yit-A9ZIZSiPM,28004
+azure/ai/ml/_restclient/v2022_10_01/operations/_usages_operations.py,sha256=P3q22XOZS_XJ5bO9yUC3AtwTzSV7cYi0gL5Fb_AR51Y,6898
+azure/ai/ml/_restclient/v2022_10_01/operations/_virtual_machine_sizes_operations.py,sha256=VR5YGI_rE4PnkhASxnzA9q3rwetkNTEnuhKuvVZRMdo,5796
+azure/ai/ml/_restclient/v2022_10_01/operations/_workspace_connections_operations.py,sha256=PkZpaJM9QC4_PJEnzVikUTvAGE-pOZ_sx_rx60t4Hqc,22228
+azure/ai/ml/_restclient/v2022_10_01/operations/_workspace_features_operations.py,sha256=iZ54cTfeU2ttWLIUNjcRlFkEKqJ1rmjtZV64GwbzEmw,7481
+azure/ai/ml/_restclient/v2022_10_01/operations/_workspaces_operations.py,sha256=-N7fMsNjmwHNFzVc3E9tFifhMMKhlKb3sirmWzcFDQA,80334
+azure/ai/ml/_restclient/v2022_10_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2022_10_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2022_10_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/_azure_machine_learning_workspaces.py,sha256=a1jWyBGy0f9yCjXocpRcW9n4VpW-bUtxirvFvjxjBXg,16129
+azure/ai/ml/_restclient/v2022_10_01_preview/_configuration.py,sha256=yQA3PgTNgHsl8o6TyBdgYdzwwvqm6CU5rWg1L2hLbP8,3663
+azure/ai/ml/_restclient/v2022_10_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_10_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2022_10_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=JU2mIkIfJtneetOnulORxAnXigolS43UjcsjJVSghXw,16240
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/_configuration.py,sha256=iieaT8QoUiyeRHiy8ra26DquswnJvA1Bm-OkQE6eiEs,3612
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__init__.py,sha256=S6AsJTGkrF28AVarTjix6VfpFb2-l54sgCfghvGtxIM,4320
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_batch_deployments_operations.py,sha256=f3a-2VK2L4iFHOHnmvRXOdi7z_i-OQPWiGkLQLPYwo8,30121
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=JIjjLq7QDz4xvJ0lJmUxMuecy09EAgtGw-Gc6fZLaoA,31205
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_code_containers_operations.py,sha256=oKGwlA1m1utXIVC95j0ks83-ba_POynZmQcY-tZQVCk,14570
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_code_versions_operations.py,sha256=lvhu8VvcGedPHjOnt4uhn5bIoaxt4bTjWqSLKAa7CRs,15547
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_component_containers_operations.py,sha256=C2UptzFLS8BbtnMnVgR7SNRjnMITKkGC0_gzBVvjL0A,15025
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_component_versions_operations.py,sha256=b58pP1MbwdPGJUIj_9tc_6yPANzRwS7LCcBZhC12myk,15906
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_compute_operations.py,sha256=5M2OhTFZAJz8BGKxgiM6zHCBTqqp79Ph3Bk2oj25tmw,56352
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_data_containers_operations.py,sha256=uZe0q9XG_zLB9p2rIKPyAzFnyY1ddVw3hsfIBD2Ckx8,14881
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_data_versions_operations.py,sha256=14H3FCx8vq5tunlG6MUg-jWuEn1OQSmgHMUzfLT2sG8,16418
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_datastores_operations.py,sha256=FeiEhwrFrwym2XOajvelPIq5CA24APMKSnMgHtTSNb4,18632
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_environment_containers_operations.py,sha256=1l46S8_x3yJlZ9RL1bi7Os3QQKAHfyCuVeMPl3g-iLA,15153
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_environment_versions_operations.py,sha256=hnrX77CDDASey_ZkDPnXRIAyk5BqTKv1zK7YR_HOMyA,16135
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_jobs_operations.py,sha256=dtQcntq8DOBJmhRQ2b7rmIGz9mc3TPMLvGj_bexxC2g,24200
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=xVHWA3KztdrIrROpNQ5i0F8rPiQwWLM0uS6Urt6OQqA,33201
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_model_containers_operations.py,sha256=yXb17G50HtKXo1vxWh6Nkf-Ssgh1EzMKw2WKqsb1rVE,15172
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_model_versions_operations.py,sha256=nYd7dUYA5COSsnouTA1I9FbmpwijMLLNsGYiagriKbg,17226
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_online_deployments_operations.py,sha256=DHQ-09sGPIUvu6xa4oVNVDusVveabh0d7dWuV-pJTTA,38114
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_online_endpoints_operations.py,sha256=wxGNuZICxeDDbJ0iPJmlci_VTCIjnM6bP9anVaL_2dg,41810
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_operations.py,sha256=9P0KymbvsBRwYepXyXK0uLAMfTqaUufll0dwj21lS7c,5064
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=PN_FzV_a16dSfbREkr7-liN6hkNJoldY61yWoaY8BVs,15238
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_private_link_resources_operations.py,sha256=FfK27NiiQgD1HSULG3dHlTjh72GotBNdBbLFAlAyymo,4692
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_quotas_operations.py,sha256=HGMrAp5fHdAoVDkKL4f2cALzuH8xjF5enF3Pf5aIpBc,8239
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registries_operations.py,sha256=Lp88bYKaMkP40J33UuDA9qwbOFHNPJuedpPdFXcP-pg,26496
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=CyB2yh3m_1CVMORWI74Y7SrYoTY8l-UuWRP05qAkwrY,21069
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=3ll9qn-7RpIBRkNy4twy9Ki4jQVF3ChJ3BrgbiB4OtY,22129
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=SuvMIt2Kg5cbmOfAbt68u1hjkc409-6KE2EGdVxDPqg,21359
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=rCJljWFTG7GtJZ0tYpn8ATPxsC7AJ-aw6973UwMVZZU,22459
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=7M4d798akupj9BekOP-OHiGoDlDOPDpOk_eAFQ4ZSPo,21893
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=9AVu5AjOCuywF0gUNcHc8_bUUJOsX8n_sYZstL2Eb2I,23033
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=SoFGAkU1mBCuLJDT7xAUc6mk9NM1qt4i_R7yYGolUtA,21545
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=EnVJ2jQp-zXoX607HCNosRLy0OeAkfHsRxMnMNSgZ1M,23557
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_schedules_operations.py,sha256=0xt8ITZyA1061QpyDtVA86DjI4DZlRucANYQnJcOgrs,21112
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_usages_operations.py,sha256=S4K7hsnOWpbss_b-VOxsawHiCHotqdYjqoPewbHKkWo,5490
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=nrt_I0jITLe-Mi1yjMIaMvID3cqz6zR8X9YWRKBQwJ4,4361
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_workspace_connections_operations.py,sha256=axHzSEP1qOwOOgJYTQmYuqfUmFRVoNS-3_twqPtogwc,15231
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_workspace_features_operations.py,sha256=PR5s8YWsrEFPBhc24RwtXn7wMXNkRsuN76TjYzC4xmM,5871
+azure/ai/ml/_restclient/v2022_10_01_preview/aio/operations/_workspaces_operations.py,sha256=77j7KhKcPXyMXPdL1vJIS4XQNvBKBqletVf4EveZ2uc,59283
+azure/ai/ml/_restclient/v2022_10_01_preview/models/__init__.py,sha256=a2mdtSjsWXGIV8uyuCN3H_TljCw-uW68BpvFGM1bzR8,68867
+azure/ai/ml/_restclient/v2022_10_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=Cccsx_Yskr3Z0k2ZiM7GOPVEiLF_lHrnefFzEsntbNk,54122
+azure/ai/ml/_restclient/v2022_10_01_preview/models/_models.py,sha256=86hUGI2rSTwYZxz9qXjHtTPh74jG9blyNUrdzrCEnt0,1066544
+azure/ai/ml/_restclient/v2022_10_01_preview/models/_models_py3.py,sha256=i8SuJF3t9HW1QcSU2qdRutpTqfYMI3TeR7BWVSp-Ms4,1149432
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__init__.py,sha256=S6AsJTGkrF28AVarTjix6VfpFb2-l54sgCfghvGtxIM,4320
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_batch_deployments_operations.py,sha256=378KnYw7UF3nPsXo5P7HWNYMqR6jNuGof_u_DKEdm5o,40122
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_batch_endpoints_operations.py,sha256=xEpGmOLP1pf_H4leK_N1LjNU1JQ-73la8ZtFZl8Bku8,41762
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_code_containers_operations.py,sha256=u0SbS5KPqC23kAwKNm1oDeBTPzvvK7UMDICKxyXYJcE,21301
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_code_versions_operations.py,sha256=x1hubgnJBphF_5YGWvqPYONCybYq2sg13YBCGAKrn_o,23078
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_component_containers_operations.py,sha256=O6c0r8_rSzjJb-NzYFJFVozcAHE4FGa6E4ZmtmzUDD8,22025
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_component_versions_operations.py,sha256=5GUjqIdviNnAIoMecpKeVF2PnxUWXEfe6D0zZzcxyiM,23706
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_compute_operations.py,sha256=u4I7tBFWb8ZeYw19SPbNuFpg-A29MQdqGQ-JVdDo5xQ,77082
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_data_containers_operations.py,sha256=HESFq1lgtQbOa3IqwEOL4Pn4YMz9xWb7x4Br2iqv1KM,21862
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_data_versions_operations.py,sha256=KUK-wwux54PnImcuv7cEnHkteJFziIf1sZG4yRhzPww,24365
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_datastores_operations.py,sha256=YhCL67sEwhLstUj9kytfUEL4oRf2AotQ_HQ2c_qvaO8,28387
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_environment_containers_operations.py,sha256=5YZRzoutx9wbiPDbxW01iMmTtUY58IPyUBuvWwPBFXU,22159
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_environment_versions_operations.py,sha256=dOqSefQ9m-JF-AQ_WPbZH8VDosCDk1Qo2YkeSzmLge8,23941
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_jobs_operations.py,sha256=WYnIFCYegY9aHjNEiWiFxmEvpIlbpuFvUHMeXxc46dE,33448
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_labeling_jobs_operations.py,sha256=yXrucZ2Xs982zqZXD5SAmEn7DdofvQ-VH6vYFhnd3P4,45603
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_model_containers_operations.py,sha256=mi6MGHbAMxAAoXoJbvoxqGGDq67wUHbO6AzxAKg0J8U,22331
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_model_versions_operations.py,sha256=pRwlE0g9b_c8BiyPIDLSYVkTEZb9iTTZPuCS2zE9p_A,26112
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_online_deployments_operations.py,sha256=GFWIIekLW9o9SfrVrRTGYihPuvISJ4bQJJpKdbWTkyY,52243
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_online_endpoints_operations.py,sha256=V-9oFabotuOT9y5vD6z79LSl9ugqrs4JiQIuY9fjNMQ,56850
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_operations.py,sha256=vJHYcGvglH6oPGgEsE0Fqg5c3nWvuaCN8ejaYJAkEAs,6035
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_private_endpoint_connections_operations.py,sha256=Yh7zI1O-MDKARPZ2S2ik3WRBKumiTmXDDSDpPTCFr3g,22229
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_private_link_resources_operations.py,sha256=y73uTwgY9Z_cJlo30z5wIddW0A_NhoUHKfW5voRYlAk,6367
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_quotas_operations.py,sha256=pl3EBKu3Bci_j-GV9jpNJ8mgQU8Sp5JxxABs1sXv4NA,11094
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registries_operations.py,sha256=LKegf-dC4gH1HEgHMDyx1sfAE0xkA8-LwtvZyA8H-gY,35738
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_code_containers_operations.py,sha256=MsmA5RZE2pzSi_J02ufbJTtMqaFXEl4uCl34zx5YhDc,27797
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_code_versions_operations.py,sha256=C1v09tvuN8TzYRiSnRQfrIVqoC6oh9NUhV3sMltwulQ,29696
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_component_containers_operations.py,sha256=PjhxXc9MwY_vgqU5oOupCjh5j3mwWkmJ8tGkGUMUCvQ,28186
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_component_versions_operations.py,sha256=qhB_Gru3MO_bGMx8as19pSjJszGos9FTltJliDfGXT8,30150
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_environment_containers_operations.py,sha256=-R3PgE3MT2eSc36G9EN109YoYHSqlh86JQ2DkKk8vSU,29010
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_environment_versions_operations.py,sha256=mtsGg5eHoXxOIWglIN63f5q-Q9QlujRaX-pMzmxikes,31024
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_model_containers_operations.py,sha256=fq_OyWiGtS5aIvx749I9wLhjv0HIe2gWdJjbddeBT3I,28554
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_registry_model_versions_operations.py,sha256=Iv-KofXxHR6jFNSZ10MjR__CGIHaoRjrDLHNrsOCnEQ,32157
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_schedules_operations.py,sha256=XFbqx_7pbMYnqFa2DHPSh3E2f6VttTYcwVO6-1-QEUI,28084
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_usages_operations.py,sha256=ioToXP2MWWKo01IVz9qRiMuBIbpky56SRZSD3uJtHEs,6914
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=ejNsgDzUMSB3Tr6lErcdbMWtlBK1iQdVLcNuhCIj1_A,5812
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_workspace_connections_operations.py,sha256=z6I1r0YX6K0e8Y_yaDsX4L-4ETJtRgdWfyp-6Cj0tqA,22292
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_workspace_features_operations.py,sha256=8B9cYhaWLFI58eA9j3B0-REOxvqXd1MGMkrAoOHp2dU,7497
+azure/ai/ml/_restclient/v2022_10_01_preview/operations/_workspaces_operations.py,sha256=uGt8DL_gYdUtjDwWyVQQHcENiAYAyHrv4DLvE-p6FYQ,80606
+azure/ai/ml/_restclient/v2022_10_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2022_12_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2022_12_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/_azure_machine_learning_workspaces.py,sha256=Kd-uo66qe3Ff4PvRQk-Yai3o9BABaW-byTIdgAa2R_U,16922
+azure/ai/ml/_restclient/v2022_12_01_preview/_configuration.py,sha256=c0sJHQiiH3jvo-Oq55dJHzptLmjBIzWozCFEg7H-P3s,3663
+azure/ai/ml/_restclient/v2022_12_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_12_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2022_12_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=TY89BL13bgusM8E_b9V7GV6xD7QToDIru3J47GiCOZU,17041
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/_configuration.py,sha256=rXjK7RI2lZl6e0L1ET0U3OQ0ZUnymUsa-c7ogBIhykA,3612
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__init__.py,sha256=aKC-XpTBfxtOPVd3t7CJzR6BnUpoOYVq1FpXmPJo_iY,4585
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_batch_deployments_operations.py,sha256=LxkHO5eyKMd2gKdKJDBwqWHQt1oQ_i8TAq0l2jQAnII,30121
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=pOQ59WQq0WZKW5SZFIJrhrPzhxyutrfXsihjW8E7iGw,31205
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_code_containers_operations.py,sha256=oeLn_I9lBbTu82_ctO9QOBKnOmeM9JG41ih7obFzExM,14570
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_code_versions_operations.py,sha256=ySP2_SW44v-E09yKgLCjnxXNhN1pxh1pabGDEsTn7aI,15547
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_component_containers_operations.py,sha256=owqD0l99n2uFQJVSM_YyZJVTZXcH9P8lsK5qSjGajgA,15025
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_component_versions_operations.py,sha256=YIJ3gP4ACETbmPEIriiMCX_FSGd979RGiuaMgb8QvGo,15906
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_compute_operations.py,sha256=wy7h3Nyzp_mf5C67z4yGitsfe49uvrpWwPuAPUVfW1E,56352
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_data_containers_operations.py,sha256=X7QppSR1nccR3Yy-TjT2ouV5rw0DHZTpmXgOaM9crcs,14881
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_data_versions_operations.py,sha256=HAkbi0SJfsDr1r8BFi3sqwKnh9PFsNs-3eryS72GL5c,16418
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_datastores_operations.py,sha256=olUTBhM5M7EqgCkZpmZM5uS_MGRPwf9fUu62LoZSHDg,18632
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_environment_containers_operations.py,sha256=N8_ttIQn8-8T1OpI4CRD3RO8KI279dBDFYZSFCEhNyc,15153
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_environment_versions_operations.py,sha256=6I4mYluAOBiJ9dz5p-8ocr_vaFSjQ6HF9g14xd0s1Yk,16135
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_jobs_operations.py,sha256=YlDrZOBm-a8ISsVbMMqpC8HNJJY0ZF0eSve5VmTos1Q,24200
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=OenvoXWaOEd735s9BrmrlhYyG6auVPR3TuEp5v9GBV0,33187
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=wDkbi3ByOC7vsc_iL80ap-coOq3PSqBERfCCJOzRYXs,8900
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=kt6uZj7Vi7hx56YkiQzHadk64zFxQSnQPA46NkQGBj0,21009
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_model_containers_operations.py,sha256=RKNS5gViJtr0Koy6iCl5KqaqjxkMjhF25zQFn-mWNcw,15172
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_model_versions_operations.py,sha256=HtojzM-qgZg6jO6LiwBAQxdkHizNejPb9dE8qGiT1iQ,17226
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_online_deployments_operations.py,sha256=g9x1ncYulEwB4RSx5uJ4TuQMTp9NutJ1EUWrm7M4RXA,38114
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_online_endpoints_operations.py,sha256=wlf-pyvrYZsSQwAlKacRJ3CtKXWna86FhSERyIdigdc,41810
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_operations.py,sha256=jjywrrBqT1AfH8HmawD3ao2gWizd_MzN-bcSZvWlBfU,5064
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=828i22qYx-G8Wo3w4upEgwfcKBNKRbDlOaunU_gICgM,15238
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_private_link_resources_operations.py,sha256=nSTF09UQ1RVUCyfozIqZcTZGpgy76duYzvp0zWAxXms,4692
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_quotas_operations.py,sha256=mWOjapkUpIZGPN4h_Ld4giE97JxWW7VhiTOB2ftieNc,8239
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registries_operations.py,sha256=z3n4BCInoDJ1aDMECBgwKNhwDXI_dotEFFxy3xTO2uY,29620
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=5RIkDlDAkApyJfwVhzkLOfxTE7nOqJOGIk9P-fkJUkE,21069
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=8q-hyCQDNpOdJczbHI4Uq4WzyerdEbZ1mdjo64tMDM0,22129
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=xdpZ5Dy8r1EAm8a_sLudnOVxDbPObZ7HXY5McoWaAA8,21359
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=2lbU1jD-lIdUAlVSnJ3WNkHADUdB1HrHk_7if5U1Sb8,22459
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=-G7U0bPiHOvQY9R2SE14imvrBWm5Z8swmcbc6XEpsEE,21893
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=elkmTGaBWdxkSsecns8ThEJFfC6mmBePg1zO6hmOE9M,23033
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=nIcWYiHut247EX__YqDe_8Xl9uiGfPfUy16RU4_o-Rk,21545
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=POtiKSGG6MUJyy1weJLj281SiHoRqU-Pk9AqwUfaYAw,23557
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_schedules_operations.py,sha256=XQ5LY44qHs9F4vk0GqfFa2gSv5rUH7Bvupe9cnvwsy0,21112
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_usages_operations.py,sha256=qEro8-KPlK6eB5njSsSMclqHTwwG3nJlxkffMCrjxyY,5490
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=ZSyBXp4rPiBZ7idCpcRbRFqVljYjOsd5gkKivmhvI4w,4361
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_workspace_connections_operations.py,sha256=dMrpKU9PojBTmOSpekdlqsC1I80pioL_YBi1z4S4qJU,15231
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_workspace_features_operations.py,sha256=V_P0YvNcbtqZx095dXyc2Q3VGoky-5awGyCu-w-DMIY,5871
+azure/ai/ml/_restclient/v2022_12_01_preview/aio/operations/_workspaces_operations.py,sha256=hlVJ7pREc__3NNmno7wpqxPuPJ1Caw2A-5TtPSe41nQ,59283
+azure/ai/ml/_restclient/v2022_12_01_preview/models/__init__.py,sha256=KZeFvj_jG-uFtRXBs_wraDCq3jNRPJZlqPIxCsuOkk4,70920
+azure/ai/ml/_restclient/v2022_12_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=w07Nflgdb0OAQk77z0TPYexwUPQY-Zn1LdDZ12hPcUA,56630
+azure/ai/ml/_restclient/v2022_12_01_preview/models/_models.py,sha256=ozi6biHVVoVr2ygHn6zVPbyvcJUHglS-6EbEX9RXKIE,1105819
+azure/ai/ml/_restclient/v2022_12_01_preview/models/_models_py3.py,sha256=QM_sr9GOVVlOcd6ha6LLqOkREoQbvWYewjP80M2aJtE,1193370
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__init__.py,sha256=aKC-XpTBfxtOPVd3t7CJzR6BnUpoOYVq1FpXmPJo_iY,4585
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_batch_deployments_operations.py,sha256=jWz6dU4g-O5OJd-cyl7IPQrSGuW_GvEIOVT224Cikto,40122
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_batch_endpoints_operations.py,sha256=BdRwLlzT19nY9rq7_9qtOZfdwCOzXz17l2GoqvDubvY,41762
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_code_containers_operations.py,sha256=Ac4zp3R77zGXxFphOjx-CRoqaQadJ9qjcgUXlZtnXso,21301
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_code_versions_operations.py,sha256=CVegwkw5A1CFXBMbeAOhs6HKa-zyifrdkV_AUuq8GPo,23078
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_component_containers_operations.py,sha256=vjD01LLdKfro21A5aWr7JVRyrnjcRqqTVYESDmCzohk,22025
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_component_versions_operations.py,sha256=seS9VSdKcsooMk88RGKdnml658lSP4lPNV5pdrzxOb0,23706
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_compute_operations.py,sha256=MUCHmSyHiINELN1S7CyUQcNAZRztIT0LuXy3GuZL7TU,77082
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_data_containers_operations.py,sha256=khoiX7_EyDbRu4HOznwvRVm1cM3LmSk9YQsDYWMSnJw,21862
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_data_versions_operations.py,sha256=wJ2oID0SDGf_YGg2KUI8iejqM9Ckjp9NUZpoSnk6dAc,24365
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_datastores_operations.py,sha256=qaNudjBw-BgCm_AxGEw2lf4OaatkzBGqWRtWZT4j8Us,28387
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_environment_containers_operations.py,sha256=2AIa2JPOYjh0DuU15mzVtii38CbBwABLUEmXHpVCegk,22159
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_environment_versions_operations.py,sha256=6c9ehet7aYkJ_v-CgLDVLPYswB7R7kpcrfRldVjq1fY,23941
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_jobs_operations.py,sha256=2r3i-nnax2mm3SQVZIFaa5eUNv7l90r2ptPKQIf8MbE,33448
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_labeling_jobs_operations.py,sha256=BJ8aXC9C65r1WWcMRVz7JHyDD0rktW21h27z93xLrUo,45578
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_managed_network_provisions_operations.py,sha256=d8I228LprYWadGHI3zUDzXPhr1jgpP04dbPJJ58GYDg,10754
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=WOUKGuYFRrm5KxG8sd2iCBjQmOI7Maovn98NrsfYxDw,27715
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_model_containers_operations.py,sha256=pUkFH8He6oc8pp-NI0fq0jRMb26Q1dqDNaUtcPruvys,22331
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_model_versions_operations.py,sha256=ACqPq3kdi6uqYSKtNZPmTE1RCnCwWRbQYutIOuIdE1k,26112
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_online_deployments_operations.py,sha256=8h2vy52-4UjcENo4KzGnJiZvG2wAoEGwp0NzOrqhNqM,52243
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_online_endpoints_operations.py,sha256=s70zGvmc23MxMd640Zq2AxTxLzD52LUlVLUVnS2q5UU,56850
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_operations.py,sha256=Gv8ziKpvq0b1I9hBQ9AsQVMA_LKO6VIGGZWJ8was4UA,6035
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_private_endpoint_connections_operations.py,sha256=nzl6BTua1mL9TnO0w_u6nEIPO2qgwNw8m1od3FxF8GA,22229
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_private_link_resources_operations.py,sha256=C2nKADC77cpc2WBjpkAUbu61q0wFwh0tFEnZICp0fN4,6367
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_quotas_operations.py,sha256=qfV4_jGGweufoGGzQwK2gS05IEqwWqnQgRL1w4mX2ns,11094
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registries_operations.py,sha256=c0oIQC9mRgdP06csGK3ZCM2i4nbckbbt1ndNMxhqjxA,38892
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_code_containers_operations.py,sha256=n28A3DVR1f3zgChG1CoS1KDlx3DE2ruju8f1NfQQcZA,27797
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_code_versions_operations.py,sha256=_XweVF0SmIbacszAmsYLy7xe6qSgmQUdb9Rjf0P5bO8,29696
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_component_containers_operations.py,sha256=g2pqgqE2dybizyQQ8N95n73pv1XOV9EYZLi8hTJPWEM,28186
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_component_versions_operations.py,sha256=3HDl3JXGbb5wAh7PstH0cSStw5OpiIRD6nNQ5baRczM,30150
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_environment_containers_operations.py,sha256=Kgz-ODoCU0O88Khf-Jgo7VcV2IJn6OE_6-Om0w2fFZI,29010
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_environment_versions_operations.py,sha256=Aj7KhIO1gZW7lSpczOLOYkGnYBB8t-42q-ce0NDB3F4,31024
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_model_containers_operations.py,sha256=bQ72hoxvANen28IcankG9deJQQhHmlCcV0i-dfmzOW8,28554
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_registry_model_versions_operations.py,sha256=xjEGaNGwtx3tI7MxZjOMKnkGX_91xQJuN_PBDOgDvXA,32157
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_schedules_operations.py,sha256=lARpMsZX65u0jnaiYpUqg0Z6s0WaJMlPuv_Rqgt1zFQ,28084
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_usages_operations.py,sha256=qjK26suxKCMTn_EEzl66Bk12Sv1wdHipik81xQsGFYQ,6914
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=x8Wrge_JZbPFZEyD44y91pPMgS_XPlllHfZJ0W81r6Q,5812
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_workspace_connections_operations.py,sha256=fe6zWvC2wYYTXsmPXTus6aOI8e4GePEpWqh83vY5krQ,22292
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_workspace_features_operations.py,sha256=zYu9vNQCuhtRRZXZBfFAdRSGzwgJQbpzN8t0v5BxlU4,7497
+azure/ai/ml/_restclient/v2022_12_01_preview/operations/_workspaces_operations.py,sha256=FdxiHJawEuIWJO6MrguKWKf9NOvNYNezaaW-Xrc_aAw,80606
+azure/ai/ml/_restclient/v2022_12_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2023_02_01_preview/__init__.py,sha256=MNqjslK0IZfzfcUiJ2qpgjMIYpicThqBMYOcBCMPje4,876
+azure/ai/ml/_restclient/v2023_02_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/_azure_machine_learning_workspaces.py,sha256=jEGWfHIIq3fPjQRMLpDbQHMffduwwtVM905K_e2D9tU,19172
+azure/ai/ml/_restclient/v2023_02_01_preview/_configuration.py,sha256=7x6io4s6poVwFVZHQLGaybryQv1Lp7nLr4qxB8UMrH0,3685
+azure/ai/ml/_restclient/v2023_02_01_preview/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
+azure/ai/ml/_restclient/v2023_02_01_preview/_vendor.py,sha256=r7ZxZbrE74-vW88SrM52rqyccJ4LyfwHMqyPtrJ3Bq4,1169
+azure/ai/ml/_restclient/v2023_02_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/__init__.py,sha256=qWW6khOIQFS2rBiZJMocJz1QpbZEoUWDXKRmlKMqPk8,824
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=pmXI0KYVV2LeYsZ-I3aVA0Y_5l6vN38WEjlnx5Mm5JU,19277
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/_configuration.py,sha256=miGoThuqkK_37HIpeFWOBoS0P3WM8UrtFK-OmIuQE8Y,3582
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__init__.py,sha256=CD4GVeb7ukJp5NEErRa1aF-7_6hK8YDIIMOj46jE43U,5062
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_batch_deployments_operations.py,sha256=wsCEwxSid-SMD4HrCnRXgz60nwiCbmkY8OjVCTGTkUQ,29944
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=IY-2ZH4x_Aj--H_vp7CugrjD6qk0lkzWfV5jHidfQiI,30968
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_code_containers_operations.py,sha256=A9btDCBoP6O4giwtKBKBZlOO_iISPf586o2fuT1EbQ4,14216
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_code_versions_operations.py,sha256=-Y6Z81bGrEUYneyV1xFD52LGs5gaUDc90sTE1AUmI7Q,15249
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_component_containers_operations.py,sha256=b-ewnmWfLo5wdDd6M7VZYlzokaFUW5AazarEhaN74FE,14743
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_component_versions_operations.py,sha256=P1vpzuzH6J0_OBRjKSOqRYFhyRW8L4rNRuBRE16d4cI,15608
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_compute_operations.py,sha256=ee6oWFzvHV8kG3mc6qiJ9STAAIxZkOx2yKChOJvuQJ8,55439
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_data_containers_operations.py,sha256=Qilldg2o4Ew3OnVZAvrAMI6DUUmeUrvFpcv8Lcf0c4A,14559
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_data_versions_operations.py,sha256=g0Q4JArYvFKz-qOL2wTSjSpNUwnBk7EIqfq56EBTOD8,16120
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_datastores_operations.py,sha256=b58rUWgHU6mGYzNkrU2AVMBdKBzDy6uHEGlvCQ5NP_s,18252
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_environment_containers_operations.py,sha256=jA45DIlJUuQKhs-_OUVPex7sJrtBOnrbBBIU50yPcgk,14871
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_environment_versions_operations.py,sha256=DFupKdMT6KhsRYpAraLCCghKsECkdECPpsroFoelWCU,15837
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_featureset_containers_operations.py,sha256=Or8g19q5Hl7_IwTNPZsttqHtbvqkPMluCzeyXWL2-kY,21752
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_featureset_versions_operations.py,sha256=mmXQBd_PPWsgzpliVxiCpAweLhNyl_JNuIXKfGb7cHo,42257
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=d5Okk3fFPF9a9mv4VYWutk8IW8uDzhZmhDRtY_Db1Ek,22015
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=vMJ-g85i6RAV9Evr8WDKjgw0CdD1WwxLPo6BA9FF2eE,22676
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_jobs_operations.py,sha256=hJYzG5B7wnytqx6C9YcnnZFYYOc6VJsFwKhDps4vTtY,24022
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=QuIqDuGAGlbU1BVZQMRU4aXFYmVoikQflOE_KjuHA44,32629
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_model_containers_operations.py,sha256=OjsoY7teUGdN15LVYMZTY83rs51z09pTTQXSRiFNDQU,14850
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_model_versions_operations.py,sha256=_NuFqEElUSevHRdwq-znu8T3EEx_JeySZnDeebhjARw,23508
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_online_deployments_operations.py,sha256=6PzGQaDrSFqEqbe8h24_qPi5Q1z6vJOQYqaKCYuyuyw,37791
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_online_endpoints_operations.py,sha256=Bam9fvVKMjnuH_0d-MPfa0bNn7p1UDioFeyaDdZu5yM,41441
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_operations.py,sha256=S7KGXVkj6cu6wE8Ur74r_5eetByDts9eZc-cvWCgboU,4962
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=U-ARITf0ZlZHH1deZ7DSjJkH7cQXpcCzTwJeRAoMK_k,14932
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_private_link_resources_operations.py,sha256=xBHy6cNaSOikcMvs6oF5VjKh-W_oiIwqrql9WBxwWX4,4639
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_quotas_operations.py,sha256=TSPiCYMwwmrjl8kZHufrrJVKtXWCDnVHHuYZTLrnNto,8058
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registries_operations.py,sha256=bYA1V4uXlat5nZb7Y4d_zm4srLOK31UrZCvCDIPPn28,29123
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=6zT6Imb1jaoyz0UwBBXAM7LiPiF-o_qICRPSkVekxl4,20726
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=pbQdLRiX_SQDch0w9R5ZQPJcpR1PZWfbjE8Uk8Vnz74,21874
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=aWsC4Mgd1DBmvPQe2gKvhUO5TYDa2iX-BmpwAxqHIhk,21096
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=rx_Iy7JOCPGgGa0WKnMBRYYUfweqrIRtlZagZ8R99cQ,22204
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=Hu124GjYvq50IQJwe4j2uE-pkho7ggk8l22Td7xR8RU,20997
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=N-isKQl9MWF2n9-QKOTAC4ej1MaihDMdrDT3sCI0H0A,22756
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=TtPGYbmF3-hl_AmmnOwnckCqoBq3BWz9UUXoBtjBwww,21662
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=TSKhop-UioOW4Wkdkkr9jWAzKcdtZp4PO2PhSwO6ZUw,22778
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=ldx0DmS2g9c5ttjjIZ68xssOoj1J-uI1EmcW92Ey1CQ,21314
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=t6wBQWIJfqxPQM-SJSdIl0_mRlQGflcOCrGcPnhGfqI,23302
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_schedules_operations.py,sha256=q-32WiAbsG3aiS09JY1EAPZ2GM7-cFG83u3cKuJXmQA,20881
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_usages_operations.py,sha256=GkEvxGdR0MYfc_iov1WxI5UsOlGNliPskOM7HbjR6y0,5380
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=yMyX1v739WROIYpkaYG9xBhUzdscV5mCTyVopfMNNbw,4302
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_workspace_connections_operations.py,sha256=rQVeiT2n48eZt88n1fgiEtzrZi5_2Ujxuo3gdZ6ahQ8,15001
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_workspace_features_operations.py,sha256=_ZymuRBCngWzKplooHP1rJHcTkMcJEvp3cv89r185DQ,5767
+azure/ai/ml/_restclient/v2023_02_01_preview/aio/operations/_workspaces_operations.py,sha256=qRYgCE3t02Q4agrAje7F0asrUnb50k686sUP0LCPwuc,58121
+azure/ai/ml/_restclient/v2023_02_01_preview/models/__init__.py,sha256=wNO_P3s4fWKDo_XqQa8jpjE5h5fdsWVJLNUlBC4R7_g,76305
+azure/ai/ml/_restclient/v2023_02_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=4qGKobzIBVqcAjtHoGFT3WZEAgaHMgNJW-Q5idQZopM,57370
+azure/ai/ml/_restclient/v2023_02_01_preview/models/_models.py,sha256=XLX3w3Lk8qQVOP6w6boKkNh0DFhdMocmDTlr2RKU1Vo,1157166
+azure/ai/ml/_restclient/v2023_02_01_preview/models/_models_py3.py,sha256=2ip-vUNGSP2oz9ykUugX8Z5ZC_dVBYsNqH_ov3Juy6Q,1259035
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__init__.py,sha256=CD4GVeb7ukJp5NEErRa1aF-7_6hK8YDIIMOj46jE43U,5062
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_batch_deployments_operations.py,sha256=1kHsVIPpbT40GHAWBMAUqMH9I3yiimky9qx5LfenBI8,40039
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_batch_endpoints_operations.py,sha256=75rWUfFACl5ldGCSwkzNmTC1sLMiBMewhDf6JC0HncQ,41623
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_code_containers_operations.py,sha256=tsGW8mesLo3yF6FfjPN-wXtJUgVtGQUeGikvsNp7sL0,21061
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_code_versions_operations.py,sha256=zgY1idyrNNXR4DIG5oVGJXxRndXr-3etf2hrv00rLjw,22838
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_component_containers_operations.py,sha256=FyuhEt165kIuH0Rp1fkhB8i-I1aoU7O44uvDLSPQbS0,21785
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_component_versions_operations.py,sha256=8yzI_e4iV1yZk5S6W2Ca9RM7MXuogGulbQDSfKhcE_Q,23466
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_compute_operations.py,sha256=PeEM90XWbUX7svD4qmIWWhLVXl3S7YVdPzquiWGa1bI,76435
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_data_containers_operations.py,sha256=Up_fTn4XrToLccnVbAZpDKY3ZpGxhsyhhSxUubr7uxU,21622
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_data_versions_operations.py,sha256=KDnEP8S0Wo680YGrH7lrLp573l55IktAMY2jQX6t960,24125
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_datastores_operations.py,sha256=mVbV7Ut8ZPvCSv4cSQo8WkekKzlv8-DE2m0y5z8Izbg,28091
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_environment_containers_operations.py,sha256=_DZWaGtfxGS8SwCMXxM3ZYXQcNbipp93f2UoxEfaK7A,21919
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_environment_versions_operations.py,sha256=Sj7xyuIKGUhTMJ3DsXRedFZywHu2d7cSr__WHyMGTGg,23701
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_featureset_containers_operations.py,sha256=zZuy3NAVSDSb4yBpC05MQvi0FPyosrouSgXneEAbY_k,28960
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_featureset_versions_operations.py,sha256=wDvI0CkKeT1s_bIAihFcU5kkQhGlerWcdEfeQnxclZw,58390
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=w_0crPViP9OqEJkeI6KSfzNyqsh3cQeZaN5HEhAVrHk,29250
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=JX-fXy8IA1eeMmRhRG3MQF_Rc0OquoBywnlC02JUW2o,30402
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_jobs_operations.py,sha256=M1_TwssUMFoUJgtbVXT_RRWhMJu3SGzkwGlNNUgLvQ0,33658
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_labeling_jobs_operations.py,sha256=DoGB5Bu5fBj2TRWloVydFIAqJD_kv0CpwQ8dD7l2FZo,45274
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_model_containers_operations.py,sha256=wKRhwS-wlJAyzD02p6nBmAq-WGLBTaWnq5HxpmSknmU,22091
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_model_versions_operations.py,sha256=igG_A5fC2wgQYRReDH8ypTNBZYT5VHQTyr5EUgXbY5c,34497
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_online_deployments_operations.py,sha256=ZuBFZy3axc3Bpuo_Xo3NzqFID9bkhYDv_d6QupR5FJY,52006
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_online_endpoints_operations.py,sha256=RnfqcAJufNCxcM35V3v6IGHSgLtllTa9TMsLffXhGbc,56603
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_operations.py,sha256=hr3wHVyOzyc5yM9C0O24MyTXRwr5sZi1Znina1DBMtw,5946
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_private_endpoint_connections_operations.py,sha256=MiU8tWehzdqpK91Pph45SnlLRU023azDx8VL2OLShbY,21989
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_private_link_resources_operations.py,sha256=Q4bmIR5bVWkaDETbbnRI0HZ34uXyy49tcw3cv4BJ2qc,6337
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_quotas_operations.py,sha256=wD2dOdukDBI39thtxkIptXd5_rD5pAOyB_FKdZRZAxo,10966
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registries_operations.py,sha256=AK1XSNTqmrCqhj3qnQQNBAYC4OuogNPDXV1IBleKGuI,38525
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_code_containers_operations.py,sha256=j9vuOeE6-YlGjLq9kny2lKI3oCPalH6S7XpbzH-T4WE,27640
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_code_versions_operations.py,sha256=BeR8kYK_bK6CqmJJpaJTLnLQ8fv96hAPe9fymwtMCiI,29539
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_component_containers_operations.py,sha256=1FxK4nPki6FuOWbBCP03JBXL_OQY6i_UR5WpYc-S7_0,28029
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_component_versions_operations.py,sha256=OTLfiLi-eao8jdESYzxeqg0vZfPo7fwvjGWpEswUT38,29993
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_data_containers_operations.py,sha256=jkVF0orqvzB4vJkZ0-tLf4Yr1VY5aWmy7cay-3DHZsQ,28060
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_data_versions_operations.py,sha256=XeAhiva1qkSHYUI1f9bP_PEKLhh3qh5M8xcUvIlP5a8,30754
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_environment_containers_operations.py,sha256=fpRJIvMp1UM97NRZBq7yqdVwRYPDF-JUa7HgZMD6MH8,28853
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_environment_versions_operations.py,sha256=sQNiSL9qxQUiaDRoDmOXXPjId9WLpsSqJJGBXACOqnk,30867
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_model_containers_operations.py,sha256=HbXjuadceBEko810go0oT5ZJseUI09ddi1z_tfEQOtA,28397
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_registry_model_versions_operations.py,sha256=QHc7FOcaeJILAmQqp2cXQxbQmqaffn8LPj98IFjYnao,32000
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_schedules_operations.py,sha256=iqf1nVK2PsewFLX3wX2PYpHS_l0nfkuDepDudRBfnV0,28021
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_usages_operations.py,sha256=7QtRkNkJw-GXuKMs34qKL6fhZHUgBx563ZP4ySiv1Nw,6833
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=amQ0_RkQsXVwSB6rEIG51eSxcTwNNeumX9e5Q15MjiQ,5782
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_workspace_connections_operations.py,sha256=Wgwo_v4Z2O5cTNcibuiUCttwLA43_-dv2N39q0BlnVg,22104
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_workspace_features_operations.py,sha256=xm6ByCmYvfgjBjNZSQTffXojdW3RwejAp5mQ14mXrII,7416
+azure/ai/ml/_restclient/v2023_02_01_preview/operations/_workspaces_operations.py,sha256=3SlkMCdLVF4cVZPHQAyaRJFGSarIYQpLrR2xCbWxm0o,79788
+azure/ai/ml/_restclient/v2023_02_01_preview/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
+azure/ai/ml/_restclient/v2023_04_01/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2023_04_01/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/_azure_machine_learning_workspaces.py,sha256=rTQ3jQIY8oznMIc1RaXJvhZmhqybOBnjko3TAkgWBA8,16559
+azure/ai/ml/_restclient/v2023_04_01/_configuration.py,sha256=oH9ovj-Fae1E3VW1tkcAL0HqN4JlEElqwR1Svj-CPv4,3647
+azure/ai/ml/_restclient/v2023_04_01/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2023_04_01/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2023_04_01/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2023_04_01/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2023_04_01/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/_azure_machine_learning_workspaces.py,sha256=IBygv8gum9gnoiPhGfQOJuXLAtzHPypNEOzuv3G8HhM,16669
+azure/ai/ml/_restclient/v2023_04_01/aio/_configuration.py,sha256=K4VliX_rpwjPSndsYjjm87aGRDvpmn_uIBWYxHLS3aI,3596
+azure/ai/ml/_restclient/v2023_04_01/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__init__.py,sha256=TrhbIZ1l1QVOceTwa_nUY51OIT7TcBKs-cLycHZt2WM,4468
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_batch_deployments_operations.py,sha256=nlFa5qzfiQhdnIJjHIjNyIxkKdZoyh9e5I4ST_YzHK0,30151
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_batch_endpoints_operations.py,sha256=6UVt1URuTvoMd-bKyuhwbgk5KhNKsY3ox2Nqe_gXLy8,31227
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_code_containers_operations.py,sha256=AVQVx0kzjJgMuT-Ww-5js_usp7yuZ25FQobjOgIFUDw,14538
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_code_versions_operations.py,sha256=HcYQd1tmNZOobCosjk4JJTW6-97MHCO_hqB3LKaGiAY,19565
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_component_containers_operations.py,sha256=T4dCod_lnXE7sohHF1lx1UcJN3Lq3P1MUuMS74UwIac,14993
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_component_versions_operations.py,sha256=cffMS8d9LeX2CitakTfu0lo7YFrbagytODKodV1L8mI,15874
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_compute_operations.py,sha256=Swn1Ta2TjzXqClRPICf9O0g9CDrJpxhRfuCgB60Xntk,49956
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_data_containers_operations.py,sha256=r5AngpVHRzmZaS_OMQtB-kDqR_jQJImV3AZAhVPUpF8,14849
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_data_versions_operations.py,sha256=KXzgKgVjGGLPL--_9UKy6CeeBOpoWPCqQEPddXbvvZY,16386
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_datastores_operations.py,sha256=k9gPLIy-gLEYDx5zp2CJnPUZe2vHtLti-or0AGH6f5c,18592
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_environment_containers_operations.py,sha256=mDLaTEhBFKzsxISHehhwy-IzUo1KFrLzShh2ZRTnHRs,15121
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_environment_versions_operations.py,sha256=y_jPzyftMSHDN7Bkc7Vc8UZ9AEZ5PIJ3zf34zKei8pY,16103
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_jobs_operations.py,sha256=qKkhbcfokMYz3svaYi0CVpBRB82w7rZ5hn5OsPOMfV4,23720
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_model_containers_operations.py,sha256=CgG9xUe9uacvv__gCSkssI-ttZibsBC30RO8qcSeZRw,15140
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_model_versions_operations.py,sha256=Fh0wujqVPpGKAyfHKnp1pMkSYWs0Cnn97FU6KLKJ520,17194
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_online_deployments_operations.py,sha256=jxCvdkHuYMxY0SVrANoUTWlJ5whE_pyGdjRxQm8QCqo,38128
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_online_endpoints_operations.py,sha256=Jnje_c3I6ADQsxaBvgb975ulyMIh8IRdIkS_qHeO1pA,41808
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_operations.py,sha256=4akJu5PjV_jfgP8j6ttZIiwH4mbSeYp2y7gKkZESfeY,5058
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_private_endpoint_connections_operations.py,sha256=JX7cmhl0reTYLDRnD3uoX6YTAoctfEffqWZ8sA9HgZ8,15206
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_private_link_resources_operations.py,sha256=dNDXgxaqc6oK0Ay2L0LnhHH6BeJpd2hQxXUy9nqfvXg,4684
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_quotas_operations.py,sha256=Vgzbk2WK_sb0-h-bZRFzBg2ZydIwDQuMnNf8d4JwOkc,8223
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registries_operations.py,sha256=q2maZP_lEFrB88z7WtcL77iN8Swxm-ICvbnYTTDsO_I,32300
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_code_containers_operations.py,sha256=7rrdVc78sey7MIAMlFkdGn3y7-Z_CRUpoz1fiqyM-KU,21155
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_code_versions_operations.py,sha256=oi6coV_bd7gZLW76Nx6GyXCI7xOS_v-Mxs-KY2QDr74,25797
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_component_containers_operations.py,sha256=EwREYCW8_EyaeMUeczIJfi3dBdzgVefV48LvFFHuaXg,21415
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_component_versions_operations.py,sha256=8XV8oQXTabJWI0K5fXGMy3G9emnzWKuXwldHsY3KFMk,22515
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_data_containers_operations.py,sha256=6uQAynIIp42jNpIqf05zkX1erCEj18NxZz1Z0yaohKM,21374
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_data_versions_operations.py,sha256=toAO1b3R-Hl3_Ar4IZMHbQmVGVRQUCK3cUh8ATNmABE,26645
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_environment_containers_operations.py,sha256=ccRKii2KeNBUjpz9bFCwoeS0HOirKjRiMv1QLA35qbU,21949
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_environment_versions_operations.py,sha256=4cQft9GRNXlSNh7dvC0wmi-N3gulKQ7snP6mYs7kHiA,23089
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_model_containers_operations.py,sha256=hyWqaQzj0bqZHac3qKPOF5O-dOqxh5A_AHSp03YL878,21601
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_registry_model_versions_operations.py,sha256=At32F04DPGEZlPc_tLnxTcYjZWXhqmSfpxsAwwMM-fY,27225
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_schedules_operations.py,sha256=T__eUB4bDAOL_tkKub5EFtXjIBDSeqQlolzeSPq19iw,21158
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_usages_operations.py,sha256=UpU2xdzDbja9228I_zZ_0WjF4wYe8it4GJNWRvPf0Cs,5482
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_virtual_machine_sizes_operations.py,sha256=L6hKl-un8cfzCXpshsSL-m3KeW55k5Whu9pwQzQKp1Q,4353
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_workspace_connections_operations.py,sha256=L8c40JOk89zj5EDyZzdBe7pUnGDlHXwHfthsnFDN6ts,15199
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_workspace_features_operations.py,sha256=K7xm1deP2jHGzR-JNR0rchSWYCf3GjCatfwhtgiXjmo,5863
+azure/ai/ml/_restclient/v2023_04_01/aio/operations/_workspaces_operations.py,sha256=wHK0HTEl56MUvbU3gfBJ0cyHruMYXhFLtGyQIOo6-oM,59123
+azure/ai/ml/_restclient/v2023_04_01/models/__init__.py,sha256=2GAQB66xRjXLrzdfZ9lYhZZ4jmS9ptPKU15UaAF--ek,63652
+azure/ai/ml/_restclient/v2023_04_01/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/models/_azure_machine_learning_workspaces_enums.py,sha256=uFAvwaexNoSph2HGRQEmaRp90PYcJAyKPUJSzhFYATQ,51827
+azure/ai/ml/_restclient/v2023_04_01/models/_models.py,sha256=mVUFpc14joze6Dvdte4W3cUkDM5D7XM8xVcmLaw43JY,969019
+azure/ai/ml/_restclient/v2023_04_01/models/_models_py3.py,sha256=Tl1hXaQm9LGgJZ5mhu_PwH8fcBPG1Zrjoy89PARHpcU,1046093
+azure/ai/ml/_restclient/v2023_04_01/operations/__init__.py,sha256=TrhbIZ1l1QVOceTwa_nUY51OIT7TcBKs-cLycHZt2WM,4468
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01/operations/_batch_deployments_operations.py,sha256=9doCTapt38P92egeQjK0lKUmxkyySJblfn-f2BKUgWM,40337
+azure/ai/ml/_restclient/v2023_04_01/operations/_batch_endpoints_operations.py,sha256=cVqEA9m48zotizOb6X49YSx0YwuoGO88e0XG_cEZt7Y,42006
+azure/ai/ml/_restclient/v2023_04_01/operations/_code_containers_operations.py,sha256=GwXHB8ldsapdSfOv2th8jL-bY0yuwTg0FY1QPCzVcE8,21417
+azure/ai/ml/_restclient/v2023_04_01/operations/_code_versions_operations.py,sha256=yMrEV0ATspuThWsZpH_sqyUnqq1--xwGL0Lc5cdDTHc,29592
+azure/ai/ml/_restclient/v2023_04_01/operations/_component_containers_operations.py,sha256=8yXHBpi3poud84IvrV8Zlcx7bcKaKn85GVMXaTm1FlM,22141
+azure/ai/ml/_restclient/v2023_04_01/operations/_component_versions_operations.py,sha256=gXnbxCW9g9B5lUYH9v7x7hp_hURtovro0BEPpQmdoQ0,23822
+azure/ai/ml/_restclient/v2023_04_01/operations/_compute_operations.py,sha256=srqzcQ_WYaAWmK26uFEwSya-Mo21F3hMfT6VSBOE5Gg,67335
+azure/ai/ml/_restclient/v2023_04_01/operations/_data_containers_operations.py,sha256=gNsoqKno3aFQd5HcIjzJCMvodsXo3AcK7_Mx8rQ4nKQ,21978
+azure/ai/ml/_restclient/v2023_04_01/operations/_data_versions_operations.py,sha256=gimE1OczMRQhTO4T46517fYt-Lg_42NYMjJzGp29h84,24481
+azure/ai/ml/_restclient/v2023_04_01/operations/_datastores_operations.py,sha256=MAim41nd8VYhwmG5Xe4c34zuAhz9ysGZUqPGg1o-Hkc,28532
+azure/ai/ml/_restclient/v2023_04_01/operations/_environment_containers_operations.py,sha256=V77gOQwso693yZxwbQGMVS5cCs_XG_eXIa_KmApHSWI,22275
+azure/ai/ml/_restclient/v2023_04_01/operations/_environment_versions_operations.py,sha256=Vz_Jrb9P85Khrhr_Q2sa4QP8o-sAMlffj0AGSb2xpRk,24057
+azure/ai/ml/_restclient/v2023_04_01/operations/_jobs_operations.py,sha256=CFtjF7Az9PKBsR0dkWjdQ7bYlpYtVP5bk66nlXrIAE0,32750
+azure/ai/ml/_restclient/v2023_04_01/operations/_model_containers_operations.py,sha256=ph6Wb06HxiCZBgaJ92Wb_13WJDaqPwgnWV1xx9f8DIk,22447
+azure/ai/ml/_restclient/v2023_04_01/operations/_model_versions_operations.py,sha256=Q1Ybyx4GqPtah_Tp_g8KlOvailXpmp_VweUj_mBLz_s,26228
+azure/ai/ml/_restclient/v2023_04_01/operations/_online_deployments_operations.py,sha256=0sor0r1cKMhVr1ChgkzUu3Q0Nr5GfZK-Fd6YeTtcU90,52516
+azure/ai/ml/_restclient/v2023_04_01/operations/_online_endpoints_operations.py,sha256=HTWjf0pFfXa9j-IMSCDzIp32HotR2vfZSbNwAMDnfC8,57144
+azure/ai/ml/_restclient/v2023_04_01/operations/_operations.py,sha256=EqXnXwLv6glkGYm2Sro9jJTDF6VHo2bbFKuUvB6ko4k,6021
+azure/ai/ml/_restclient/v2023_04_01/operations/_private_endpoint_connections_operations.py,sha256=8UXZYZx1ULhMC5T8iaL6iKzRUugJv4SjcATFgUxNp5w,22345
+azure/ai/ml/_restclient/v2023_04_01/operations/_private_link_resources_operations.py,sha256=G6LybSKazFVAq0PDY78Lnhi3R90n80a86wpHvrkZJzw,6396
+azure/ai/ml/_restclient/v2023_04_01/operations/_quotas_operations.py,sha256=uAo8faLXF2l-azcAxxVTXXUSNycis5JO9i4Hk3LYurA,11062
+azure/ai/ml/_restclient/v2023_04_01/operations/_registries_operations.py,sha256=JL8kw0a8xyQSyssMtnkOVppX9RNugtPKUIts5crDBtg,42983
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_code_containers_operations.py,sha256=KGDtwgt1pCjLoRCTNPUgzLpMYK-rUP5kKhDD-ywvNxQ,28129
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_code_versions_operations.py,sha256=V_yxJB7utV_TX1wQ-tDpdh5pql2bAaV-eRPkFkSheXw,35694
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_component_containers_operations.py,sha256=LJk2Hl_ji04OajTDEHtEX-obBbHZrpk7NRuxm8P22X0,28488
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_component_versions_operations.py,sha256=O4Uv5MWlyW3EBRbN0Nf5sPWNCKD-66WuCG3KTD0XnNw,30499
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_data_containers_operations.py,sha256=WQW175phbXPelFaa98ifg8Q3SM2bNGw7F7DZGI7LO3s,28435
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_data_versions_operations.py,sha256=wGlqwyY2G1UMq_t3cAYFN1pcWhpZM0EsdBWA11GHN18,36663
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_environment_containers_operations.py,sha256=cWoEL7bQ4SwMODwEIYoxomdnKak9e379Bx7t40LCGY0,29312
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_environment_versions_operations.py,sha256=YCg63gyeJxYOF_D59FwrDIvUxcwc2yVSLjZyjYvKeI8,31373
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_model_containers_operations.py,sha256=EOB5G8K29oqbH_ePhD5wqGjDmyW2knI2tzQNIA0L1Rc,28856
+azure/ai/ml/_restclient/v2023_04_01/operations/_registry_model_versions_operations.py,sha256=h8s_GHDci78OK2x1udawaPHWpC4RblxVYLNW5WfaTyw,38161
+azure/ai/ml/_restclient/v2023_04_01/operations/_schedules_operations.py,sha256=yCXfzrp6hMR9-1_HNT9it3G_KzvgZ-lbAxvxGTDRRpc,28278
+azure/ai/ml/_restclient/v2023_04_01/operations/_usages_operations.py,sha256=jD_RFfuqcmTqhKJq3Hiay0c2G5a1IdBVoBrrGiNdweA,6898
+azure/ai/ml/_restclient/v2023_04_01/operations/_virtual_machine_sizes_operations.py,sha256=kd798YojJu-2LWLybYFPzHse_KOP5W_zDZ0ifsMYQhE,5796
+azure/ai/ml/_restclient/v2023_04_01/operations/_workspace_connections_operations.py,sha256=z16xCZnVYseskI9FSRIE4oRxkEafc3zzkoLzMppjY8I,22408
+azure/ai/ml/_restclient/v2023_04_01/operations/_workspace_features_operations.py,sha256=Dd2Z6v2zVTxHLRAzHgfLU2ooai0AI46I4NJQvL8NJhE,7526
+azure/ai/ml/_restclient/v2023_04_01/operations/_workspaces_operations.py,sha256=56_8AdIawPCFScF8RO1GhcSLo-VAr4jSMTUFOWaEbZc,80874
+azure/ai/ml/_restclient/v2023_04_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2023_04_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2023_04_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/_azure_machine_learning_workspaces.py,sha256=9zuS99dKOs07v_vaUV0DS3G4zNxsjM4cq4BOxd6DAG4,19439
+azure/ai/ml/_restclient/v2023_04_01_preview/_configuration.py,sha256=7zOHHVkhm6D448ErK5Cnuv6SgRPEMVU-FSZfC5Fxg8Y,3663
+azure/ai/ml/_restclient/v2023_04_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2023_04_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2023_04_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=VA7hWHSnETExPK21D3JrPAeP7TJyLRRtXkWbaU5o_K0,19586
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/_configuration.py,sha256=IT04HbMxCP-9WA6ZYJ_F4_3Rr4S313euoxBLn8d-hoY,3612
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__init__.py,sha256=MRMcUkATpv7gjlQzEZ59iTfTP7egnNq8FrnHZVkaUUo,5406
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_batch_deployments_operations.py,sha256=u2I0-W1p6_9oZbucIO1z2prORbFxatRPV3dr3uW0rMs,30224
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=a5DN533bf4WYY5YBx6ZAB9yotNajDx8c41JNamTzxlQ,31308
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_code_containers_operations.py,sha256=Hcqge94bYHYk1b8NBWlJh_JIAeZM3x6uIxtbegk2Npg,14570
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_code_versions_operations.py,sha256=DsBInUeVCq9LPvcoieWoN3k6e3_Azh_pNnFIBu8JYSs,19605
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_component_containers_operations.py,sha256=bhKT8G-aeCZG3ORSjn-h8sRDVmxczdjq_m2RCEGwsPM,15025
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_component_versions_operations.py,sha256=FCwb5Ei8J8_24I5Wo-VinzWE0EebLYk_yU8eZGJMrOE,16073
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_compute_operations.py,sha256=gyyDFz6DJCEeGY6RXJWwj9v9D7mwwYR9IUf4mrWhLRs,56352
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_data_containers_operations.py,sha256=aB4vL1vGj1UPaz4JY6cObF66Hr0uZnICc0nQTOHNCNQ,14881
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_data_versions_operations.py,sha256=VPlZEy5__LJfVsUd_kIRg6jQsVOsiuMQPaF5orQlRrA,16580
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_datastores_operations.py,sha256=kb2SAI8xrIMYxin6tCzJ5TbHlWR3l03wWSJyA2-FLrQ,18632
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_environment_containers_operations.py,sha256=HFoIN20hK7_ptZ4tgNeQuE-m-x0THJjD-_GpIq8VHuM,15153
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_environment_versions_operations.py,sha256=reI85p7FjIIZcX7ZWmUG0hmNmII0Es7_aequPIhX0c0,16135
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_features_operations.py,sha256=XF2TXMTcFIV0USYQqslr6ShQz9MCMJTlnwJjpExvaMI,10483
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_featureset_containers_operations.py,sha256=i5rF8K8k78T6JvtpmrlYjGAKi3tE8kVkdU866alt7vk,22778
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_featureset_versions_operations.py,sha256=z6zYAq1hudUexp9wcgQENFCA-tN2hhLpRcrnzeKo2sA,36020
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=00YWxPr3kSw6sU_he4xonWzvK0eHjl7XAe7k9hIGzaI,23058
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=SnI_Bt5QsczhK-DPTAJJek6JRgmtvzRAEpHzTEMK-PU,24187
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_jobs_operations.py,sha256=FM3anZy9vwKBLKaS9UAikofJjJwXs5RTCSYdQ1fn_0I,27543
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=JTRu48V9tkY3NUAaYlvGqsgJ_NgoBKyXfURyI1LoeYY,33245
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=r8TaNovw9gke7n-Q3M4YV8ekM_U7odwoYoSYeeegquA,8900
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=BxUn5ZDPuXd5Ou3_c8KQbJD_omidjTHT6L9XGVSxX14,21009
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_model_containers_operations.py,sha256=jVytW-Wh2bu9WSi6ODzFG4NCJDLRR-IF2b_M_JejSAI,15172
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_model_versions_operations.py,sha256=L5N9e3nGrY6F8ISd8AFyiIQ0_kbKjSjxtidMjoepvek,24217
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_online_deployments_operations.py,sha256=HQTE1cuNWNWB-lZ4jMsOT0uiUQ5LHdYsRhpEMNW5NQE,38217
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_online_endpoints_operations.py,sha256=9Kw5rg5xLA-aDKg1D0-pygdQrXlzIkryrjtPkJv0Owg,41913
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_operations.py,sha256=QdIljqFdx7XxGhsunpm-7mkxbXP-r-PAQRUid9HPFaI,5064
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=p7UY_2nUbTvq_YAJOkD1uARjc86TBrFeEwwuu85GKpI,15238
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_private_link_resources_operations.py,sha256=dJbNs02NU8t-eCS0s6l89MjAb394AT4HqLnGNNHp-OE,4692
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_quotas_operations.py,sha256=iTm-NMQSTAJl2mdVnzoNecjfVi8nvjk4USbCrElwpaU,8239
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registries_operations.py,sha256=xwp9UhMTbIK0J5jxhG50uGA4SA2ck3vcLxcCF8OsAPE,32380
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=m-igbF7HPymAI3k1BHIrSBaAdkFElsFNwEmHpBqcWMg,21212
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=25dzHOgiGlH5pk-43yyI2XHvhrJyoxzFnpfNc27_pic,25862
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=HBfD0CdhNXpLqd6W1wN8I0pDqngc6saO8UoTS0ANLsI,21472
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=EGvSZ86DIaZdSyUs_xTbNuJmCqw6WUFiD3mNnYAORk4,22739
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=Ol8xn4AZ9nAQFnrGcDte9vhcCXqsmgKkMLXEupXnYB0,21431
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=9LHRX44dJXEqFmUYCJCeSZMJwModRlPfH98KWFfuRno,26710
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=EBlu8-FzMpwFMC1kD5WKtfSzSDHwyqYg5M2aLfd-HQE,22006
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=FWH2ctSA-UZ7aoXj4JzbWNMpUMpuTprIXuKqFOy4duc,23146
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=QDAzjUbxFLvn2JgdcSarOaP-6g6mAAOsQwpnYGZ4FjI,21658
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=nqI4ztfyFZAWr85hikKyhn6K4XCCdLGT140l70pnI88,27290
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_schedules_operations.py,sha256=AA4Fm6YPS_u_evTXdcshS7suuEa-BQwqRwdpX5TZKkg,21215
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_usages_operations.py,sha256=0GoeUa8zR-ZVcpZDY-XvZ1XzZHY7kOttpnS8Ym47yVM,5490
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=e16HEHAICWL5XZNZpETeMYGM_9frrEB92FayXvkfXYY,4361
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_workspace_connections_operations.py,sha256=xKsT1Dmy8UunvqxOF0ZIc7dkyfc1AfbOIRVDjOX_eG8,15231
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_workspace_features_operations.py,sha256=gRgLm5v96fn4Lwj0jwDStq8HQSFingZR8FpSkfJMyuU,5871
+azure/ai/ml/_restclient/v2023_04_01_preview/aio/operations/_workspaces_operations.py,sha256=0exn5OjaGa6n1Ip0zClLwccsqSxxoWaC_IHKDstDDgQ,59901
+azure/ai/ml/_restclient/v2023_04_01_preview/models/__init__.py,sha256=wy2l5Zr07f9QD-cB8TZhyEE2a1-ErHUFyHY4tsBw42s,89964
+azure/ai/ml/_restclient/v2023_04_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=YseNoM5ZXrBDoe-ABPJ8ruvu6GkMtQkaHd_1wLnAG18,68093
+azure/ai/ml/_restclient/v2023_04_01_preview/models/_models.py,sha256=D6xTu8S2W5IX1UbrO1UjA5KkHabw00wadLrgGWGmzic,1358796
+azure/ai/ml/_restclient/v2023_04_01_preview/models/_models_py3.py,sha256=rRU3sMsesWf9sUQIGOUyrQY5X643mQ7e4P1FUhtpLWM,1465726
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__init__.py,sha256=MRMcUkATpv7gjlQzEZ59iTfTP7egnNq8FrnHZVkaUUo,5406
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_batch_deployments_operations.py,sha256=V5-AdLFtGoI9zN2bsWCvasm3j8VOYgJiNuyHeYC3QVw,40450
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_batch_endpoints_operations.py,sha256=WvxyXNVW8LX5bxaJ3MIlo0nj3vSAZPblrGFMyDAxsEc,42135
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_code_containers_operations.py,sha256=5ngsxxBv-ntCFsGiAGG8KrYxXCfAvIPTCaM38X5EPvA,21481
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_code_versions_operations.py,sha256=RB2gWmJuJHfSm8fda5CAUY-GO70jboMM4V-1kWbMD5I,29672
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_component_containers_operations.py,sha256=94jEuusrgcBHYbLbgxNI6JOBRiDRSkbI8ISiXFnsqoY,22205
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_component_versions_operations.py,sha256=kkfDxsj28bjXJWRGqU60PsuICcG2PqIemo_CObGo6M4,24224
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_compute_operations.py,sha256=XhnQx4gPduSGFJogqSb3HPVzGkGo_HaG0XizEh3TIQE,77622
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_data_containers_operations.py,sha256=TvIBuBsQCQTEoxbjwVfx9HyJV-kSzd0SF1H2u1uiB-E,22042
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_data_versions_operations.py,sha256=z5Mh6sWmpaK8o5FqAAfAYQf1BKJ5dhYIU3HeNobKMhs,24878
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_datastores_operations.py,sha256=x6O_k6G2Z1r9GP2JJZ3R9JrPu_ACtpvnOtwh01zFQLU,28612
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_environment_containers_operations.py,sha256=LI5tmt_svZ6toYbgtPinqPOrWEtEAmQhHqvQSudElPc,22339
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_environment_versions_operations.py,sha256=W-s6z0quJ0z3_mxerOPibYMm6xfQ5iYuYwREjI5ClJE,24121
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_features_operations.py,sha256=h-DfXVe1kJKCIvqvdcG5pqJ33jMZFl5xmZijbPV0__E,15303
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_featureset_containers_operations.py,sha256=eLR1hB9R2HySydkggInaLCI701PnlrmOhyycPimocYM,30856
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_featureset_versions_operations.py,sha256=ITxXAsaMpWU1S-zT-eX62sah1YawXwvoZWOyQb_9XLI,49845
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=d8j8OZs4_EqLoxvddlSaRuoZhaaiaEK3awuoIs2zyaA,31163
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=fPj7frofA4GGE0cNPG3_H3ydZkLqoG8jzYuQNyO6heM,33160
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_jobs_operations.py,sha256=OkO_hBVWwpG6gJwV-0WwUBrSNSCKNaXvfWOqG_HbRJs,39050
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_labeling_jobs_operations.py,sha256=Heb0EtkkfnJs2Wb9X_STfIhZOkfypfkHvAT0aSHV1DA,45951
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_managed_network_provisions_operations.py,sha256=weLJP1trvrfoD-4TtHiyuNezJwmk6fLad84bu6XSiEI,10799
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=ANbdBetwwmD_Jtt6VciYlIf4j0xLe34wzo2xhhtzPZk,27895
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_model_containers_operations.py,sha256=RaLYd3FoJHnYHXU2grjoSc-yA-CfY42_qTUlw0PNV_s,22511
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_model_versions_operations.py,sha256=OMEJm_n8o8JlEvRM_rH1YH5Ypxbqesq-VwYLMgExEgs,35452
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_online_deployments_operations.py,sha256=00pgEYGvjNlOZ2Ln7Vkv_-hHjae5MYbrw5_PQYLbofI,52661
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_online_endpoints_operations.py,sha256=Utv3pqik1OKxiw2iSQak3ireFysEktic_KOQE2YAISc,57313
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_operations.py,sha256=tpMn3_0ii4gg_z-TK4lw3Zj0N5Tkugwe-1YcVwup5FY,6035
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_private_endpoint_connections_operations.py,sha256=LCponmUPJ79z41lt5cQLescKGrRiExCRFdxUcrcoJc4,22409
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_private_link_resources_operations.py,sha256=Zd46_VWTQzGhDPypPJ4B2t55ASVWnC-na9mz9uVLX_8,6412
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_quotas_operations.py,sha256=HTgpryip8WHHrW9pJz_Wl47rcxWX3VhBlyTfyJIPNeQ,11094
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registries_operations.py,sha256=UiN9bbgTCvym3WAiq-KS5xOJOKxW3UDnskWXc0R4r-k,43119
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_code_containers_operations.py,sha256=rCD5Q_rkl2UfIloNU4WxcdkmC19mwsF41_8obQpC8Nc,28218
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_code_versions_operations.py,sha256=RoikYE7t3reBQCbCo64MA2T6kpuKkGGHVqGCguDj5uM,35799
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_component_containers_operations.py,sha256=DOLd_0Ejur4M0OqyeqCODsr4TJ-0B-QObzzztU4gtck,28577
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_component_versions_operations.py,sha256=YcOPBmEOje4ZOPSg_CLrgRu0M3ex4GT7DiFoB8sGQmM,30926
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_data_containers_operations.py,sha256=MSej7Cf_Go8kNfa1J8hddKLlF3FDVDUR4jRbNH1275I,28524
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_data_versions_operations.py,sha256=nDJU5l1BfAXqrpLLeA_0wPs3PWON9Hm9UHkzPTpvTiU,36768
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_environment_containers_operations.py,sha256=1nNru25VYKno4_H5JHbEAwIDudCtBPHgLJn3OaBQlOE,29401
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_environment_versions_operations.py,sha256=rEeap3ACaLt9tr-RltCD-oV0fG8h-0QXBvQ4up4T6zw,31415
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_model_containers_operations.py,sha256=0k6JLeFcEwm2AXKKP9U-8jFRGhxYLg5Ge909UIe4L6g,28898
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_registry_model_versions_operations.py,sha256=fi2Zt7IontpDXK0sQAdZn5FzhTUYR8RjCvVcHeHi-es,38266
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_schedules_operations.py,sha256=fS8T4XPtiXNWcb2t9mKdU4DDL4pGk_SlZoPTI4iQsWA,28367
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_usages_operations.py,sha256=WZMH9YnGUe-l0GAo1w6qSrz5Oh-na3a1lm_Ysa_gd5k,6914
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=6QSbKqwxDmFP7Jf4butNA8aM_2q3P400FMNAZb0bMrY,5812
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_workspace_connections_operations.py,sha256=FgZ3qF_UGwuB_g0OakRRrxvGFvdp7ysLMpmaJA6Xyic,22472
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_workspace_features_operations.py,sha256=1wbiAXR3uwWZuhiOQZBMiresbUHHw5WvSztURTlQMyU,7542
+azure/ai/ml/_restclient/v2023_04_01_preview/operations/_workspaces_operations.py,sha256=EsrAaFTItImAvETl9aA6LQkvxVSs2CiiSI_AoKezAHc,82325
+azure/ai/ml/_restclient/v2023_04_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2023_06_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2023_06_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/_azure_machine_learning_workspaces.py,sha256=yxtV3lRKXF6xK1rfa6wmpNw5yjeZZbIW2UnR2pKvrMc,19439
+azure/ai/ml/_restclient/v2023_06_01_preview/_configuration.py,sha256=uw49Rbkpj6garN0D7xv1MY2QsLWyohhtnSBoNf1ssc0,3663
+azure/ai/ml/_restclient/v2023_06_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2023_06_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2023_06_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=AeID_ut36KS4xJ4TiRNpDbrDJoaQelJEN_RaPJMvNyo,19586
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/_configuration.py,sha256=in0eKrQWkEEoM0oqaxmmXGEIjNWO6b3qRM74fefjM7g,3612
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__init__.py,sha256=Xkz08oe_WBn9vYR9jCLJEO2HSeYnwDq2eJrbWUg8bcQ,5406
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_batch_deployments_operations.py,sha256=VjUICYz9cuPBFXT1eVdSfQAxxlGZ5evDgGjfT9jMGVI,30215
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=vM1kOn48ZzbyzxLeftvLG-wgdWnKlL9_-_K2jgs5b-4,31299
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_code_containers_operations.py,sha256=E32kPEme6h1zt83YHRYkUUaHpJUuJ1_onyc35xS35ck,14570
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_code_versions_operations.py,sha256=wBiSlhSdtJpFoIjlE6qPd0jzIW_7W0eHa_tGe48D3bo,19605
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_component_containers_operations.py,sha256=94WyD1i3oIYCEjcPNAkspT4ddeBi1BhHHuCCxBiWtGk,15025
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_component_versions_operations.py,sha256=UOH9qm-aZSgacyakQpjx-UgSgN8bM4XsPgrp3p2zX_8,16073
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_compute_operations.py,sha256=om34fr2mTOJ62xCI1HD987wSBPtCTxi66DWfQHSauvY,56352
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_data_containers_operations.py,sha256=gGI8LoWDeuH-CqhLZtmSWuw2QdyYQJls2tK4Jt7mklI,14881
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_data_versions_operations.py,sha256=iJsE_M_xAQ0wM3qbzZDkDi-yIENDVS-nDnwqJ0jQ-rw,16580
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_datastores_operations.py,sha256=34BLyxLt0GEUuaBDo53Ddzc5OvX2vttm3LI-DVY1G_A,18632
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_environment_containers_operations.py,sha256=YKJwEKDdQm503LiQp5S8mCsjX8_CGMQ5lxihOpdyJoM,15153
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_environment_versions_operations.py,sha256=m4LEEYIJ4Kk30WuTLGz8enl4gcBMLaYZLfb8-Rh2JPU,16391
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_features_operations.py,sha256=x1f3onBLPUMt0Cr2smK7kdHW7JIAOH5JyMWks1dkoiY,10483
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_featureset_containers_operations.py,sha256=osYwuuKI2-Albf9AGm6rBd4Xj6aS__h11k9LJpWOIjM,22769
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_featureset_versions_operations.py,sha256=siurun9UjnawFV9Rh3PfTv03Zm9V5bMiy-ECtgF_ifo,36011
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=GCh-W9i0DQoqHbOl0FZnkHbBpPhimhur3TbM2ComkgI,23049
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=QrpOmTzd3cybi-oH7h0uEgeSFAxTMB0sNUxBWBUsq_0,24178
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_jobs_operations.py,sha256=9G92RZsNwEG2PfY-g6phS6h5-q0ufHWOSUJlsgOV0EY,27543
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=QtPxuQgxRP05xkYnZrzyw2jN1TH-AJMiQ7PfjP1TKe4,33236
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=VAm6LO3Pj3xy2NG8BjzjSr2NhXTkSTnQbiAslw5Hq74,9031
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=uCMBpV0TZVChSwBruiVrLjyymWjkcEpHGaFWLmI_PyE,21394
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_model_containers_operations.py,sha256=ODtYK8D_QlpLTKX0YH3a0anBecOH9wOeEHC03947KYM,15172
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_model_versions_operations.py,sha256=1iuWottu9yxH7Ie1UIGRxYD4ttkWWezGDELiGeZOkGk,24217
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_online_deployments_operations.py,sha256=nPZ1wDj1s74rXwLYblJUrZudLj0okYb0XDbrQaJBXnM,38208
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_online_endpoints_operations.py,sha256=YastkixrCHprmF3z3I4I65H8MrnEvu6ZmkjKQXbxyJE,41904
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_operations.py,sha256=UjyUmNsnaZv1LmOdLfLsG7Kr4UlPoTVbFbnP4cKkzww,5157
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=dp6VYXP8GEk1sCR5XGzDz2d7OKryWh56NPKPX43ipxs,15299
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_private_link_resources_operations.py,sha256=mYie99P7oa-8q1OqRTKjn_YQ9Avgm832itecFV0kjvA,6857
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_quotas_operations.py,sha256=fqrritE2JrCziP-C3Zgv4CWqntiSuK5dueslV7TYnr8,8239
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registries_operations.py,sha256=DBhII7AoFK2f8o8LBLZ4wSVOZCXoMimTc2GhYFOakz0,32380
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=IOyq0NPDIbeen47M0fUsa7EJz1DWN619bES7OfXnl7c,21203
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=5gMmnBtqWHe5U_KDIfdSA8-qpCkXug2Qlszy0k17q60,25853
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=gAHWV5MScKWjfMrb3f74H6jjQkWDGRaPE2ZjCm4buU8,21463
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=-4QMrUhpkt91qYP0b4AzIriMfvtQD5Kls0m5Ghczw7Q,22730
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=MTblsOvtitoLOUK8c3nhGskbWh3wC6EGioDOWjRgnZ8,21422
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=ltOZmyJclJowmMajy7IAnS6kL-MlDKRVjYFBRvW0tb8,26701
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=JjySeuMQVkrgs9tupAtWeb6ybQFBgl6FnZRBe1jsr4o,21997
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=FojRb8wFTzagasPRNbAORy_HZOQ0ZZZKdx35mYp7Qkw,23393
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=y5B7OhY8vaBp-spDrY7Ubsk7DumWXawQNX4yPb25KUI,21649
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=CKC67zeND3ssVqI04GRP177gleBozdTG5xHWQq0A-ZQ,34030
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_schedules_operations.py,sha256=0ws8EGaGy3SzOH1-KnXs_ERCGcBd3DT7B6AZTqpZlBg,21206
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_usages_operations.py,sha256=n7U9yyDizm1kDALVPRNFS48divkvSlLvm9YSHU-8CzI,5490
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=AoRjI1O1W477vhMOsTO9f1X5MPWJNCSc2EecquwxkEI,4361
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_workspace_connections_operations.py,sha256=gP_b0sNdeDmnBQFvJCpNebZvlGGqhGWsOuwIq405s6w,22448
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_workspace_features_operations.py,sha256=DL1vWNIhMfoGKLlaj8MI6JB-MZst2tmYOjb_rjpzDS0,5871
+azure/ai/ml/_restclient/v2023_06_01_preview/aio/operations/_workspaces_operations.py,sha256=dBDuja2TNS0y8fqk_FBNjRBW7MWiSnHKddrkOfZjJ4A,61950
+azure/ai/ml/_restclient/v2023_06_01_preview/models/__init__.py,sha256=bPR331qnrEgLljN1krF8qyRAsTcZgADT5ufrz-3d6aA,93069
+azure/ai/ml/_restclient/v2023_06_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=YvWPNuuIwED_YqmDereU0zvEtEXBBJ9Uxj_Rc6geGpI,70737
+azure/ai/ml/_restclient/v2023_06_01_preview/models/_models.py,sha256=kWgMXPATqGVbWs2yM6q2e08u0_PansVl0Qk8h6CWpiw,1401846
+azure/ai/ml/_restclient/v2023_06_01_preview/models/_models_py3.py,sha256=47326o-KyCkDjMCIK77bPYyb99XGRmsSSjufZ15y69s,1511953
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__init__.py,sha256=Xkz08oe_WBn9vYR9jCLJEO2HSeYnwDq2eJrbWUg8bcQ,5406
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_batch_deployments_operations.py,sha256=deYU22mFRK_D3bDgpho8iqD-croGoQi6pZUG43IkMhg,40441
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_batch_endpoints_operations.py,sha256=0JpQIf6mVQGgYlm8KnSDetIv_VkWuC1VeVJAuHoLRDA,42126
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_code_containers_operations.py,sha256=r6ACtqPk2HhOMkMRQSMgJk_ju4_mYIo8JAtXnSdja6E,21481
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_code_versions_operations.py,sha256=_nSsKfdi_-LmcZf9bsREqdkHG6wKwNpWUE5k8cDZdMY,29672
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_component_containers_operations.py,sha256=nAYo_2A050KcILi-j8pkyt0yNaeJqIOSVamztouoriM,22205
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_component_versions_operations.py,sha256=xHCOq2VvhTp68zCrSD866o5FeRmEvk79FYebBeUN26Y,24224
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_compute_operations.py,sha256=X046HSK9_-7kkOWMqptCVAqN_-eFLVatRrbWMU17VZk,77622
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_data_containers_operations.py,sha256=BW7cAA5_1ULic7zmk2b00s6Uo7k6j-v0lVB6k4pdmCo,22042
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_data_versions_operations.py,sha256=NXVHfB3xuce-raF-_LIrIQZUzDcZzZ3KdMKPe6k1kxo,24878
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_datastores_operations.py,sha256=wPFOryklckGb3DI96Ci1Ms2Jgude-g9ijx-a18xnF0c,28612
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_environment_containers_operations.py,sha256=wbA6QUhfcIp_VU3f4PTSyCleahmvMgRs90aARuCvbjk,22339
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_environment_versions_operations.py,sha256=fqez-f71hlgCf5xGlE41rrLrv45xBqchKTHkdRsGawo,24548
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_features_operations.py,sha256=Z2Fp48bZ5pcMg988_f3nBm4mXQJ2leOIVxkUstS7W9A,15303
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_featureset_containers_operations.py,sha256=s0yH3rD166a-HDUmga8jlpuG5sVoTEA1oySQxRrJCqI,30847
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_featureset_versions_operations.py,sha256=sKO659-FFH9UqBe_c96PJTV_5sdZIxbA6G5QvbL68Ck,49533
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=NVp8hsQihfd5_4i7ivNPfSDGJ_AuL2Ervd7KKnfl9U4,31154
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=q70pxju_teE_n6Y3amCQAjEvh4JlKLywTcCM0CoNRCo,33151
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_jobs_operations.py,sha256=E8wzFWg1__zkpqxmCdODbUhYGZqfAQpSTeuxrhQJSZs,39050
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_labeling_jobs_operations.py,sha256=MioVh8VumnTTmBWzbr_tjK2NvG4gxj0oUxZEh76OJRo,45942
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_managed_network_provisions_operations.py,sha256=9qZkJdETOhxZoX4ywcO9t1Qfo5ageGf7alxs3QQVB9I,10930
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=ukxc2OPHFnfPG1d6mkdLtiIP8IbpWDlquTigfmijGUg,28280
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_model_containers_operations.py,sha256=O1SK97KFSAf8qD-bO1OiMMRl72BgUmy1FykHnh9IKwU,22511
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_model_versions_operations.py,sha256=L44xsT4VKZkG7WCeb1UVrsrG-qlIT0dEta6reY7RqD4,35452
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_online_deployments_operations.py,sha256=NIKn3irXopKCZfM4V7kVU-QnVZaWTUHOHexnlEYeDd8,52652
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_online_endpoints_operations.py,sha256=z5A5y2Y5at0Y5gWU8UJSzlKkfb0vWX8NtV60ycwHtj4,57304
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_operations.py,sha256=FSAPUNmi8_ikWpo0Q5_1hLYfkZj0IYvs-moT2pwyVF4,6128
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_private_endpoint_connections_operations.py,sha256=mPIsk0DlNy0Tt33Ehmk3pDPOFSUbxY3UAI0dmU6k5Ow,22470
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_private_link_resources_operations.py,sha256=a3HCv18JAhoqSCdkmogDksCztQIs9bzzFWHBzci7CnA,8536
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_quotas_operations.py,sha256=49GfsevyDuKNGiJcsyX9eR2Pc7BB8C7bLs-JsgXFwUE,11094
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registries_operations.py,sha256=FWOB7e4y2OuMUjutIpuzGOEcggLcB1qAHady-ua_sCQ,43119
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_code_containers_operations.py,sha256=3CzLuLr7fbknNPch8Z22BMKEwvuCWGAIa_beSkXImGk,28209
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_code_versions_operations.py,sha256=zbHvL1EZEwUkj3F7T9-__vlOuzIW6TTzsY8qqr8DZaw,35790
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_component_containers_operations.py,sha256=uNS10Ul_HfNLu2KTwrwtaZlzytfoyEGkRUAMWvWWUqA,28568
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_component_versions_operations.py,sha256=76odo3av0hHOtu27Z-XMfnJPh8Yt-Ls1VL7rgDJA2Rs,30917
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_data_containers_operations.py,sha256=LuEhGM_9Md1bEbWMzxYkgrxyqa1HN4kxFgiIrkzRQoM,28515
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_data_versions_operations.py,sha256=vj_51lQFJgyDj0berTpH4qdaBuiT3alOotEw-F94RyU,36759
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_environment_containers_operations.py,sha256=ASfrCjzAveRV8rJ9Qmd-NmtDyZKUNFd1BAE9i18I5zA,29392
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_environment_versions_operations.py,sha256=eBIbw_aMEkcne8P58iMEjUtdOWAIm-DCr9wukZr_cRk,31880
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_model_containers_operations.py,sha256=BOO7snZI87j3tNm7E4wTg7vuZvOKbabbKf1hO9dDih0,28936
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_registry_model_versions_operations.py,sha256=-mc39Udobkquon6BVnkK90ZdK29YYo11NsnXFJV2JV0,47054
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_schedules_operations.py,sha256=j_Q9-5S5VpzLufy-RL9ugSRZJDR2t02bBwGKkAmUG80,28358
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_usages_operations.py,sha256=DGn_fYPqZZZAbQJyhxDF77FNX2XSRiQ-vHmtqROyPCw,6914
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=9pSfcq4-AGKsKizXFPUInsG2IfEHs218_sEEvQTJPkQ,5812
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_workspace_connections_operations.py,sha256=ouVqDhrowcO0vL-Ka9avR2ggW0e4TI-HezzLCsSsmgg,33512
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_workspace_features_operations.py,sha256=vP7DqqigKlXHTp-1X0exHpsvto5E2uFD_-tyrMOgaAo,7542
+azure/ai/ml/_restclient/v2023_06_01_preview/operations/_workspaces_operations.py,sha256=bLk_y66AlzL9uj4DTJTYZjPRcL-rmmkXdcWlq4_hVMc,84375
+azure/ai/ml/_restclient/v2023_06_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2023_08_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2023_08_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/_azure_machine_learning_workspaces.py,sha256=eEHAuIG-dafU9QtJttdCtMmT2-HjU_LV9WooSHD4vzY,21164
+azure/ai/ml/_restclient/v2023_08_01_preview/_configuration.py,sha256=qG7tMi7mYLfS8g79wxv6xask0GWE3oiq9ZcFzvAfa1I,3663
+azure/ai/ml/_restclient/v2023_08_01_preview/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
+azure/ai/ml/_restclient/v2023_08_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2023_08_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=t5DSHrzMhS4yjojakjX6xgnR5q5RUryHMb2ZqU5Kbe8,21331
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/_configuration.py,sha256=wBnX9mz1vdWTtul-zzRORz4nu5Bz-FV8ZxfLKQjHirc,3612
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__init__.py,sha256=c1RQl5liq_C2xUutpmE_UmhzaTG7y733qVUEfw06V-Y,5960
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_capacity_reservation_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_batch_deployments_operations.py,sha256=CW4j2HEgiSNlKfTLuPiIzdERCOJZtM0kKfZX60OWVhw,30215
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=b22yJRNOQ-hmVPSXzVDyNjtqEQHhHNbRqnGTfIlyS_s,31299
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_capacity_reservation_groups_operations.py,sha256=57D0GgE2e8w-_SvH8Dts6d6CGeZTwnywJm4DWN7xBMQ,20324
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_code_containers_operations.py,sha256=yRkf4389dB2Ds1C2eW0D8lqf2dv0Fxdqj_-EEIsreNM,14570
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_code_versions_operations.py,sha256=O3gC4ti4pYPCNrgfLvLLesV_kQoVOKmnj19hP4kvt-w,19605
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_component_containers_operations.py,sha256=6RNuqmaqLGAQAdO13fC6t_lbw4QSmJgkqjntzD16-wo,15025
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_component_versions_operations.py,sha256=GnlDtYaNROtFBVe6p2d-T2Bkw6hLyJZmVjk4APS4T6c,16073
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_compute_operations.py,sha256=3jaQor8gxAQjq465Cga7DJ_dNPuWmHj-xpl5QgZzKNA,65181
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_data_containers_operations.py,sha256=FBkJeTcYMqp74T70EZstSt0V_4LXc8qBBqy4PkeoZeo,14881
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_data_versions_operations.py,sha256=_1N9x5z_XC_GwxaoKa7guRn4C1zprc3jRVMY0bCmVl0,16580
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_datastores_operations.py,sha256=vFqmX6FLtMrD0BuDHyM-hx36Lz3Uj0AA5zPvNs2Ng3c,18632
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_environment_containers_operations.py,sha256=_l--V8OxG7E7fg5KzibTL5TsDIOPulskADr5R-dzN6A,15153
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_environment_versions_operations.py,sha256=_O7rljnLA7zlcYvs03Sjli4dEJlGTDOxRua-lWhL4Rk,16391
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_features_operations.py,sha256=TqLu-38vwymdFRdLp5XrqtChoqcRj8_SfnG1J6D1ZaY,11128
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_featureset_containers_operations.py,sha256=36NiJ8EjgY2htGhpWJ9RMLO2bO-L29VJuEpsxvAWIDM,22769
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_featureset_versions_operations.py,sha256=ojMMbfbssotxzI45jwXCom7pT2ikYfzefGIX3h0HNMY,30769
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=43HC_fKCNxNPfl6f3kIU0fSGRcgCWQ1fWr97_RV9-zI,23049
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=xTLn5-3nyV-BsAL1FXAkuOXm_Z_7AW_TM9D0Q__WUug,24178
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_inference_endpoints_operations.py,sha256=fM6K8ix8zVBQtYZOZloX2tEFa3Yi-y2wn58XD9YPhwc,30365
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_inference_groups_operations.py,sha256=R7IuhirUpAYf_CHvdPKeALi8vEBpVnKRBgsSNjSJ7w0,37767
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_inference_pools_operations.py,sha256=1xnRtMELmX1HCqtSawaVZ75A8BHr3Z3MOG6opHyesZo,36821
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_jobs_operations.py,sha256=luukATqScWEPI4Do2nv7nZBQKwx5tjtys_9Qdo43Vdw,27830
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=mR6W2zxK5SGQ8thGpeOcMQAtA9Xk0SuKejBcFfqAhK8,33564
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=VJhE8EMFOtJLCslMrMLuWZ3HbYYgfW2hJO9lqdV2pmU,9028
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=7dtV4rT1YrQNDwTascxM1b020ttBu0lW0y5sgs1Vggc,21533
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_model_containers_operations.py,sha256=r5Y_jKZftjs5LVrijq5JcjdEhpGGr0yAjEiuzXp-GxQ,15172
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_model_versions_operations.py,sha256=CPhLfXak4_Wp9bDSff2dVVU2RynZ_cai_QFMw1F8eDY,24217
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_online_deployments_operations.py,sha256=MGOmr76Tp827VoX52OCmU9Iy-Ewk0h-5Lsl2yB14NBw,38208
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_online_endpoints_operations.py,sha256=Pp0x0CD4_7od5j6AxZOTuZ8jqPb2x90TfnIZu_WVxpY,41904
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_operations.py,sha256=fLSngTgiLRJw7B41nWDwRyIkY7NmXAjMEiF5vIkasmU,5133
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=ayYWS4XK9JAYHa8srhERJPY_jQ3_CYjAwj_ostff7l8,15287
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_private_link_resources_operations.py,sha256=UlifJSjSokaBVd5Sdg-UWvngZ7UE2wf6mE9G1vdREDg,6854
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_quotas_operations.py,sha256=OB2iEjtLWarzAUzWPV-DXMmzOlf3TM3LG_42rMmBvOQ,8239
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registries_operations.py,sha256=lZOK-VKpXr0CO6do11tMqq2fLA9NscmGgsDxn3U1mPg,32380
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=wzCxGkd17ulPeIyX3SuzrZ7iyvSAzlpI0oUkfMRCN_E,21203
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=TltSsvdvbq5fr9oW8BAWdJquTmcsh1vZbsGMk71N7MY,25853
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=nXrHSPQPnTk-JAK-Px5xEQv7Z_byx1XRzQpEZZAayuM,21463
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=p7rQHlWla2EsV89YCRGlHF83USIDYL3VhXCdbd8oaZw,22730
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=qzzy2nSI1Bc9tzM-5LRQQ2W5O8ZKoZjAC4mBY1hSfd4,21422
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=f3yAWPoPegXgJfB1z63C7DN1F6sHu4PCasZt53-bXxs,26701
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=fYbKiQe9DIM2fV7BSRpQlGgKq7bB7Uojd_bazttcIPk,21997
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=K6GpUd106J-D5s2p3eT4GwGUF0pOiSGg_2ISm1mtEpc,23393
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=gKFZpaMCLd6DTESCAbPcPbl08oI2vM9sSnXaAiGhzzY,21649
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=2ZMwfnUfvjQm5fF6aEnpuKN71wYn1g8GLD_lzDqyYdY,34030
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_schedules_operations.py,sha256=x5E9iyWlL3BeW3pbWgPhccU6T6hCdSgWTxGOBuNJwks,21206
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_serverless_endpoints_operations.py,sha256=YYKhBbMtVaxy_QoSwzvr9j5d1jj4FbtRUAl51-IFhwQ,40422
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_usages_operations.py,sha256=m0AQIdeLlrTctia3qhca5gh6G-amiEec90ht59XqnZ0,5490
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=eq3lhtUpwUbqT7mR1-8DWWzSarhPlCTVwso9v6P7_lE,4361
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_workspace_connections_operations.py,sha256=PaJLbPgUNxw4pTLuSh8JSwURkE4iw8hCJIkqAFLwGHM,29466
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_workspace_features_operations.py,sha256=JZDLBqixD-r9Tkle_HtLIxDOFdT3UJyb-lXt7jPYQeY,5871
+azure/ai/ml/_restclient/v2023_08_01_preview/aio/operations/_workspaces_operations.py,sha256=51rEMBEeAklfe2QR1As5J_XmWJCPDdqA3cYBo5HqKHs,62263
+azure/ai/ml/_restclient/v2023_08_01_preview/models/__init__.py,sha256=juDEavqqofACIMMOicsBTOUwiQ076-sQXflTr8OeNno,98554
+azure/ai/ml/_restclient/v2023_08_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=vUiyhkfFPWPxHbMWj1LOGAtSdOJ05kBTSBTTeXhHiNY,73217
+azure/ai/ml/_restclient/v2023_08_01_preview/models/_models.py,sha256=p5eGyIxUqtLHbVoARsFT-76Gi9nGO_JPO2BdJ6jHJco,1485166
+azure/ai/ml/_restclient/v2023_08_01_preview/models/_models_py3.py,sha256=oYoqIOnXaJwQXGxn0VP-nFVkPx47P77GhfFf39lT20I,1601329
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__init__.py,sha256=c1RQl5liq_C2xUutpmE_UmhzaTG7y733qVUEfw06V-Y,5960
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_capacity_reservation_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_batch_deployments_operations.py,sha256=y0ssZq_uvtDvfHkWEOdReJDyz4DQrOssBKSYnp6jbqA,40441
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_batch_endpoints_operations.py,sha256=Hwgpf-fPwCU6Gswh3ieo8QApzkimGUzHNnqAetK4OFc,42126
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_capacity_reservation_groups_operations.py,sha256=Z27eEQvXcZMuQtmfzHPIV9NFip3KWbXMzqjw10NS1w8,29704
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_code_containers_operations.py,sha256=WmEIdoPs9xUD5fKYJilrMD4h1mKAITzkW_s3UwLCaAk,21481
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_code_versions_operations.py,sha256=F5x5yrcmzWcnKIdvM1zSAES8vDy91pVMijqaAwPHNcs,29672
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_component_containers_operations.py,sha256=Fxy_UrLUz8jO5WOpAP1aDMIPh7xhxmxy6POkKSLuTko,22205
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_component_versions_operations.py,sha256=8idCSYGdt3EgXscAPW7b8unfebci3GcaWTHdi0hqN5Y,24224
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_compute_operations.py,sha256=0JgU6hOr4Gon7LkrQfQb8cU_Dqt_K-kfGPaJKJukLWM,90870
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_data_containers_operations.py,sha256=KEe6LDOdP2B-2TImLnPN3Pj4fwbXpmRPM_8EVWQYd00,22042
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_data_versions_operations.py,sha256=-mAP5aXOhe6BtlUnl6_6TWFQiD9spp8qHC6Iru6gjeE,24878
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_datastores_operations.py,sha256=hBgK5E5EIUY08Po60utSQCyEOGu67MB1PeNBMccG5FY,28612
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_environment_containers_operations.py,sha256=1LLeZBEMfhHP3B36IsD4FXKpvHA6RXOVmm1lKyGSksQ,22339
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_environment_versions_operations.py,sha256=rmabSzNaucwImSz-Gz7dvRwNKSS4ZGwAiByLfmnoalc,24548
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_features_operations.py,sha256=q3bodwT_I2MCSHKJhjoORJ3hxl21w0Dz_xAwRabx2Aw,16396
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_featureset_containers_operations.py,sha256=XB7guD6cT6whG-BbtyjtxbdnQ1Uy2_gV3-mHP5B5J-Y,30847
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_featureset_versions_operations.py,sha256=nt19Ls4G2u5ziJj5wPaB_kciMr083gYrAznLcudcY0k,41698
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=UyjHogxeT_RedyaJ8MI-iAsiXylavnSvE6G_ROTd6SY,31154
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=2S7w5IF24BzuM0uXXszY7fohoqi2f9cvV51vrUhbEYc,33151
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_inference_endpoints_operations.py,sha256=GYQeGwL-MP1kArOaGusS7w0-x-u6dSjGA52jZa4g_TE,41080
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_inference_groups_operations.py,sha256=JQI7XQr-jWePnNmEYJk-ghhJEsormmbdKaSKuPb483U,52213
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_inference_pools_operations.py,sha256=AViNGQTgQM1btyce7uiGopT0ghfcMhXkM_9SQ0gIh3I,50442
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_jobs_operations.py,sha256=fOrxU9MWLqSExcb5JsbaerK-fh1_-qM4mjEp6blMiEg,39538
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_labeling_jobs_operations.py,sha256=7B60lTeZpB6ppOVwOc_bT0WjL2Bcc5wrpuK1EgfV1CY,45698
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_managed_network_provisions_operations.py,sha256=SnqpXxMbd4h5aLafAxORn5oQhlVsIDneL3VzjcQ3zqo,10927
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=dA25SjAEVbgR7m6k6kVU1n4d9_O6B7xq8mttR4FfgB0,28419
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_model_containers_operations.py,sha256=U2zRyOKHG09AwQVZ6autVX3MDWeiZyq7tnDA951FfNg,22511
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_model_versions_operations.py,sha256=WKHcsaRj3Ghdq3ZpQ2DqTKPO8kTd6Chkj1ebkCPcR6o,35452
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_online_deployments_operations.py,sha256=fN3kTqFpWktiG26NPRGosQBY-gYrk4Akmju6cRgUleg,52652
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_online_endpoints_operations.py,sha256=x5qUL0F1uBqOZFC0OJjLo9-KcQEu4KPrMmr917rJ_B0,57304
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_operations.py,sha256=ly435Z8MIryRk_XQ3Pq7ydQ8ysiyz1veQg7wJhWOQHY,6104
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_private_endpoint_connections_operations.py,sha256=QkCVm9es4DxOLsTZxeff0KqJtqh7j6cGeSKtL0YK-vk,22458
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_private_link_resources_operations.py,sha256=tvNWhyvbHXLhj_PfUQoQvgWOfpXi8El3X1qM6QfMLG8,8533
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_quotas_operations.py,sha256=W8Nh6frmhe1SyAoF7cm53i5DqxZwItvXcdc3TPeMRjY,11094
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registries_operations.py,sha256=ARQEfEB4Q_QBsUSuQfuz52eW7-UcgNRWiAbkYgS7Kc8,43119
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_code_containers_operations.py,sha256=yyVSLaJ5JFhHWHNKvKfGDDnmechmCewEnKPWSfDudOU,28209
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_code_versions_operations.py,sha256=cC_YBS-oJYZdzbOttSFBlVst3vzwBGetwhEr7lu7Txc,35790
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_component_containers_operations.py,sha256=q8mfIawe0-87EUCHtIWxxnsKCdW2JFdxghQ58dVDlsg,28568
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_component_versions_operations.py,sha256=L21GOULLHAJ5lwKtYDfyOxBzbTJmwrnapNm606Sqg4A,30917
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_data_containers_operations.py,sha256=nmp7tiYlSlgvX4GnfI5lgrRERBCqptJ4UoQBOFr9JJ8,28515
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_data_versions_operations.py,sha256=GoPBS0UOMnv79NpS1AhX_LIqp3kqPbYN_SL_PW-7Ses,36759
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_environment_containers_operations.py,sha256=lwIbGcwMqG4wHE3n5Vu8Tic7KlIqXzLrHy6Z1sL0GaU,29392
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_environment_versions_operations.py,sha256=HvbX2KWXRU2X2wx-ItJwz8D8qHB7KkEsRgvgNq1TkUA,31880
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_model_containers_operations.py,sha256=V5wlIHS3vY53PvaD3Jhv3_iAy-qG5DTWyKjAN_mk8_A,28936
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_registry_model_versions_operations.py,sha256=CAIx_LV5IOPqECvp0qMivJ04gnvJyYUlubmo7A9BV94,47054
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_schedules_operations.py,sha256=TAy8YT0V8hje6D_9RfEBE0uGi0WtLLqtMH6VeU-MSmk,28358
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_serverless_endpoints_operations.py,sha256=NSf7UjjgbCmLxsayXT4UR9Jo_bWPKoKMGqu0uStMp9A,54618
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_usages_operations.py,sha256=0hly3HAKt6UmQV-BCn7af9nVTJxxKyWSlkh_73zbf4A,6914
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=nzgzqpMYnn8aC4cOMdHqd4Yro_lK5CucCULsXKRScyk,5812
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_workspace_connections_operations.py,sha256=-HxLod-gwVk0_9dSHDM3cn49MOFjz19JyoPnd7KHfF0,42991
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_workspace_features_operations.py,sha256=s1-Th5tOavKBpFXCyvk9I7QqxIIIVgouIDCYWktnlzU,7542
+azure/ai/ml/_restclient/v2023_08_01_preview/operations/_workspaces_operations.py,sha256=q7SsprJNOaax9aWE90WlFcDz7maXRl8hAmDVFgIw-r8,84688
+azure/ai/ml/_restclient/v2023_08_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2023_10_01/__init__.py,sha256=_E9La-SaDcfp3BUWNSYD_GSfIA90iodHahHDM6INB74,925
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/_azure_machine_learning_services.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/_serialization.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/_azure_machine_learning_services.py,sha256=hTE8xlrrtE5ZDsqmDVQXusoFE73liKNg1JrPhIdR2eE,20255
+azure/ai/ml/_restclient/v2023_10_01/_configuration.py,sha256=79wZoS4tsH1KlAXguh_cfL7_c8kZCy3t357c1cmofUY,3520
+azure/ai/ml/_restclient/v2023_10_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
+azure/ai/ml/_restclient/v2023_10_01/_serialization.py,sha256=hvcCHIXYCrn4u3y0QGowNw5KqcjN1ZixFB88YNzwl68,79220
+azure/ai/ml/_restclient/v2023_10_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
+azure/ai/ml/_restclient/v2023_10_01/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2023_10_01/aio/__init__.py,sha256=GyYdxoUG5lIqXQ9-ylZFEkuvijCnVmA-1vI5SHDaQEk,872
+azure/ai/ml/_restclient/v2023_10_01/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/__pycache__/_azure_machine_learning_services.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/_azure_machine_learning_services.py,sha256=-782s5R4LAl8NByM8LPBsr5X-ZR9zfqhWOjFuMfyvKA,20586
+azure/ai/ml/_restclient/v2023_10_01/aio/_configuration.py,sha256=ML_kVYSuxglWUpw4Qk6maou0ojhCG-cz-MxHsk78-Ck,3568
+azure/ai/ml/_restclient/v2023_10_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__init__.py,sha256=ZjF5MYDz71bXjFNCRunYB15ZdkeGmnrpWGN9mVFTsV0,5660
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_batch_deployments_operations.py,sha256=XaazEgJg7xz6yyKSpNlKr5Tlg67Y1NAtrHaPPIpMU78,43475
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_batch_endpoints_operations.py,sha256=BbWpjovfocoFk6-m2VNPEOE-kIZqJwhWQyhmEgmBL2o,44154
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_code_containers_operations.py,sha256=VNLSlVGHmTtipF_ZMd6-JDh0_MmpFBm-04b1OInBH1A,19298
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_code_versions_operations.py,sha256=S2qqtURU__yDtO4_8kq6mJXrX6FMJ1nCXOIyXBFHK94,40252
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_component_containers_operations.py,sha256=zQvkF-RSf4pZNT6kQ34FMkN76X1ZE4CLbnget4FQt1Q,19813
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_component_versions_operations.py,sha256=vTJNcbAD8bqKIVPJJwC09xYX7ySOPdwYucukqyU_9DM,32472
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_compute_operations.py,sha256=9sjL_0KqMePks3TL9UT9rrxJkI7JePru_hXdGzApNfw,65809
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_data_containers_operations.py,sha256=qNdyc716EMRtaVMzs2FqDo_ZF7XxI5QQULBFbYu-rUg,19624
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_data_versions_operations.py,sha256=5APkDYbYAUs51B_VMYbiFUcQeYQRT3U9jiNRDJ9bLjc,32964
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_datastores_operations.py,sha256=SzItP9lyC45ZyR1RzDZFbegXQOsiDsScEtSKxX4gZgM,23783
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_environment_containers_operations.py,sha256=RzewjeTtiIuGIOq9A8GkQk1WStbDKkPDRszq0aF_-Fg,20016
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_environment_versions_operations.py,sha256=fs5iyYh3_ehbxG6TobJNs4W6b7P8oyyUbzI1QmKkWcw,32877
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_features_operations.py,sha256=qc5AvCPbkbcQtNq-wUNt6252fB1PfcpEdjAxAZLEikc,11931
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_featureset_containers_operations.py,sha256=lqCGXNkFtq3F9I-T_LNloH1B4rsVHcPWyAdKF3Caxl4,29753
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_featureset_versions_operations.py,sha256=Nq4zp7dI3-J8fLae_7EHOaxsV05-_KdhaEejbLdFCSA,43509
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_featurestore_entity_containers_operations.py,sha256=YceNFShzbjHp_2nekIRtQpyYRVi9oiBU3kXXb5RmVgo,30115
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_featurestore_entity_versions_operations.py,sha256=Ox66Lmb_KbtKa6i7kVvQ7qTKzJt3fjWzSvrykrbO8aA,31413
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_jobs_operations.py,sha256=ky7i85jTApF9SCc9rd3_oAke0IB_dqJeME6vylwWxyI,30402
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_managed_network_provisions_operations.py,sha256=v1YCl4DkplN3MMRmBFVJQnSn1T2XaKQH5Scg2CRq2fk,14573
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_managed_network_settings_rule_operations.py,sha256=28oUVDycYYEbu5PwE4eb36KBjjUYMV7GTQqlboJzCAk,28825
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_model_containers_operations.py,sha256=_9_KIHAPBCmA4ThAZaJblkRvIAtxi4EdZxkp8b3ELik,19962
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_model_versions_operations.py,sha256=snW-zN1gmjTLN2DUpn3BNpKJUDwvsVAIzGKe-mifbmg,33760
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_online_deployments_operations.py,sha256=NipOl_6hXGP4Tfr_aVf2HhdebsUnWzFXCClbF75QNyw,55657
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_online_endpoints_operations.py,sha256=q4A0JD8BwJRShKoJq9UJRMDdMAZjqRSsm9aTXLrgEeg,60446
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_operations.py,sha256=NeuTfU0sYgochoJC21PHROwEI8WDeCCW_GbNYR5-c9E,5834
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_private_endpoint_connections_operations.py,sha256=BJzlDLH1bpZfybqhkehNj2TOqrWfh03-PE6uj9yyAac,20480
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_private_link_resources_operations.py,sha256=TrD4XA5_A5FMaxgIKCWFL24gf8N3G1Lvpfnn5956Gxw,5017
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_quotas_operations.py,sha256=WGx-WowrnM584KqZ-TSuuIc8uUq8mQAlZo421Uq6fJQ,11811
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registries_operations.py,sha256=PWkwoTjx4Cqjs7kiw9wdbfwWxMsedc4qfooCvKjQhS4,47856
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_code_containers_operations.py,sha256=MxycxWHKIexLVUWRYBHZKinoLKp22bgHXUlwdFZaGZs,28254
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_code_versions_operations.py,sha256=74k9LN6V_m9lwrjDfodMIr-5MuCW6XwhlExA1hR7TcM,37259
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_component_containers_operations.py,sha256=PecSewQBB739cG-iXOE4XR3r3KaFDjJvXAUTgcDn9yc,28569
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_component_versions_operations.py,sha256=M2ielxHh0lYlY7VaYOd-PFIy5uAPUkkP1ytgBj8rr2c,29820
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_data_containers_operations.py,sha256=aXo3PsOjf-VDWQo6SAHkxbav0WaKgTR8qWoNVAD-758,28493
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_data_references_operations.py,sha256=crooMOAmY1AuaGTEG5G0AnvTHAz6cNTsTg2SDkEbH6Y,9427
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_data_versions_operations.py,sha256=3dZ5E2A8U3mbgx0vEJXhVB36OMzlg4R6CW6ufw1Rk-8,38124
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_environment_containers_operations.py,sha256=rIFNohHsv6YqrAZQ0-Z-pHUjd-ytTtQL1ArbL2IYd68,29212
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_environment_versions_operations.py,sha256=l9atl7qicWB1x6NeDtT6OBtrmSgFVND1OlV9eEUkJk0,30458
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_model_containers_operations.py,sha256=dMWme6qWIC_-j1obNjBn11-rNlkIjQce9FqSNOTkkOw,28789
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_registry_model_versions_operations.py,sha256=0Yfp0fOKTy99__BsH0P41wv38hThXV-hONrnVC4-tNg,38666
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_schedules_operations.py,sha256=n_TA_mRBqqikUKjPSt_NVcscFjOTGMkzZRkchW97cew,27970
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_usages_operations.py,sha256=9ZSpcPGthEzNAsRg2tao5N1Gk81LWMag-DZvC8lGbBE,6180
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_virtual_machine_sizes_operations.py,sha256=DMXvPwajv91NL7NEMhB_OInQmtbbajzmgy3pW_VpATk,4661
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_workspace_connections_operations.py,sha256=kQZNZZtMiOtj4Sk5J3PIscmcndpBHhVhNB3G-yfTLr4,20328
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_workspace_features_operations.py,sha256=aWnG4bLLlc1k8McVHiZjcYuPX3j9qB60nE4s58_87B0,6508
+azure/ai/ml/_restclient/v2023_10_01/aio/operations/_workspaces_operations.py,sha256=oUgtQ_SBkTRCFi2qQEPez5jclv2cJdubO96ChCij6dU,80984
+azure/ai/ml/_restclient/v2023_10_01/models/__init__.py,sha256=nkXgBcIhY2mG8Nz405zu-4gNDLF0wmKIu9751EcnquU,36439
+azure/ai/ml/_restclient/v2023_10_01/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/models/__pycache__/_azure_machine_learning_services_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/models/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py,sha256=-4c-A6QG5do4HiMGWajWm0Ru3G9cUd4SIrl0DQZprHQ,63083
+azure/ai/ml/_restclient/v2023_10_01/models/_models_py3.py,sha256=5Of5YoZEWLbvK2x4gzuFQhalPLl7sxevVe5mfNQNKyg,1214798
+azure/ai/ml/_restclient/v2023_10_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/v2023_10_01/operations/__init__.py,sha256=ZjF5MYDz71bXjFNCRunYB15ZdkeGmnrpWGN9mVFTsV0,5660
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2023_10_01/operations/_batch_deployments_operations.py,sha256=6oPcPYcf8FIUT1cEgJ25Nj9t9L6U2EbBZflRLnVFXAw,52554
+azure/ai/ml/_restclient/v2023_10_01/operations/_batch_endpoints_operations.py,sha256=tmmQtVgQnZdTYCPPqez5jaIdMljb3DOrnimD5qJoOV0,53713
+azure/ai/ml/_restclient/v2023_10_01/operations/_code_containers_operations.py,sha256=NAJhrwcToAFw40j6Lt2g_pU0_8KnuHG8Ganjv-N1N_U,25525
+azure/ai/ml/_restclient/v2023_10_01/operations/_code_versions_operations.py,sha256=kdy13JwD60bn9UYVJ9Nm28QRfB5Lyr1qpBxQ3drb7SQ,50935
+azure/ai/ml/_restclient/v2023_10_01/operations/_component_containers_operations.py,sha256=0cG88HC-3HswZC9rCOnETUe_plbmZAm_x8xqxKgXllg,26297
+azure/ai/ml/_restclient/v2023_10_01/operations/_component_versions_operations.py,sha256=CNZ91VtcNrOSP0WR37NMwHFOUdQ0iXcrrYiG1A8Lles,41266
+azure/ai/ml/_restclient/v2023_10_01/operations/_compute_operations.py,sha256=-H5bk3SgE8B3Ihev7DDYbuU4TgPEzt8IGdyioiKK-wI,81326
+azure/ai/ml/_restclient/v2023_10_01/operations/_data_containers_operations.py,sha256=MFzAhm7_z0byZa69F4I9k9HqzvBskKCr0WD_89x7Mp4,26066
+azure/ai/ml/_restclient/v2023_10_01/operations/_data_versions_operations.py,sha256=L18ZUWoVBYsGyShHd8mSCf-LB10OxxEHxhCeVAKSRuo,41856
+azure/ai/ml/_restclient/v2023_10_01/operations/_datastores_operations.py,sha256=Anur4pCX8EBz8KpvNG3dscAiLQhVhpzRS9cSDXOYHd0,32650
+azure/ai/ml/_restclient/v2023_10_01/operations/_environment_containers_operations.py,sha256=fs2UG6wDh4-Jcg2BfAsbE6RJKPpiPlbwr1LfhDYldCg,26506
+azure/ai/ml/_restclient/v2023_10_01/operations/_environment_versions_operations.py,sha256=8t5FrN1gfuNVeXWDjYQEMJTzMJXn6HSn0CqrZIQ63A4,41679
+azure/ai/ml/_restclient/v2023_10_01/operations/_features_operations.py,sha256=FAI7Ifhi_o8kYpyZK69xVOI4ddsmraD0xb44J3K0yJk,16565
+azure/ai/ml/_restclient/v2023_10_01/operations/_featureset_containers_operations.py,sha256=bW1yqe33lb6KGlM8TSmkkqQ4LIgEIg2qkQQIhx9lslc,36665
+azure/ai/ml/_restclient/v2023_10_01/operations/_featureset_versions_operations.py,sha256=jt0QGn5gGpSYFBMlfj-WSSpaW6IYuPOBDpfw1k5SOKY,52816
+azure/ai/ml/_restclient/v2023_10_01/operations/_featurestore_entity_containers_operations.py,sha256=rUIdgLCq4GBKqvE14-dqXakD6re3HDyhZ-SvbGNxeZ0,37054
+azure/ai/ml/_restclient/v2023_10_01/operations/_featurestore_entity_versions_operations.py,sha256=I7s6i9G4xwco9XXpRlG2qNtSTasBE4u2aqYNee5aK10,39044
+azure/ai/ml/_restclient/v2023_10_01/operations/_jobs_operations.py,sha256=9ezA9aitlhiLJq6TsUqt4hYLBu9IxOJIq1aqMTB4la8,38547
+azure/ai/ml/_restclient/v2023_10_01/operations/_managed_network_provisions_operations.py,sha256=iyFgJT6Y2hcPA8p-cadmBFIkeDNUnvQKDcaqayii97c,16100
+azure/ai/ml/_restclient/v2023_10_01/operations/_managed_network_settings_rule_operations.py,sha256=wDUQJk96fPcTGNQBpCw-p0sBPexvsIggca-Scvgx9Uo,34898
+azure/ai/ml/_restclient/v2023_10_01/operations/_model_containers_operations.py,sha256=WBDhFtiqkfBAhS4xNvCDD_ViMcMc4xsfOynVb50xR_s,26538
+azure/ai/ml/_restclient/v2023_10_01/operations/_model_versions_operations.py,sha256=cr-Lozxvmxchsglrn_gXKqCAsysmhGo0VGJ7ySfPSnQ,43351
+azure/ai/ml/_restclient/v2023_10_01/operations/_online_deployments_operations.py,sha256=MPgDGxA40Q00hAmIRZg17a8JuucIQdt0WZOa6caIe2k,68623
+azure/ai/ml/_restclient/v2023_10_01/operations/_online_endpoints_operations.py,sha256=ETOXy-Blh_bVyx1WPPGNFlDLdBD6-XQoBfrgrYZMk2Y,73986
+azure/ai/ml/_restclient/v2023_10_01/operations/_operations.py,sha256=6iYKHeH43gLQ8AuIUO6B1GbZN5_B4q3GA6LHwCy4XSo,6540
+azure/ai/ml/_restclient/v2023_10_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/_restclient/v2023_10_01/operations/_private_endpoint_connections_operations.py,sha256=aRqvY0ZHnYIWZlS-fMMchfveZG7pjGSczJpcI12mUJc,27148
+azure/ai/ml/_restclient/v2023_10_01/operations/_private_link_resources_operations.py,sha256=yoGwkOeIdjDA6_EzKU7m6hIIU8V525ln9-ofj_0teIc,6488
+azure/ai/ml/_restclient/v2023_10_01/operations/_quotas_operations.py,sha256=nwKN3hoQZIPw5wT6WagaiUbqiKdNqBzvNWTfp5ajHzg,14247
+azure/ai/ml/_restclient/v2023_10_01/operations/_registries_operations.py,sha256=rPrlq4fVm-aOYE-qKqQ7jVKtqlAERiyfTh8jJ35cvsg,57328
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_code_containers_operations.py,sha256=1RnyjxSSChY72Mn4Zx2RVcWJo-7OnP7KJEQTivF9D2k,34345
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_code_versions_operations.py,sha256=d32DrJLdKvCkONslEJdmc2OTmP5dDx_s6AkCdRFixX0,45989
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_component_containers_operations.py,sha256=S1DsZvRNLtIb8iEtCYLmpbckwEgSHc_QT0YNTJzsunU,34866
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_component_versions_operations.py,sha256=X1EQfl5Xsle9mOzocPgYnCOe9NBu5TiD0mxZwsdVNXQ,36889
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_data_containers_operations.py,sha256=DYrGXc8IK2dTaC7KlIoMgjtMO5wQ3jpKGSh5PIdmSo8,34622
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_data_references_operations.py,sha256=wx4zOW9THCdbFG4DRK_-P9VZoU9Fb339ql19yRmZawU,11311
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_data_versions_operations.py,sha256=OMC-vmT7PsUivkkAadCCYzWFcnAYFW5emKSQRDGzh-Y,46904
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_environment_containers_operations.py,sha256=wDp4WxV6zDGPqM8BHdzPqKY6b4lW_LLk7x8bmoxfeYo,35764
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_environment_versions_operations.py,sha256=n1rQTiV13V3-6QYdHth5kf-oNA-HUZWxhrRHV-qH2IQ,37832
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_model_containers_operations.py,sha256=Gbbr8jfSOTLkuWImic2bCcfs0lzN6jvR5QC4wP9NLfg,35158
+azure/ai/ml/_restclient/v2023_10_01/operations/_registry_model_versions_operations.py,sha256=NWigkJ66qIE6lJhck5aHc-lrcJZl_PxubtVQRlxfQa0,48192
+azure/ai/ml/_restclient/v2023_10_01/operations/_schedules_operations.py,sha256=PE_almUIQjFkXBMKjevSlJtJ0IxuMwiN30yzTigg5U0,34172
+azure/ai/ml/_restclient/v2023_10_01/operations/_usages_operations.py,sha256=2nvM7zUOgGmnUS_YAe7EI6I8US3LwzretF7C_aF_Kj8,7316
+azure/ai/ml/_restclient/v2023_10_01/operations/_virtual_machine_sizes_operations.py,sha256=_O-rKI93VYYi2HJqxZLX8ruCRvARBRKUJsJNAGW1o10,5833
+azure/ai/ml/_restclient/v2023_10_01/operations/_workspace_connections_operations.py,sha256=aOuiH4YZd5J0cUmF-kvoXtgbo4wQ_0q5RxJ2y7POQfE,27080
+azure/ai/ml/_restclient/v2023_10_01/operations/_workspace_features_operations.py,sha256=CLS7gLcxZtxHsbPT6rlEvxBub51I-ZPBiBVHLBblKG4,7907
+azure/ai/ml/_restclient/v2023_10_01/operations/_workspaces_operations.py,sha256=NOrZHWpVhZ-9SMKwDrurLdGzkbKKEpZTqFl47tZcnKk,100723
+azure/ai/ml/_restclient/v2023_10_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2024_01_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2024_01_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/_azure_machine_learning_workspaces.py,sha256=F7Bp3JcGewnhu5VLTbTpuzG3rCupoR0O7di1E2DXndc,22756
+azure/ai/ml/_restclient/v2024_01_01_preview/_configuration.py,sha256=eHSQ3CpPQjbUXOzs7OQOx95TztmwpPFl6rnijApzXjM,3663
+azure/ai/ml/_restclient/v2024_01_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_01_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2024_01_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=4ShchCazAGGHtlqHqC-Zs9r7oWG4XUTxYNHLJl2kJCQ,22939
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/_configuration.py,sha256=Jut5rMl9O5EDmkbdaAtNTf-547IuhqNZGab5zpBY_6c,3612
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__init__.py,sha256=fQKXZWTWNC0H0xdqja5oLboH5HaS0s9vHJU99QjACRU,6400
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_capacity_reservation_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_batch_deployments_operations.py,sha256=xybzDGrJhk72FOO_tPEr2zaR15KfBiPWfXaVfCWCjYk,30215
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=KwVRX2aDuJeFvuNmFiB5NM_9mqZPsgIzpV_gZn_y954,31299
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_capacity_reservation_groups_operations.py,sha256=xgNCIjEJtFdzVpndT8ONzr4XLEqXEfrq1_EuzXIH6RI,20883
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_code_containers_operations.py,sha256=-Y5gCouipYhdAFrTL_ldIb_OELC-eUmK_kAnwocP8Lo,14570
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_code_versions_operations.py,sha256=_wn-0QGuI9HRR1x6FfHx-zZ2GjWKTrp8pcZMN1QLQvM,25937
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_component_containers_operations.py,sha256=qPBEXszosEnHe6gHewp9jJk5Cowqj-29TfhsMmmr8tE,15025
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_component_versions_operations.py,sha256=Yrd1upvgCGXeVyUGRA6UGwuVYrl4gTiurNSh7NQQJDc,22404
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_compute_operations.py,sha256=hFTEa8kzR3HC5ESesZUZg8ZltSjT8_1kBU20HNgaXj8,68350
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_data_containers_operations.py,sha256=H8xwuZ3DB-0tzFPNYNQXDazaosxWNddHUneN9VN-giA,14881
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_data_versions_operations.py,sha256=0EEjhrH58t5Xb_V6ZU6hVllQMQafV-U8M8Fn32AAf_E,22899
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_datastores_operations.py,sha256=gp7oHhkB8FzxG1xY63Hbd5gq2LsW2rdPn1zrR4HJ7tg,18632
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_endpoint_deployment_operations.py,sha256=mniR_Qy-HKGOzqimeM56jRtaxnsb9P0qXIsRNEI-1KU,27578
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_endpoint_operations.py,sha256=2LxlL49Ur0Ji5B5E52NibIOXaCOicZeDziDH396JK5g,26496
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_environment_containers_operations.py,sha256=-o1o2Cc9ePg3fKDdM4bfVYxRhIlfiA6dY1JbHwRhQOA,15153
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_environment_versions_operations.py,sha256=OO6blBpUBz0HIHkdcHiemvEODE8QiLEvSTfv28trwfY,22726
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_features_operations.py,sha256=lJGIp8bV_MUl5rjRU5OMeEsWshv_NNs_ZNyPacMcprw,11128
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_featureset_containers_operations.py,sha256=whHfvx2_m6bOUQtdIEtEMQZUpR2nYsXpTT2lh2a6-ak,22769
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_featureset_versions_operations.py,sha256=Q3f38hUSE4HhZrrJ9gPffN_PJhZRXjWbRMYoTjFtpRU,30769
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=Y_OQFnK2jIsW6OeCR5fFh5m8VzgiEDc34DCYGU9f_kg,23049
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=Zc83u7-o_xIu8Yo1M_UjSi44n5cfdjGP19RKzts0wVs,24178
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_inference_endpoints_operations.py,sha256=iWL6NzUF0b7Ucqef7JBU4CHUrESAfD1JIWY4wo1aeGA,30365
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_inference_groups_operations.py,sha256=_zY1918bdGrcyhyjdtSrWlcO0CP9LnmOP8Dnpe2qrzM,37767
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_inference_pools_operations.py,sha256=-Q3kxUKNFsn9hCzFwEa72ldp3FxDnWwjmOcgU3gWy8E,36821
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_jobs_operations.py,sha256=JDbo-gOSNdRDM9oEzfBjBvP3fV22_-rQkjdnQg2ztqI,28087
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=s9377TofckitTvu1wlqaanEfJ26AWdu9bM6Ue4W8l1M,33564
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=JwaVqwTSoW0O35YloY6QdpXZeB9iHCCXTppdlaOQuUY,9028
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=-Fimhg2ZyLsHk06Y5h-4UhSsPHrp1MldYmWLQT3cttI,21533
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_marketplace_subscriptions_operations.py,sha256=goBsggN5jq9skHKzWifes_4gquyLmf8U_p70HsnhEnY,21497
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_model_containers_operations.py,sha256=Y3cek5Ho0qaleUlrnK-cMVzPQFho-ig5h2oYF6Ps1yA,15172
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_model_versions_operations.py,sha256=86P9QoBAILXQf9YGChlWYW72qGRvAgQ539Mg2eyv_sk,30392
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_online_deployments_operations.py,sha256=aYHrtQU0CEEBOuaec1UuIeDl69QuzSnRFxwr3IpfJEQ,38208
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_online_endpoints_operations.py,sha256=zMJL1NOrFoy1FghnHZhkdflAdn7h8FiQZzW141FV9_Y,41904
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_operations.py,sha256=lPWaSo-Sk9pYM6NIEoYZQKO6i4VSmeRIhv5zR_6TIew,5133
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=nfWF5b-tM5PaH1RjFp_lX_tvF6nHQ96ilpPOo3ax8t8,15287
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_private_link_resources_operations.py,sha256=-7PJMXVbMFWfUxghEx8vijCHe2zF07QXnqMnOO4DHjg,6854
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_quotas_operations.py,sha256=xaURiH34RDYLwanE1N-ma7rR67HQxoimzopwUjPfF4k,8239
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registries_operations.py,sha256=8-jC3QxkVwnStKukXh4R6PdLrzX1uI8yOJKeMVg_EKo,32380
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=Yjel1eIxbwnppHc794cS9_iQnchiGzFTZJPmdwtT7fo,21203
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=p00us1OZF5gS40bR3BKm4nfv0JexuANSGuRd30VJmSE,25853
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=c3PTeQvFBZeD4vgb3EHA2DqwF_DBV0v7IRRmkc8IkR8,21463
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=w6Pp6sLAFRjONYDTNZThOJQU_PWlxQ1YXjnfZId7mOU,22730
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=GeF9D4HUSGCfqzt7CrFN7AeT2NhPdQn4XqM9OP7mlXY,21422
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_data_references_operations.py,sha256=Fshp5XRleMcXQE1teNZnS4NaUXbtLrgBFtdf9Hseiig,5508
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=hnU3wopZJXad-I_x2bPApv1bnjizoNzMNCHV7rQlZTE,26701
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=zWSTXRqaE1OpFKbdn4kbLarxeldazqF13OtktBBsouY,21997
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=gUk9I8uvqebJ5uKZcGOFVECJtxt4QPBfrMRSDM6iR6g,23393
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=4xNSukHGsGcJDJQpAf4jU1VabGuwJ-4A-4-yi1y6TrA,21649
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=TbbSbTE7iLJimfCxHf4EzRVJJtmstg-NEh7LFnNZK6E,34030
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_schedules_operations.py,sha256=DJBgpDAWePNq9K9Lwi-3ztR4_wychZnN_v73ivzJEk0,24328
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_serverless_endpoints_operations.py,sha256=_IjmtVqxegj7TlfZi5WRjhrpx8EKg1SKnJLli6Hpw4M,40485
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_usages_operations.py,sha256=gknWGPkIMOaIUEV1eelf4dwdccYFnGP80NaeGVWRsos,5490
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=eLRPn8lePRULH657aXTqJY8XhFQJXaWMAsxflT9gEuI,4361
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_workspace_connections_operations.py,sha256=wJlpGRp4yzyJuEBYHkhcbijxiSbc63VaJaTV5mQ41j0,29816
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_workspace_features_operations.py,sha256=X8rgcZmzFcLxQlfHmI--Lcu5w59bQMxNy6dCOGcOj7Y,5871
+azure/ai/ml/_restclient/v2024_01_01_preview/aio/operations/_workspaces_operations.py,sha256=_prcrDg6I-DQi9GBmbkQuGuPVfXlBHXqpgZx3BznZ4w,62703
+azure/ai/ml/_restclient/v2024_01_01_preview/models/__init__.py,sha256=NDmHEQUhO_XfKdzNrw8xxKjCdu92Sz1vSdltcVpE17o,95457
+azure/ai/ml/_restclient/v2024_01_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=aWZ8LNCxTOzbNgQ2ctH6L9hhEc1XM1ObFohdjufrsT0,80769
+azure/ai/ml/_restclient/v2024_01_01_preview/models/_models.py,sha256=XJ5XST2dY-_JKlUaUlt1khpY4vQ-otn0Dnvr0dztlBk,1645429
+azure/ai/ml/_restclient/v2024_01_01_preview/models/_models_py3.py,sha256=KV9Z6yMpDWof8srjP68q_s8iaGjHjPIru0agWUHhPGU,1772764
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__init__.py,sha256=fQKXZWTWNC0H0xdqja5oLboH5HaS0s9vHJU99QjACRU,6400
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_capacity_reservation_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_batch_deployments_operations.py,sha256=JtN8GZZQUNfYB1POYogBwM1tPC1GIIpPAcuFhlPI3po,40441
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_batch_endpoints_operations.py,sha256=pnnhjCSHomPxxqv1Sr0YhBvD1qpmG2p9zNugelbV8yI,42126
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_capacity_reservation_groups_operations.py,sha256=YDlvg8rX2iaoQ6mg38g-ZuKATVYtASpCJ8YfD9kTzpk,30263
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_code_containers_operations.py,sha256=VbUmp9gbPDsAH_zC9rMU5vKarMkXePDLxLiNwdnRmKc,21481
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_code_versions_operations.py,sha256=5Bljzjt0BAo5GKyzVKtqNq-GiKyNCHf5uy0AEUeqmKc,37924
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_component_containers_operations.py,sha256=KBfTItmYmtczMQg9E1I4C3DHxFmb7jID6b6rWNgUguw,22205
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_component_versions_operations.py,sha256=XcZNL7TM96EQbiEnqDFXFtp1e50pN-oOUCEj4LMTL6Q,32484
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_compute_operations.py,sha256=vep8ujpziOjNLG_nVguiOTGhCDJHhgqobc-ARAVaTSw,96005
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_data_containers_operations.py,sha256=B82tRgLo5miY1ZPfVGkCwmMJfxQweMvR_SPwspzdRBI,22042
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_data_versions_operations.py,sha256=r2erUplCTBImuvplN5Z_nvFH-zIipAvsg4NgiptjD9g,33120
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_datastores_operations.py,sha256=i8vtTBAEw54IUIhaDdcU4cYF0Hm45iSO7C-0lauotqU,28612
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_endpoint_deployment_operations.py,sha256=9MvcW7eFMffUyCRhxpBLTBdDMxXOaeY2XiHlO1_D3fk,37265
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_endpoint_operations.py,sha256=3RI6Ruuw0D2A26MV-aJMKiOcNoAISur7ZKMpxW-ByBI,37522
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_environment_containers_operations.py,sha256=45SReRwsKCoed5bpNLOenoH4GSJ-MFwFRphmgc_rA3A,22339
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_environment_versions_operations.py,sha256=3HIA7ure6Qd9krfTpbSxmqDX0xAuGwEzPc1dcblUXLs,32814
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_features_operations.py,sha256=pymPKNLG8P2l_oP4upCWIQxuJiQXsTvPuqEv0Mp5Mb0,16396
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_featureset_containers_operations.py,sha256=04XUH8h5tQMTq17BFoLJdef_mbH0NHEScDcgwcyKQus,30847
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_featureset_versions_operations.py,sha256=kC7ZdGY96HGz_PD8VVYIxqLzvDDGFXOBYAlSJtFyElo,41698
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=ptbgUFVLXv3NwOHet1kXDqG04WbZ7for9OZ5T5P-b70,31154
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=PuusYW6aa_nnJCny0ZyNSDtNnyLfGi7UnCaIOGkacI0,33151
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_inference_endpoints_operations.py,sha256=TNQAVS_I5e_7-i75JOkWwYfHv7U3DDeH8g0033HRCM4,41080
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_inference_groups_operations.py,sha256=GsOY1JyGjhH5wm_NPvigpEctVlZzPVx0_FLleQUB-P8,52213
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_inference_pools_operations.py,sha256=5qCdbY-W3qCnMAnMMGmZUFjIfymvIC1MRyFsA7YDf-g,50442
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_jobs_operations.py,sha256=tDDlqO01-zKlSytnHAA6X_smqxKUuKSJQAoPnmx5GlU,39765
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_labeling_jobs_operations.py,sha256=H0Rm2kup7qTyG4wFDXJdGApDcNL_IShNyxKCYYJNY9U,45698
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_managed_network_provisions_operations.py,sha256=69XpIoHezCkbdTk1poZ0uC-NFXs9Er6z9o-z7Rh5HbI,10927
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=W5eINDHdwDtA19zCrXzC1g6TYJlC1oRrjNBmnFEH_Yc,28419
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_marketplace_subscriptions_operations.py,sha256=zZv4o5jUDb7X0C-mLUXbLti-QcgBJJ1CksMR9SrYWSg,28487
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_model_containers_operations.py,sha256=cSHpsrJ4pkMMB7yCRwG9GSKdQfvH3H7EDQ1HaAs3lzQ,22511
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_model_versions_operations.py,sha256=3kkyYzDXNDQ7TM7T1c7WQ50MAfZEHXaGUnxHgMtY9Fs,43574
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_online_deployments_operations.py,sha256=Q6Ha_mQ8h8yfky2ijd43htCSDlGjsLnYW2ElailzjXU,52652
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_online_endpoints_operations.py,sha256=0-L5FSvPZQP7OIMdCs58n0EFni9ZOYvBctY9KiGiL2Q,57304
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_operations.py,sha256=EG7Rg58FHB1siW2pbnWftJR62v-PqhW9RerC26WnK1k,6104
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_private_endpoint_connections_operations.py,sha256=vNzU40bEPHesd_yBRrJ1C3iY44dxUXsk1HGOIwouqCw,22458
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_private_link_resources_operations.py,sha256=bbJu8FsxFp8MrVu2lX12TSnz0l86JDOuV0ZrsbtufiQ,8533
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_quotas_operations.py,sha256=WbDNXAf0g6WJRjhbokismU9SqxtEvVzIQz9qG74NE7Q,11094
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registries_operations.py,sha256=P8jFOpQe_2XpN_n6yyyd7I9ZE0HrfjQLD1Lnw3i4FNw,43119
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_code_containers_operations.py,sha256=UFF4fF7BA6YftPeIi4FS5V_RPCvyh1dwAY0JxjR7PRE,28209
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_code_versions_operations.py,sha256=AK0v5bIerF6LRNnVgFHSw0IIgaJndOl-1TKFe7IwPpA,35790
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_component_containers_operations.py,sha256=vuDjK0lEqItVPs1JEqhUuJaiCjOLAiwysGOHpEarhFA,28568
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_component_versions_operations.py,sha256=PkpJqkP8U4WbWntKXPes19J1T2lHRRSYShFZKaljtxU,30917
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_data_containers_operations.py,sha256=AyYs3YrCboujWCmQepiEvELC8oiApWFkI6tMK2MC3zE,28515
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_data_references_operations.py,sha256=7b9oTMKrqEahb5h_Q3t014GYL9_GghMQvL8gTydFCIM,7688
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_data_versions_operations.py,sha256=3VC92_GEjrtI-ToQHMwnUgAw5RV9TcSFTQB5vSY4JoM,36759
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_environment_containers_operations.py,sha256=_giboUcesqqpc4ERvJnFv7PVS-ixF3i3XKCUT5frS3Y,29392
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_environment_versions_operations.py,sha256=oB0iuUcPNVHgDbbmsDNyi8moLwnpYXzM0hkK4W0MuXw,31880
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_model_containers_operations.py,sha256=BcP5T3tRq6VnWHflCOighnmex2LbziYDQ3xo42U--M8,28936
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_registry_model_versions_operations.py,sha256=uySnFu_uJPVfzjjZqJL6FbJUV5OHXfxFWi3mUkGjBDM,47054
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_schedules_operations.py,sha256=ljbWbVlzEuGv-7tgOAOJlaDXZSPjj1Bbg3_bIv5djbI,33310
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_serverless_endpoints_operations.py,sha256=tjVTMihbFV9NPeLqXKfnnhOF0ejkyItH3HnwoVd6JoU,54637
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_usages_operations.py,sha256=iIZbzdXhe-o90WAzm1nLct9OpMLcbcjLZfu0xm1gSkI,6914
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=pDcxKeM-qxKfHYC7PPTdkElSAg97CwK3_rxQW0e2n2o,5812
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_workspace_connections_operations.py,sha256=eqo-WKaUMau0IAIQySsfFH_p3U8hwzBTorByvN_MJ8A,43550
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_workspace_features_operations.py,sha256=XwE8hHJfsVMRgWg6OjQ4mqcPbg-GevEEAy9y_7oRhm8,7542
+azure/ai/ml/_restclient/v2024_01_01_preview/operations/_workspaces_operations.py,sha256=_SN8I6uAyQuOdnhKsdLIDNUYpUeZlHQW_YAHQHEUbEw,85588
+azure/ai/ml/_restclient/v2024_01_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2024_04_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2024_04_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/_azure_machine_learning_workspaces.py,sha256=pYSKakqlwkZ8QtXlZGPvyw35_LB0r42J89ZWIl53BnY,25666
+azure/ai/ml/_restclient/v2024_04_01_preview/_configuration.py,sha256=Sf_IuneWS5tbbq7bqnwIswF0foJoVAs-xd63u9giU-U,3663
+azure/ai/ml/_restclient/v2024_04_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_04_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2024_04_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=NzQ-uquyACB5QtkeSQCCxodvlmAq0S8yMrMjqlSlWZk,25885
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/_configuration.py,sha256=zlKztJXGT15XS-p6Mm58tAzDAl7PX7sx8iptY7Kho7c,3612
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__init__.py,sha256=TBQOPm5iV31qILgJdREi8h9OrJXzEZAvRH9V0reMTag,7415
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_capacity_reservation_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_batch_deployments_operations.py,sha256=4E1G_QiefTYayQ0xVgjdiA0yXurX3B3uZ3a7yI6dlbc,30215
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=xsIu_JyUkgNQ6xstojTDFvysQk6suEjhqbhWt3dX2zU,31299
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_capacity_reservation_groups_operations.py,sha256=w-0KHLOLXrcDlcywDdsj5Ihr3cXLsm0mvXjNmVDmXEY,20883
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_code_containers_operations.py,sha256=OjtjbwXOz9G0LCy1-BKuGSdk1L_G67rseJ1LYcng7v0,14570
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_code_versions_operations.py,sha256=5ytuH_-YPsHqXL7OXgm2s4JDyTxtPqLPSf8AXwarN6M,25882
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_component_containers_operations.py,sha256=GO4EHAuKs4BWHoWOAWVNfUptdTNSqCGJXHbBD4crF1o,15025
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_component_versions_operations.py,sha256=Oyv4Ks-fmyyu6ocGN8l6Q9N3O67OsCnjLHfc0t0jD1E,22353
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_compute_operations.py,sha256=DHPz-8iKIkrKZxwh4AZ3y8rYyOGvDC8qWXXySCMjZm4,71400
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_operations.py,sha256=hXL_1PwfwtcygEOCUfS_8idlzLLQDsPb1lUwNtVCnlE,27333
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_rai_blocklist_item_operations.py,sha256=spdE67i67bMr7idQ_rSmJCkaL99IvZDL4zcnclmXtPU,19188
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_rai_blocklist_items_operations.py,sha256=Oc24ltuhU0NOT6V7ZxHzdDjnGTHP62Zy3z89XdVc2ag,6755
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_rai_blocklist_operations.py,sha256=vHN9hyX4uzg3_LVzh0AdGLDwH2EB0Lw8QCSkTbDVpLs,18591
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_rai_blocklists_operations.py,sha256=SI9yf-JBkYLaHjA-TCllfYGvpHjTVp93QA76vtP11u8,6421
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_rai_policies_operations.py,sha256=nAmllO43Iel7gHnSHOymdqjwJeiOTrGqACz9ac1MM_w,6414
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_connection_rai_policy_operations.py,sha256=5SLVdip0s3xwbtw8KMVgPnnq06euKsUcn-w5wEp1lNo,18146
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_data_containers_operations.py,sha256=2g55P6cRFOwBZbXqr-NJD_eqNo9HNDigXg-9V2_pU9c,14881
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_data_versions_operations.py,sha256=4hyiSoWuJ4WypiBoWyI2QbU0bKQU3_uT-Si5P9VIgrM,22848
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_datastores_operations.py,sha256=eEo92vtJNmIo_q4ZArqez4-8OofwDtLS_95FURZIGE8,18632
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_endpoint_deployment_operations.py,sha256=dFaq1xBpfKSp9db7vZkOXmImtoB2KPm2AmU01_1EYOc,27578
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_endpoint_operations.py,sha256=_S0BjUJwgDvstBj0vUCEwXqWaBbHSNRey-rIjQWtMmM,27075
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_environment_containers_operations.py,sha256=uUNmppme1chxh-L0L8lltiS1NVMCY6Y3hcDFn_kZcaE,15153
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_environment_versions_operations.py,sha256=zBZf2UWB5nO-Qo8nSkYOaDgCXjTaMTpthMfwA2JcxSQ,22675
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_features_operations.py,sha256=1j3CVZeNcNGkN4iNU3-luRtAv1b0f7vp-f4OUwuzOoo,11128
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_featureset_containers_operations.py,sha256=GKoI1F_gah7yrld2K4mb1-_ya3CKR6GlXOBtFYVanAg,22769
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_featureset_versions_operations.py,sha256=Q_GB1EuVQwN_GHQI_JPD1C-OMqlnjf7abczcUa5nFx4,30769
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=eeMCyQ9UYl4tpeJr68hSvxxTF7x-7C3bd7SETc-thSA,23049
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=0AnLIScibUQZmRBWVGXCNklBc4LULR9pk7A-Qv5R4L0,24178
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_inference_endpoints_operations.py,sha256=z5t0OAi_gpvBR-aRCmfR5rYsyLYwazz1cBHOXHnpsW8,30365
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_inference_groups_operations.py,sha256=RfNpnj2UMIJakau8Y6nNWwyUV_C7MN5e6mtAIZ1MYsM,37767
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_inference_pools_operations.py,sha256=dbQw8FD9Ns4eLikj-LXi92W3Z51Hw0xyeStsI3sg_1E,36821
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_jobs_operations.py,sha256=mR7cTP4BXmthJVmEiFGWeQVxWtNlWnWh6Uu7K3Us2w8,28032
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_labeling_jobs_operations.py,sha256=lkTqfI-JBZ0b9bKCg0uURhrUBr1NLLzh4vr6WwIeDV4,33564
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=j8Io30GH7BjQBD61TXY0uQJdR2Bn4cKq6ADZdjK4AAg,9028
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=A4E5nF7gDYjJ-pJyzQk37b2mNqGD27u8k9B1CdtkvLQ,21533
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_marketplace_subscriptions_operations.py,sha256=ngoaPYJxC1UIKIj-GrMxmCCWDubwrPkDk1JCgUtU4qA,21497
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_model_containers_operations.py,sha256=EFd9BSYoHSaqGnlJLobywQpaOoWz4TQhduf_b8jQ4YI,15172
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_model_versions_operations.py,sha256=SaKHfNuMy6UOj8kp8NEqDmQvA7kQQMudIK3MdD4453U,30337
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_online_deployments_operations.py,sha256=9ltrQyV8kqyNTODk7JcfEOxW78YtzPzv-CALN9CQnSE,38208
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_online_endpoints_operations.py,sha256=iq9kDlPP4PQQi40W2LjKQi3XwDntv-aFiZNe5PdvPs0,41904
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_operations.py,sha256=GKPT2DqQpPnEQ7iouo0GsCbXXSR-w_FBGw7Fx4l_JNw,5133
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=ncYu6iz_6KY0V9nlP7tmJ34oE0QLOr_mx73DbXha8CY,15287
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_private_link_resources_operations.py,sha256=cWFxtT2B-tVHNIAea3dxYfsKJsRNTQ23WRyI1sbO0cU,6854
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_quotas_operations.py,sha256=_2W1fl9WgDX5lQVu4aQlhNWu3dXmMMf1wH0FBfWachQ,8239
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_rai_policies_operations.py,sha256=onqbXhn0KfhU5ImpWwLYjMy1q5rdsvrhlTsNnhijYpY,6347
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_rai_policy_operations.py,sha256=tWOBj8G1d2Wt2B-i4pHUupLyXgMg28pUDz7MFLYLoDo,17999
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registries_operations.py,sha256=K9tS0Tn6QT5R8q_5VXexYYwS7IIm1dqy9nA5Xo1rBnI,32380
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=Hgng_HFl8YCAkQHtkMAaCzrjcNUdloHhgvMq8JDGJpQ,21203
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=Ez8HvZtqVLiZ9OSO3jCoNStxffhrjZShvHOS1RLhUu4,25853
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=v4kGNwkQ30AoibmchJAAjLH05TsSoWSmSYCkGg7nByc,21463
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=En8GBOy3eJ_VR8cWd4d9morK3kFL7lMQ2I7PDZNLA-E,22730
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=7hUel9jPs7oKb3KAuXf_XoCrSjA2NuaxH6zqL8896JE,21422
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_data_references_operations.py,sha256=mD1FaZQ3y_K0knRKt5Y8nCf-Up9HDnbVFKvS8twmrtQ,5482
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=0I7gxMuBYbH-1JA4wQEaXZWuDGsRRlHidLUeJCyROe4,26701
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=uS2esf1PtQJDKQ0KB0QWrBG4ysN5x7tiCxIlV_hajqM,21997
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=IPu7YYwlRBlkLkss2PiBGLMNSPcDebV5M1KNoNR_90Y,23393
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=Ak0fSfr1gtXa-La4O-AXYvU-Ck_ZxLEkkkdcMrBec64,21649
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=8tSEPtQAeAYlWBlgqYZShe-fgzD6Ogwy9etyJ-ONSgs,34030
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_schedules_operations.py,sha256=bCxhOyMa6i5VxuQnMF6ndvvLa_wrBBZtSp2pOypH2G0,24277
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_serverless_endpoints_operations.py,sha256=RpedxWqFCxCA5Rjo6Wvi69k1JD_kBRybeBrFG9gWZss,40422
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_usages_operations.py,sha256=LLWMT-PucWsSA1bsckwHm6cYH-tUksKeSpQsfBGznaA,5490
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=CMxdS5sh5eyA23HjXl4ayTp9DpWMyKRuFHMqFp0jEf0,4361
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_workspace_connections_operations.py,sha256=FJkzaYZYesx-FTzLRTB_NfWV0GbWb5LiKiSfSt5TSJw,29326
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_workspace_features_operations.py,sha256=popxjceze4B9KJ3IB7Gg--l2N7nhVrgXFiYFG-01yzI,5871
+azure/ai/ml/_restclient/v2024_04_01_preview/aio/operations/_workspaces_operations.py,sha256=43mWJ_1K4KiMfOmXFf1LT4bKbrfZ9mbKZjB9ShW-nho,65356
+azure/ai/ml/_restclient/v2024_04_01_preview/models/__init__.py,sha256=WcvXdWPU3EsykkycswkU9gVVjSDPffzqhTt8r9y4sbk,110899
+azure/ai/ml/_restclient/v2024_04_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=uby7PfWwpUkHgSgw_fS3BJyc6TfMJhW2RqM1tja6q7A,81693
+azure/ai/ml/_restclient/v2024_04_01_preview/models/_models.py,sha256=SgyuPV4LJvZSokIXYCdPzpNh-17cMOEef6i-5v5kMDo,1669171
+azure/ai/ml/_restclient/v2024_04_01_preview/models/_models_py3.py,sha256=YoHUq24T0qg4xCO_WnvMu6GFe_L6c1HFQ8_AwRRTAuA,1798378
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__init__.py,sha256=TBQOPm5iV31qILgJdREi8h9OrJXzEZAvRH9V0reMTag,7415
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_capacity_reservation_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_labeling_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_batch_deployments_operations.py,sha256=Ai8yAfdYn02u4zp-A6OA7N_T9VE0MynULKaK9WbX0Po,40441
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_batch_endpoints_operations.py,sha256=IyhCSbgbT0KCT70NBuAuk5XUczRI_Nuk2-r17l5JQkI,42126
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_capacity_reservation_groups_operations.py,sha256=0djM16qrUZM3RYdTTFLIXRgos1lgiv5CzVwrYM78iCI,30263
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_code_containers_operations.py,sha256=ocRbTrvhpwYLlpG1rsWC3B-lt-Qjnm8wV1TWSXoAGPM,21481
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_code_versions_operations.py,sha256=FxxjDFvpn0HBiRIXzLd-vzAwIYPpKuSXAig7CcM-OQs,37899
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_component_containers_operations.py,sha256=mKkQsoURjE0wHw-ItwcDcTtIb_9WT03QwZkJ28y9D7k,22205
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_component_versions_operations.py,sha256=w6Qf9jhrA93XD1CSbNQhvf5ZktYlC-ZStHnEv--xS1c,32459
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_compute_operations.py,sha256=KOpiHmyUacNk8cuUPp7Yv6yWbOc48sPVqj317AWz0qE,101014
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_operations.py,sha256=CD9HYterkLjuXh8EMe9mgHB_9Hfo0Y-JDRibmhy87jI,36846
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_rai_blocklist_item_operations.py,sha256=GmdtRaijizmT34R2JXMOqY0kZkwt-xEGVvL1foM7bMc,25879
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_rai_blocklist_items_operations.py,sha256=-MpUdJgJKM-52Ve3F3FTP-GmuypMIqcFVOtpiu96idc,8838
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_rai_blocklist_operations.py,sha256=X8WGGhCYn07Y3nVBBliZ2buQuYQT9Ys4y0x_0h4KWeQ,25031
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_rai_blocklists_operations.py,sha256=G0LsYNwff6_whtV2Q3em0DWK_8qNSra0jF4-tKrZaOw,8292
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_rai_policies_operations.py,sha256=ALbC3V27lks0Q79rsr_H0Cxi5dNJ6wdh-J-1R8lk8Ic,8285
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_connection_rai_policy_operations.py,sha256=2poMayUDxKOKQy6w9bUfY6c8Np4fAO7EUqBQD1Xyn7w,24298
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_data_containers_operations.py,sha256=u4PsrSCf9k5r8mtedt3xvNYNxr3YepDI7Zgo9h5zUqA,22042
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_data_versions_operations.py,sha256=kxRqg8pSJSN70GNtuY2ABDUNUOih4WWWbBZrHhdAQLg,33095
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_datastores_operations.py,sha256=rWjp_ySCHLOvkM5B7Oqw_xjmqCc015vvbo1Uvzqbnuc,28612
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_endpoint_deployment_operations.py,sha256=UYIPlsw3M8RhCWj4556VFOhWeDoknFQcWyY2biB2R0M,37265
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_endpoint_operations.py,sha256=dIyGYs20hiB5I-G6_K-OsvxX_29iGWhdo2WhTxvP9E0,38583
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_environment_containers_operations.py,sha256=xUJfSGyDiBxa-txeDteVe2XcJw9E3wjZ9spWvTL79PU,22339
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_environment_versions_operations.py,sha256=xPiZ_ncVK5RQNesVH8geQf4sKjZnJhe3lyWBTC-svPc,32789
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_features_operations.py,sha256=pDp_F0HzWF93TKUsrO38YeLj14p1s1dkXlGNPY610w8,16396
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_featureset_containers_operations.py,sha256=m8qGKRwerW_zYe7TVFSpGwaRuTY4iOJlEkvMSwNPCJU,30847
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_featureset_versions_operations.py,sha256=NfIXzXfbRpFEyywB7_LcZBgqQXSf0lb49nOXaYTuWK0,41698
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=ufO9sf7G4UbVsXDYuKyLG0reV0SdqxlSW9i75TbdyKs,31154
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=UhZJcP0dGnYYupevJe0mna3muqEPCQZ7CMVI8bCb76c,33151
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_inference_endpoints_operations.py,sha256=vwB4MHBbn6FXCq7uRKf2GZsL_Sie63VWP_teyFYzEss,41080
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_inference_groups_operations.py,sha256=gKvWnQPrYDSin8HwcqL9z4o_2TvJHE1bpfOffr4bH2s,52213
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_inference_pools_operations.py,sha256=GWxVNLNr0rTLizj_GQ0X8JFPC0P0HCEVR_6mN2t7Vag,50442
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_jobs_operations.py,sha256=UsGCnNDk8BfjMDd8EFDOTRto2C7imsX8b5uZYeZcmBw,39740
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_labeling_jobs_operations.py,sha256=UNWA_EDhmjNw7p6Shz9rSXpGdRDixvkZGWNMclBqvVI,45698
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_managed_network_provisions_operations.py,sha256=CV3mBXQ16B8m7Gjf5W08mF0ixYBzdwbB98x0EkzwMN4,10927
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=mk9bIexTKMleojlSLffzmm8Mu4cCINeqHAeIw_k-u9o,28419
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_marketplace_subscriptions_operations.py,sha256=hL69XKNUKBlDejCvsClGN7q5saBd5H4_eZk64QTr_R4,28487
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_model_containers_operations.py,sha256=Oq8wNBIOS0N63DlCeJETQVraOhtURtWabGdAjuTqK18,22511
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_model_versions_operations.py,sha256=rNONoLCsCjCHlpIDQCND197qrIISsHyfipK_oGo7lEc,43549
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_online_deployments_operations.py,sha256=OTbvBtN5YttSMq6V8qyKUrRgQB9tZuh5Nr2q0Keqb0M,52652
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_online_endpoints_operations.py,sha256=-m_ANoYPY-OuCzvRbtA9faQkAmjVDPPo3194o03it_U,57304
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_operations.py,sha256=SiotrmVu91J14kgfPPjcc3LEOPUT6sHoF84mYmVkWQw,6104
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_private_endpoint_connections_operations.py,sha256=6l3hkLN0IzwgywwKFzurwejuMxnfW9Ol6LBdZuVw9tg,22458
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_private_link_resources_operations.py,sha256=z3GBKYq7f9i3T6hURkiV1qkKkxbz2otdyg24ZVg-0AU,8533
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_quotas_operations.py,sha256=CXIsyGejEdY7y6VjjkgtF7Rb9UcxJsmJrf9PogWF6kk,11094
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_rai_policies_operations.py,sha256=Wk88mDwTLTbNbDxb5owMCDnjN-HIReANtTXFxKnNcIw,8218
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_rai_policy_operations.py,sha256=n0pdHxoHiIS8sNR6joc5abBm1rT9c9yqYFy-OPNr7wA,24129
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registries_operations.py,sha256=t16PLHK731P90jVak33XzmbfcJAr_eA1ja2FOHdV8WE,43119
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_code_containers_operations.py,sha256=XkEerfgN9KP1PhECfNJubHKFD2tjz3Y9ck9FAZcFuG4,28209
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_code_versions_operations.py,sha256=DdDB8VMl21gQuDmi4n2YkhxvlGvS6ODWC2uiyvQkiao,35790
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_component_containers_operations.py,sha256=_ErigH3CL8CA9j5L5G90uh43-DIPPkntAjq8gY8yYx4,28568
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_component_versions_operations.py,sha256=rbs9ShFZzpGPuydxoAB7BSp0LQlYcpvzxTzabBHIWMs,30917
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_data_containers_operations.py,sha256=Q7hrObT_WAe3Dn0arOymQi1BVYLViJgc-iYJZ6SdbbY,28515
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_data_references_operations.py,sha256=fzLAuVJJJP5ONR273twUcWdKbuLBmpSqmNCdpDS7a4g,7663
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_data_versions_operations.py,sha256=YJkjO8nWUcbms2eGN-DFntTi4TQGd7gZuStkvvlp9-M,36759
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_environment_containers_operations.py,sha256=VCaZVGYPT1TXFXD4XBKbej5K3KxsvwCbqyIS63inKcQ,29392
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_environment_versions_operations.py,sha256=uuGqu7iBeoy0UXvS3l7dJHwx-zGX02frXqcH10l_JpY,31880
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_model_containers_operations.py,sha256=B_OFSbYdy9mEOcUdCShtO8D2DOGTRdTPuxPJ6ADSCNY,28936
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_registry_model_versions_operations.py,sha256=y0dz5rKp07rAGQ17GH1L_dq8yiQYF0kJMPeXOkgGnC4,47054
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_schedules_operations.py,sha256=2jMIWn9JbUSlDJCFSUIziRDOybwuDz6D8lVHyHG3-JY,33285
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_serverless_endpoints_operations.py,sha256=Nxqlt7ATcJzjh6aiIfF3R5qHUvLjfDR_htyQ8JQNhA8,54612
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_usages_operations.py,sha256=vp8y1yS2DUYOwIzHBNOfsS8J-Io5yURnmCej9gK-nvw,6914
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=-e79Im9_ug4oVDIFE4atveeDO_l0PVXzyZ17UqMwKIM,5812
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_workspace_connections_operations.py,sha256=NvvL0en_j2Ii7c4l4RXaGA-EG-IueEghiEZ_cyLSi-Y,42532
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_workspace_features_operations.py,sha256=HB4vm7nAroaaodZbVoH6926bpV-u3T7Sj4j7OPp0Nm8,7542
+azure/ai/ml/_restclient/v2024_04_01_preview/operations/_workspaces_operations.py,sha256=53-wdTCXY7_TxWItbDlCJIUxa145kWiLisNq2TVvHBo,89791
+azure/ai/ml/_restclient/v2024_04_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2024_07_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2024_07_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/_azure_machine_learning_workspaces.py,sha256=ci_dIK5dntuIN6m1_E3QlVSPNeh-aOxv9Gv10t0kMgs,23995
+azure/ai/ml/_restclient/v2024_07_01_preview/_configuration.py,sha256=lRrAeyDMgGhebHhDPocECUM92UFm4gHNqMUjAdynqAs,3663
+azure/ai/ml/_restclient/v2024_07_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_07_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2024_07_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=1d4DytsX-2wrarxYWoxpiBY44JBWzFjASa1XSvpQy9I,24189
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/_configuration.py,sha256=U4T8PcafjdHPbQXU23MXOIAnvKnaweUb7cy3KfFXzJU,3612
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__init__.py,sha256=dRwmCKMCe0YmamAsP5Fbn1JgZMQ1W-bgG-24Gyoqn10,6882
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_batch_deployments_operations.py,sha256=cZoTbKCW4OjBTOPwcFk5cUJNIs0ld45TO-rIHHkApxU,30215
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=uD_orIxBAaSU1L1UkN2y3IC_80aPIh8grz6mo0BupSM,31299
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_code_containers_operations.py,sha256=j7UeY-vzarHZ8WyTysb50v5WTW3O-_cTWnW7DtbZJ2E,14570
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_code_versions_operations.py,sha256=eo_ZCDZiFyZDbIc_Ah48vo5j_EeRTy8cdRjI-ogHqws,25947
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_component_containers_operations.py,sha256=odf3N4I-B60gCR49YZq2QY64ylwFAw7Aq5D1TNsL13E,15025
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_component_versions_operations.py,sha256=1hPNkkpzZCn_Megfu4aFEfdtBTRX7pqcXxePV292PKw,22251
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_compute_operations.py,sha256=KmxA4PRi_b8D3U3d__SpoXvbfAB3P7x1HH4xUmvWiRk,68350
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_operations.py,sha256=wB2IiYy6ZGbVYjzoqvYx2EDmC79jW6YYQXmYHNeg3ts,30067
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_rai_blocklist_item_operations.py,sha256=Dj-KIr3FA6pKgNhbI3iga-Ge4UJ58oSBuoS9dFnGxXs,33142
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_rai_blocklist_items_operations.py,sha256=HyEvNfcIfmwj5XhxoRxzfhfH1ERvtrxuxNVMgu0-GtA,6755
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_rai_blocklist_operations.py,sha256=VIE_a1K2AOHTmQErzxYLteA7fjU6-DfD8wPjxqngC30,18307
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_rai_blocklists_operations.py,sha256=X9LsDuTcepikKDHzolJUa6DkBgu6h7r4mR11ytJQGww,6421
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_rai_policies_operations.py,sha256=ztDi8xY9BNnxC1Bsfw2lkNoDAAqNhoJt0WmXyvqPToU,6414
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_connection_rai_policy_operations.py,sha256=RxTbZV840fQI9YRWUhBpDDCP_QK5znYPOT_xDuLGkB0,18146
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_data_containers_operations.py,sha256=OLU7bl_aNTAIO3i3_uAHiejHeULTgn1n4ZrdIgOXfig,14881
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_data_versions_operations.py,sha256=7PCye5cU5rGHOQS3ZCrLsh6SVpsBHJaPflIRnC0k-os,22751
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_datastores_operations.py,sha256=EeEx2dSRV_a0vUQXoU2967Qvq29JwuG2JCTPCnDPqCo,19090
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_endpoint_deployment_operations.py,sha256=qd5ObALTYvlPF68TqnbuR0mD6-OrrPmyljLoXq_PTLY,27578
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_endpoint_operations.py,sha256=zfOLsWIG8VT5OnH3qOtyxB27e6bp10HbERlylGFSefY,27075
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_environment_containers_operations.py,sha256=EfRIIsRGOErLTXrHbbUf4LELKuIt9gHNqmPXUEXHSSo,15153
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_environment_versions_operations.py,sha256=CeoLbYizJegn5VVePk-u5FxgIOAGXCzQxvLlXUAxgqo,22484
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_features_operations.py,sha256=Qg8d-sQQXU-gR0CCWzGRDcebhV8FRTIQ_Aoxt7-ptKA,11128
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_featureset_containers_operations.py,sha256=NZQH3UDQ8w9ffC57qrStD7sb9UlF_B9Ad2IdppLwPVQ,22769
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_featureset_versions_operations.py,sha256=-66b6mA5eI20anwaXVnttkFWD_iR_UkB_LCR5M1bKE4,30769
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=v5JXJKDLqd9xbTAj5wyJtB7RVQil6nHVBGBwCCmbC6w,23049
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=RUZSjGbPIQjcaGb3SBzTNffuu0ImMNv0WMSV00Jbh3U,24178
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_jobs_operations.py,sha256=AYO-CJhko3uH-39MtxCvoRwlMyr2CZT5LuygMlr_1Do,24270
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=CT28J7S4hjmTo6RRna6wt1TJCDkSx-o-c7vJe51-LEg,9028
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=nuxHl3BnNTkXgCO8BxUrRww8M6kvE2GG56-AaT6aUs4,21533
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_marketplace_subscriptions_operations.py,sha256=8DXchq9443KluNWBrV76tyPynEKNMutK3DYNmwivQKQ,21497
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_model_containers_operations.py,sha256=-2cLtTRAJVRrFUHC-X95agVnP2tH5KpZye6x4yc_elw,15172
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_model_versions_operations.py,sha256=YIMXOdDTBbmwr0QE-f26AN0_uSE9yp57llMVK3QR46w,23563
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_online_deployments_operations.py,sha256=tNrV3EtafF2ojhHfWAmjcG8CXuLT4uwDI1bsBuphUyA,38208
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_online_endpoints_operations.py,sha256=ls0NMlY6hpmNbulIxa8CABT-2-v3-P-osFRN3Y7ZvNA,41904
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_operations.py,sha256=nPwpkfWmXPva4GmbCkp6JQl6COp1y6nmzlrEdzVIlLI,5133
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=TpmEQ0Kp825ciaJH5sMet_gOopZgPBUshcZK1G595Ek,15287
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_private_link_resources_operations.py,sha256=YIDwEoDt3IlXrNSmB_PdEpk-_-bpHCWUnECs0kigbwk,6854
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_quotas_operations.py,sha256=kKG1Feylf25ZAsdHBmgE139uPEYeCk-OgDXwLflKdGQ,8239
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_rai_policies_operations.py,sha256=gDcGc6492hL6lTusD41etFau9fkh5-s4gvRoxT-er_A,6347
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_rai_policy_operations.py,sha256=ZHnQofMhzH-W7FK9CvihItBWbVglGXWGlt3Y2BZkuKU,17999
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registries_operations.py,sha256=C39DShGc7HlFpj8owsciYpuFRBzlKlFipOZI_ncPlZ0,32380
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=Flzs39bBNXCyE8t_BBxlJVAbpCj96qf2_TiYdj9V1gI,21203
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=p2o-RWLpW_tHOPKiyhYgtyDTRpNCggaSjrZQX8kNSgI,25853
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=CeeF14P0oEP3n4t_jvRF5zVKZX-lLETA_i5ubBhOHLg,21463
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=49Mr1tpzpr0s-5yOXtp1qLKDMkPMky3nqjWDl_Yae6E,22563
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=8McyJQ4cNNFGb4LP-wJpShI1FmIoMXFswOmZ5-CRQJ4,21422
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_data_references_operations.py,sha256=PqyIXti9MM8bkPhPb2IZfSfpuNv-DZldI-GEgnGmvjM,5470
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=HH5KXoQQMi6fsHTcj_EDzXI6gcPFWDUemGcF4jRmtXQ,26701
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=nhc1sBtbD_j6eQ3W5zYM-MDthgKAw6OUfgYjiZPQ5Jw,21997
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=cqOzDAeGpkwPdaT27PDnvVXRx-yr5z2c3lRvCuabmeg,23137
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=PBgRIKzHJzPArYvPDurOHmJqlQVRK3i_49tq6sWwp7Q,21649
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=wBL2V1JyXtdwXaLrl9jgFcR9bBshkma38pUbMIfm0lc,27281
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_schedules_operations.py,sha256=S_9UUK-h60jSC2cYxenwCTvL6BKQfcMcLURHd560jIw,21206
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_serverless_endpoints_operations.py,sha256=uwCDA38botAI9u7rhXqQP_3TfVKM3vMLyVXFfE89G5o,37614
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_usages_operations.py,sha256=p4BpNLpKpISHp1UVxq_Iv7aLi7yVfNh-BaayFf0o65E,5490
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=WFc9LjBk3UgUP2NTDub0kl6a_Gi8YhCwlX7jPS3MXxc,4361
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_workspace_connections_operations.py,sha256=Yz7dFnh3w0Zn7YGa1DdJonNkbDXgL2E7_UlIgYMIiI4,29326
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_workspace_features_operations.py,sha256=-GJm7RjR0kEwJshCqyweSNTxbiAk2feBXfZlQK-YQgo,5871
+azure/ai/ml/_restclient/v2024_07_01_preview/aio/operations/_workspaces_operations.py,sha256=HCWJwXuDoJiO79xPuSVn3WZndwuhf6S_iviee-Tit4E,62703
+azure/ai/ml/_restclient/v2024_07_01_preview/models/__init__.py,sha256=QvCLjJN5yFvcNiB4ADqNQHo3JnPyJhxce8EiwnxxUgw,96468
+azure/ai/ml/_restclient/v2024_07_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=RIbpj4yaES0dFxHcH31O8-iMg15R-HQ4QcI0SCZ-HpY,71950
+azure/ai/ml/_restclient/v2024_07_01_preview/models/_models.py,sha256=EewnTZe2Lu62q99AeGpYl_1pIdVtxmM15Ks_uJe5lSg,1430755
+azure/ai/ml/_restclient/v2024_07_01_preview/models/_models_py3.py,sha256=WYeFANEpIHhikBfdlra89uu0wgE5FmPTctRPnRBy26A,1544607
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__init__.py,sha256=dRwmCKMCe0YmamAsP5Fbn1JgZMQ1W-bgG-24Gyoqn10,6882
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_batch_deployments_operations.py,sha256=OHWaXju1vqrZYqq_KkXJaqj-um73yT8rjBYClz6f75Q,40441
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_batch_endpoints_operations.py,sha256=O-2DbIPjRNUpT2yEgTK4Rqx6BgTDigw9hk3i67hNihM,42126
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_code_containers_operations.py,sha256=8fI9MhZz-Uwae34caFE_2ATBClIHy7ENSn7UWzF5xTs,21481
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_code_versions_operations.py,sha256=kOpLPFglDn9d9hI83Go3bcJ_8Nntiv5ZC-EA_FI38lM,37964
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_component_containers_operations.py,sha256=gaWBOYm0ptkpVRtl109wMLN91O-a1rJ9m_tG-EQMLck,22205
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_component_versions_operations.py,sha256=JJ-Yk429aogNj2Zeeb6GZ6RTru5i8wxmTRu10meqwNA,32186
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_compute_operations.py,sha256=8mi5-E8BKJC6HVZwo50JdBzQiDNmfl8AcZNIGZrdesw,96005
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_operations.py,sha256=QM6hlYfCdIpJooPXJsPzyzSe4cnoxeh-H1IptWu5LuY,41130
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_rai_blocklist_item_operations.py,sha256=A7w62dH461vzCagVyjmqmpj2PmhAzKthyMYoLLsaJ30,44456
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_rai_blocklist_items_operations.py,sha256=HhISA3xTl0isoJ5ViTC7ynU_6fvnHVS2q3PGd6nbGFI,8838
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_rai_blocklist_operations.py,sha256=CjPehS268aZ2Oo3x_Aq_dvCXSBWsoKNAJgjpMtDoPaA,24507
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_rai_blocklists_operations.py,sha256=_hkJoIHZFPsgq_CeP3AgYoFGem31hwrXL_25qqF62gU,8292
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_rai_policies_operations.py,sha256=rHMjLdvldjnxZDCWybajF0QlsxL-sSQZDNtRlDMg13g,8285
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_connection_rai_policy_operations.py,sha256=hhNtKDEyo_M518AJNMStMJ3MI8NXLomXn4u-DdswAo0,24298
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_data_containers_operations.py,sha256=UKl6D74hADPLvovPeg4geFC2UfoflCF6cPgQpwB9VOM,22042
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_data_versions_operations.py,sha256=WlelsBG3YBiOzOc3yFiouYolcVu1zP-uMcYRIdIhWyY,32827
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_datastores_operations.py,sha256=7mTrUsAd_v-p4aQagJhohYhHEuAE_fXK9i9t1kmBJVI,29285
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_endpoint_deployment_operations.py,sha256=cxuoTVrDbHRYG-wyEk6mXOFSidlBs59CI03sbJMxvJk,37265
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_endpoint_operations.py,sha256=wzmA5FmE3n8nO7anszQHNale7iy1Fmt3KEg85omrgDs,38583
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_environment_containers_operations.py,sha256=GVw8pdlej1IAymAOE3dW7OPzrn9havZyewoA0wKCa8w,22339
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_environment_versions_operations.py,sha256=6gScdUftDpmw6us1rtbvHHYrGU9ZudqSRjLwGRTSx_Q,32427
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_features_operations.py,sha256=ZiFJ_ZdbW9Wkn4OcDndSNpvBES88P6tsb-MDSfpHsuM,16396
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_featureset_containers_operations.py,sha256=7mQhADl2BIv-aEdNTtd-IMZ98FZWyIR9vXgPiE5YsvE,30847
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_featureset_versions_operations.py,sha256=VlJNGfpG6kahyVPmJEb8tJk1z_bMzYZ9fT8rL-qc8hU,41698
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=Kw7g0c4c_c1nAS-Qp5ngxaXkjFJ1c7_z2LMEJW3_dfo,31154
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=-y7ubUn5fQ38j7VvJi2-my1dkyl-PdUbpnL0PTPM2vQ,33151
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_jobs_operations.py,sha256=x00hZtvB0_77yZHAvVQrW_eA88L1cpFdQp5jfg_7HTc,33541
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_managed_network_provisions_operations.py,sha256=_BpD7caawHV0MLGZXA9HQtVUjJirex0QgyNQgN5GCOQ,10927
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=rOpN7TqqzpdMKBCKFS1JLUORJc-AJnnYpnli1n8tMKc,28419
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_marketplace_subscriptions_operations.py,sha256=1kQCBKxbi5zy28kOwf_EHnPO-1SAPyRoCagh8_IFdpA,28487
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_model_containers_operations.py,sha256=6YeIJ8Ozqn_OC6zzbhWLlCc8-EF6OSYFyK2iHB_Jv5U,22511
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_model_versions_operations.py,sha256=HMJcQ45gPSKalI_Kgr-7taKe-MwFxpuDl1UZVI3fvTs,34580
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_online_deployments_operations.py,sha256=S65yWJ8MQBHKL3pIiTfNMHtaM8UVo3JWq98pfC2q93c,52652
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_online_endpoints_operations.py,sha256=7InSAPYXpjPnes5CvmdqltOE1h5WhkNkA-ZI9swAZik,57304
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_operations.py,sha256=4-woIz9GDKvvsW6ZKBkcVoPDvKuErM0DdE7IV1Fz2EQ,6104
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_private_endpoint_connections_operations.py,sha256=TgUJIN1HGJR5xdMNPUwRuP5xJBxZQsyesug31lcXx9M,22458
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_private_link_resources_operations.py,sha256=XwLAVJHAeaDG3n_Rkmxi7-ddOg3GNK7TREzrnfxP39U,8533
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_quotas_operations.py,sha256=5q4oooeR3GLPbBAVbqALPMR0XwSYW81Um9gBjnr4rA0,11094
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_rai_policies_operations.py,sha256=w23JYV2faZXGMKeOioBWdir4tUg4ACafX6cGpigF-bM,8218
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_rai_policy_operations.py,sha256=r646Yn2IeWnBAuzu0J0nvu2Jm-nF2wTzLWvZhnVTbkQ,24129
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registries_operations.py,sha256=ozpRcoHfIJ2s4I8cjaDPGO2AwkLuTv7qIat_tgA6ySA,43119
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_code_containers_operations.py,sha256=YHw0IKXZzhFhzv6mxF6J0KbX_Y7vJ_Ie3MchAbCgn-Q,28209
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_code_versions_operations.py,sha256=exjaWgwTWi3folFUhLn-yH50K6rHFJ7Gsvn27qF4thc,35790
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_component_containers_operations.py,sha256=QKcvONseBwq4DJC_0kBgU-qB96nreRiN0Hp29mc_J6A,28568
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_component_versions_operations.py,sha256=etXx-Q8n2hoW3X2LxHh8Bv-CJEathJgdOR2t1qGLsgA,30579
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_data_containers_operations.py,sha256=jVcBdYlhvOb9w8sD6KNG3siNMYrx3Tk1V0QxCI8gmBU,28515
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_data_references_operations.py,sha256=lGcHscs2aoHM26uBC-UI0nzKwXI18PRdgeuFC_tVzSQ,7651
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_data_versions_operations.py,sha256=CnupDsNF3yTVEWUFW26wWiVZFyQ7t8Bc7HWhsTMKoKY,36759
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_environment_containers_operations.py,sha256=cXWykdy01r_ts7BN170tV2z9CivDjkc6Ke2uR3acDPo,29392
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_environment_versions_operations.py,sha256=pzpLtDvdv6uUFBResmhtdlu8nzNAAdC22At_eKJCxc4,31453
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_model_containers_operations.py,sha256=N8MagQTFRKXhOq3kc1X5yc7Gr0NZQ4x4jG1nl7tXCtk,28936
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_registry_model_versions_operations.py,sha256=dF_DX_QfCvR7r6f4IjTqWsCb0jl8XjenL33QzXPqB2g,38257
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_schedules_operations.py,sha256=GCn3kbAkB6RZF2LLOSTjT_4FmHFsmTJjqGE2maNzr60,28358
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_serverless_endpoints_operations.py,sha256=4zrv-h-Yj49-so6nqQsBXcrgI4JRol1xnLsQY83S1s4,50106
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_usages_operations.py,sha256=908s6Zixdgd71GCUl2ZjVKCv2HwPpliOs3u7aUORZwU,6914
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=eAp4zSGBehxXn3yuRtaRHpmdcEqo7JDAV5edKpWUDpk,5812
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_workspace_connections_operations.py,sha256=bZaTlM-grlRhEJR65YV-axodPXyOcTwxLOMW7LN1SLU,42532
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_workspace_features_operations.py,sha256=gKTtgr0uZkIHL7RSgFzdF_VzbGUZ5rR_agwtywNcAug,7542
+azure/ai/ml/_restclient/v2024_07_01_preview/operations/_workspaces_operations.py,sha256=QTsTauDhRe2Q6PumB-e5_MrCsK49PM7AmD0mzs2_mKE,85588
+azure/ai/ml/_restclient/v2024_07_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2024_10_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2024_10_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/_azure_machine_learning_workspaces.py,sha256=tyvpvtYiNiqnV8HUu_rqd2lb8fUFrW1q2IJ5JWpxLB0,25297
+azure/ai/ml/_restclient/v2024_10_01_preview/_configuration.py,sha256=PNkGQF-aE6ZDZ1D80cuCfose00eDDfbBP5nDMbEtCdM,3663
+azure/ai/ml/_restclient/v2024_10_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_10_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2024_10_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=nYb13QKzejOba7xPlCKdnTVqOypEW_gn19ejFJEXnZQ,25507
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/_configuration.py,sha256=92gTpQuQIdMvbfpV4y8m6qi4xBrlj7ZBShulKxBhgnA,3612
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__init__.py,sha256=6mJpxNuhDv13ocQ1I5aCQUwmok9Q4Hfs1JMLevM-16A,7292
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_capability_hosts_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_batch_deployments_operations.py,sha256=MZ2KFSlki-0popw_ZtAZWMSPmSJ4aA7PF0aAtSt01Ms,30215
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=qttSkQm7nhvssPy_CHMjF49Z6GgthvDhDR3SkOmHDks,31299
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_capability_hosts_operations.py,sha256=3XkmAKl_SNX7qa2f0FKQKxJ88F38ATIKPIiUfMkPlCM,17058
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_code_containers_operations.py,sha256=WFC0vq4Hi5Bh6qreKN9C46TJ99SCZ248fMLahuBJYLI,14570
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_code_versions_operations.py,sha256=18AiobRE7_5W6FMCONsArQqiWAKe5_O9FSDSbD5xt4I,25947
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_component_containers_operations.py,sha256=7Q5Vnw86BSub7UosRBJwHgtoz7Ah5PGvbbh7MYC6YfQ,15025
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_component_versions_operations.py,sha256=_P4uQn1QjFpjw-b3NIsQin3vpxFScrOQi86OUxcQzvM,22251
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_compute_operations.py,sha256=NfWyv-o1y-CJ-sen1Uz87-hleFbUpj5gY9wNMbIUr1Q,68350
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_operations.py,sha256=dllcFL9ESgcvxcrVx6S9v3-pZ8YpiCzqBBDY51tYHPc,31220
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_rai_blocklist_item_operations.py,sha256=evNnMEBlyzJkVvsEm61DwjmPCSOnzPgxpOQyAXauDiU,34057
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_rai_blocklist_items_operations.py,sha256=fTDQmBFzT0MI2UhGyGUqde3J1I0G7XigYJ30owJo7WY,7021
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_rai_blocklist_operations.py,sha256=_qPstjxwu7XSQoy1BaJOge68GWJ2vyMQOyj3YjtuLrg,18913
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_rai_blocklists_operations.py,sha256=a-xTomaE6IiJoMWPiVplVAaJMR9C2QS6AamJbLmkfVU,6687
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_rai_policies_operations.py,sha256=lTBcszaL2KJw5Z-JLf-y0HR67zV2zotBcfyL_VcmOtI,6680
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_connection_rai_policy_operations.py,sha256=xdJkwyDnDtcCnImLfUZM_TTx2TKQvJt9AYWV0BGGY-c,18752
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_data_containers_operations.py,sha256=A-53LLQjOaJGUYRkrLOM_tGrxUqncgvcAUUeFWf8g5E,14881
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_data_versions_operations.py,sha256=Tfo3xofnovqUmNUxoFZDh-4lX7N-8p6upjIHESJYN8Q,22751
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_datastores_operations.py,sha256=tkmgHaYki6lgJgKNlvqr_59oe4b42-OgQb64hgNQGWo,19090
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_endpoint_deployment_operations.py,sha256=3qIlwu5WzEvceQ5GiOkV5PqZef07NWkz-Mu7AWXtHaw,27881
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_endpoint_operations.py,sha256=2QQlCdJvpdolQOfh9lzWGP2KNBqLu6PNlkTBIgOt6Ik,27619
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_environment_containers_operations.py,sha256=eGcsOsj38vhU1Jct7i2vqaWIrwzXEbBKo7Bf2GmlFoE,15153
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_environment_versions_operations.py,sha256=Y30FLP1XJsHlHo8WR37qqovD35wGe7-d7tSNvSg544Q,22484
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_features_operations.py,sha256=Vy54Kmei_K1fBjzh8fuRRTu4Vi7uPs0LSEjkgQQOJy0,11128
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_featureset_containers_operations.py,sha256=JBy69smOQ5GJJvK0fMyCFOkvRTMVfn_D2SYcA02tOY4,22769
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_featureset_versions_operations.py,sha256=CXndSdf0SmUxoEvS2vi5K_tPjt59fb4QhBksppbo9gk,30769
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=uiUaqgdtjxAUUiGJw__mU1c3eRLYC7eCd3G8ImulS7Q,23049
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=ZfqoqyWEES8I35W74etfoCTTnsE2jF8B_uaBsFo7M3o,24178
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_inference_endpoints_operations.py,sha256=PczGaDAHqXbRrocYxtw2h0MTvkLQeL3QXrcxz9hxP7E,30365
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_inference_groups_operations.py,sha256=PjJvdTG_IK5I9ZXMBhgwfVIPBvEWCOjfneJSIqMzM6M,49625
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_inference_pools_operations.py,sha256=Rxz4_-hI3GUiyP24SixfIaCVl9FHqmPhhq4kueAmZRE,29562
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_jobs_operations.py,sha256=UuZ4C8WgMJU5rjIOKhCe80jWU5RFtlswu3RD7GttYvk,24270
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=NU2lgbmwmY0Gd7VqC5ckSdaPMUjXAuuBOphbDSjN7G0,9028
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=HnIHT2KrHORiohREtBhhiJmwGIKQjM3NexM8CHEm3Kk,21533
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_marketplace_subscriptions_operations.py,sha256=s7L4YmXtHbGeeOy8OTYGOkIpdKyaSHYG8MwfL3M_8Qk,21497
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_model_containers_operations.py,sha256=G0JSgXijXVa6cB5zku-Q5BGoDB2hRN-ygKh9L54P1Iw,15172
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_model_versions_operations.py,sha256=-4_-f8IoJW_ryhfTKUm4DiOTJUXZ07kpuvRWwd6HwEE,23563
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_online_deployments_operations.py,sha256=VemKTnlF7w9sBYopnsi_0tJvdGX6X8bytrvqfgLF6I8,38208
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_online_endpoints_operations.py,sha256=yOry3eJ9C8jnx72kVYdJZRit-PrGXN-7mKU5pa5Ba0U,41904
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_operations.py,sha256=Tgl-8PfsoTLxOG7K1BIPsrNvZvrpzxskq0n8NgfGfWw,5133
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=a5i2bJLZoy4dym5RmvYdHn96u44fP9vMvbEcogUK5Ks,15287
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_private_link_resources_operations.py,sha256=nmjbR6hmA7U-kja_g6nWtU_Dj0eRclh26BDI-3bCC3o,6854
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_quotas_operations.py,sha256=h8PxFelSwh8Uo0emdOOxNEekOk2CEqGerxAq7qek5BE,8239
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_rai_policies_operations.py,sha256=qDOWdvZdb7tGIdcsbMYRoCMe3Db3RzWxba4vY_82XkY,6613
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_rai_policy_operations.py,sha256=65kEZiLBDl_1e3XBvdTcRkwkQyGjwPYtTkzXD57Cpc4,18605
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registries_operations.py,sha256=tXwPJeMqDMNJdGvm3SHI3-59534ulwlS2bpgV2HFCN0,32380
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=uO6v_RRi1M7RDxr9EpynCakTpcB2-aLRgtqn-K9W60I,21203
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=dE6448rKfWqU5BXkk-C82ef_4dUcaAC5wQmdqmMj8B8,25853
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=mbgAH7v0_ItiAoNkkaWCJnSvSpUz1P7Mh_7aunKaeIU,21463
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=aqObAak-6P-sY8OprFYoYAKsUBlE7HZRKHCy5xzoBbg,22563
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=S9Q3RRgPCcPTId9R4H_h0BAYvqA8lf0HMg5REREt8Ss,21422
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_data_references_operations.py,sha256=aaxlArDUDW5n2dQx1IqIr_O98mttqQpJ1JPC1ZnB7Fk,5470
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=Nyafn9KID_KkubWEw4FVd_G1EnkHkia4AahYtZ1I1wA,26701
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=nhQia3VwDRhO8F_QIx7gvbYJRHo9CzOtNQOKVIOblX4,21997
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=rnm8xySMSFoTEsou52aav_tQMdqzw3SGNrARznF4D4w,23137
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=tyeN2B8loH1ht2K84i2Z9Cv4SjiWEN53GFXZtIWd1nM,21649
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=gV3f_KG0AtrBQwzRwoQBp30WCfujyc3L2fPJqH8bf7E,27281
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_schedules_operations.py,sha256=E_sdSDrrJW9NQsTnQ3tBaPthYu37DZR1aAZRK_uGr24,21206
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_serverless_endpoints_operations.py,sha256=vCIUCAjvX3hjQIReINnRp1BE35G_qdXqsfHN5RGf0TM,37614
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_usages_operations.py,sha256=bXuyD8EPSzJRpAl9E7GYXYMetYo1FVZoyafgcdOrvgg,5490
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=ikGY19OK5Zkg5D7JtmA1ge81MNTZ_pNg4Wvjs0mJ0go,4361
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_workspace_connections_operations.py,sha256=Be6ego7fKP1KRCYoxeCTVEoGNZT5TmoBPALffTf_mVk,29326
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_workspace_features_operations.py,sha256=9RVO-RhqDW2yXgy3MJwdE654hXlb63N9wh2_RUZJdrc,5871
+azure/ai/ml/_restclient/v2024_10_01_preview/aio/operations/_workspaces_operations.py,sha256=Ff5dlPgWN5fN_9lWL9KkbLxvpd--qzIQqkBHA_PFbFo,62703
+azure/ai/ml/_restclient/v2024_10_01_preview/models/__init__.py,sha256=8MngSw8r0Y9_vPW0n5KpAXa6gi01YjEimxx8-cxqlK8,101713
+azure/ai/ml/_restclient/v2024_10_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=-KYgpIhPIJakVHCFEMv87xMr9-uzq7cR_C9TC-MzZzI,74363
+azure/ai/ml/_restclient/v2024_10_01_preview/models/_models.py,sha256=xTM9ycl1tIHITA1h_X0r4AnDN4q-ODB87arqvZBtZe0,1510314
+azure/ai/ml/_restclient/v2024_10_01_preview/models/_models_py3.py,sha256=Fkr4_KBALnT5vUzmoNFE-rPZqH3bQ4212in3E87POTE,1630359
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__init__.py,sha256=6mJpxNuhDv13ocQ1I5aCQUwmok9Q4Hfs1JMLevM-16A,7292
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_capability_hosts_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_batch_deployments_operations.py,sha256=4UBXmfC__mA--BW2kQwytA94V4E4ExsMhBftSWxFZ7A,40441
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_batch_endpoints_operations.py,sha256=bTElmOVAtHKYOQVNZ0Uq8kkHX9rK20qtCr5-Q80OMTc,42126
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_capability_hosts_operations.py,sha256=Ki1t74UHUh689890hxb7dEELajfHSoT1BS3DfJCcgnw,22263
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_code_containers_operations.py,sha256=oRvV1FkzaEidxAS2uHmIuPdO7mGeLT_0KimEyCg4ssI,21481
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_code_versions_operations.py,sha256=d2Kn0CTEe1FWEJcCnjfLnMeWrewOQT-VpVseIBkdxzM,37964
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_component_containers_operations.py,sha256=a3nhbqrjijUBaErdTCH2xArBIjBRNL4usKBl-S7YcKQ,22205
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_component_versions_operations.py,sha256=rWAYKkMFg4siZ9dDRqINFT-py4wkvCThJdE4UJuSSUA,32186
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_compute_operations.py,sha256=thP5WY3ySK3dJfZApomgQm-ScWYJSha8YEH7xO33WzM,96005
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_operations.py,sha256=xzm7gewv45RZWGl7JDzpJOgP_K1r2H44HTsDZWa5C5E,43267
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_rai_blocklist_item_operations.py,sha256=0n4eYbfrBX5iOQjW4dmLdK7xPe8Lj6qDgqP-n6oraNk,45869
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_rai_blocklist_items_operations.py,sha256=EoRvvvqw75KlKl6xRTYnW9--X8pBqpj6Nnpbh0JQW9g,9347
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_rai_blocklist_operations.py,sha256=n8Xzf2R_ziHNxiSK5ddatZrJ0fIw4ldnWvj0dddiT6I,25611
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_rai_blocklists_operations.py,sha256=SPZTQCGTGvDi4yJpXTnctxukAn6vhxl3RaP-wWQBfXM,8801
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_rai_policies_operations.py,sha256=OWZGJMyCzlctdysqH4MjM9e2AZnOrDCWbXI1p9ioVG0,8794
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_connection_rai_policy_operations.py,sha256=97sP3701olg3whJyhYKDzAY9hb1rtProvfmJ4lOB9Yg,25402
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_data_containers_operations.py,sha256=jR4EW5vJ5Z2bpCdgvdLiY1s9Eq21BJdEMr8FbX1F5zw,22042
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_data_versions_operations.py,sha256=Ey4jY6OZ1Tpbm3J5SntyR6N75Y5B_c8ou5w5d2cuwQE,32827
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_datastores_operations.py,sha256=lFOE1wQb9U8lk5dmz-WGh6bV5jdsTZ2lDSe_xtP6mh4,29285
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_endpoint_deployment_operations.py,sha256=tBi9aG6uZUvMK2sE5eKHiTBRhKSFLtIecbZIzroZ9IU,37817
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_endpoint_operations.py,sha256=2bK1zOQLNeUlO2djfAUPtTT7OYLJtWu16MMciw1uIOY,39676
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_environment_containers_operations.py,sha256=jZoDcKZoqbeWzZzt4cl-AVdhnKo-zIKQR2ORUC4tjiU,22339
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_environment_versions_operations.py,sha256=tTmX-EQtzbe4fLZ-bJv-_wCndFbi2zL1cL6moSkNGrY,32427
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_features_operations.py,sha256=bTRV6R8dpvNeolxzjhD0VpLItrNDZB5kvl-wV-QZ-8I,16396
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_featureset_containers_operations.py,sha256=PZACPCjZKlJXbg7wTOpLFNrmmuvqMUW3P2JD-ZRCVlY,30847
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_featureset_versions_operations.py,sha256=5MnK7cOFsUGCMB3fx2YI3VMTRXRaD3GRhVhJxdICuJg,41698
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=ElXKOEouLw6k1swHwS9KsVICB4QeW7AJdGQbHk_tnBo,31154
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=ZXRPbLmtju-ou6T7ZKqQ8HShb4KjSN69Vnqn2Y2-MjI,33151
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_inference_endpoints_operations.py,sha256=Jq59hPlEbSKZNuMYEJbaNw8cKa8kAOZlK82onddBu3c,41080
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_inference_groups_operations.py,sha256=re33FflPZSLjJAUGMpXZh3YgBDnPdeMnP-gXpGJMZ78,70112
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_inference_pools_operations.py,sha256=M9DM83Y6JfBPkMaFVJzvhXka-DR6OBXRyZKP96j3kpc,39444
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_jobs_operations.py,sha256=qT5D5DhimeU436Bh1_s7PReGiikVUTV7tZ5NonGqkxA,33541
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_managed_network_provisions_operations.py,sha256=2FNNpsmotYbecB2edK95znzKdaNnwaZ6w_STWHkCGJ0,10927
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=zcHd2TkUnq_tABL_jfpyWEHQGwJ0oF8DUlNCr9igU20,28419
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_marketplace_subscriptions_operations.py,sha256=2RzT0SvASHWHU8zMdmwjscz52_AQMqXvB8s-aB_rzLA,28487
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_model_containers_operations.py,sha256=l7mysIj3LDyaNArUV0gLtXGIJgtk8CpArDKiwaKCZOg,22511
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_model_versions_operations.py,sha256=5uXa3tyOa-xafOfU3D5IfbXqoGCQ8CLckh8TG1gk93U,34580
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_online_deployments_operations.py,sha256=IZRJzHwm2A2W9-K_lWaPM3DaEQ8MSxLEpSei7pVbm_E,52652
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_online_endpoints_operations.py,sha256=-CI9HuI-Gdzapi2I0KvL8WVm6GZFF_IB2OQa0jmaCR8,57304
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_operations.py,sha256=g4dHM1x4z6P16PrzvI9ydw4BuBb0_fiGksyIoZoi4s4,6104
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_private_endpoint_connections_operations.py,sha256=bF9cAujwkwNsE_1U_n10dTQ_mg_EcNiDBgtMmCY5FLQ,22458
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_private_link_resources_operations.py,sha256=IobgPh6do-yt3z8LqoieZ5aL9WfM2fPU5QgThFGSycA,8533
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_quotas_operations.py,sha256=Jh8bN2cBcFyS7Fg7oRZ2B4GWWtK_8_hFa8BP3ghHlso,11094
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_rai_policies_operations.py,sha256=wawA1gvKqq0gZYhY2Y4jxKDWBUeO-PamZ6sbq_EdU5c,8727
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_rai_policy_operations.py,sha256=vgNighQttzh532UOYKsCF5o9uLBHCDAdQTwL6JeEi-E,25233
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registries_operations.py,sha256=O06PBSGaDSCKUR5FrtwbE3zg-SVsfYKC72MCG1nlGrw,43119
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_code_containers_operations.py,sha256=mhF20r97zrP4Pgl3JZqtd82CLa4e2AJFgqSNMOiZ6PI,28209
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_code_versions_operations.py,sha256=A7hKXTsjp7VQXnIgiWnlQJ12XNo74YkP_-qtfMw5vpc,35790
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_component_containers_operations.py,sha256=9ZITHF0KQif0jtfZyGGNqwFke3YZdVD9bU-c5iaM7A8,28568
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_component_versions_operations.py,sha256=PnKvt47k-P-V8F38qBpwjdgtaaAscKv1iFMAT6NOERI,30579
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_data_containers_operations.py,sha256=V1L92hJYTyjOqsjrnm-rrvUUWfHMC9EthHvlhkIEV6A,28515
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_data_references_operations.py,sha256=buflsnKp61ndi33WnMJifkmMQjr1BUJ6oRUMNWDvcao,7651
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_data_versions_operations.py,sha256=jhdjbVC3kVBAdSeEa-RRnS8QaBjm5eujV0s08xddueU,36759
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_environment_containers_operations.py,sha256=kQ8AvYe1HzyMNiJ22qc-5-RF0SR1n303B4LW-A8al-U,29392
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_environment_versions_operations.py,sha256=TLH-6TYkSeeyMJe04GkOVV1aTtPPbo2syXuKmYKHAJo,31453
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_model_containers_operations.py,sha256=T-1F39nAYVl0pTXhLbJsu2pUuXaJJNiMmkjBIr9BMao,28936
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_registry_model_versions_operations.py,sha256=_ISVFY4MNDBxBAGZFSqS-Bma1hyluhnLKiXblL0CfmU,38257
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_schedules_operations.py,sha256=WJQ-GyVhg3Z-6mOQCyFmXK1SyFbAJ2GY6aA8i48N6jw,28358
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_serverless_endpoints_operations.py,sha256=GiG8fzfsdewwDLxtf5nHB-iyRJCT5a0B308Bnp4neJE,50106
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_usages_operations.py,sha256=uLIi6q4bu4lYwpRfVxl7TSqAULRUPAvHYVhnLWjo-bo,6914
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=QWzArsWP5QupyLSm16tqe_4R3oULz4ccd4oaxJ1jXMw,5812
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_workspace_connections_operations.py,sha256=NOx3vbvc8dWGEbp0LRqP_C2Jh2woJlFlepFyBS3apHw,42532
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_workspace_features_operations.py,sha256=aAB-Qav-C9uCnDpbXu2SeKMt6oonYp87_tBp1kLMsyA,7542
+azure/ai/ml/_restclient/v2024_10_01_preview/operations/_workspaces_operations.py,sha256=tIEN2E13_qUK5T_pbjS-znG9cHyMwnF6yUW-IAcUMcE,85588
+azure/ai/ml/_restclient/v2024_10_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/v2025_01_01_preview/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/v2025_01_01_preview/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/_azure_machine_learning_workspaces.py,sha256=7jXIXr5THaPho7cJMVCfQcS4jbE6IBEwyW7TQVZxDL8,25565
+azure/ai/ml/_restclient/v2025_01_01_preview/_configuration.py,sha256=rhA_pUQrlMyMfUMwexWxTQE9iVZONcs_94_tRCS5ajk,3663
+azure/ai/ml/_restclient/v2025_01_01_preview/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2025_01_01_preview/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/v2025_01_01_preview/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/_azure_machine_learning_workspaces.py,sha256=0w7uqJG1GYCP2X8_kh4U_NamLV8yqBPixEum6uOUTrw,25779
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/_configuration.py,sha256=yZaQhZDfiT2F2pIeT7v7Yu5YT1llB3GVAz92KzvFpRk,3612
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__init__.py,sha256=r5ho1rs5bwQ4YGZxJqLfXLR2QApS5qYPCth95Y2EFiQ,7372
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_capability_hosts_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_ptu_quota_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_batch_deployments_operations.py,sha256=Q9LwfBz1ltAWwEu1T_Str-IZRUB_qNXGMnSvKC6KZ0I,30215
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_batch_endpoints_operations.py,sha256=nR6FwfKLQdW6wvGz3yh8-HrrQwf2uQbNVUOqUESKueg,31299
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_capability_hosts_operations.py,sha256=bNpMkjmz__uI6g--c6-gNvu8Ew5d9Vb_RztEiF9ZsJ4,16921
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_code_containers_operations.py,sha256=QL2ISXwgRDdQZF6kKEsPFCslFTuk1tAIbqpOTwvC5Zs,14570
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_code_versions_operations.py,sha256=HauW4Ec047l2g6RN2ucPqmxx_sVXh4tnnTLy9YBesO8,25947
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_component_containers_operations.py,sha256=xdYqBMABo2wRhSy6y2ZSjwldaqokKF4gOzxSn9IULKg,15025
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_component_versions_operations.py,sha256=PNGt4trCrDwYl_I0ck_HJr3-UycApEOZRRF52OJhZZo,22251
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_compute_operations.py,sha256=3IGh_yyhv4bvUVJbWplFReZSQi0SRDd33KjTi60uqoc,68350
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_operations.py,sha256=z3o7XBTLJy5-La7kwgdRhnKXgyibul2Fs1yPXMgulqI,31220
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_rai_blocklist_item_operations.py,sha256=aIRfDBO15HpRmmeCmjdk-OWYaghYzn28SIaOje4fvi0,34057
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_rai_blocklist_items_operations.py,sha256=mpNgOJavduu918zhfN42Wm4i5My6JzMG_kVkfSI5M3U,7021
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_rai_blocklist_operations.py,sha256=zHR4FYwyZsA9bdUDNo8DtCysw0G4ldjCz6clEtQrzY4,18913
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_rai_blocklists_operations.py,sha256=PL0A8y64ILRBEdg5uBpqeDtmgnXuKK-Y2zTJfBWIqWU,6687
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_rai_policies_operations.py,sha256=cree8UhNNTLx5xxPnXkUuyN9GaUXbbbhSb9mDLV8M-k,6680
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_connection_rai_policy_operations.py,sha256=LyXFFKx3zzy95krZPilqmtHI5Dhkh51pCgAJh_skVVY,18752
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_data_containers_operations.py,sha256=Q63yC0U2feuevmXwr4FrLgM_336R3PSqjIHWx_Q_OMQ,14881
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_data_versions_operations.py,sha256=mW0u8xVpW8VW6OGAKP8mGp1Kv8aSnPoLMFf2MvfIAxA,22751
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_datastores_operations.py,sha256=5P23C1792H-fz0xwUHU-MM5AT74uSgB7w6NROb-fK0o,19090
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_endpoint_deployment_operations.py,sha256=GlxZOCqKfaEKQtMWqNlBjtN7xHz4iz5IRxnDrrqcaOY,27881
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_endpoint_operations.py,sha256=xsYsdDdoKLWGLCZb3hui4naPLDePg3nYD8CbDK-bz_w,27619
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_environment_containers_operations.py,sha256=Wan2oRDbTpG_fPdwriyEntCLZ-M2z-RhLp_m9bL3Smw,15153
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_environment_versions_operations.py,sha256=seb9je6zBuxHRB8-3sUgRTL-2whDmWNuTEVfFH5Pk_M,22484
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_features_operations.py,sha256=yOurXMEd6kx5P2iDLt5BbcETwaYvtmerMWxMCDs2ZeE,11128
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_featureset_containers_operations.py,sha256=D6J4HVX5VOrcejE0lUy9LGBSt6uu8h_TNd8u3D_d18Q,22769
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_featureset_versions_operations.py,sha256=8Yaioh32uavR1Rrk5mRm2nIWfX88wVin9l82OkutKhs,30769
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_featurestore_entity_containers_operations.py,sha256=NPTP93T1jnyNDL6AMqFsut6XvvYpULilIJ2XvRFFsT4,23049
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_featurestore_entity_versions_operations.py,sha256=DYpZTu3juE8G46HwxpqRSD2pgS-aouc6FL1IFRytNQA,24178
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_inference_endpoints_operations.py,sha256=0y7_bTY6NIQoymykOB8WC32fg9au1zibCsj8HmbfIF0,30365
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_inference_groups_operations.py,sha256=Z48KvemVwquxosd7Lw76NRdkoyumegQQoO5rqxDBlE0,52819
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_inference_pools_operations.py,sha256=swsE86sTZF622pc2vG2Px1R2ZElMLifsOm7sSQ8KqOk,29562
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_jobs_operations.py,sha256=6b9Ds0zOEyF9ET3KVpTp1uU0bKoL1eiNSKW72Fgop6Q,24270
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_managed_network_provisions_operations.py,sha256=ZgIjPBvVmdlKw-8UdeSuYbl4nna9aMyJofJqtMgfKzg,9028
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_managed_network_settings_rule_operations.py,sha256=0SzCUUU7Yf5ZNZksZxW2qScEQUiP6I_ia0pijyvrEXA,21533
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_marketplace_subscriptions_operations.py,sha256=SJ8u_4LfOXEp6GndbOf7Z2KURww3y6dAllHvT3Jcgy8,21497
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_model_containers_operations.py,sha256=-HSRQjNZ79Z-5RzezgMT8s7sFlgDUyxEns3GpRZhRi8,15172
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_model_versions_operations.py,sha256=E6PpNo3dakWZD0rgW5o4_zJWPycPhZZca1TcNZ8kCug,23563
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_online_deployments_operations.py,sha256=DDke126D1rzhoBwgIYVL3_G61_PRGNoNKNYdaJce2AU,38208
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_online_endpoints_operations.py,sha256=msPow3dQAHVT6jM7jGXyesinsLKZfYYkENymj2057SE,41904
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_operations.py,sha256=AZNUbkEH01jHcAB0rG7QK7ULMlIItRX31-yNIFWVVBc,5133
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=StWhX3xT0nqlC2Ya11Zbt7MnFI6msxSBZ-NgzKZMm4s,15287
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_private_link_resources_operations.py,sha256=3Xg96iQcC6tYvnXUIcbawWJQrLMHqdXe2M6e_IeHeAo,6854
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_ptu_quota_operations.py,sha256=febn5x7B3clLFFr3jRmGo2zTYJF7vNS1Hg8DjMJvrgY,11757
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_quotas_operations.py,sha256=SgKVVz7B9wM4Uafwg_1kV6r8KGZvkg2gbcjdCvzQx3I,8239
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_rai_policies_operations.py,sha256=CyA9uL2Jb-tyh0PLtM6IAM88rR3nuqHQbVcGBCp6i7s,6613
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_rai_policy_operations.py,sha256=pgTkqhvU8eGF691u0JtvJqaVCXDBE8adLWUPUS60jP8,18605
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registries_operations.py,sha256=6L583-DFNdg7H6jDbwKLPAxADkWWpYCmj4L-pJY7eb4,32380
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_code_containers_operations.py,sha256=UwYmWVX53PUX4yKKocqZXVLPDlh7FmelkTEbKGsY-l4,21203
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_code_versions_operations.py,sha256=DFKQSjsbXDKxEPxNwYfGCSiAUlzjlMFsQwUqTRFUIJU,25853
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_component_containers_operations.py,sha256=l_4FRFj6FSBcxuGu4ZPdT_HlKbZYlR8XiZJGl9jkMr8,21463
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_component_versions_operations.py,sha256=iPJe5oRB5pDSmL0ZcNLusEACqGYz3sNabDjlvWI58Oc,22563
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_data_containers_operations.py,sha256=FYfUaaq39yoVLKxdHc1pFY-OfrZWchlFu4AbsTE9W5A,21422
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_data_references_operations.py,sha256=-SWOo7tXczOzEPzDDt02pWlcxVOVx-6kRtZ_qZVPtDU,5470
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_data_versions_operations.py,sha256=EIwnx34HqfX5dRHZme7aeSMamjTK8QGgUen7jfGxvv0,26701
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_environment_containers_operations.py,sha256=Th-sWxyjyKQrrLc1hqkiaxxEi9x_x0LXUejeCWHjv6M,21997
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_environment_versions_operations.py,sha256=h7GxppuPeZW-3ZjIag9lWm0qqXhTxJn4ZZzIzU-Dn8Q,23137
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_model_containers_operations.py,sha256=Bq3-5FaaGIljNzYechMn8EBnlfFDLUGDQeQZuFQvdog,21649
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_registry_model_versions_operations.py,sha256=yDrxM3Q7L5hC7LGIvdR2AzPpfg313VGgVutLy21ecAY,27281
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_schedules_operations.py,sha256=7dysQk5z24xSA7vdOeRMUbNA5jcJodEqMlmlMX0jt4k,21206
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_serverless_endpoints_operations.py,sha256=d1A3skcgvtji_sc3QoyaxYHwgWrDPabTwJ05hMD7OpI,37614
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_usages_operations.py,sha256=Jh88EF35gjTislG9R4rq3ppwMlA7RDW2vc5yh-VjvZM,5490
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_virtual_machine_sizes_operations.py,sha256=GS_7b7U7JIEY7mNKotno0BnvoZ15z6bqzB7ov3vPnNU,4361
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_workspace_connections_operations.py,sha256=b4U3KwtB8BtOKbe0h3Faoef1yTepXlf_OY5u_FcMR1c,29326
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_workspace_features_operations.py,sha256=VRgd16Di_MfyZ8mvgn3TJs4a_xmVFSfNyZlZqJEoyQI,5871
+azure/ai/ml/_restclient/v2025_01_01_preview/aio/operations/_workspaces_operations.py,sha256=YeOGWldSczlwAbyEkeTFmnhS__O9q4sn7B6eAdEhiR4,62703
+azure/ai/ml/_restclient/v2025_01_01_preview/models/__init__.py,sha256=nhZQJ6E2u63wn7D8s2YzxQTFoz0d6TJ4205qD5QliSw,104579
+azure/ai/ml/_restclient/v2025_01_01_preview/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/models/_azure_machine_learning_workspaces_enums.py,sha256=S5_TO1Df4UZHV6AQwxwHEzVWy-TyajOD4pG3tUN7t0U,75698
+azure/ai/ml/_restclient/v2025_01_01_preview/models/_models.py,sha256=Rn1YXqwgZIUBOL1az0J1npzMnm_XqVfvDiZl1G1MyuI,1555814
+azure/ai/ml/_restclient/v2025_01_01_preview/models/_models_py3.py,sha256=0SEfLnBKs3CBTWBzkD_wcax5HpWhLOXxW-hQcCA-VJw,1680197
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__init__.py,sha256=r5ho1rs5bwQ4YGZxJqLfXLR2QApS5qYPCth95Y2EFiQ,7372
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_batch_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_batch_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_capability_hosts_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_rai_blocklist_item_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_rai_blocklist_items_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_rai_blocklist_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_rai_blocklists_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_connection_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_datastores_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_endpoint_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_featureset_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_featureset_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_featurestore_entity_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_featurestore_entity_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_inference_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_inference_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_inference_pools_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_jobs_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_managed_network_provisions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_managed_network_settings_rule_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_marketplace_subscriptions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_online_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_online_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_private_endpoint_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_private_link_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_ptu_quota_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_quotas_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_rai_policies_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_rai_policy_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registries_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_code_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_code_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_component_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_component_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_data_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_data_references_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_data_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_environment_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_environment_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_model_containers_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_registry_model_versions_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_schedules_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_serverless_endpoints_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_usages_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_virtual_machine_sizes_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_workspace_features_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_batch_deployments_operations.py,sha256=gk6r2WMv_i8x5gPUfmkecE31qFOQ3AXtjevoWBgqylo,40441
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_batch_endpoints_operations.py,sha256=5wFacatl1HwtZbxlvynKyqtKGSq0jkKotBK0uuIx_FU,42126
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_capability_hosts_operations.py,sha256=GYY6hRe1wQaRGHpUct68J2SGiaDF93KR4iO5E7NAc7U,22239
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_code_containers_operations.py,sha256=gqeirlRXr4Q_DQNPgK7DcoFsuJe90nXQ7Z0WknYW87U,21481
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_code_versions_operations.py,sha256=N-4DCnKgrrAyOW4sMipdA8M8OxTd4619AXestrIOm4I,37964
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_component_containers_operations.py,sha256=vUIj85ZrUZrNNggO1ot6EyWyfDmU-BXTH8ClKZrqbig,22205
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_component_versions_operations.py,sha256=6BApQ8pInMqotiomIRWMI51he5zUD9p99R4eSUE_gxg,32186
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_compute_operations.py,sha256=QDSnEh2wocU2pRCuQmLVe7qqqUEoit4ciyOSTH8tCmE,96005
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_operations.py,sha256=AeIhXyLkiMGMcZ8L-hynAkFxT8yYTs92zg_u-9J6bAo,43267
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_rai_blocklist_item_operations.py,sha256=Gm9KygqkBqXncww9jLCM2_gHeI_C13knFd1WyFs9O40,45869
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_rai_blocklist_items_operations.py,sha256=MKwwppd3UDatKHsVrw0G-ls8rAoJ-XNUmF3K9bNNuQQ,9347
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_rai_blocklist_operations.py,sha256=pfu7cCjOM8-6HIKJNHfR8V0Aq9XGAEfqjGDSQvdw_YM,25611
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_rai_blocklists_operations.py,sha256=rk3ymlYn0erI5zcljbhKAoK71y717_9YUlF7CD1n-ps,8801
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_rai_policies_operations.py,sha256=-bHxxrGxyEa-eXbxPnbr0IBYtBXXCPbTbYqBLAOKVNo,8794
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_connection_rai_policy_operations.py,sha256=LLB3ZRE0xM1THHyAm-SDf2L5RTloHsvhGmwmMvPr9tk,25402
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_data_containers_operations.py,sha256=C-Ezp7IGflmgV_HrnAiUR7TCZCLgLVgWbkkMZZkwv58,22042
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_data_versions_operations.py,sha256=eNliMTJA270jS8Tr9Rn6lGOFO_S6WmOEQtQrMacHv_Q,32827
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_datastores_operations.py,sha256=gQohFf7FtMSfw_0eFyYDI2Kt-S7i7BxsvAyUnPYZwzQ,29285
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_endpoint_deployment_operations.py,sha256=7f58Sm5QfcxiDar7ltAC-plxzb3qI9JPaAYoU1fhXkw,37817
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_endpoint_operations.py,sha256=r5xs8ZvFLBTLcv5Mi5PQ8z7T53vu7LeC8Vd86LSvyPk,39676
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_environment_containers_operations.py,sha256=z-wmJ5GJTItsW7tRZ43yVMoEufjIPMfX7tlkVFBKTmY,22339
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_environment_versions_operations.py,sha256=1cEmpnpxOUth4AXya_apQW4apvOQb5h0H9OfyT7Ug50,32427
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_features_operations.py,sha256=d-wUt2YWVeY_Ph8765AiOG4bfNNXrNu8pKDsZO70Uow,16396
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_featureset_containers_operations.py,sha256=OUOSj4dH8msZnAxNPWNWayBtxnCZ5fW6BIYa0fnGlsM,30847
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_featureset_versions_operations.py,sha256=nQDWeSHLG1Qyrat3DgmrSzXYEnYmAv2XY9LQstebL_A,41698
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_featurestore_entity_containers_operations.py,sha256=MqYmubg8IWtY4JZdyWun0AaZhda8mtJObDk3OckuvOs,31154
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_featurestore_entity_versions_operations.py,sha256=rGQ_0NF_WN62WKxkmAstnO5br1AJrCS590h8jIqvTdM,33151
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_inference_endpoints_operations.py,sha256=P6isH-SL4oQxjbh7vlSVYYtFHqrGV3ghmgotDl69Cdc,41080
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_inference_groups_operations.py,sha256=y7KxBFxryQgf9LN7SOnHcg-pEn5oGUhxUV8GcERzV1Q,73784
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_inference_pools_operations.py,sha256=D-qdhRcjL2StqGAln3VyvJCBj5SNubmjNMV6afw3wNg,39491
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_jobs_operations.py,sha256=LwMyolBIsmjxnNEGtEWM0Ohwdq9slqjmNwUA6oul1QI,33541
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_managed_network_provisions_operations.py,sha256=L-7w8YD94i8Dxga0mT1aQBQPeV1PiP1dxnPLljcV8ew,10927
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_managed_network_settings_rule_operations.py,sha256=kHzjI3FMvBo8-FLK1Ut09KhouTsAuE1LbBhzpOmGvoM,28419
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_marketplace_subscriptions_operations.py,sha256=Txin4sB7rLIS-t0swZc6QjXJkut_zFaYznLJG-ntGIU,28487
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_model_containers_operations.py,sha256=E8kcBzafMA5zKZ46pr-KHWryGeC_YIEPUF24uaRb1IQ,22511
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_model_versions_operations.py,sha256=XEEBN79A7xI3Qd-pI2xjHPNXTqE6xbdLfTrDpRWe8EM,34580
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_online_deployments_operations.py,sha256=3yQJH8dXVOoZ7__Nl-cnqf5R1T9Ti6Gtj21qSxj7Zt0,52652
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_online_endpoints_operations.py,sha256=tinF0BlGCdMLjcKhqO3U7KywoBVj5lhP2fBOBzE1dxM,57304
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_operations.py,sha256=F9nEQmGMh2R2Qucy2O6Pb5Xc0b7jqFpW76qweat5QvM,6104
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_private_endpoint_connections_operations.py,sha256=en3BdK99D9tp48ke_Al7dTprJWwL0ObJC_S-KB0-oj8,22458
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_private_link_resources_operations.py,sha256=jR-LRUSbyvz1qTrL7x57djBWAQmN4ZsQc2hs0_Fb9jQ,8533
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_ptu_quota_operations.py,sha256=vD3gMjI3Y5xlrDIK31afeiz9aHmVuLu80Xt5pzFXOIg,15970
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_quotas_operations.py,sha256=4FDu6-sq7M9AXJN24M4K3t-auKtsylqgbdRtow2Q0TQ,11094
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_rai_policies_operations.py,sha256=0uqDO4kJX07R5uI7oW58oJ7H76QNPygia9oKEqZ7hPE,8727
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_rai_policy_operations.py,sha256=eqXGmZf2eDzfU0wW7Yl7v5VkH3spomXto0-DjShbP8s,25233
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registries_operations.py,sha256=tWIn0onLFzb_J6RfsMcOddfUaQZR61AaOgsfoUra4uI,43119
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_code_containers_operations.py,sha256=p8E0lG6kZ1tWQFuIL9EKmMzxeVrNQcnS8kn1jVytIrI,28209
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_code_versions_operations.py,sha256=SPfm4oBx-FnF7jlourZmbgUsPyziLGyW8rxpTkgWh3k,35790
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_component_containers_operations.py,sha256=1wsb5wxVSfOto0r6FPffUgX1CNGr0V14QgAi9sh_Mwc,28568
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_component_versions_operations.py,sha256=mPY-utGs5TPM2aCHt0m8O4zY-1-48j_Hoq9z56uF-M8,30579
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_data_containers_operations.py,sha256=W0dVQehztW0FSUZNQ3gRoFgxaI1pA-8Pk6PkunHMWRY,28515
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_data_references_operations.py,sha256=WIutzB--dEAfTLflJQ5sl41R0HhX1SkImS57HvCxiTw,7651
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_data_versions_operations.py,sha256=I1yyfcjxgZpF2CtVCmM0h9jh9yROeeQPEx1wHaWINSo,36759
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_environment_containers_operations.py,sha256=PiKSHnsUHtaPV8lAFaZtv64y_ygkt_0NpGxowzWnWmI,29392
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_environment_versions_operations.py,sha256=YT4HJCpkYRUMVA1CqMd_PtYPPuYcKKLW9fLW7KcbIjs,31453
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_model_containers_operations.py,sha256=UIzIVwPL9bciyValH8Z2c1UVmx-fyzcxQoydKDRgWxQ,28936
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_registry_model_versions_operations.py,sha256=DgHM0p92O0eTnL16hShJOORJtyKcV1vCA52A3cMBltA,38257
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_schedules_operations.py,sha256=mkGmCyKaH6fqheRaDJggSWvwRmR2Rzf6jB2kvtevZSk,28358
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_serverless_endpoints_operations.py,sha256=CjOEOcCxyGMHpdBDD64hF2aUSszmLt9ZwWicXqSJQh0,50106
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_usages_operations.py,sha256=Sbt4mDB6UYYD2txJcEcm0hJzH31LVFph5g1YhMpJfR4,6914
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_virtual_machine_sizes_operations.py,sha256=75JwYrD5onqwKomqMxd9q5saJDozFLVRL8ElP-d_Tuk,5812
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_workspace_connections_operations.py,sha256=uFInqhDutxW90gghetKWNmeTi37yVGJmuQZGpzerO30,42532
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_workspace_features_operations.py,sha256=NCAptmbQNtH8LBUjn1iTyIlMUgvXAI65wtm_LB6qOm8,7542
+azure/ai/ml/_restclient/v2025_01_01_preview/operations/_workspaces_operations.py,sha256=G39CTlTu_1WSLAIDGrncU9-aG7Juljs7jdE_aHXUSC0,85588
+azure/ai/ml/_restclient/v2025_01_01_preview/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_restclient/workspace_dataplane/__init__.py,sha256=wzafObR5MIuswiqCrqTLQZBL7SmzI0Y-odPICiK7q_Q,875
+azure/ai/ml/_restclient/workspace_dataplane/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/_azure_machine_learning_workspaces.py,sha256=R_Jg-v8zGMZpt7a7mPx7NUbUSAqwsFFjGRvAlm3qjuU,4133
+azure/ai/ml/_restclient/workspace_dataplane/_configuration.py,sha256=uw49Rbkpj6garN0D7xv1MY2QsLWyohhtnSBoNf1ssc0,3663
+azure/ai/ml/_restclient/workspace_dataplane/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/workspace_dataplane/_vendor.py,sha256=F5rnE0tJotT9NJvZIGN1zlAFXANoIfWvHFLhsSUM-fM,1197
+azure/ai/ml/_restclient/workspace_dataplane/_version.py,sha256=8fT6sgntBrfAnshSK3CCUNVncYNpLOA7RBiel33QRS0,486
+azure/ai/ml/_restclient/workspace_dataplane/aio/__init__.py,sha256=skDDtfWCaTzPgACFnsw6otFwMo2-tFWUHvjm1b4TClc,822
+azure/ai/ml/_restclient/workspace_dataplane/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/aio/__pycache__/_azure_machine_learning_workspaces.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/aio/_azure_machine_learning_workspaces.py,sha256=vPzasJb_vKoku8btBzXDTFoQRWVnEcwIaoivyvqf2V0,4080
+azure/ai/ml/_restclient/workspace_dataplane/aio/_configuration.py,sha256=in0eKrQWkEEoM0oqaxmmXGEIjNWO6b3qRM74fefjM7g,3612
+azure/ai/ml/_restclient/workspace_dataplane/aio/_patch.py,sha256=O3WqSw6Y7KNXtwLAglfxuizkuFeyzm2-WJYksgull1U,1529
+azure/ai/ml/_restclient/workspace_dataplane/aio/operations/__init__.py,sha256=bZAtam8vXvnv7ZeyZ0JVL71je9VKCEKxfuMK0t2UeTc,568
+azure/ai/ml/_restclient/workspace_dataplane/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/aio/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/aio/operations/_workspaces_operations.py,sha256=RkaD5QYmU9hq9RpwXk07q0uVGDJCBFTDHNEu18dyrbo,8783
+azure/ai/ml/_restclient/workspace_dataplane/models/__init__.py,sha256=TLOTj43Vju4lJ1FrmYbnxNSSjl_XEcfoTDJEO6vg45k,3695
+azure/ai/ml/_restclient/workspace_dataplane/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/models/__pycache__/_azure_machine_learning_workspaces_enums.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/models/_azure_machine_learning_workspaces_enums.py,sha256=5loVxcOaIcPc1lceYNooV7j5QCmls9m5KpZ8bDqcnek,2882
+azure/ai/ml/_restclient/workspace_dataplane/models/_models.py,sha256=a_LgjoQX_oy6M8N3Mtj2NDcu-Tgb8690hfAKjR-aHT4,57440
+azure/ai/ml/_restclient/workspace_dataplane/models/_models_py3.py,sha256=BeineRZHBHlKZL0MwpGXxj0xGZkJnjJdfuAAkQWlXJY,60800
+azure/ai/ml/_restclient/workspace_dataplane/operations/__init__.py,sha256=bZAtam8vXvnv7ZeyZ0JVL71je9VKCEKxfuMK0t2UeTc,568
+azure/ai/ml/_restclient/workspace_dataplane/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/operations/__pycache__/_workspaces_operations.cpython-312.pyc,,
+azure/ai/ml/_restclient/workspace_dataplane/operations/_workspaces_operations.py,sha256=0qqHyBxxJSEDoQTyDEKqrVuT-AB37JMG9gZWFhAMWZI,10864
+azure/ai/ml/_restclient/workspace_dataplane/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_schema/__init__.py,sha256=c4YT38UQyn12txjZA30lze4TYnKl5suaMMQq8q-HUeU,1803
+azure/ai/ml/_schema/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/__pycache__/identity.cpython-312.pyc,,
+azure/ai/ml/_schema/__pycache__/job_resource_configuration.cpython-312.pyc,,
+azure/ai/ml/_schema/__pycache__/job_resources.cpython-312.pyc,,
+azure/ai/ml/_schema/__pycache__/queue_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/__pycache__/resource_configuration.cpython-312.pyc,,
+azure/ai/ml/_schema/__pycache__/spark_resource_configuration.cpython-312.pyc,,
+azure/ai/ml/_schema/_data/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/_data/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_data/__pycache__/mltable_metadata_path_schemas.cpython-312.pyc,,
+azure/ai/ml/_schema/_data/__pycache__/mltable_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_data/mltable_metadata_path_schemas.py,sha256=sLFIl8gcrObDwhhk_zVwoLGphiHOpHJ_jpsFQ_U90l4,958
+azure/ai/ml/_schema/_data/mltable_metadata_schema.py,sha256=6a5Mtm0Vn7q-sxvsPqmuHROh0Ve-aAyJCtH84jUqeC0,1398
+azure/ai/ml/_schema/_data_import/__init__.py,sha256=1Ls4LGPmZuGp6E-d6q6ERNlsZ-TUmy6juiN7JSm7Dx8,321
+azure/ai/ml/_schema/_data_import/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_data_import/__pycache__/data_import.cpython-312.pyc,,
+azure/ai/ml/_schema/_data_import/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/_schema/_data_import/data_import.py,sha256=YaoaFjIQ2l5pLbdKrYhGr34coTQHoulOhoEO-R2QMWg,827
+azure/ai/ml/_schema/_data_import/schedule.py,sha256=Ie-XWBXpAWXfpWlsf84EnmoJOVnBBcbHdteKj3ZZ7fQ,1298
+azure/ai/ml/_schema/_datastore/__init__.py,sha256=qPG-m6QohAnPdugUKTXt0UvLfppni1QyJS_V0BUcObU,909
+azure/ai/ml/_schema/_datastore/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/__pycache__/_on_prem.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/__pycache__/_on_prem_credentials.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/__pycache__/adls_gen1.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/__pycache__/azure_storage.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/__pycache__/credentials.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/__pycache__/one_lake.cpython-312.pyc,,
+azure/ai/ml/_schema/_datastore/_on_prem.py,sha256=t-ts0VKdIMxoyLkkls7XU4hd54GGo_CHtVffmCxTI4g,1420
+azure/ai/ml/_schema/_datastore/_on_prem_credentials.py,sha256=CipEl9v1Z1RjLdUJPqL-BmCYG2l9Z7aVfq1YSWUad1o,2008
+azure/ai/ml/_schema/_datastore/adls_gen1.py,sha256=TZBMW6sQCRDxjSUpG9ks08yCyzOT5Aysay2z7CYzk_0,1449
+azure/ai/ml/_schema/_datastore/azure_storage.py,sha256=QuKIqxBmbpn_tuFUXOUgFh5xb-yBMxmOFnuRBNh_Xe0,2974
+azure/ai/ml/_schema/_datastore/credentials.py,sha256=fldLPTGsGlHG2U5w2Rj1yR50Yp3ePEpl2q1dmIf1KvM,3481
+azure/ai/ml/_schema/_datastore/one_lake.py,sha256=48e6HI5Mj3o9yyYB7Pw_aGxx_vx9eG5zAn3y4hajoIo,1776
+azure/ai/ml/_schema/_deployment/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/_schema/_deployment/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/__pycache__/code_configuration_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/__pycache__/deployment.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/_schema/_deployment/batch/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/batch_deployment.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/batch_deployment_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/batch_job.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/batch_pipeline_component_deployment_configurations_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/compute_binding.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/job_definition_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/model_batch_deployment.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/model_batch_deployment_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/pipeline_component_batch_deployment_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/__pycache__/run_settings_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/batch/batch_deployment.py,sha256=l1AIWy4tT-wfsgINHP-oUM4bbxERrsERLSyc_ObLsgA,4173
+azure/ai/ml/_schema/_deployment/batch/batch_deployment_settings.py,sha256=KRDrwSa_tTVkexNwwopmr6YkAGxJniT3gZ6cVtEyrSA,899
+azure/ai/ml/_schema/_deployment/batch/batch_job.py,sha256=nVPdGfKl7VOkRrsq-RjtpY48qm24qyhMAKQI4rx1NmY,6367
+azure/ai/ml/_schema/_deployment/batch/batch_pipeline_component_deployment_configurations_schema.py,sha256=XKFmI-HWTdIFRjtUPQnj35UM9xNWNBfzrvvVifXOStE,1661
+azure/ai/ml/_schema/_deployment/batch/compute_binding.py,sha256=m3HmUSLFm0pbIdmxKl4_VXPtZVRHtZshG8_dOxENnug,1479
+azure/ai/ml/_schema/_deployment/batch/job_definition_schema.py,sha256=VE_YMFNNXwq6mdiuJXgd9mqAls0aIrRx_W3dHgAuXNk,1590
+azure/ai/ml/_schema/_deployment/batch/model_batch_deployment.py,sha256=sZlS0lvxFQf8DPo_H0lmoDGrLOd943anXWFuZvKhzuU,1978
+azure/ai/ml/_schema/_deployment/batch/model_batch_deployment_settings.py,sha256=eVAWHhdnEhgZLTvZwSgGMp8HM3nh0GBSZOSnxbliAdQ,2402
+azure/ai/ml/_schema/_deployment/batch/pipeline_component_batch_deployment_schema.py,sha256=UMY0ngvEZJpp6ztg9rsNeeVekyqDM0uLkUaZDwSAxqo,2234
+azure/ai/ml/_schema/_deployment/batch/run_settings_schema.py,sha256=75_7Bv69sK2RYMPcEe9GYHrbiMGbNn0j83YyQ8aeJV8,809
+azure/ai/ml/_schema/_deployment/code_configuration_schema.py,sha256=7CK0h7tM9WR7vXrUT-aviKdtG9x0lZcycDGZyLggmnU,681
+azure/ai/ml/_schema/_deployment/deployment.py,sha256=M31swY92LbUqrLbiYVOwJFuk8DmSIjNskPpCqcbqnsI,1963
+azure/ai/ml/_schema/_deployment/online/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/_schema/_deployment/online/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/data_asset_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/data_collector_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/deployment_collection_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/event_hub_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/liveness_probe.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/online_deployment.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/oversize_data_config_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/payload_response_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/request_logging_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/request_settings_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/resource_requirements_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/resource_settings_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/__pycache__/scale_settings_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_deployment/online/data_asset_schema.py,sha256=6i5ajZ_cUZnXKjYFz_Fo49b2bjOFkPfk4q6oRfBkcXE,727
+azure/ai/ml/_schema/_deployment/online/data_collector_schema.py,sha256=RsMijK9-nYeNybOmNM15KFnTQ-qzj-Npia8bEVrK874,1600
+azure/ai/ml/_schema/_deployment/online/deployment_collection_schema.py,sha256=zzdV2KAXlSL2oT-gnMEIwyMwJVneip-53O5khhPcLGs,1097
+azure/ai/ml/_schema/_deployment/online/event_hub_schema.py,sha256=jkXLk5uJOZaxcwX5A0DNs8pBCY7khWBdjLD6JVGUGNM,1066
+azure/ai/ml/_schema/_deployment/online/liveness_probe.py,sha256=jmpIToGIcquCC9hGutquwLdiDIv4BupTBBnt6lvKOSU,785
+azure/ai/ml/_schema/_deployment/online/online_deployment.py,sha256=qr_hm9tnjgyhcWWoWnAlYz8K2-LkyVB3XhCp7dBBtHA,3209
+azure/ai/ml/_schema/_deployment/online/oversize_data_config_schema.py,sha256=OouJX3MJNAWbm1nWe-uKw4mlA2fBtBkKMZ0CXKlNa-0,1098
+azure/ai/ml/_schema/_deployment/online/payload_response_schema.py,sha256=HYbXi63LKy_VoQsaZGLTXoBPPpGc_0P0HsygctnfdTc,813
+azure/ai/ml/_schema/_deployment/online/request_logging_schema.py,sha256=LTswhoxirtLF8GgW22jQnEFxfMG71EIBRA20bJLCssY,695
+azure/ai/ml/_schema/_deployment/online/request_settings_schema.py,sha256=B4Q3pD06CsnuJfDUyLbtnB0ITYvzflKKn7laPSG5SxY,816
+azure/ai/ml/_schema/_deployment/online/resource_requirements_schema.py,sha256=hWVfgmRYvf5Ckf4ON7Uw0dFbzFhiVoLeL70FdFzRHcE,899
+azure/ai/ml/_schema/_deployment/online/resource_settings_schema.py,sha256=pKsF6Xnzdq0cQFtvdodhYf3Z4P6OKTulv4P9QZ6BAj8,947
+azure/ai/ml/_schema/_deployment/online/scale_settings_schema.py,sha256=_kZOyvJS3zdAj4tU28oaqdpJo-AypohSAGWsRgeS0PY,1652
+azure/ai/ml/_schema/_distillation/__init__.py,sha256=ML-gx-Ug-XUPVdj6SPGLesO7bnv830-UATUYDY7PBcw,624
+azure/ai/ml/_schema/_distillation/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_distillation/__pycache__/distillation_job.cpython-312.pyc,,
+azure/ai/ml/_schema/_distillation/__pycache__/endpoint_request_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/_distillation/__pycache__/prompt_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/_distillation/__pycache__/teacher_model_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/_distillation/distillation_job.py,sha256=z5MwhXhu63NKl7fxW7TQxZKuppbRSlOGZrL7w0CuzDM,3547
+azure/ai/ml/_schema/_distillation/endpoint_request_settings.py,sha256=aJRuBXzhT3oY2EPe9b_YQwwzdMsv3yRcwDRmDED7Ocg,1017
+azure/ai/ml/_schema/_distillation/prompt_settings.py,sha256=PmAO4-N0YEldXFN2dZe3jLLrcXTRoHvDiVtRW1AAnSA,1033
+azure/ai/ml/_schema/_distillation/teacher_model_settings.py,sha256=siy3bLi0BoB8P9LHkX9_76fgjZT0VW0zafDJqcR2hPo,1224
+azure/ai/ml/_schema/_endpoint/__init__.py,sha256=ap_4bhShn9XqQDQgwCEiQTjLGCvd-6uCcFIbiNWKAe8,513
+azure/ai/ml/_schema/_endpoint/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/__pycache__/endpoint.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/batch/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/_schema/_endpoint/batch/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/batch/__pycache__/batch_endpoint.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/batch/__pycache__/batch_endpoint_defaults.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/batch/batch_endpoint.py,sha256=OSOZQnPlKn231XG54MC_mi_o916cR_DbPw4fcvmE2n4,933
+azure/ai/ml/_schema/_endpoint/batch/batch_endpoint_defaults.py,sha256=pCduPrj0EksOOA1celH9_qwmx7je-LGTqf9_pt_ssZU,931
+azure/ai/ml/_schema/_endpoint/endpoint.py,sha256=xWSwb6naUbbMmRcavlI1MXHElJ0xMOUpMsSivEFrA4U,1780
+azure/ai/ml/_schema/_endpoint/online/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/_schema/_endpoint/online/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/online/__pycache__/online_endpoint.cpython-312.pyc,,
+azure/ai/ml/_schema/_endpoint/online/online_endpoint.py,sha256=BT2znMgOPi6kDcznxQ15wBda2uuWrtSNvNoDlJ0gzIk,2432
+azure/ai/ml/_schema/_feature_set/__init__.py,sha256=Ow_DsmksA1LX67xhRgORfm9QkD1sh_6v07VRmu9yI3A,1013
+azure/ai/ml/_schema/_feature_set/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/delay_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/feature_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/feature_set_backfill_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/feature_set_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/feature_set_specification_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/feature_transformation_code_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/feature_window_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/featureset_spec_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/featureset_spec_properties_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/materialization_settings_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/source_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/source_process_code_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/__pycache__/timestamp_column_metadata_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_set/delay_metadata_schema.py,sha256=uy-wcpHi8FRT9sqj7j9u_Kb9JbjM2GrIeDFsW2NfJ38,670
+azure/ai/ml/_schema/_feature_set/feature_schema.py,sha256=MCBSfamzb6zlUSC67d3DGQNbm3ddKFVj43Ktv9j_jrU,880
+azure/ai/ml/_schema/_feature_set/feature_set_backfill_schema.py,sha256=cDFtXuTy4YipmJEb3LHJ-Iqs0cHFdCOQDuGZ1NL0zzw,941
+azure/ai/ml/_schema/_feature_set/feature_set_schema.py,sha256=KdnMwE9FaC2Bx2kvilQd6_0pc_fbbJ4yFqQqvWJ55qE,1317
+azure/ai/ml/_schema/_feature_set/feature_set_specification_schema.py,sha256=NLclcDO2ztN4Amnelq8p3xbYC5hcn3lS8zm1wwI6A4E,648
+azure/ai/ml/_schema/_feature_set/feature_transformation_code_metadata_schema.py,sha256=0I8nNqQbIB4FqqvmAM9sgFAwcEIS3XnRB5toZW3pyWQ,748
+azure/ai/ml/_schema/_feature_set/feature_window_schema.py,sha256=n0z0h1UKGZJjSt6eDMuKJEjqvk1DjWvDwQ7uvoHbDoA,394
+azure/ai/ml/_schema/_feature_set/featureset_spec_metadata_schema.py,sha256=crXNGoEWxO8Cr2ZLFUilixZA5dAMltP5tNbX104A7ic,1491
+azure/ai/ml/_schema/_feature_set/featureset_spec_properties_schema.py,sha256=y1s9n3PQJ4RjU437j8csdKsHFR40LUX3NAlSHAnSLxs,2465
+azure/ai/ml/_schema/_feature_set/materialization_settings_schema.py,sha256=glXaS6eiQ_E0UMhyW24Nhqhs6GAtJ_XonlsXqIWrmK4,1453
+azure/ai/ml/_schema/_feature_set/source_metadata_schema.py,sha256=6HymsCNPnMlsS_Unz8RqSzlKajZU5W7hJBHvoRhRPag,1232
+azure/ai/ml/_schema/_feature_set/source_process_code_metadata_schema.py,sha256=Z_VowIqzlNf0iHa6iuy_Rd0IdFe5M649wyysPjkQItk,713
+azure/ai/ml/_schema/_feature_set/timestamp_column_metadata_schema.py,sha256=x1CnLdy9KTC2Hjo8d2SYd51WqtNA3P0cyu0vWHsagJI,670
+azure/ai/ml/_schema/_feature_store/__init__.py,sha256=5arxs9ta5GrspGtVogivUwWMyA5NSaD6Otj3HBMJ1TY,529
+azure/ai/ml/_schema/_feature_store/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store/__pycache__/compute_runtime_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store/__pycache__/feature_store_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store/__pycache__/materialization_store_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store/compute_runtime_schema.py,sha256=yxI65rrgPXb3ANbwDVOalx2v7yfTIt57mKKIu_P09rw,644
+azure/ai/ml/_schema/_feature_store/feature_store_schema.py,sha256=up8DsMGmgSCOFVuoEJHkHQO_z_BQUu11e4TaBvpO9qk,2165
+azure/ai/ml/_schema/_feature_store/materialization_store_schema.py,sha256=57Q5ZFGr9PMW5lPfpMZJX_kBRQkfwo0-q9hPE0m3T2I,771
+azure/ai/ml/_schema/_feature_store_entity/__init__.py,sha256=-8jFgZRW3id6jwDv8ceDT8kcP4mJqA8N1M7WNQ4NVUM,433
+azure/ai/ml/_schema/_feature_store_entity/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store_entity/__pycache__/data_column_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store_entity/__pycache__/feature_store_entity_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_feature_store_entity/data_column_schema.py,sha256=SvkD0U2SFjRrj4_iP250sNRjOnUViO_cGXEWqfhRtQQ,705
+azure/ai/ml/_schema/_feature_store_entity/feature_store_entity_schema.py,sha256=e2C9g-42BE_d07Y8rHl0hKf4iRfhnS-6ApoYpyHQnVs,1147
+azure/ai/ml/_schema/_finetuning/__init__.py,sha256=xGnDYAZriOPry4GsNwRGDC5jFxdwzCRIUqmfiEnDXUw,742
+azure/ai/ml/_schema/_finetuning/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/__pycache__/azure_openai_finetuning.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/__pycache__/azure_openai_hyperparameters.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/__pycache__/constants.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/__pycache__/custom_model_finetuning.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/__pycache__/finetuning_job.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/__pycache__/finetuning_vertical.cpython-312.pyc,,
+azure/ai/ml/_schema/_finetuning/azure_openai_finetuning.py,sha256=L-KTY7Li1xd7Gfgo7JXWANF_2NT-B4y95MPjNIl85QQ,2484
+azure/ai/ml/_schema/_finetuning/azure_openai_hyperparameters.py,sha256=ev14GTm1uBY6MmyeR1G70QWNTl901NL59zmlIaClf6I,748
+azure/ai/ml/_schema/_finetuning/constants.py,sha256=Xy2v6EmuhQOv9OydoYhcxMG2TQr5AWeFb2eXIRTMLus,762
+azure/ai/ml/_schema/_finetuning/custom_model_finetuning.py,sha256=Vcukl4sopLtE7DTm_MClfjpZNdNnBLXx53C7hVdRnMA,1322
+azure/ai/ml/_schema/_finetuning/finetuning_job.py,sha256=WeeJkfAzUApxDb3bcigdBIkfbEuyl6MoXpghr5ljcxA,801
+azure/ai/ml/_schema/_finetuning/finetuning_vertical.py,sha256=cnnIwGiC56QjBJNIJ7FvkTZedV3644jjEQg9oT7i_Xw,2990
+azure/ai/ml/_schema/_notification/__init__.py,sha256=bD7HNKQy9Ng6xJU5jjdaWaEWGNmn8hMVX5TDuQ3hLY0,340
+azure/ai/ml/_schema/_notification/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_notification/__pycache__/notification_schema.cpython-312.pyc,,
+azure/ai/ml/_schema/_notification/notification_schema.py,sha256=noTTbDQgA6SWR0iJ1l5WcIVWe4L6VTt5BvMwhvHmSWU,803
+azure/ai/ml/_schema/_sweep/__init__.py,sha256=tQuI4G-naF4ZeQHgxxcfrgKtzAEqzFdayLITAp3A0xE,315
+azure/ai/ml/_schema/_sweep/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/parameterized_sweep.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/sweep_fields_provider.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/sweep_job.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/sweep_objective.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/sweep_sampling_algorithm.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/__pycache__/sweep_termination.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/_constants.py,sha256=ruFCXYhaduSNw7mBVtnSAWFuQD7t3py4fMR_OgiZ0to,236
+azure/ai/ml/_schema/_sweep/parameterized_sweep.py,sha256=kkuWY3ZY0kWz-YfRwL3adPD4PBZ12CQIrfOjFo1W1Us,1260
+azure/ai/ml/_schema/_sweep/search_space/__init__.py,sha256=t6Lg6TNbLb3rP8z4ULlXQ4YWpA_UZ4AmGtaAY9BKtWc,656
+azure/ai/ml/_schema/_sweep/search_space/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/search_space/__pycache__/choice.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/search_space/__pycache__/normal.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/search_space/__pycache__/randint.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/search_space/__pycache__/uniform.cpython-312.pyc,,
+azure/ai/ml/_schema/_sweep/search_space/choice.py,sha256=ZHLXJyUJmHIeTk0bMvJiVNaOZo5SqtjVm7oeqB_kiXE,2232
+azure/ai/ml/_schema/_sweep/search_space/normal.py,sha256=_rGGuMDm9sApaVG0OTOCY7CQq2IiJe0KJNJoxjeUfgo,2484
+azure/ai/ml/_schema/_sweep/search_space/randint.py,sha256=XUOilLDQ0kxNothkFMQJ-FIWMDE2-agY-qtbWbothgw,1029
+azure/ai/ml/_schema/_sweep/search_space/uniform.py,sha256=1PPYz9PANzPZgZNjz43Glra1e9N0lsW0BKfj9O4TiXI,2784
+azure/ai/ml/_schema/_sweep/sweep_fields_provider.py,sha256=tparYhFbQMSQhVx8b996tkRHlHtbcwf0E_hbKoqX5z4,2383
+azure/ai/ml/_schema/_sweep/sweep_job.py,sha256=6TOmZAwv3A9tvdygc5QafEMb2gNjfPUjg21lDDME-CU,905
+azure/ai/ml/_schema/_sweep/sweep_objective.py,sha256=58L3NpCGVokPfU18UiKjZCdabD6xmsnJUUQs-0n5Tyk,998
+azure/ai/ml/_schema/_sweep/sweep_sampling_algorithm.py,sha256=i9ImK8a4tfdDwqelp3SwX6r7JVS3_2lEoOm7w5vjk0M,3188
+azure/ai/ml/_schema/_sweep/sweep_termination.py,sha256=9UwCjkWO7un0ipZI02reZ9N9HC3MCoS5LgA0bSCTYpY,3125
+azure/ai/ml/_schema/_utils/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/_utils/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/_utils/__pycache__/data_binding_expression.cpython-312.pyc,,
+azure/ai/ml/_schema/_utils/__pycache__/utils.cpython-312.pyc,,
+azure/ai/ml/_schema/_utils/data_binding_expression.py,sha256=sPFIQD3Qk-5_aY4qafqji8X7Yga_fJVuvPctObRdTF4,3685
+azure/ai/ml/_schema/_utils/utils.py,sha256=JbnSXqJqBtMOwyAUwzyX7ShkXTl8HR4ELMgsd9_1XYc,3636
+azure/ai/ml/_schema/assets/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/assets/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/artifact.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/asset.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/code_asset.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/data.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/environment.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/federated_learning_silo.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/index.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/model.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/__pycache__/workspace_asset_reference.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/artifact.py,sha256=0iB55VNrTPKRybFWJta1CZoO4kxQD2i-3mcyjsMYxvE,707
+azure/ai/ml/_schema/assets/asset.py,sha256=ZzCCnN6iu_UQ1_2MQZwXZUAXJ7dYnCeN1JOUarVxrEU,1501
+azure/ai/ml/_schema/assets/code_asset.py,sha256=1VufLDAzJ33ULRhPiwiOz-9X5t14LbFfSY0ydT7Auyk,1589
+azure/ai/ml/_schema/assets/data.py,sha256=YhiflSAp3qIZx3np92ORuLDrcSFyzWo-lbJl8lVbwAA,981
+azure/ai/ml/_schema/assets/environment.py,sha256=6xnHn7FND5yNcdiCPnUe0hIbqLYfVS3FiDRj_08GbTM,6051
+azure/ai/ml/_schema/assets/federated_learning_silo.py,sha256=dxsOL2sWawPJI8spgy5zgrNqqa0foiB9-Y-4ohS8LZY,1023
+azure/ai/ml/_schema/assets/index.py,sha256=UGp5FL-crFKu0q5p8_ZKhG-sYO4DMbZj1YkqXxw5ZJM,1068
+azure/ai/ml/_schema/assets/model.py,sha256=GjzGuzEgVZdO4BOtNvwkUIsrvtlo9fr2d5ZUe1h71qo,2516
+azure/ai/ml/_schema/assets/package/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/assets/package/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/base_environment_source.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/inference_server.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/model_configuration.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/model_package.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/model_package_input.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/online_inference_configuration.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/__pycache__/route.cpython-312.pyc,,
+azure/ai/ml/_schema/assets/package/base_environment_source.py,sha256=qO2wkHHlJ1eA9aSiLtiB60IuIrqeTDQ3C7qIGMNHh80,637
+azure/ai/ml/_schema/assets/package/inference_server.py,sha256=-CA4axD-FUKD2QWI9TYQ6fqJcj_G5zdGdVoIdip_Dd0,1993
+azure/ai/ml/_schema/assets/package/model_configuration.py,sha256=JvsQSVMU0VyHVnPvFHy4vC-WfhFvRx6hydfOUVE7lz0,801
+azure/ai/ml/_schema/assets/package/model_package.py,sha256=14K7EXQPkX0OfB9DHFitgB3nSOZ1Opw6TALQ1tTWJfY,1530
+azure/ai/ml/_schema/assets/package/model_package_input.py,sha256=mhKwiT2svjRnTNQAr54BCTRkNBZeO-YinPN75DPDNV8,2393
+azure/ai/ml/_schema/assets/package/online_inference_configuration.py,sha256=l2F0dv9aZMEe9VjWe3SFRLfc6WFYUMDNMgXGc7c16MM,978
+azure/ai/ml/_schema/assets/package/route.py,sha256=sWX4EEGY0b1ERHNNwN75APz32sKMz11bDAy7nQmNbhY,673
+azure/ai/ml/_schema/assets/workspace_asset_reference.py,sha256=VxiFoSaRxwqJa80CcSPijNUauipuWou9eRJaOupaCXg,837
+azure/ai/ml/_schema/automl/__init__.py,sha256=NL37fRaQPp4UG_Lqz6XLn8jW2nxbZkA8UeZ303ZbgQY,1259
+azure/ai/ml/_schema/automl/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/__pycache__/automl_job.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/__pycache__/automl_vertical.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/__pycache__/featurization_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/__pycache__/forecasting_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/__pycache__/training_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/automl_job.py,sha256=-u8qka_Cy6wBO7j8dYMBjlExrXBAoKeeiBcfCZ9ginI,1035
+azure/ai/ml/_schema/automl/automl_vertical.py,sha256=c5eOIQ60PNCQe7SXiTz8hhIui9UOut5gR5FTq-KhgNY,839
+azure/ai/ml/_schema/automl/featurization_settings.py,sha256=MyoQ1txJJbcK9RDefAImvxZW2IRd0Z-FS-fH2MVuLYw,2560
+azure/ai/ml/_schema/automl/forecasting_settings.py,sha256=hlFGXPfkvCKWzZmJKCirpXlgLXj3AKdOpD6yvJQALlo,2559
+azure/ai/ml/_schema/automl/image_vertical/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_classification.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_limit_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_model_distribution_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_model_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_object_detection.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_sweep_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/__pycache__/image_vertical.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/image_vertical/image_classification.py,sha256=equEKQFFd9yN2Fu1-g921-azSBLPObm6BB3ITtlzRgo,2540
+azure/ai/ml/_schema/automl/image_vertical/image_limit_settings.py,sha256=tT_J0g04Myt-q0MwuChGRQf5btkOROe4Ayep_ktvQCY,653
+azure/ai/ml/_schema/automl/image_vertical/image_model_distribution_settings.py,sha256=c8sTieaKpUPkII9nc4Kv9mWhPuRXMNDY_wzzD1D_5ZU,9694
+azure/ai/ml/_schema/automl/image_vertical/image_model_settings.py,sha256=1T8mhVea3WWWMsPanDLSmPzR5G7aN7SLdvmKLjlgDhM,3525
+azure/ai/ml/_schema/automl/image_vertical/image_object_detection.py,sha256=dQRVioVatZr0aKw9ywEAx5YsBv08bL1LjXZViDgT10k,2740
+azure/ai/ml/_schema/automl/image_vertical/image_sweep_settings.py,sha256=VwDeV9rXwRPUs_K2bfX5NDLWscSp_xOUx580kso8mkk,944
+azure/ai/ml/_schema/automl/image_vertical/image_vertical.py,sha256=RmSq8OPLdRca7EOoFpsPfJ2GOUmdkYxcqcuhSqKt9PU,1008
+azure/ai/ml/_schema/automl/nlp_vertical/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/nlp_fixed_parameters.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/nlp_parameter_subspace.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/nlp_sweep_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/nlp_vertical.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/nlp_vertical_limit_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/text_classification.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/text_classification_multilabel.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/__pycache__/text_ner.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/nlp_vertical/nlp_fixed_parameters.py,sha256=y1ANXZaNVUSy8nNoajZzlp65yCuHIXell9WoasqNQbw,1211
+azure/ai/ml/_schema/automl/nlp_vertical/nlp_parameter_subspace.py,sha256=eeNpNAo_xGHQbS8QFqCacNRT_BC811WLlqXcT45xDps,4091
+azure/ai/ml/_schema/automl/nlp_vertical/nlp_sweep_settings.py,sha256=gvhNISUBT5527tfJvx40rNDao6nLezON3kmKRdqqlcU,938
+azure/ai/ml/_schema/automl/nlp_vertical/nlp_vertical.py,sha256=kYNFrluGh8PzbpmiLj7BwaRtcGQ6KcELLSXi7-GnRUc,1438
+azure/ai/ml/_schema/automl/nlp_vertical/nlp_vertical_limit_settings.py,sha256=LQ-bmS_9tQfa7EnGpteyPoB78w872sUiCfojs2Thutg,756
+azure/ai/ml/_schema/automl/nlp_vertical/text_classification.py,sha256=-iYB1w05COcgPntAChBMEzTmBSn-8DmJsYH0Zlo-iJg,1392
+azure/ai/ml/_schema/automl/nlp_vertical/text_classification_multilabel.py,sha256=abtX7mT75TdhoxqVehCPigYwLTdweumHYKiVe417M58,1433
+azure/ai/ml/_schema/automl/nlp_vertical/text_ner.py,sha256=uo5VbI1abfBRXbEu1WdiXI1ACv_HKfkirzUnspdC7F8,1283
+azure/ai/ml/_schema/automl/table_vertical/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/automl/table_vertical/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/table_vertical/__pycache__/classification.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/table_vertical/__pycache__/forecasting.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/table_vertical/__pycache__/regression.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/table_vertical/__pycache__/table_vertical.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/table_vertical/__pycache__/table_vertical_limit_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/automl/table_vertical/classification.py,sha256=LvSBM5fHxoBu07_tMQKxhZ12cKpePTlmXtjkrQBw7zE,1546
+azure/ai/ml/_schema/automl/table_vertical/forecasting.py,sha256=LI98uDS0LjAEB1Rsw-LnUZB-gS3nrlbhnQ0LIoLATpM,1702
+azure/ai/ml/_schema/automl/table_vertical/regression.py,sha256=xXMIKWTHszZ0_wiRyZMvwOmxPqoiw-_TEMRLTQ2jm1M,1498
+azure/ai/ml/_schema/automl/table_vertical/table_vertical.py,sha256=unYfcvjvEGK7fuUjJLDNpJyyIjS3z43Lu3RnBmRQm60,1562
+azure/ai/ml/_schema/automl/table_vertical/table_vertical_limit_settings.py,sha256=FdRvyNfi7bksjNvG3cU1GkzAwGP2IZObMRgZ8B9eO7A,1063
+azure/ai/ml/_schema/automl/training_settings.py,sha256=olYrPN_FRfdYVhMHXq50dBL7OmNYd_RYIlggjXeGyCo,4621
+azure/ai/ml/_schema/component/__init__.py,sha256=MknvlealpGJC6tfKiHDqrKIGWDuxkbCUEyBw2HFALN8,2091
+azure/ai/ml/_schema/component/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/automl_component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/command_component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/data_transfer_component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/flow.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/import_component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/input_output.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/parallel_component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/parallel_task.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/resource.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/retry_settings.cpython-312.pyc,,
+azure/ai/ml/_schema/component/__pycache__/spark_component.cpython-312.pyc,,
+azure/ai/ml/_schema/component/automl_component.py,sha256=PvtzKuiu9BbAnsOriCrxP-Pd_SwHZdP8vHYCI3TqC-U,981
+azure/ai/ml/_schema/component/command_component.py,sha256=nZL_-q3uUjLp-cApjEtoT9ONMQcdnEuQAYtToMsV5i8,5481
+azure/ai/ml/_schema/component/component.py,sha256=R8DeyKODNyfOojH4zttEK9Sri26rzeVf_3huk3O8JQc,5535
+azure/ai/ml/_schema/component/data_transfer_component.py,sha256=qz-oRrr5ddz5Y57BbNQbmAg0gZ-cwVJ6_d0CZYjjPqI,10263
+azure/ai/ml/_schema/component/flow.py,sha256=N_GakcINLvcfdQlfOBK_yGCPaww-mhqHsZfdck44QRY,3500
+azure/ai/ml/_schema/component/import_component.py,sha256=sgfVAEHJvygl-2dfUgo01o-sUYbzlJxi3CDaPWQEaHU,3084
+azure/ai/ml/_schema/component/input_output.py,sha256=Ajup0Advyt4yVqbB_smuKzI3FFVFVoRy8XM4zJw37vY,5461
+azure/ai/ml/_schema/component/parallel_component.py,sha256=x1fqRLKKjmJgDgsDPQZQlQEi4eI61SRt83X2RgmlrzQ,4749
+azure/ai/ml/_schema/component/parallel_task.py,sha256=4gbZJpgTcaG9s-InfbZb2JHNtZXOpsvexyG0n6CxooY,858
+azure/ai/ml/_schema/component/resource.py,sha256=IYZM2zwD1v7jwGuSoJG7jq555ImmBrq5ERuGpLMfw4M,655
+azure/ai/ml/_schema/component/retry_settings.py,sha256=Om_YrXdk5fcKYn4JipTTQjls6K8KJszNjtAV_sWTRcg,522
+azure/ai/ml/_schema/component/spark_component.py,sha256=gbmjYlcgT2VPagplmAAJJblMSjacDeG_h_LtvwgAyPw,3113
+azure/ai/ml/_schema/compute/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/compute/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/aml_compute.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/aml_compute_node_info.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/attached_compute.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/compute.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/compute_instance.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/custom_applications.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/kubernetes_compute.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/setup_scripts.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/synapsespark_compute.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/usage.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/virtual_machine_compute.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/__pycache__/vm_size.cpython-312.pyc,,
+azure/ai/ml/_schema/compute/aml_compute.py,sha256=DL_cMJxpbPMIEjkAa5NtJyC6JP3NU8UkP99HZ0M6Rvg,1908
+azure/ai/ml/_schema/compute/aml_compute_node_info.py,sha256=N5zL_51MGoMevQreZXrT7pGuEIKqIJkj5hP_NhReL_A,534
+azure/ai/ml/_schema/compute/attached_compute.py,sha256=ivlaKsedMVwoWbFnh1HS86M_AI6by2jhEWiChfzSvfo,401
+azure/ai/ml/_schema/compute/compute.py,sha256=oNFhyZuCZs8btRgnpzMsFsUqFY9x3ZLyVWVBA5owMac,3157
+azure/ai/ml/_schema/compute/compute_instance.py,sha256=T1lgrJPvoJ4wW1ve9ixUvL6S-L6n_ZARVyF4vopDoO4,3521
+azure/ai/ml/_schema/compute/custom_applications.py,sha256=JU1ycV-Wi-vpFlHe2aEHeEkaQSmQMb0e9F84DF1pDfA,1969
+azure/ai/ml/_schema/compute/kubernetes_compute.py,sha256=sUulEN9idnnyqPkF6evEAfwGS6WqWhu_OJ5lMFgLZx0,657
+azure/ai/ml/_schema/compute/schedule.py,sha256=zG_TQwUwl1b5xsXjsQKUdYftaaDQMiZ2zwZkv0pknQY,3626
+azure/ai/ml/_schema/compute/setup_scripts.py,sha256=cLFPKpy_tfMx0nwSKL3AeJplzAF_vtxQLPVCje1d8mo,1075
+azure/ai/ml/_schema/compute/synapsespark_compute.py,sha256=NSGmNTj_IYivxQ4jFqNrfToOIOzoS5Bt5IfcPJWmmv0,1689
+azure/ai/ml/_schema/compute/usage.py,sha256=C2Zh4XV1bIXTZHzw-NNHcniS-8vVUDWqeMzDWyonitk,1285
+azure/ai/ml/_schema/compute/virtual_machine_compute.py,sha256=-qwNMHSswglnJS6yvt8R3swjiAlFpZN6mMvvPqXyMyA,1190
+azure/ai/ml/_schema/compute/vm_size.py,sha256=K_uQcBcxQn9epdKaxUuBEpUZ_dkz3G0yjFfuXjpzOwY,653
+azure/ai/ml/_schema/core/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/core/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/core/__pycache__/auto_delete_setting.cpython-312.pyc,,
+azure/ai/ml/_schema/core/__pycache__/fields.cpython-312.pyc,,
+azure/ai/ml/_schema/core/__pycache__/intellectual_property.cpython-312.pyc,,
+azure/ai/ml/_schema/core/__pycache__/resource.cpython-312.pyc,,
+azure/ai/ml/_schema/core/__pycache__/schema.cpython-312.pyc,,
+azure/ai/ml/_schema/core/__pycache__/schema_meta.cpython-312.pyc,,
+azure/ai/ml/_schema/core/auto_delete_setting.py,sha256=nDIKaDUNP2WgMf0YLaGL26Qm0DvrrlLHSXOQw6tYrlE,1259
+azure/ai/ml/_schema/core/fields.py,sha256=qzILOqDAAP1d1cfrcbi6svdPasNvY2X_JCiLEhTnCuc,41371
+azure/ai/ml/_schema/core/intellectual_property.py,sha256=8HjqD7vvvwu-Hia5OmRAqYjdpJRB71Ak-7g80JwvN8E,1281
+azure/ai/ml/_schema/core/resource.py,sha256=8zA6_uJrbVCRj1wVpTKxeGOuujhoys98LIddZEiuMUI,1875
+azure/ai/ml/_schema/core/schema.py,sha256=fsi1Y0QP6IV430x3DTx8Ceq7NgJv8ILfOfSkoHj-QIU,5480
+azure/ai/ml/_schema/core/schema_meta.py,sha256=VHqQxTbYn8v0oyCHx4z7oV6gqeFDITH4ZNpmHOF5hj8,1665
+azure/ai/ml/_schema/identity.py,sha256=63VskdlJQ0RyOR7NL0bLDF_RRJyf0GiwICuriWUcJag,2738
+azure/ai/ml/_schema/job/__init__.py,sha256=3B4UrQ2dsXFIDLXjNpT4jbe8kze0XXMdVYcHRIGMYrE,983
+azure/ai/ml/_schema/job/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/base_job.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/command_job.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/creation_context.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/data_transfer_job.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/distribution.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/identity.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/import_job.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/input_output_entry.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/input_output_fields_provider.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/input_port.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/job_limits.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/job_output.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/parallel_job.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/parameterized_command.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/parameterized_parallel.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/parameterized_spark.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/services.cpython-312.pyc,,
+azure/ai/ml/_schema/job/__pycache__/spark_job.cpython-312.pyc,,
+azure/ai/ml/_schema/job/base_job.py,sha256=PLfprJzZj-uPJY1wotx6K69HsOySxobtq9DP8h1HoJ0,2597
+azure/ai/ml/_schema/job/command_job.py,sha256=6VgMcXg5EPKqF1OUm_pL314fsBHyHtz4klLQrHPmkGY,962
+azure/ai/ml/_schema/job/creation_context.py,sha256=x_bGmHD2S_P07-UK4Q0uF_tGaiNjQUlcRNPnJ4UmXGw,553
+azure/ai/ml/_schema/job/data_transfer_job.py,sha256=rzibY3m6-LcRNBs1C4B8EpkuO9XT0zVjwxZgVUeXf3s,2809
+azure/ai/ml/_schema/job/distribution.py,sha256=lvTMzdjnsbNQ8C4_Y2cBFDbPQTMqf7Tsg0f4JuKqvXE,3418
+azure/ai/ml/_schema/job/identity.py,sha256=Yrab4UGRG2dmOCDUOR_oBd8Esav79HmrSWsQhGn8Cvw,1928
+azure/ai/ml/_schema/job/import_job.py,sha256=j5kHXOgoxOCHt30zEWv_-F0oOBNmehSBP1d1SgsqbyM,1902
+azure/ai/ml/_schema/job/input_output_entry.py,sha256=bRtVjYm2EdHsoiR_sCEQ0aAqy2q0C7EEghfRn2cU5Lw,7487
+azure/ai/ml/_schema/job/input_output_fields_provider.py,sha256=mmJ81iZD74UJ6Dod_cVUnIVD1MAGt_2gznd4CQIfzvE,2028
+azure/ai/ml/_schema/job/input_port.py,sha256=DimKFkzH0bGNCoNugede86rOizyxJds9TsIF-8064fE,764
+azure/ai/ml/_schema/job/job_limits.py,sha256=MuBPJmrUP8GpYGqM43x2tFy6iOlKot8nwvoFe0x6buo,1488
+azure/ai/ml/_schema/job/job_output.py,sha256=b_DFyNe5mSU7sa7aZIEQqx68Jb21aZJIZwlVI5X-1Vg,597
+azure/ai/ml/_schema/job/parallel_job.py,sha256=iZYzNNgpKjfM94uLxdjVIIEpleIGqOqsLKroCbUAGOs,673
+azure/ai/ml/_schema/job/parameterized_command.py,sha256=RreBtfWWEDYpV384CGtuTxdwhF7Ta1zoYP4ZrutWLrk,1484
+azure/ai/ml/_schema/job/parameterized_parallel.py,sha256=PfctmWYEh12IWqpFPo5Y6qn_e6TCj5gKdwucNqoaNHA,3150
+azure/ai/ml/_schema/job/parameterized_spark.py,sha256=gJfg_8E7X8un9GmB96W2JjKqDn6YvOT5N1m0h8c1Hlk,6154
+azure/ai/ml/_schema/job/services.py,sha256=Zz130cBKw90HWYmwunwCiFE0vNCGmtMJKt88r4Y2gWM,2941
+azure/ai/ml/_schema/job/spark_job.py,sha256=sEcY8oC7YYvbfEjbYCcWs-baWpcGwNkD4-xlLaT28Vk,1229
+azure/ai/ml/_schema/job_resource_configuration.py,sha256=9JPvw0RiOrUXYsHQthLzYl-pXvAWLD8epiIiPmEm0Xo,1373
+azure/ai/ml/_schema/job_resources.py,sha256=p2d6lXIgI1lcVoNg1Ixrc7L66jU0EURCqoPl_qljinE,665
+azure/ai/ml/_schema/monitoring/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/monitoring/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/alert_notification.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/compute.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/input_data.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/monitor_definition.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/signals.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/target.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/__pycache__/thresholds.cpython-312.pyc,,
+azure/ai/ml/_schema/monitoring/alert_notification.py,sha256=3e___nMIe1zX3cntRgPFGZzH2C245NowSODXkRBn2qM,604
+azure/ai/ml/_schema/monitoring/compute.py,sha256=lJDGbE2Btnu_YdhHq8P_3Qi_JsQHiacuZ4kSiNpl3_o,768
+azure/ai/ml/_schema/monitoring/input_data.py,sha256=QtYJc-F3wLSSl5DKBaSw_FPfQihto2x3rchHDqiO8kU,1831
+azure/ai/ml/_schema/monitoring/monitor_definition.py,sha256=d528ZgKGzTaUSjuQXJJpdQtgB6hhwPwhozu7qh4gLhM,2164
+azure/ai/ml/_schema/monitoring/schedule.py,sha256=fH5ko7kacEl70JJ4ZwACb5_i5jIaZFWywvT_YviUQy4,493
+azure/ai/ml/_schema/monitoring/signals.py,sha256=QPXllrs1aXdYStGHvGs2AHaKl_fIOUgckToGtKSYWT4,13397
+azure/ai/ml/_schema/monitoring/target.py,sha256=7scF0xpWvrYUIqbWaNAHW_jq-TuGYLf6KAOT1XvDDYE,966
+azure/ai/ml/_schema/monitoring/thresholds.py,sha256=eUrQ7QUgKgXad2_kGfktHTiwvl5BngXGBGDtYqjsS7I,7607
+azure/ai/ml/_schema/pipeline/__init__.py,sha256=A0y34we84fh-HsqXvAt5dwnxPwZV3LbMsXdiRlJ5gSs,563
+azure/ai/ml/_schema/pipeline/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/automl_node.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/component_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/condition_node.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/control_flow_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_command_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_component.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_datatransfer_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_import_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_job_io.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_parallel_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/pipeline_spark_job.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/__pycache__/settings.cpython-312.pyc,,
+azure/ai/ml/_schema/pipeline/automl_node.py,sha256=rCw3MteJUSMysBwFQAtXp7uZTNBbLynk0I2Oj6Al414,6791
+azure/ai/ml/_schema/pipeline/component_job.py,sha256=BOOtSUcXM6r_8B6JpBeEgaQwQ8xBZRo1GPGrhfNsEiQ,20888
+azure/ai/ml/_schema/pipeline/condition_node.py,sha256=URVq8fB0BbaXbOtyxqgsTKUX89t4Cs7QmvuN3OntmkU,2268
+azure/ai/ml/_schema/pipeline/control_flow_job.py,sha256=Zt7wHyBzZ8JY-mi7UcI6Tq5Q-2lNM9cMMgV0Nez9QjQ,4881
+azure/ai/ml/_schema/pipeline/pipeline_command_job.py,sha256=9730EAetQucR8kCYlXVyud5Td7XjBHOpCttaMKVg25U,990
+azure/ai/ml/_schema/pipeline/pipeline_component.py,sha256=znvIh9qWiJnHh7D4hPYntnjBPeMbXqrsOp0Fut_xGnY,12476
+azure/ai/ml/_schema/pipeline/pipeline_datatransfer_job.py,sha256=IgBFIOhudFyKF52nJGZF5Id1bEOg-5ucNVsgit3ddAI,1847
+azure/ai/ml/_schema/pipeline/pipeline_import_job.py,sha256=32KIWgQZU9cUkXSYJ_AYF0Ji-2U0ItVi4o1iTXwOQSg,706
+azure/ai/ml/_schema/pipeline/pipeline_job.py,sha256=BU3dvfBlIf-63TxB1npXSG_fGmtJAY7umTu3SYUqCHI,2946
+azure/ai/ml/_schema/pipeline/pipeline_job_io.py,sha256=fdKWpm4q5arxZhVjepRhSnPb8ny8PcyD6KuFrmusaqA,1857
+azure/ai/ml/_schema/pipeline/pipeline_parallel_job.py,sha256=IA8Gh47Zik7SvVBkRzm2gQ4JbkAdVmxyL5MUCmLZhR4,1438
+azure/ai/ml/_schema/pipeline/pipeline_spark_job.py,sha256=yqI7cxuDQqlTmcR7BwJmsouRaRAA4TS2uHYYp4u9hy4,895
+azure/ai/ml/_schema/pipeline/settings.py,sha256=JR9g-qZMUMNAafgR6Mx062aJRZtsPquNtAIG8ljcn0A,1523
+azure/ai/ml/_schema/queue_settings.py,sha256=eEQ6hgucUpJhn2DuvE-TMKr3B0YI8uO8HzpQjdn0mik,852
+azure/ai/ml/_schema/registry/__init__.py,sha256=07hGsMIEVsGpiNQjOBB8MsoUdJaSrXiIcrqPJTDJSL4,330
+azure/ai/ml/_schema/registry/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/registry/__pycache__/registry.cpython-312.pyc,,
+azure/ai/ml/_schema/registry/__pycache__/registry_region_arm_details.cpython-312.pyc,,
+azure/ai/ml/_schema/registry/__pycache__/system_created_acr_account.cpython-312.pyc,,
+azure/ai/ml/_schema/registry/__pycache__/system_created_storage_account.cpython-312.pyc,,
+azure/ai/ml/_schema/registry/__pycache__/util.cpython-312.pyc,,
+azure/ai/ml/_schema/registry/registry.py,sha256=aqg8uTUrSEuyk7lxQBTUlKexMlN0J7QiN3Ybie7dsHw,2596
+azure/ai/ml/_schema/registry/registry_region_arm_details.py,sha256=LHGjK9C-lZO7DdD1xf9eZGfCI4TOFY015fZbmS8_q9A,2557
+azure/ai/ml/_schema/registry/system_created_acr_account.py,sha256=plhDQkwBQX28TvnDQmLad222hI7X3UzIf6olyDj91ec,1316
+azure/ai/ml/_schema/registry/system_created_storage_account.py,sha256=yN6K7MqICivzC6su1yKt2nbqmQsz0WR0uTbpwfY9neA,1602
+azure/ai/ml/_schema/registry/util.py,sha256=Ve3BEAPVaT32j38U30NpLCHlyyzn8w2ez9zSL1f7YuM,542
+azure/ai/ml/_schema/resource_configuration.py,sha256=_EyLgah9FGC5aRxyjbXpo4ShuTnnOKYTsBL0LTtBytA,744
+azure/ai/ml/_schema/schedule/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/_schema/schedule/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/schedule/__pycache__/create_job.cpython-312.pyc,,
+azure/ai/ml/_schema/schedule/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/_schema/schedule/__pycache__/trigger.cpython-312.pyc,,
+azure/ai/ml/_schema/schedule/create_job.py,sha256=K5TpG4RW2dGhNMb90SMju9rvKK4LPC-Uuh3Tz9128Lg,5349
+azure/ai/ml/_schema/schedule/schedule.py,sha256=4r_OIC1LIEsWGohWaqQTX6hR5fYDM5UwIiP4_Z4578c,1621
+azure/ai/ml/_schema/schedule/trigger.py,sha256=rzjWkZl0guc7bqKmMCIN0N4yNN9Yaz7RJ7l3dGXo65w,3094
+azure/ai/ml/_schema/spark_resource_configuration.py,sha256=rRWK4c4UQ7MXNuOSUUtzcmFDZ-7-BAi-oDuLRotO7rA,1821
+azure/ai/ml/_schema/workspace/__init__.py,sha256=M-7_wJoUbioLu18UbYK9S4XeztEZKguo-lyfFhasYDc,453
+azure/ai/ml/_schema/workspace/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/customer_managed_key.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/endpoint_connection.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/identity.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/network_acls.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/networking.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/private_endpoint.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/serverless_compute.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/__pycache__/workspace.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/ai_workspaces/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_schema/workspace/ai_workspaces/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/ai_workspaces/__pycache__/capability_host.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/ai_workspaces/__pycache__/hub.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/ai_workspaces/__pycache__/project.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/ai_workspaces/capability_host.py,sha256=7wBEBPSyBq4YKXphry9dFcDoON7fxYP_BpWhjptboNs,700
+azure/ai/ml/_schema/workspace/ai_workspaces/hub.py,sha256=fWF0auYjRzSrtMtTj9wO9-IlTxZ4NeNkkbcDExzzdEY,821
+azure/ai/ml/_schema/workspace/ai_workspaces/project.py,sha256=x28iIm1BKFUAmUwJPGWKql2Ary7bgpMGa_doziP5MW4,610
+azure/ai/ml/_schema/workspace/connections/__init__.py,sha256=amGgHAvl6cFz87cYDqIKAshI7Mh3ctSAQ5ESrAZ2udo,1234
+azure/ai/ml/_schema/workspace/connections/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/connections/__pycache__/connection_subtypes.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/connections/__pycache__/credentials.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/connections/__pycache__/one_lake_artifacts.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/connections/__pycache__/workspace_connection.cpython-312.pyc,,
+azure/ai/ml/_schema/workspace/connections/connection_subtypes.py,sha256=OVqWq5e86cbtd0bnU4EAC1Q8toQXfQVasOvABHDtxhA,8246
+azure/ai/ml/_schema/workspace/connections/credentials.py,sha256=EV8mRVRqLgoIVG-LYC8rfGZUCIhqbzAIawJoFPLq1PU,5639
+azure/ai/ml/_schema/workspace/connections/one_lake_artifacts.py,sha256=9O5eclcQ7YOQE-nvNEC9Pj3hZ8BcLTNh5Zt8GF6yKHU,910
+azure/ai/ml/_schema/workspace/connections/workspace_connection.py,sha256=Cfvrcf-Mn6imZ5gxWuTPmGykNmmC7OgqA9RyRq-kUxc,3547
+azure/ai/ml/_schema/workspace/customer_managed_key.py,sha256=l_bldBVsw-RPrfEZve43lkks_DlFUqahrFsXBQO9z-0,685
+azure/ai/ml/_schema/workspace/endpoint_connection.py,sha256=bpKQ-_-5Aq2s33OSUhcyVMd4R3AFv5eD7jgqnvZY7XY,697
+azure/ai/ml/_schema/workspace/identity.py,sha256=a_8B9Lz0a75-vA3-QJFeYlcAMU_n5npfvw37kJzhiCc,3183
+azure/ai/ml/_schema/workspace/network_acls.py,sha256=P4CiDb4J7JFbxBBfUV9cqM5QpkLHy9AsNGymnBmTrnM,2534
+azure/ai/ml/_schema/workspace/networking.py,sha256=cYG1I6SC7qkx8CzuyO3iGMZPLjfxBrO43mkuI866GU4,8473
+azure/ai/ml/_schema/workspace/private_endpoint.py,sha256=JDXuTVITACswiVscaYHc__3gQFwVMLfdqX8CsVbbx4I,773
+azure/ai/ml/_schema/workspace/serverless_compute.py,sha256=6d5-lB2alGi6AjXknu9XSGeMOfGK2s9pfkcyL6Ojsu8,2404
+azure/ai/ml/_schema/workspace/workspace.py,sha256=ac6Zx-lM5HwWilUNRBNt5GVEIxzSDeSk0ieR7W3cMCA,2406
+azure/ai/ml/_scope_dependent_operations.py,sha256=ov4FVCF1nR8sMtFkiMljXUw1kYKJIT8Y6lZujLU7Now,4978
+azure/ai/ml/_telemetry/__init__.py,sha256=UeyTL0WUa1FoszJeqIK_VdsmcvCeRR4ZOpbctxxdmUM,633
+azure/ai/ml/_telemetry/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_telemetry/__pycache__/_customtraceback.cpython-312.pyc,,
+azure/ai/ml/_telemetry/__pycache__/activity.cpython-312.pyc,,
+azure/ai/ml/_telemetry/__pycache__/logging_handler.cpython-312.pyc,,
+azure/ai/ml/_telemetry/_customtraceback.py,sha256=cgBYz6rns9dQO8SkrtYXO08a4MMho-cryW4ZMGq6mdg,7699
+azure/ai/ml/_telemetry/activity.py,sha256=BnsVZ9f5Z2z6Simooc9y8WXmyAOE_XLk2-dJ2W7kZvk,16283
+azure/ai/ml/_telemetry/logging_handler.py,sha256=ppQGrHEXeoPz-aJOLXgOUEFGzrv4Uw-ZF-xbtvM_UPU,5321
+azure/ai/ml/_user_agent.py,sha256=iYCTn5cNBKd67IVyFBtHXgE9r6ByxfYcj3yRsZKNHp8,274
+azure/ai/ml/_utils/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_utils/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_appinsights_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_arm_id_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_artifact_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_asset_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_azureml_polling.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_cache_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_data_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_endpoint_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_experimental.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_feature_store_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_func_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_html_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_http_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_logger_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_package_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_pathspec.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_preflight_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_registry_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_storage_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/_workspace_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/azure_resource_utils.cpython-312.pyc,,
+azure/ai/ml/_utils/__pycache__/utils.cpython-312.pyc,,
+azure/ai/ml/_utils/_appinsights_utils.py,sha256=dZN3z1sCkGIm3ui_scvfKVn2GdshoyBhVc-V09CinlE,560
+azure/ai/ml/_utils/_arm_id_utils.py,sha256=NghqyKRN-If9SIOJWnGSnzNzqejAzpVM8rKBZ_nvcsE,18587
+azure/ai/ml/_utils/_artifact_utils.py,sha256=hsoqXi9bgwEK67yHXksxHQE_v7phvsPbTZvprG-od2g,19053
+azure/ai/ml/_utils/_asset_utils.py,sha256=xE1GJ5pWtBYWqwK_8JWCVANMprf5OHLU16VtWVef_Ig,44602
+azure/ai/ml/_utils/_azureml_polling.py,sha256=tH5u70GDp1y6D1ai66AlWbRCUy7tGS6ZIA-I2sTDOV0,1621
+azure/ai/ml/_utils/_cache_utils.py,sha256=XBsaaGH4XZxYraN96T4IYf_uGndd4JK9SJPW58I4w8A,20620
+azure/ai/ml/_utils/_data_utils.py,sha256=OQFuOk-qp7ogJs0mXUGr3uqgkvV3KG4sC8eVF7S_IIU,3419
+azure/ai/ml/_utils/_endpoint_utils.py,sha256=LKrSti_uLn9ep5AfXh6ewUr9wEstZgA05LwIVnC4XT0,9757
+azure/ai/ml/_utils/_experimental.py,sha256=zUubxU_RfXttkWDvKBNdnXXdvJF7R9bXFvhBQTG6N9Q,5074
+azure/ai/ml/_utils/_feature_store_utils.py,sha256=JEzy0kmNLsOKlYr0ratMjCa-MXAcovnLaB1sgqcookU,4274
+azure/ai/ml/_utils/_func_utils.py,sha256=ZkD5xmI42SGtwwSgwV2pocp7RK-ZZH6XXRlsCuqPvQk,18752
+azure/ai/ml/_utils/_html_utils.py,sha256=9wUwcYIvtWlLon-s_Jch9ArpPnMeFayNVvATqfq-RPU,5511
+azure/ai/ml/_utils/_http_utils.py,sha256=bmqqYctof-98nWdUc74IeBBjtWc2Kq_HHdfM7GE_EsE,6900
+azure/ai/ml/_utils/_logger_utils.py,sha256=FAjEsJj5obFAiKYPCxpo68NL7k1IKNoVvvJhAJ2qZBI,2408
+azure/ai/ml/_utils/_package_utils.py,sha256=LEI4Bp27S5auym_stf4AvFc-UA-8euDV1aIdxNwnsQI,3694
+azure/ai/ml/_utils/_pathspec.py,sha256=nP1bMQO-3P87GOe3kwPrk5yBkqY9LytxMprT2hcCSQw,22630
+azure/ai/ml/_utils/_preflight_utils.py,sha256=NPnPFKEuQ34upQQLFegRD9QFW2MPXFuZGe9K91h60gk,1064
+azure/ai/ml/_utils/_registry_utils.py,sha256=RovHQtaFZxaVoksllQHxA-q1kwMS4yeOUsNzdSibltc,8377
+azure/ai/ml/_utils/_storage_utils.py,sha256=Hkc0ykEoZhu0BNgswmkRGv-wiy-RH5qAhLiA0GUBadU,8241
+azure/ai/ml/_utils/_virtual_cluster_utils/__init__.py,sha256=aJmpsjhBrqONppEr7bWD1H8uY5MsSMh5M18A67zE-zo,2030
+azure/ai/ml/_utils/_virtual_cluster_utils/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__init__.py,sha256=jDBbj-3owAdcfGgx5tS7YwhSkAY3XTINXNvvxFkutoA,731
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__pycache__/_index_service_apis.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__pycache__/_vendor.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/__pycache__/_version.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/_configuration.py,sha256=xuQ2Q3FTJiOARjo4z-A1bSuh86P8S9mJej6-iRK84tg,2918
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/_index_service_apis.py,sha256=KKnIRsMaSn2WL4opY8qeZvTF24EBW7mQXWpcO5QtF1g,3474
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/_vendor.py,sha256=ZdSci2rKP8DL054cHAsXVp5ZPBL8_8gzWR_5rx8fCyg,676
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/_version.py,sha256=bcZdiGl9enEfUkIqCfk8JpOr-Za3CIIStQZywmmStrc,384
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/__init__.py,sha256=YZuhI4swlNbP15JZykuosx8uSE0d7d-eUe1q33B16mQ,679
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/__pycache__/_index_service_apis.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/_configuration.py,sha256=Dzy2huYpV98ndDbS00MmvDHqQ4ynm_HhpB9JR7QbbEs,2831
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/_index_service_apis.py,sha256=3ye1XEbyyiBv-W2smkaqgVBw785aIdxc0kdzjnQr_Cg,3361
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/operations/__init__.py,sha256=pyyvSbLsA7gnDjmnkpV_PrtgBXC9dGL8WgluweC-2YA,476
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/operations/__pycache__/_index_entities_operations.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/aio/operations/_index_entities_operations.py,sha256=SEOCHw7g2tC7zT64vM6o_Abdb8kFBwuSqFkonEW5rGM,5419
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/__init__.py,sha256=3URBPJoPspMRQjIWp9KL8CqQ_CXMeVEc2GzHZzd3nmg,24536
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/__pycache__/_index_service_apis_enums.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/_index_service_apis_enums.py,sha256=DT-kzXMJOvGCWP72jXiqUax2zTIa5oNhuilt1Qe1_Bg,9701
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/_models.py,sha256=oE4BFJhtIZ-t5GNZRn9bQHx420LrBJSvWchHaGmuEbQ,387848
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/models/_models_py3.py,sha256=wvyP7r4PaXd9-3swgZayfkf7sbR_sMRPGTjs8tJnz5c,419787
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/operations/__init__.py,sha256=pyyvSbLsA7gnDjmnkpV_PrtgBXC9dGL8WgluweC-2YA,476
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/operations/__pycache__/_index_entities_operations.cpython-312.pyc,,
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/operations/_index_entities_operations.py,sha256=FG8meUMKXpzFsb1avX6PL4hzQmhL9xULmCmyYX7Nnew,5804
+azure/ai/ml/_utils/_virtual_cluster_utils/_restclient/index_service_apis/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
+azure/ai/ml/_utils/_workspace_utils.py,sha256=MVxdJaikktiy0xy0GRaZoXWxoU6X1rEg7Q7kw814m2o,3528
+azure/ai/ml/_utils/azure_resource_utils.py,sha256=vyl1bt5yvT4aoO0iXH2kPS7HyEdjUka9giA3ti6RVuc,3130
+azure/ai/ml/_utils/utils.py,sha256=x8NSRM_JGBA0YO3QWq77pzM8sWBTmpR1n2xuMku9NxI,51195
+azure/ai/ml/_vendor/__init__.py,sha256=vV8bhHRJHrJVbMOhR8jvnWF0_ZwCRQiSsUwf0X04gtg,262
+azure/ai/ml/_vendor/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/__init__.py,sha256=OpC7xvF3un40PGEN2C8Jj_kXnN3Xkk55vzoTfs1xDsA,676
+azure/ai/ml/_vendor/azure_resources/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/__pycache__/_resource_management_client.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/_configuration.py,sha256=wHfbTd7o24mi7Y_SkYTghMB6CGEu8gu3dQtAMy3n5KY,3285
+azure/ai/ml/_vendor/azure_resources/_resource_management_client.py,sha256=YF1JL-vELJMUupBvev-bu3kAAjO-nHOgSV09ZinSgBE,4645
+azure/ai/ml/_vendor/azure_resources/aio/__init__.py,sha256=82OnDH7CXwwv7tRTkNbw9Gj-c2TXgcDnTtrrKxlg2_s,574
+azure/ai/ml/_vendor/azure_resources/aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/__pycache__/_configuration.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/__pycache__/_resource_management_client.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/_configuration.py,sha256=8GGN4fo7tOCM5rm0AD_kxWPkUflAIdtjume8zfshOhU,3177
+azure/ai/ml/_vendor/azure_resources/aio/_resource_management_client.py,sha256=hCRDdF3QfMdPZYXhdW4bAlhzIvXxHFgmueGlIi0Wwgw,4586
+azure/ai/ml/_vendor/azure_resources/aio/operations/__init__.py,sha256=O0Ht-GsQRlFkFpYsLzuNK3DLUYPt8t--5YlYQVCUPJc,1070
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_deployment_operations_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_providers_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_resource_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/__pycache__/_tags_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/aio/operations/_deployment_operations_operations.py,sha256=DGhEKSpBjGijzAJsLK9X7lHdy6B38ixsYOIJnEIjQvw,35924
+azure/ai/ml/_vendor/azure_resources/aio/operations/_deployments_operations.py,sha256=1LrodCiljPpMM2ZAAvrCM3rTF7EPMv1g2j2xg9ugyl0,188818
+azure/ai/ml/_vendor/azure_resources/aio/operations/_operations.py,sha256=XzIpXV4yg40f_ehsH4au2dIhsk7jKjhHYCJ1aH-ZAEU,4637
+azure/ai/ml/_vendor/azure_resources/aio/operations/_providers_operations.py,sha256=3X2pxq8nnDooxlupi8ZLmkVHSmDcpKa6G2tmGGQof1Q,19624
+azure/ai/ml/_vendor/azure_resources/aio/operations/_resource_groups_operations.py,sha256=j3TFb9E_s8ReA3rRhxCMOoqCT0bvBLJgjmheleBzMv4,28537
+azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py,sha256=YVR-1uhqQkKxonQNhWYGV1OebPfyjUdKNOwHnv2t6tQ,75003
+azure/ai/ml/_vendor/azure_resources/aio/operations/_tags_operations.py,sha256=gedtukWd6VDScZ2_jdfgaPQb0bBfD91G-2syBKeEXK4,26532
+azure/ai/ml/_vendor/azure_resources/flatten_json/__init__.py,sha256=CrbPuQ5yi0B_e_kh4C7ZFlEFT0G56K8UEa6MB2bcNC4,16482
+azure/ai/ml/_vendor/azure_resources/flatten_json/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/models/__init__.py,sha256=roKPHqGahbMuXlEwzZ6z64iDAKJhhKPlkjIxJ1XgJNs,10329
+azure/ai/ml/_vendor/azure_resources/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/models/__pycache__/_models_py3.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/models/__pycache__/_resource_management_client_enums.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/models/_models.py,sha256=PE18awgAmHiIpV4mbkBYx6HedM4mnB6HCK97W9elRbM,83782
+azure/ai/ml/_vendor/azure_resources/models/_models_py3.py,sha256=AkT57_BKAtuiPiN_7Z0Cfh4-GX9V8Z7GFTjFHEVKo6E,90071
+azure/ai/ml/_vendor/azure_resources/models/_resource_management_client_enums.py,sha256=fdiOikAwx5ox2cev3Aq15VAD_wrrWC5Sp7Lqy7lVQcw,7315
+azure/ai/ml/_vendor/azure_resources/operations/__init__.py,sha256=O0Ht-GsQRlFkFpYsLzuNK3DLUYPt8t--5YlYQVCUPJc,1070
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_deployment_operations_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_deployments_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_providers_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_resource_groups_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_resources_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/__pycache__/_tags_operations.cpython-312.pyc,,
+azure/ai/ml/_vendor/azure_resources/operations/_deployment_operations_operations.py,sha256=b9OxFgYQ4Eq-fxt-t6A8wlgt1JCdFY9-A07yW7j8jtM,36554
+azure/ai/ml/_vendor/azure_resources/operations/_deployments_operations.py,sha256=i8HgGBSoulgFIi0YtXn105v-FQpxTjq72jgSK9nVc3M,192309
+azure/ai/ml/_vendor/azure_resources/operations/_operations.py,sha256=1Pl5I5Y86HHLsiMGBd49pSt6L-5BRNpEOITEHkJqTgY,4716
+azure/ai/ml/_vendor/azure_resources/operations/_providers_operations.py,sha256=OYFdLLsQT95DalFfpUnR3Sbb2ANDUlfhrhl-QqKtgmg,20010
+azure/ai/ml/_vendor/azure_resources/operations/_resource_groups_operations.py,sha256=xjj2zeSzJPMkS_kH3LK8cITXo-fKWhVibzgugafGDRE,28988
+azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py,sha256=obtjGAKSZNjC5OFniCyRGeDEm2e58MKo8zXfO9hCG98,76225
+azure/ai/ml/_vendor/azure_resources/operations/_tags_operations.py,sha256=Lyb0_g4oxIRFDJOA4JF-l0Bsp5ynBKRQzwRK2ymdPVY,27135
+azure/ai/ml/_version.py,sha256=fRAqRQPD0irr1qQxYvhCmGkP7yuTy3LScplvgj-yZoY,200
+azure/ai/ml/automl/__init__.py,sha256=DaUZPyTOrWIM0DnkT-EflpfAJMUUJrP0zobpPLopM_M,4264
+azure/ai/ml/automl/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/automl/__pycache__/_automl_image.cpython-312.pyc,,
+azure/ai/ml/automl/__pycache__/_automl_nlp.cpython-312.pyc,,
+azure/ai/ml/automl/__pycache__/_automl_tabular.cpython-312.pyc,,
+azure/ai/ml/automl/_automl_image.py,sha256=z-1e7jB-6phGic_oMyOIqkrrXDCRrRhw0NeKpXz5-_Q,14039
+azure/ai/ml/automl/_automl_nlp.py,sha256=_X8KOhh7zvZ-iT1iqeuLtD-nqTzWqhfbI7Uc-PBQNgg,6846
+azure/ai/ml/automl/_automl_tabular.py,sha256=Z428C7lPTr5AeWci7q57VpwARuyxWaxVFJ5j8xxTYKo,24840
+azure/ai/ml/constants/__init__.py,sha256=srxdyiu2kkC9MeMFKph97jdwNRXMOjdUNkw_9xsleaY,2060
+azure/ai/ml/constants/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_assets.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_common.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_component.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_compute.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_deployment.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_endpoint.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_finetuning.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_monitoring.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_registry.cpython-312.pyc,,
+azure/ai/ml/constants/__pycache__/_workspace.cpython-312.pyc,,
+azure/ai/ml/constants/_assets.py,sha256=-kFcx7My6VCFUWoDsqDbnIOiiiYc-s_U61ZHwjpw6u4,476
+azure/ai/ml/constants/_common.py,sha256=b8ISd48Pg8XludU4qHXPCZuHC08V-LozDHaN1PfFNYA,39079
+azure/ai/ml/constants/_component.py,sha256=2-bHRyPUf_IHZfowaGP3RqhlZHC_TXDXWAXPOZN9mGI,5409
+azure/ai/ml/constants/_compute.py,sha256=1fqoymw4sk9Wis95oe5Y_ijSe-36FO56Faa2HgC8wig,5595
+azure/ai/ml/constants/_deployment.py,sha256=KRVHlUqcfuXLj1FBBbDKso_NXZW9yuf61SWB-rbEhnE,814
+azure/ai/ml/constants/_endpoint.py,sha256=DFtWshrWo6VcQTwF2yPxAFXgtkW-t575ZtsSqzl4__8,3100
+azure/ai/ml/constants/_finetuning.py,sha256=Abrfndtic3x3JuS9ygzEHxOTrjS8HjGRcfVz7t52Vb4,737
+azure/ai/ml/constants/_job/__init__.py,sha256=f19zODqWyF2odfw3ARycjjA-BEtIuvZqcxWrOWmsuUA,1144
+azure/ai/ml/constants/_job/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/constants/_job/__pycache__/automl.cpython-312.pyc,,
+azure/ai/ml/constants/_job/__pycache__/distillation.cpython-312.pyc,,
+azure/ai/ml/constants/_job/__pycache__/finetuning.cpython-312.pyc,,
+azure/ai/ml/constants/_job/__pycache__/job.cpython-312.pyc,,
+azure/ai/ml/constants/_job/__pycache__/pipeline.cpython-312.pyc,,
+azure/ai/ml/constants/_job/__pycache__/sweep.cpython-312.pyc,,
+azure/ai/ml/constants/_job/automl.py,sha256=NmifWYTC1wvV4kbkh39MUWGlpjx1RlSnPVvKoBC8iW0,4202
+azure/ai/ml/constants/_job/distillation.py,sha256=kKumLMUh7hiXQRobFCfWIvaD7Q8ciaiVECxWdiAzElc,448
+azure/ai/ml/constants/_job/finetuning.py,sha256=o0W_hdw6BrTYdgzQ2vOGGT5Mc57TmhFbDuDFeIbeO1A,922
+azure/ai/ml/constants/_job/job.py,sha256=rExlpzK_ZEQbVaV84IqP6SkxHNqY5xc799W-ONaDv1o,4759
+azure/ai/ml/constants/_job/pipeline.py,sha256=lhfMiMe9K8jyxVDkNcXjJySWqs1ns8nMqe-nSlaOdog,1685
+azure/ai/ml/constants/_job/sweep.py,sha256=iJ4OefDCPI2CRuV6wcTyantP30nUluEgYcjaP6BLvEc,690
+azure/ai/ml/constants/_monitoring.py,sha256=FBXXt6HzmZLd_RSlLbsFJEQLOb4kqGelP9mpcUyUL0o,4468
+azure/ai/ml/constants/_registry.py,sha256=Rzm0dsT0xiTjloJvZyoENUm2i-Pv7Xk-S5EU__qPXb4,1465
+azure/ai/ml/constants/_workspace.py,sha256=tjBLtc7l2xtCAweeSSI_AfW13EN2WBjBlEDwoTU9p4w,1548
+azure/ai/ml/data_transfer/__init__.py,sha256=bndSwQ7ccP_dtqKo9MJ6MQ8Nv9FCj18VOne1kRinEn0,961
+azure/ai/ml/data_transfer/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/dsl/__init__.py,sha256=lyP-Vv8tJnTEdZ-T44N2VcC3ll5XAPFJMSei830ta2U,328
+azure/ai/ml/dsl/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_component_func.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_condition.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_do_while.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_dynamic.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_fl_scatter_gather_node.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_group_decorator.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_load_import.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_overrides_definition.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_parallel_for.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_pipeline_component_builder.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_pipeline_decorator.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_settings.cpython-312.pyc,,
+azure/ai/ml/dsl/__pycache__/_utils.cpython-312.pyc,,
+azure/ai/ml/dsl/_component_func.py,sha256=naPHOFhOoMusQcP_qrx84GzjiBBhlN99I2hflPhdp64,3759
+azure/ai/ml/dsl/_condition.py,sha256=gOI1Yosxg91xp0qo-wZD7WChJyiN2c_RMmPxnCrEzdk,3346
+azure/ai/ml/dsl/_constants.py,sha256=wicZd8_RtbefhZGSkYwxvwwCIG7EvZlesHcHT1tuQBM,272
+azure/ai/ml/dsl/_do_while.py,sha256=mUwlXnjZ-CQrclSWjIoAXtKleQLWtcFfTFrKDF-VtKQ,4746
+azure/ai/ml/dsl/_dynamic.py,sha256=biNI0JG3-62DQr5H5dA9Hgt_fRBvQ9x7PN4DbGhnzkA,8542
+azure/ai/ml/dsl/_fl_scatter_gather_node.py,sha256=5I622i99UnthtJ0A7chHVo5_wnWPFidelpBH28ZhsJM,8705
+azure/ai/ml/dsl/_group_decorator.py,sha256=8zo7ar4INEKNeshN9uDUnK5z_Z9npixrEfX_H6SJ-Aw,10993
+azure/ai/ml/dsl/_load_import.py,sha256=sObxSDaqGf0DeNHNhZpbKxpAS6OreCnHAyKDOUp3RGM,1766
+azure/ai/ml/dsl/_mldesigner/__init__.py,sha256=jIMnxbPvyn9WJxLFFYhFlfZ2AHBOPs1FEZ64FPloQBE,1835
+azure/ai/ml/dsl/_mldesigner/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/dsl/_mldesigner/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/dsl/_mldesigner/_constants.py,sha256=1eFP8Kvgh3-m-V3CQDTUk37ibZ0BId3NS7zo0UaWqIk,1053
+azure/ai/ml/dsl/_overrides_definition.py,sha256=89S4QOjVmGbY4MtovboIaQk4peX-dEXptTyhRpxzDUo,727
+azure/ai/ml/dsl/_parallel_for.py,sha256=i46TB0qL5hT1Oq7cdg0eKwGTKr60E5nq9kcoKG6_tdk,2374
+azure/ai/ml/dsl/_pipeline_component_builder.py,sha256=VCWMhb-o6igHeoyq3UWG3HBvBLM_cdYiL65KwZ45sCQ,27076
+azure/ai/ml/dsl/_pipeline_decorator.py,sha256=gkJx7DImPqFqa2IZkv3UJ9a3ryc_1WwL7T9p4S5h0Ao,14335
+azure/ai/ml/dsl/_settings.py,sha256=L6paMIMYP_5B42PQSzATp1qqySFQmHmO4EP7fVrj888,4847
+azure/ai/ml/dsl/_utils.py,sha256=LNL_AqYxmd3WYsLl58OSxFpNSKkAqTi_PN1Z1bxw5XM,8522
+azure/ai/ml/entities/__init__.py,sha256=yHyiL4tlNt8p84JlgWs2COxbYbZZU1xzM7QaUU6wcgw,20038
+azure/ai/ml/entities/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_credentials.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_load_functions.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_mixins.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_resource.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_system_data.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_util.cpython-312.pyc,,
+azure/ai/ml/entities/__pycache__/_validate_funcs.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__init__.py,sha256=DjWHDlmA_ap5TiDoLzE-4ubrWO_P6blpbarM3BKphbI,706
+azure/ai/ml/entities/_assets/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__pycache__/asset.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__pycache__/auto_delete_setting.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__pycache__/environment.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__pycache__/federated_learning_silo.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__pycache__/intellectual_property.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/__pycache__/workspace_asset_reference.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/artifact.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/code.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/data.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/feature_set.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/index.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/__pycache__/model.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/_package/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_assets/_artifacts/_package/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/_package/__pycache__/base_environment_source.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/_package/__pycache__/inferencing_server.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/_package/__pycache__/model_configuration.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/_package/__pycache__/model_package.cpython-312.pyc,,
+azure/ai/ml/entities/_assets/_artifacts/_package/base_environment_source.py,sha256=NNLjsOTgBJVt-dlnfOcthwO9BBpudY91lfombxCev50,1880
+azure/ai/ml/entities/_assets/_artifacts/_package/inferencing_server.py,sha256=qju1vabJ0UkzuUAo6zHOWrVKLNyM0zdhu27TPJ9UTOw,9158
+azure/ai/ml/entities/_assets/_artifacts/_package/model_configuration.py,sha256=dWbHcn5h0GoOiRxgaziW6X1Xjkzaq5g2wlXUy9xHZ-I,2157
+azure/ai/ml/entities/_assets/_artifacts/_package/model_package.py,sha256=KtoggFtLADDb8DhseSFS5zbv_mc0fO2WWysnCpz3Ye8,13908
+azure/ai/ml/entities/_assets/_artifacts/artifact.py,sha256=jnJrW2UffaiZubTvl9S4sa4MGMd9gUN3YIgJcngozeE,4539
+azure/ai/ml/entities/_assets/_artifacts/code.py,sha256=29U5OCTYfuLuV9q3u_gH-k6YBdqbfLur-eoqQ3mHB1I,5824
+azure/ai/ml/entities/_assets/_artifacts/data.py,sha256=e6lu0buv3C0JTmRZgE3KW8ZM0Xg3NQAq0e0mKKrA6Mc,9487
+azure/ai/ml/entities/_assets/_artifacts/feature_set.py,sha256=oAUTxTz0uMJBs4jSEAzrhZWBhUu7Xy9pV2pH4-TjjO4,9824
+azure/ai/ml/entities/_assets/_artifacts/index.py,sha256=6OkRgNqgrkerqP64_Qpx48BpVtUkE0EQwxldpBP54XY,5193
+azure/ai/ml/entities/_assets/_artifacts/model.py,sha256=coFi-AOUVeep3dAktUQ2vn2namSjhdMIQZnnPgXVpPo,9452
+azure/ai/ml/entities/_assets/asset.py,sha256=J7L8QN1ISUAaAdFVm0D14UV5WwSbh0PL9gIvhEv_rQ4,5625
+azure/ai/ml/entities/_assets/auto_delete_setting.py,sha256=ruZ22-Mny27VZ4Vnvo_7zVESqeMI2vJ9IAWASSc4HUc,1592
+azure/ai/ml/entities/_assets/environment.py,sha256=qKi9K7_wFwBDAnkithOWFe9rQpdRG5bzZLT1ifp2KLo,18708
+azure/ai/ml/entities/_assets/federated_learning_silo.py,sha256=0tSlsLTlgOoMhgrJXW0TBdA_irWADUyyT9NVtvqviV4,5080
+azure/ai/ml/entities/_assets/intellectual_property.py,sha256=cNWe9DbfqsyUYVB9sbAQk1w5Q4CqOYjR7ZUJcuGXWDs,2194
+azure/ai/ml/entities/_assets/workspace_asset_reference.py,sha256=JkTWzAvIsA4SsqcZPJCCpgVFRBCs7mnaO-MWyuTDtZQ,3129
+azure/ai/ml/entities/_autogen_entities/__init__.py,sha256=zuPdid79cgDiMvTGfjq5ogMOu4qccJz8MGHgQ9kDQUs,758
+azure/ai/ml/entities/_autogen_entities/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/__pycache__/_model_base.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/__pycache__/_serialization.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/_model_base.py,sha256=4fWkaYGSetsdZjDzQcJ9F5vOX5dWpV0wQACxeR0Gg1k,30720
+azure/ai/ml/entities/_autogen_entities/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
+azure/ai/ml/entities/_autogen_entities/_serialization.py,sha256=vQIv-wuCQabtiIq2DXOr7-InGADqxlXTGNEKv9OlDPs,78873
+azure/ai/ml/entities/_autogen_entities/models/__init__.py,sha256=q4_9Kb8nZlWzcPNTHvdglb-S9Pi8-Q_8JPMAYSzz23c,903
+azure/ai/ml/entities/_autogen_entities/models/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/models/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/models/__pycache__/_patch.cpython-312.pyc,,
+azure/ai/ml/entities/_autogen_entities/models/_models.py,sha256=Y4msB5hqlHVi1VMlqPAguc82_oR121BSdwA3VWbHP6E,8762
+azure/ai/ml/entities/_autogen_entities/models/_patch.py,sha256=e-OWPkKQC5uR8pQoLcN4gJE6LCfppK_EVhPEhknjayk,8701
+azure/ai/ml/entities/_builders/__init__.py,sha256=zNYqrq7-s7ScRoL42zdK9799SDo7gAW8qsVnZC2QkSY,792
+azure/ai/ml/entities/_builders/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/base_node.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/command.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/command_func.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/condition_node.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/control_flow_node.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/data_transfer.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/data_transfer_func.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/do_while.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/fl_scatter_gather.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/import_func.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/import_node.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/parallel.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/parallel_for.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/parallel_func.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/pipeline.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/spark.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/spark_func.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/subcomponents.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/__pycache__/sweep.cpython-312.pyc,,
+azure/ai/ml/entities/_builders/base_node.py,sha256=gUAVJId32yQiz-VzAvxixLakwlxI3UNEZjfUx8NZg1c,22539
+azure/ai/ml/entities/_builders/command.py,sha256=72KlJcOpwZim3AL6CQEfpbEsyZO0WRKDquxffxQUGkw,44216
+azure/ai/ml/entities/_builders/command_func.py,sha256=8FUHZBQjrRnB3lqxhOPMP1vokEiQlZKg79G1TvExku8,14190
+azure/ai/ml/entities/_builders/condition_node.py,sha256=5zU8ps28LB2TaQxMNGck5yp0O6P03m25njs7pcao7VY,6526
+azure/ai/ml/entities/_builders/control_flow_node.py,sha256=APs33-P9d75O0aluHnWa9ieiIccaba2ijBtfXCPTAY4,6770
+azure/ai/ml/entities/_builders/data_transfer.py,sha256=A2QH3H8K0TcRyJqkJUZZPRH8B748nLU47OdfJcitVzI,23572
+azure/ai/ml/entities/_builders/data_transfer_func.py,sha256=CzutGUw53_6ULAXGEnPZKL9ott89-3z6ZjowN4pGs-Y,13890
+azure/ai/ml/entities/_builders/do_while.py,sha256=9f7BbBUJkaJS6vOO9iAM5IJ3sum_lejfrAFRS--KnGY,16313
+azure/ai/ml/entities/_builders/fl_scatter_gather.py,sha256=dbjFDoa4ahcF45oXeXWot94dm1k2-IydIEGstr6-_6Y,43635
+azure/ai/ml/entities/_builders/import_func.py,sha256=HZ4lo_BTcylWvc9HfZZt3JAdKTntbSmbM8rnWKaczig,3702
+azure/ai/ml/entities/_builders/import_node.py,sha256=oV5QAnV4vyUj77V6LEwwN30Sw6YnaFYBSirmbLKJ9ZE,8253
+azure/ai/ml/entities/_builders/parallel.py,sha256=V6r8TvoosdFws_PZZU0x1cbYoZwwNR-Ga7j0Thb4DGc,24499
+azure/ai/ml/entities/_builders/parallel_for.py,sha256=_uocPc-LeTc5Pc89kmtFRnuOsZ_pKHRzaLuywndrdv0,16299
+azure/ai/ml/entities/_builders/parallel_func.py,sha256=7hVfaPb2mrPnxexLVxp36dya0EJ6G_ZVrpIorI6dwBc,14207
+azure/ai/ml/entities/_builders/pipeline.py,sha256=EplMp2c6GXbIA6q7-U-rFFFzJ_RWRvfk-VZNUtusLjs,8810
+azure/ai/ml/entities/_builders/spark.py,sha256=Ga21EShjE2bTarAMvmlOqbxSy62acH2uEMKxy6tZkfA,29517
+azure/ai/ml/entities/_builders/spark_func.py,sha256=RRROnI1SkTr-xZjDASA3ItFCCxEYJmqnfDI7jj-lAiY,14313
+azure/ai/ml/entities/_builders/subcomponents.py,sha256=IcMAzqtPPjfkB29qLlFAu0mURB9a1gMRQzt3pd1mQ_M,2210
+azure/ai/ml/entities/_builders/sweep.py,sha256=tIxKqp9mr3m4Jc6RUSd5BpYmNnDed1Z0X5HAGHX1s_w,18408
+azure/ai/ml/entities/_component/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_component/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/_additional_includes.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/automl_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/code.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/command_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/component_factory.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/datatransfer_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/flow.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/import_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/parallel_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/pipeline_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/__pycache__/spark_component.cpython-312.pyc,,
+azure/ai/ml/entities/_component/_additional_includes.py,sha256=k9mBIT6EVKb2GEAfkeoyw7wUFTPYoNSMZfMA1aGEApo,25584
+azure/ai/ml/entities/_component/automl_component.py,sha256=of1cBlo72PJfzSwZHE0ik41U8DJl0ZzVtXX0HYDAsNg,1490
+azure/ai/ml/entities/_component/code.py,sha256=mfrEAO_J2mrJLyxSICkiusD5Bq5kraXKqRFA6j-fyjQ,12889
+azure/ai/ml/entities/_component/command_component.py,sha256=8qHzeyAD7dSoLqegO0zBYUf5PIQtMJ8Ic6m3f7A_JCA,13342
+azure/ai/ml/entities/_component/component.py,sha256=eKr2MFCrqDRWcJGTqnfe2CqmCfo-dojD-VpPhAc8ib4,26269
+azure/ai/ml/entities/_component/component_factory.py,sha256=2jU-oCy-aGQlHpgeEX3mBjqFjax22kg0xh4qSvC3DW0,7576
+azure/ai/ml/entities/_component/datatransfer_component.py,sha256=SFKiBwxCGp2-sfjpk8txWBFPUH-z3aE4-2amILMzC_U,12830
+azure/ai/ml/entities/_component/flow.py,sha256=wRwpWtd9rt5nz42yZtMwevu5Y1n7_xRTjGDsi6cq9sg,23180
+azure/ai/ml/entities/_component/import_component.py,sha256=YKIXfKt-PAlHE1MAy9qSD-W5yVCT3Cav31tIqOlIXCk,3373
+azure/ai/ml/entities/_component/parallel_component.py,sha256=guvCL5dtDw29rVBq_Fh7bybHuOquJRndsosTVtSFxaQ,13012
+azure/ai/ml/entities/_component/pipeline_component.py,sha256=10FMjhUHaPNDSzVN5b3alMV_N6dg6oe7_YoSFW6ek9s,25195
+azure/ai/ml/entities/_component/spark_component.py,sha256=q5X4xSQh5ozTNd927Qy8uaO_zuJxooWH5POpYCOSeZM,10243
+azure/ai/ml/entities/_compute/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_compute/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_aml_compute_node_info.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_custom_applications.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_image_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_schedule.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_setup_scripts.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_usage.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/_vm_size.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/aml_compute.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/compute.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/compute_instance.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/kubernetes_compute.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/synapsespark_compute.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/unsupported_compute.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/__pycache__/virtual_machine_compute.cpython-312.pyc,,
+azure/ai/ml/entities/_compute/_aml_compute_node_info.py,sha256=6VMhXfzIU3R_tjeUi3u2nIfmHD9-zmhA6-anEn-HUZs,1607
+azure/ai/ml/entities/_compute/_custom_applications.py,sha256=IzhEYo6tXQTg8esfjxC4AZDXjvsy6eMGsJrahaQvi58,8515
+azure/ai/ml/entities/_compute/_image_metadata.py,sha256=-InV90Eui02xVwgQ8pgjEIBLxZdz6cC5y7VGwSZTzv4,2189
+azure/ai/ml/entities/_compute/_schedule.py,sha256=zUqLL_H_Jo8786_43BHen3mWGOqniuPN8ZVuZ4i4Uuc,5942
+azure/ai/ml/entities/_compute/_setup_scripts.py,sha256=HYU0FKgNsVpJ5XSofzchiKEYkRqrQCpu1JveskhOd_Q,3790
+azure/ai/ml/entities/_compute/_usage.py,sha256=PDE0JBylwlWjQnlaKiUWjkkA-yl0Wz4z5mRD97SQmOc,3887
+azure/ai/ml/entities/_compute/_vm_size.py,sha256=1FFXlBTTOR1yLdlUrBDEFy1i4ZA_bDnh8Ko_VUCVHPM,4471
+azure/ai/ml/entities/_compute/aml_compute.py,sha256=jvu6nyb9IUDMwiW5YH9NW_GeXTsR5VekLnLWMFOQRUc,12001
+azure/ai/ml/entities/_compute/compute.py,sha256=wzS5pnR_uBN0vsGoanyx6OtPimSKXu_KMU3aMQsfn3Y,9965
+azure/ai/ml/entities/_compute/compute_instance.py,sha256=GHqF8wGXRP6EnKkBqiHPRltLWmAfhNh7TkAjwVaEKQg,22784
+azure/ai/ml/entities/_compute/kubernetes_compute.py,sha256=IqO0EakJvi_OI-Q4ooSdbid0lIiWsEe4oqDBZaQJt5I,4278
+azure/ai/ml/entities/_compute/synapsespark_compute.py,sha256=BuOnwzPKqqaDfjUf6LSp3P6s6-zNgH9GzIKEjINR_tQ,9498
+azure/ai/ml/entities/_compute/unsupported_compute.py,sha256=E7nB0KObe02gjJ0-rKORn4c4N9UDUeuOB7ty0e9DdcE,2245
+azure/ai/ml/entities/_compute/virtual_machine_compute.py,sha256=vlR9Qwd08OPHWNm5d24fh1K0IV2Md-vdw-g6CzVpcec,7011
+azure/ai/ml/entities/_credentials.py,sha256=WLkDgawhF2ayxG5qB55pKtYIpWBa9WlNuk1fE4wSL_M,37753
+azure/ai/ml/entities/_data/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_data/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_data/__pycache__/mltable_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_data/mltable_metadata.py,sha256=_r5IY0JzZmphFBgLwBUOtQaz23DgF7JKYro9odvQWPY,3028
+azure/ai/ml/entities/_data_import/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_data_import/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_data_import/__pycache__/data_import.cpython-312.pyc,,
+azure/ai/ml/entities/_data_import/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/entities/_data_import/data_import.py,sha256=JJ5_Q8bnA4uMcwfJXbkVqFMSI_3oQDCFW1UquLQH9_8,4607
+azure/ai/ml/entities/_data_import/schedule.py,sha256=SLxI5J4ofIowY_4QyTAPR3pD3qqxm2A7NLWwTzYPuyo,4651
+azure/ai/ml/entities/_datastore/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_datastore/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/_on_prem.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/_on_prem_credentials.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/adls_gen1.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/azure_storage.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/datastore.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/one_lake.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/__pycache__/utils.cpython-312.pyc,,
+azure/ai/ml/entities/_datastore/_constants.py,sha256=hQKa5doEUn8Uf0YMhxr8x2R4K_yfXVuZ7koLEFGXEIM,271
+azure/ai/ml/entities/_datastore/_on_prem.py,sha256=HyMr_J0CIfHk8dTmy9T5aclhwMMTyXLfZqUBrWnnsSE,5029
+azure/ai/ml/entities/_datastore/_on_prem_credentials.py,sha256=OJcDzar6HhQKHfSz3jy7HaeRddyGRHwXiW3gSd6Qw1Y,4981
+azure/ai/ml/entities/_datastore/adls_gen1.py,sha256=JdiIuqLdEJv2znieY6k811IJxVbACZf80qB9BoH26bw,4265
+azure/ai/ml/entities/_datastore/azure_storage.py,sha256=gl0Zx3OLLtVhEQQ6lH3VJdOgju7GqzrJvNUithfGvok,13478
+azure/ai/ml/entities/_datastore/datastore.py,sha256=C5Loxh9Pq_CJoWdnCEj9qPUYMtWU9LAwm46zOlEsnEw,8759
+azure/ai/ml/entities/_datastore/one_lake.py,sha256=_OBj60_jVmkYoOWICY5_c1ktusXPmiSqt0CvZGjsOyM,6533
+azure/ai/ml/entities/_datastore/utils.py,sha256=EFA_-9gfZSMz65shaSlUkzkspT8nQZ2VC2Y-EY17NWw,2829
+azure/ai/ml/entities/_deployment/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_deployment/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/batch_deployment.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/batch_job.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/code_configuration.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/container_resource_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/data_asset.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/data_collector.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/deployment.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/deployment_collection.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/deployment_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/event_hub.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/job_definition.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/model_batch_deployment.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/model_batch_deployment_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/online_deployment.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/oversize_data_config.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/payload_response.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/pipeline_component_batch_deployment.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/request_logging.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/resource_requirements_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/run_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/__pycache__/scale_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_deployment/batch_deployment.py,sha256=P9oH1zZ4nhrY3qFAN2q-edxeH12xODMebVFoGtNQsq8,16783
+azure/ai/ml/entities/_deployment/batch_job.py,sha256=H6jsM-FibmCQdB5YXkm5XuEXaCaeq8ZYt-4jL8cy3Nw,1206
+azure/ai/ml/entities/_deployment/code_configuration.py,sha256=1KpbR4nVu8BSaX9_UXjE19bspI3xQXw2-1ECKXKluBY,3541
+azure/ai/ml/entities/_deployment/container_resource_settings.py,sha256=IGINU0ghmzMVgW6esvf8nzZsDtiQ8lROBzLXrCTVlXY,2665
+azure/ai/ml/entities/_deployment/data_asset.py,sha256=kBoSQ_pVQbQpt5cYyvh_-plJ55A6JxNe_q4X0lVnlpc,1226
+azure/ai/ml/entities/_deployment/data_collector.py,sha256=VC3KbsNzF_Nq6KyDpgbONzlE4jBabHGGnqr_G98ELJc,3504
+azure/ai/ml/entities/_deployment/deployment.py,sha256=wvz4SiNaQrqVDhMtc4niXk4-fzbkS6tZL0j2q6hhvCc,9330
+azure/ai/ml/entities/_deployment/deployment_collection.py,sha256=J0olCkcPbAI9LAQP3C7ugqWvmvoaN9Gs8B2MkqOskzE,2333
+azure/ai/ml/entities/_deployment/deployment_settings.py,sha256=cLR_U_3fjgfKiIdZmFlEI0oL52bZcJj25sha6N0j_7Q,7850
+azure/ai/ml/entities/_deployment/event_hub.py,sha256=Uxsd0Gd46BgXJxAVoFngWU2pqpFv3AjFpHATM5op6U4,1203
+azure/ai/ml/entities/_deployment/job_definition.py,sha256=9g5SEwHSVOjkxDJWKOAsb-a_ySXJLODuW1dOmu-KnWI,1935
+azure/ai/ml/entities/_deployment/model_batch_deployment.py,sha256=EuupiLO0liMVuxHeL5KwZVBfJn2VXVPXFlu-vFI1BR4,9147
+azure/ai/ml/entities/_deployment/model_batch_deployment_settings.py,sha256=ggTOSNpi21IUlVcBvbeC9cHqhMJFj8S4-IMDqdig2yM,3967
+azure/ai/ml/entities/_deployment/online_deployment.py,sha256=MtiQtYT7isQaWNa62GlC7Gb76UeQaDxlfL5aMe-zkHs,37191
+azure/ai/ml/entities/_deployment/oversize_data_config.py,sha256=ovwNADdcl-Vh9ZmX2Dt1MLz8TbuCCN4EyEWK-DYMeck,865
+azure/ai/ml/entities/_deployment/payload_response.py,sha256=i8C83tbHKzjRajSMsr0Xd7TtlWkoGGyvoLLcu7O67Fo,843
+azure/ai/ml/entities/_deployment/pipeline_component_batch_deployment.py,sha256=HodvOmq6bwZQqzI4ee5Ol_UM7chWukS0NSQPnGkYyoU,6515
+azure/ai/ml/entities/_deployment/request_logging.py,sha256=-Vuc3Ic5xyR35bcKREGJUtXa4jl1zTFpAXYXi_WANMY,1408
+azure/ai/ml/entities/_deployment/resource_requirements_settings.py,sha256=v2XUS2PHBhZHlAf9BXRhUcZd1f7LFtzvBIUTZRRNg1U,3180
+azure/ai/ml/entities/_deployment/run_settings.py,sha256=rFE8_aviwz82b14P-WXo_ifPeRGvu4hzVManwEW8uNU,1699
+azure/ai/ml/entities/_deployment/scale_settings.py,sha256=GTfYs2Yx_s2u57SynKSCPPX3tG-cN5ojqhSLJcdFNgo,6624
+azure/ai/ml/entities/_endpoint/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_endpoint/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_endpoint/__pycache__/_endpoint_helpers.cpython-312.pyc,,
+azure/ai/ml/entities/_endpoint/__pycache__/batch_endpoint.cpython-312.pyc,,
+azure/ai/ml/entities/_endpoint/__pycache__/endpoint.cpython-312.pyc,,
+azure/ai/ml/entities/_endpoint/__pycache__/online_endpoint.cpython-312.pyc,,
+azure/ai/ml/entities/_endpoint/_endpoint_helpers.py,sha256=HhocKci9Ygp65AixlgzN9LnXzg8cGzZWosYqPdX2kr4,2611
+azure/ai/ml/entities/_endpoint/batch_endpoint.py,sha256=q09oypwEKgi-zgiHLo9JqT1qFwdkaQeIygh3VPJlEtA,5195
+azure/ai/ml/entities/_endpoint/endpoint.py,sha256=qvBTNpj4KdbhA4BK60N2tLy48oY7BZkM4ZUs100Dk_I,6136
+azure/ai/ml/entities/_endpoint/online_endpoint.py,sha256=Y1u1jam1EXa6Biox4wVAI5EgNteii05NKpqf8LN2ciY,28548
+azure/ai/ml/entities/_feature_set/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_feature_set/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/data_availability_status.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/delay_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature_set_backfill_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature_set_backfill_request.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature_set_materialization_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature_set_specification.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature_transformation_code_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/feature_window.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/featureset_spec_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/materialization_compute_resource.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/materialization_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/materialization_type.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/source_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/source_process_code_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/__pycache__/timestamp_column_metadata.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_set/data_availability_status.py,sha256=ro69SeBBpvzRApn_vznlqZSF1Hg19qGiCfF7PIZRjdQ,461
+azure/ai/ml/entities/_feature_set/delay_metadata.py,sha256=FrXkaAzqUGHEbe-2Wd8oMpaYTkB8m8_v8l57hc_jA3g,508
+azure/ai/ml/entities/_feature_set/feature.py,sha256=DfcYoJmt_H8WHVnuFrvpIceoAwAXlAA6EQ0ImAWvYvA,1950
+azure/ai/ml/entities/_feature_set/feature_set_backfill_metadata.py,sha256=tTf8I98R6UMLutFMjf3WDzEBZazo54ma-2s_-nB3eDc,1410
+azure/ai/ml/entities/_feature_set/feature_set_backfill_request.py,sha256=craC7ldctm7Y0tW0Ris5VInuI-LNCBKMJZWYqurSouI,3889
+azure/ai/ml/entities/_feature_set/feature_set_materialization_metadata.py,sha256=2BRFT-7CHGJ_qcSHiiUVVdF8EVNx-NJVuITlfOzSSbM,4328
+azure/ai/ml/entities/_feature_set/feature_set_specification.py,sha256=rZ7zsTIn6m4iN0nh1Q1oXJ4YBJwoUuXK2sVlKbLRMVY,1647
+azure/ai/ml/entities/_feature_set/feature_transformation_code_metadata.py,sha256=jIzo8aJ3a4CAuxU9N9IFPty-8B6CLYVgCSG6J7f6UFc,470
+azure/ai/ml/entities/_feature_set/feature_window.py,sha256=rJRNMzRUXZCYZYVfwspF-7jiitewi0PmZZ6O8lq2Bkw,1459
+azure/ai/ml/entities/_feature_set/featureset_spec_metadata.py,sha256=DUKDqrcoQ-ks2vrclSrNpLLStGWgLF-V2xu4VPAjHf4,3986
+azure/ai/ml/entities/_feature_set/materialization_compute_resource.py,sha256=woEMcAkWhXRxiytsqQtU5wkmd01IQCC2P2shURGl2o4,1610
+azure/ai/ml/entities/_feature_set/materialization_settings.py,sha256=u2rV5U5mr6QnXTdnQYhtEbUxpGP5Ih6FR3bGJbSrHDM,4860
+azure/ai/ml/entities/_feature_set/materialization_type.py,sha256=vaPXW2Otl8K71cD5ZaPHB0k8InkEiNiiwMoN1-5pbGk,430
+azure/ai/ml/entities/_feature_set/source_metadata.py,sha256=jNQ4DJb4fnubhtxfWosF5WV8ztUcJUJnsj7gYc_UU3s,3088
+azure/ai/ml/entities/_feature_set/source_process_code_metadata.py,sha256=HyIFpgQAJPotU7HN5Khbtbppwuau_pnMtPHbTsJaANs,450
+azure/ai/ml/entities/_feature_set/timestamp_column_metadata.py,sha256=gAoshM72fve_ybxkVYxI-35OXSdgTgMWj-2UhZPl3g0,454
+azure/ai/ml/entities/_feature_store/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_feature_store/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store/__pycache__/feature_store.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store/__pycache__/materialization_store.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store/_constants.py,sha256=t5hmZ2VNgmpOZhOC9lw74AhPC7PrUIK5dFWaJnjPEeI,714
+azure/ai/ml/entities/_feature_store/feature_store.py,sha256=J0-rkni7ZflAeVzLEOxzg8Bn-8qJJjMqZjUB36SxQ7U,11291
+azure/ai/ml/entities/_feature_store/materialization_store.py,sha256=N28RGvndRQaKbmA9qu4d_qXvwunE7eKg3LE5pXVvGyg,1518
+azure/ai/ml/entities/_feature_store_entity/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_feature_store_entity/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store_entity/__pycache__/data_column.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store_entity/__pycache__/data_column_type.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store_entity/__pycache__/feature_store_entity.cpython-312.pyc,,
+azure/ai/ml/entities/_feature_store_entity/data_column.py,sha256=MZ-R838iWqN8vKWgzXjPhz7TP0TMEPnvbUGeA-JI5wc,3233
+azure/ai/ml/entities/_feature_store_entity/data_column_type.py,sha256=vtvFZFsifuf8nXOoe8LCbOgEgjWHBLMlnwZkUbJvz2E,974
+azure/ai/ml/entities/_feature_store_entity/feature_store_entity.py,sha256=hwup60ANbKZAV-uqwSrWjwEm-Pc7LxJh919XNXOHK1M,6054
+azure/ai/ml/entities/_indexes/__init__.py,sha256=qXd2Q9H0Hab4SM3hM8gWeORBiesaKeUh-zvarAofApc,550
+azure/ai/ml/entities/_indexes/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/__pycache__/data_index_func.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/__pycache__/model_config.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/data_index_func.py,sha256=fPhRN0oCwuc1WYqLsg4bLptjJez0FKMBCfLIzIz4d2w,33224
+azure/ai/ml/entities/_indexes/entities/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_indexes/entities/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/entities/__pycache__/data_index.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/entities/data_index.py,sha256=XNZhgRCV7uiHUbdQBxNPoG1ld2HIyaxkuRhawOOwReE,9163
+azure/ai/ml/entities/_indexes/input/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_indexes/input/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/input/__pycache__/_ai_search_config.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/input/__pycache__/_index_config.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/input/__pycache__/_index_data_source.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/input/_ai_search_config.py,sha256=PmnemySGwwDwUSwvDPk5muSkC5a2F75FD_pg9zlOsa8,1046
+azure/ai/ml/entities/_indexes/input/_index_config.py,sha256=5TDC7Z1romjO7wsbaKqzkAZoiFR1sFfLVJrIcwY8X0I,2009
+azure/ai/ml/entities/_indexes/input/_index_data_source.py,sha256=UZfxGMxwbI3V-XkgC4gpvlXWDmLpNBAs80XUwNhyo9A,2456
+azure/ai/ml/entities/_indexes/model_config.py,sha256=scs0Ay70QWGQjlTrRj_xPd_hOA0Jb5P1wRaHWwnnqe0,4893
+azure/ai/ml/entities/_indexes/utils/__init__.py,sha256=qHL1nFgbih1Q4SuAEzZES5CnvbLGIJCqhqDh42Yx3Qk,496
+azure/ai/ml/entities/_indexes/utils/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/utils/__pycache__/_models.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/utils/__pycache__/_open_ai_utils.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/utils/__pycache__/_pipeline_decorator.cpython-312.pyc,,
+azure/ai/ml/entities/_indexes/utils/_models.py,sha256=ei6RYnUI7YWltmPVgA96YwLJzOKca3zo0jAwRTgav58,1117
+azure/ai/ml/entities/_indexes/utils/_open_ai_utils.py,sha256=9BA3HcBlFgcv8ORUnN_2Xs1sQwTTdW6XB2NpP4PqpOw,1314
+azure/ai/ml/entities/_indexes/utils/_pipeline_decorator.py,sha256=pFeytNyi5QuMst2aWI3oqI8KZ0e7olsN3ynA5z89B_8,10540
+azure/ai/ml/entities/_inputs_outputs/__init__.py,sha256=mJppoIukthVRWecwnMuT4qad43QDPOdDusLk3VGzyB8,2637
+azure/ai/ml/entities/_inputs_outputs/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/base.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/enum_input.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/external_data.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/group_input.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/input.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/output.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/__pycache__/utils.cpython-312.pyc,,
+azure/ai/ml/entities/_inputs_outputs/base.py,sha256=hknh_vL_HpPkJ13knf_1NgNfJ7H4PxvaPD--LRJnJ1g,1055
+azure/ai/ml/entities/_inputs_outputs/enum_input.py,sha256=bzd74BpD9K6C7hJ-Vg5MzmY3hla1p-d3u4vUIG3Pm8s,4848
+azure/ai/ml/entities/_inputs_outputs/external_data.py,sha256=UNwGCfN0s3QJSayPBzrsvU_opLw8a7NxM0OIjNRUd40,7905
+azure/ai/ml/entities/_inputs_outputs/group_input.py,sha256=ixEGsUth4-vAcwFQE7oEvO7eM-Fo2ppSHkFF7VZX6Mc,10689
+azure/ai/ml/entities/_inputs_outputs/input.py,sha256=1XIBRdP-s-lcSpzdriw66vc-tq9HD4v7phIqN_oX5fQ,23231
+azure/ai/ml/entities/_inputs_outputs/output.py,sha256=l2a1az8M-9Q5e7c0ZdF9eU71MugSpuNjLLVCwNFxjTk,7913
+azure/ai/ml/entities/_inputs_outputs/utils.py,sha256=HNEy56NJjaa4Lj4baBXKU0AZWfp96uACym6OAMdJObs,20281
+azure/ai/ml/entities/_job/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/_input_output_helpers.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/_studio_url_from_job_id.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/base_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/command_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/compute_configuration.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/distribution.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/import_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/input_output_entry.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/input_port.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job_io_mixin.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job_limits.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job_name_generator.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job_resource_configuration.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job_resources.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/job_service.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/parameterized_command.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/parameterized_spark.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/queue_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/resource_configuration.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/service_instance.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/spark_helpers.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/spark_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/spark_job_entry.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/spark_job_entry_mixin.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/spark_resource_configuration.cpython-312.pyc,,
+azure/ai/ml/entities/_job/__pycache__/to_rest_functions.cpython-312.pyc,,
+azure/ai/ml/entities/_job/_input_output_helpers.py,sha256=In_SU1-XHEk2dqoLjI0GA4or9I46gJ99Yj_hOT8Ui2w,19025
+azure/ai/ml/entities/_job/_studio_url_from_job_id.py,sha256=r9iNEsfmzjpOaYtIpAx2BidbhpIqUTgirAxZczEAeJU,1044
+azure/ai/ml/entities/_job/automl/__init__.py,sha256=5dfqjP76Su1vPNuQRM8H4jcthY8UkJ5X_dtTw9hFR2A,549
+azure/ai/ml/entities/_job/automl/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/automl_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/automl_vertical.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/featurization_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/search_space.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/search_space_utils.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/stack_ensemble_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/training_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/__pycache__/utils.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/automl_job.py,sha256=erIs9_t5z6dnfXHkJ0VwX4NliSbN33d6WwxpNt0RRJ4,11739
+azure/ai/ml/entities/_job/automl/automl_vertical.py,sha256=je6s01DhaHaVplnFhBhVZFlj4Z87Xa4R7kcCFppsOws,4242
+azure/ai/ml/entities/_job/automl/featurization_settings.py,sha256=2BVe1xvuRuP4dW2Yj24i0sg3vhEv9cq7IbhaYDj14cA,874
+azure/ai/ml/entities/_job/automl/image/__init__.py,sha256=nXNUiRGTqbkhr0hvU7c7U65p8afKHLYL5s9r6oCzsqk,1359
+azure/ai/ml/entities/_job/automl/image/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/automl_image.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/automl_image_classification_base.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/automl_image_object_detection_base.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_classification_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_classification_multilabel_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_classification_search_space.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_instance_segmentation_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_limit_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_model_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_object_detection_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_object_detection_search_space.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/__pycache__/image_sweep_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/image/automl_image.py,sha256=oQdjjbg4_DR2HcJ-pMHFsVve09l--HdmJo40Me8jAIA,10672
+azure/ai/ml/entities/_job/automl/image/automl_image_classification_base.py,sha256=ja0XTa6uIYtA7U6sfebCFyb_aDj_CrlkNEUCqOWTUjI,23528
+azure/ai/ml/entities/_job/automl/image/automl_image_object_detection_base.py,sha256=5W2U2xYkqIWMhOsckO53nIfQYXSJuernn3wLfYqP2ec,27960
+azure/ai/ml/entities/_job/automl/image/image_classification_job.py,sha256=SbxLyqwhj8Bfu9uqF4FpzkSSNPGyxVKjRUJ1VRLq1Ow,10450
+azure/ai/ml/entities/_job/automl/image/image_classification_multilabel_job.py,sha256=PJf9O-WAIByuamE9D-iNpJx693OutfBNUUrGD15uI88,10869
+azure/ai/ml/entities/_job/automl/image/image_classification_search_space.py,sha256=X2CMxgxAoI_mAXxyZRnOXaqTnG6zRG7ZRzqOfVSY4Po,27640
+azure/ai/ml/entities/_job/automl/image/image_instance_segmentation_job.py,sha256=VOK54hXC0x_tkpatgW2fIIaTkZY1CkPO4tmKrDVIP0o,10695
+azure/ai/ml/entities/_job/automl/image/image_limit_settings.py,sha256=OIXCPI0kWw4SdOk1GcAiJF7P4n_3lI7bOn9l6IOZbuA,4804
+azure/ai/ml/entities/_job/automl/image/image_model_settings.py,sha256=FsBbuKpwFbROy9Q2ODRkPbOJdYwINOWNrcRc4Wynu4I,45519
+azure/ai/ml/entities/_job/automl/image/image_object_detection_job.py,sha256=SGbaNO4oly_quRa47rF_vpgOwLnzlpWYUtPUQ2MdIik,10274
+azure/ai/ml/entities/_job/automl/image/image_object_detection_search_space.py,sha256=XAPKgeHyWV-bIdxLLAY_nKshBmtC20BPDeH0_dgIdq4,43167
+azure/ai/ml/entities/_job/automl/image/image_sweep_settings.py,sha256=aCp5_qOBl-ujYs41ArbodSdQM7id6CFjYFSAna_5jWM,3396
+azure/ai/ml/entities/_job/automl/nlp/__init__.py,sha256=KXnVktkxLNJb1L0NYBKj5bfVXAz8Zya6P1l82Lj9sI0,908
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/automl_nlp_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/nlp_featurization_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/nlp_fixed_parameters.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/nlp_limit_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/nlp_search_space.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/nlp_sweep_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/text_classification_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/text_classification_multilabel_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/__pycache__/text_ner_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/nlp/automl_nlp_job.py,sha256=-B1GeoTfAz8lvh1O_HFY3gOaxxH749Q_7Cjvw5iMTfA,20777
+azure/ai/ml/entities/_job/automl/nlp/nlp_featurization_settings.py,sha256=JzxzzUfLntgY_HFL-hFTARrEa5KnSDh4Yy9przmXq-4,1753
+azure/ai/ml/entities/_job/automl/nlp/nlp_fixed_parameters.py,sha256=Zkd_u4nws9wmyEh4wtJgOMOOPgK3Tps08eLyTpxAMh8,5866
+azure/ai/ml/entities/_job/automl/nlp/nlp_limit_settings.py,sha256=unqI9pwGFPu8z438pjgEqFQ9oLdP9Y9SI-4fog21La0,3082
+azure/ai/ml/entities/_job/automl/nlp/nlp_search_space.py,sha256=lC58zHeJJxtIpb1CWfyJECswmVieDewx0LTm1uHEdCI,10480
+azure/ai/ml/entities/_job/automl/nlp/nlp_sweep_settings.py,sha256=iNCZlHz_fiGIlT_N0mzDKIYNpKq8fCeZAZ8rUhAoGU0,2754
+azure/ai/ml/entities/_job/automl/nlp/text_classification_job.py,sha256=ftsYSZjGqj_-JgGpFFIsE-Nd3X2CHfru7zY44UdWWbg,10985
+azure/ai/ml/entities/_job/automl/nlp/text_classification_multilabel_job.py,sha256=G1azki_IMoXcJ2oHBFgCZvdV8e5qXd-lbmLc3nzEMpE,11193
+azure/ai/ml/entities/_job/automl/nlp/text_ner_job.py,sha256=KLFBl9PoxMSC5ovJOa940scyiLZel3xF0mumMPqnua8,9987
+azure/ai/ml/entities/_job/automl/search_space.py,sha256=m72aOB9PZ97I99ZO2eSHcifKVtx7bWdex40hciSWp_Q,395
+azure/ai/ml/entities/_job/automl/search_space_utils.py,sha256=ALjerUbsDLxfCwH9n60-z_FSOdrzV5WYey6LNuD7VDQ,11029
+azure/ai/ml/entities/_job/automl/stack_ensemble_settings.py,sha256=NWcq_9yfWn40JcA0WU6s0P1OCkVwy_F6U1tAHBkZUZA,3314
+azure/ai/ml/entities/_job/automl/tabular/__init__.py,sha256=vrNZwNZW4oZuz8oerbxRpEVdirtKL9JFHtYZZ07XARA,766
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/automl_tabular.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/classification_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/featurization_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/forecasting_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/forecasting_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/limit_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/__pycache__/regression_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/automl/tabular/automl_tabular.py,sha256=d-srypIKlYr_BOOSVQ8BhFg2oGXSfpcll3z2R21Okv4,32455
+azure/ai/ml/entities/_job/automl/tabular/classification_job.py,sha256=Q0zQzRNeCIEylsEVow7ffHdHVDIxnHbeFA_XWfZ4aec,15323
+azure/ai/ml/entities/_job/automl/tabular/featurization_settings.py,sha256=sxBB__4uOqqb94SaG_Ev1gSmO9UJ6NMDSY---Rv1Yws,7343
+azure/ai/ml/entities/_job/automl/tabular/forecasting_job.py,sha256=5G_92aQxK6edRWdXfnT88-tsJEEGQo3nhVI1opu9yUg,39982
+azure/ai/ml/entities/_job/automl/tabular/forecasting_settings.py,sha256=du86qqfsTx7uojjuIW5zjj3cpvsBUsPZTWoRq2yGvXM,23578
+azure/ai/ml/entities/_job/automl/tabular/limit_settings.py,sha256=WSaDMNKyHZZMTo4UwfEpal0zNy5loHT5KK-gIsjmVrM,4592
+azure/ai/ml/entities/_job/automl/tabular/regression_job.py,sha256=6DEGiFucXi-N1GQ_3lIr2f641zg-0k7VVDdUzgjtE6M,10193
+azure/ai/ml/entities/_job/automl/training_settings.py,sha256=gPUPwDfpnal1DvfAOFJdaT34pjVkQQnL5YO4_8QrjLQ,17702
+azure/ai/ml/entities/_job/automl/utils.py,sha256=rL74PXeN25Tz0NcdEzJlhdhinxci6IWInimHQwMtoAs,2100
+azure/ai/ml/entities/_job/base_job.py,sha256=hLR1pDI17oCHtpcEHGdzczzU-vRNKHS85ayTGyR-vCc,3219
+azure/ai/ml/entities/_job/command_job.py,sha256=cuAlpRWtP4MKawN0BWCZifzPAHmNJyaXXFh6YKWR4Dk,13638
+azure/ai/ml/entities/_job/compute_configuration.py,sha256=8NzQ1enIkvaDa49aBSDrfDXlyO-q653Oj7tWhK8Ndvs,4563
+azure/ai/ml/entities/_job/data_transfer/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/data_transfer/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/data_transfer/__pycache__/data_transfer_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/data_transfer/data_transfer_job.py,sha256=aWR9WPsmzENQgmyyh9Fk5oWLAXTYZ8qD63vNyLXK5vs,14229
+azure/ai/ml/entities/_job/distillation/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/distillation/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/distillation/__pycache__/constants.cpython-312.pyc,,
+azure/ai/ml/entities/_job/distillation/__pycache__/distillation_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/distillation/__pycache__/endpoint_request_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/distillation/__pycache__/prompt_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/distillation/__pycache__/teacher_model_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/distillation/constants.py,sha256=TfH-fmzn2RQ82f5aj2O4WpWvXQ0xUXab9mV0_2IBYjU,773
+azure/ai/ml/entities/_job/distillation/distillation_job.py,sha256=5lOYI5AZPOLGzA-hWDLox1ibd2mzmBaTKyMB4nbDDUo,22271
+azure/ai/ml/entities/_job/distillation/endpoint_request_settings.py,sha256=2zk2Vc-ULYeU8mt1V7XMd8priEEpIoz3jjtBJ2cODzA,3518
+azure/ai/ml/entities/_job/distillation/prompt_settings.py,sha256=okSV-GZm0sAxAZmJRehWTZGHqRxe-NGMwwo6VcrJEPU,4950
+azure/ai/ml/entities/_job/distillation/teacher_model_settings.py,sha256=QyUcOegcMr5OhXBfjpKxo66XWuhKjsQS2dzTqzGGG0A,3382
+azure/ai/ml/entities/_job/distribution.py,sha256=NK2CRSwQxZ7SO30sC2LPaVgvWbSCkWnf7NFNOnBAg-Q,9304
+azure/ai/ml/entities/_job/finetuning/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/finetuning/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/finetuning/__pycache__/azure_openai_finetuning_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/finetuning/__pycache__/azure_openai_hyperparameters.cpython-312.pyc,,
+azure/ai/ml/entities/_job/finetuning/__pycache__/custom_model_finetuning_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/finetuning/__pycache__/finetuning_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/finetuning/__pycache__/finetuning_vertical.cpython-312.pyc,,
+azure/ai/ml/entities/_job/finetuning/azure_openai_finetuning_job.py,sha256=uZDNqH-am2DK9YJy4Fj-B9KpIQNluPXU-8ipV1TvnMs,9105
+azure/ai/ml/entities/_job/finetuning/azure_openai_hyperparameters.py,sha256=GBsBsnL9LMTtLilcuFaRwEq5hyuGvTHEtXi2FLf1F0Y,4575
+azure/ai/ml/entities/_job/finetuning/custom_model_finetuning_job.py,sha256=A0cooevxwLoCvcp-CLF_X_uqx4HTr3oHyOKHxuj3JRc,9590
+azure/ai/ml/entities/_job/finetuning/finetuning_job.py,sha256=VTU3dtSwYqdFGJSAj8LaIQ366sBwqQmRysw0MJe_Y-w,8366
+azure/ai/ml/entities/_job/finetuning/finetuning_vertical.py,sha256=CjVrnRMsEST5FYdYXF7JOKcjIJWh-bGF8FwUeLDVFYw,7150
+azure/ai/ml/entities/_job/import_job.py,sha256=3A-uLpjsUj6td0yRBSvFr77Xi9O6Ni8nQELgTVUaqBA,10489
+azure/ai/ml/entities/_job/input_output_entry.py,sha256=SzpzgIAy_HeNNwhluWkRhSpAV0U6ZvLsob9Jz4N4q6c,949
+azure/ai/ml/entities/_job/input_port.py,sha256=6kZmi-m1rw8YUipJanw7oGj2g1PpKHfQuxtsxeGlF1A,662
+azure/ai/ml/entities/_job/job.py,sha256=lXcUuT62kI6_8MwxVlqvlrcBGVwP8f57Cu-GhE8W5WY,15567
+azure/ai/ml/entities/_job/job_io_mixin.py,sha256=OJ-uhBis9SsBDnueYse-7RxAzAZ8oh7-umvyyqGjbOA,1179
+azure/ai/ml/entities/_job/job_limits.py,sha256=gAEe6CDdPS9WiWIxVA6WqwxBSxiAtEZZH1A7VNQ21gQ,7295
+azure/ai/ml/entities/_job/job_name_generator.py,sha256=dW-JyzXAIsLkyKmSidzyRAWSpiuEXwerOIfJoAw4ndk,6639
+azure/ai/ml/entities/_job/job_resource_configuration.py,sha256=uU3E_u79zc0jVi7XrV5UhObeHbgIfWTvrvpvs5pS3I4,9978
+azure/ai/ml/entities/_job/job_resources.py,sha256=yhYq6Kd-uSDjt5aROLLQoMmYA2Nx_zTjd08MtqSL-nw,1214
+azure/ai/ml/entities/_job/job_service.py,sha256=XktkJ68MXa5M8f8vIwK1URCvlHwqBn0X5_XFrQh1qKI,16549
+azure/ai/ml/entities/_job/parallel/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/parallel/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/parallel/__pycache__/parallel_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/parallel/__pycache__/parallel_task.cpython-312.pyc,,
+azure/ai/ml/entities/_job/parallel/__pycache__/parameterized_parallel.cpython-312.pyc,,
+azure/ai/ml/entities/_job/parallel/__pycache__/retry_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/parallel/__pycache__/run_function.cpython-312.pyc,,
+azure/ai/ml/entities/_job/parallel/parallel_job.py,sha256=ZmfjhcWfybFTWDsQI4ER905dwYJ7EqFY9lysGU7shlw,10063
+azure/ai/ml/entities/_job/parallel/parallel_task.py,sha256=QAkyiTDG0F3Q-Zsu1nWVT0ZSu_Vfau8OAxZB_c9wK_s,5400
+azure/ai/ml/entities/_job/parallel/parameterized_parallel.py,sha256=ipdc7PvCH_GemmCPWSrPcxq3YzPics0lcjFW9R6hyhI,3789
+azure/ai/ml/entities/_job/parallel/retry_settings.py,sha256=q9EcwSJ8bbfhb8gOs5TqbghiTqs0j45sTIWgcZ1pYJU,2921
+azure/ai/ml/entities/_job/parallel/run_function.py,sha256=UX5uqK1M5mwZOgdSMkz0nS1fizD8thrVntuHc50RA04,3049
+azure/ai/ml/entities/_job/parameterized_command.py,sha256=BU7CpwpxTtNmrEaP-Eg9HPs3sNl03zyRYJfNkORY1Yk,6998
+azure/ai/ml/entities/_job/parameterized_spark.py,sha256=Bw_BR1Gkg_wNk5hcgF_dtGEBX011pD7ujQYKfCzBEoA,3729
+azure/ai/ml/entities/_job/pipeline/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/pipeline/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/_attr_dict.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/_component_translatable.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/_load_component.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/_pipeline_expression.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/_pipeline_job_helpers.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/pipeline_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/__pycache__/pipeline_job_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/_attr_dict.py,sha256=eXaFQHhiIubenxcNHKxl-ZseVT8d3bNZFrS-tb4cOAg,6693
+azure/ai/ml/entities/_job/pipeline/_component_translatable.py,sha256=RfRR1G8232HMlCHozehNsCZHpXhw2dB6gignPg51J-8,18622
+azure/ai/ml/entities/_job/pipeline/_io/__init__.py,sha256=UQazlunWiCkBAV3-EPzCJmLspSgCLOrgqs5JrDkWsfU,747
+azure/ai/ml/entities/_job/pipeline/_io/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/_io/__pycache__/attr_dict.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/_io/__pycache__/base.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/_io/__pycache__/mixin.cpython-312.pyc,,
+azure/ai/ml/entities/_job/pipeline/_io/attr_dict.py,sha256=aIKq99smyzar3IqF7xaMqy3SARHsfOafPIVgLE8Y62I,7594
+azure/ai/ml/entities/_job/pipeline/_io/base.py,sha256=IAeRbIJGfBieCAJUx-6RKKJSTeZpxfm9Ix2D0X4-eVw,34203
+azure/ai/ml/entities/_job/pipeline/_io/mixin.py,sha256=eDDPQwEj77QsRV1rWJ7CcDgjBB--zfv3q_OmRA45g0c,27254
+azure/ai/ml/entities/_job/pipeline/_load_component.py,sha256=A43zvkHSFJIQ3V2GzA49ByzoIvF-d77YxK1NmsR1BCI,13976
+azure/ai/ml/entities/_job/pipeline/_pipeline_expression.py,sha256=eHwQUOa0HB4hTDDJGeFw6b1r123H1l7YZm39lPhxKAs,31884
+azure/ai/ml/entities/_job/pipeline/_pipeline_job_helpers.py,sha256=tS8QUgMu7X7jmZzP2L98cEyDLWr-wr25LgUm0lwyNHo,9205
+azure/ai/ml/entities/_job/pipeline/data/expression_component_template.yml,sha256=wZ9EbxeAJnSPEF29ORM05X5yISzOaVBfwg6Xft_M8Og,307
+azure/ai/ml/entities/_job/pipeline/pipeline_job.py,sha256=wQvc8aMYzje2SFZIFxpN1cn4xbuO1IFebT08a1j2lkY,33283
+azure/ai/ml/entities/_job/pipeline/pipeline_job_settings.py,sha256=C6SJnn2ttTPe30e8pzvFEe18RqxSYpyNV-Q6f54D4v8,2769
+azure/ai/ml/entities/_job/queue_settings.py,sha256=WiIOC5Qtib1EqlE5IMFvEqkQiL78S5fslccOqYrnHIM,4105
+azure/ai/ml/entities/_job/resource_configuration.py,sha256=f5IptuX2apQu7Y0lEtJSk0V53qNw-vbk9a0Ei-QjHYw,4039
+azure/ai/ml/entities/_job/service_instance.py,sha256=PagGI390ECdmxZhCRRbdWtAR2TIb6EUo24dUnfaVxNs,2135
+azure/ai/ml/entities/_job/spark_helpers.py,sha256=OXzMnNhb5KuKc79J9HG4N145UKNmVJyBo-M9oLx0Vi8,10450
+azure/ai/ml/entities/_job/spark_job.py,sha256=-SIdM66ncs0PuajvjlKGws_XFXliKgAXR0i471ngbtw,18355
+azure/ai/ml/entities/_job/spark_job_entry.py,sha256=6iYKZUg-NQ-coGTeXPf9rY1aRzaHguwbEbN9HmPBN1c,2506
+azure/ai/ml/entities/_job/spark_job_entry_mixin.py,sha256=W1nqvqbwYQlws5pmsmojWTv4IiQzhOF9lcBjhGLm6Ug,2816
+azure/ai/ml/entities/_job/spark_resource_configuration.py,sha256=rPHTzYbKuhmzgaMdqohM_BjBKFuiF2fFiLkmjSitpp0,3861
+azure/ai/ml/entities/_job/sweep/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_job/sweep/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/__pycache__/early_termination_policy.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/__pycache__/objective.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/__pycache__/parameterized_sweep.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/__pycache__/sampling_algorithm.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/__pycache__/search_space.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/__pycache__/sweep_job.cpython-312.pyc,,
+azure/ai/ml/entities/_job/sweep/early_termination_policy.py,sha256=PnqcyjWiLFrXyPfwGETidQ1tCgODWqx8dlYd2o7VrLM,8146
+azure/ai/ml/entities/_job/sweep/objective.py,sha256=KuYlE8YgXmDamKavFF5cZNXXlJi8QXxsre6dUyjdoXI,1951
+azure/ai/ml/entities/_job/sweep/parameterized_sweep.py,sha256=htI_9gfbTY0fCZF8dCLb8RuoxZozClcT5IBi0knD9lA,14343
+azure/ai/ml/entities/_job/sweep/sampling_algorithm.py,sha256=cuWdZPMNP5pjZp_vg55alH-Bo4lUSftzBcAxxovDW4Y,5290
+azure/ai/ml/entities/_job/sweep/search_space.py,sha256=vNsBeY2-dYA3XqfDBmbw07VvkB2Z6iTb-D0rfk_PcVY,14326
+azure/ai/ml/entities/_job/sweep/sweep_job.py,sha256=MYjmOKJq0j1pthNT3cDXdgZYWI9KVV1c2cRTSRSkTsQ,15452
+azure/ai/ml/entities/_job/to_rest_functions.py,sha256=HgccuhDsCsCvRPa9xCJb9mkNiHsKlFCcnKB4nqIyVP8,2661
+azure/ai/ml/entities/_load_functions.py,sha256=uAw1Cwip7Y1GXTFBmWD9R_oUnaxPqyPNryvaOQtpQrg,51963
+azure/ai/ml/entities/_mixins.py,sha256=iVjCBdVOA4kAy_1sDDidOCHlMprApJNAbTo7HAC_JVw,5181
+azure/ai/ml/entities/_monitoring/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_monitoring/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/alert_notification.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/compute.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/definition.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/input_data.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/signals.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/target.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/__pycache__/thresholds.cpython-312.pyc,,
+azure/ai/ml/entities/_monitoring/alert_notification.py,sha256=bHTeJAPsAPh7cf6tRcxlIQ9hUuJ_gKoiOA0uozDcQ8I,1842
+azure/ai/ml/entities/_monitoring/compute.py,sha256=cEdPl4WGvtfvYUrU4e4HLOn4tAfke2sZIRUFl04URYU,1990
+azure/ai/ml/entities/_monitoring/definition.py,sha256=ciN_qYCOPl251Qx6ps39GVQFIvBb0P0FwGbDWsLaX2c,7574
+azure/ai/ml/entities/_monitoring/input_data.py,sha256=DzQxCFL_G2VN77N1dW9jW6BP-O81bxPJ5pwAZ-z33oc,7908
+azure/ai/ml/entities/_monitoring/schedule.py,sha256=CmYLs81CiQ5jzhtJ5_sQBCAYK_rz8dsS6Z_uPFhGWwA,7778
+azure/ai/ml/entities/_monitoring/signals.py,sha256=Hf_upfRmv70JnrY40bZ6GSvY76ZcJUT5nggFSNiBiHA,59870
+azure/ai/ml/entities/_monitoring/target.py,sha256=W1qK3hrTJtZ1BORgCx9GP70CE-_KAOiEtlJCffXEpDE,2135
+azure/ai/ml/entities/_monitoring/thresholds.py,sha256=Mb-QJpeQkCBmhZu_XfdRNnHO6OKqgWYCdlOO-rHC3vY,39878
+azure/ai/ml/entities/_notification/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_notification/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_notification/__pycache__/notification.cpython-312.pyc,,
+azure/ai/ml/entities/_notification/notification.py,sha256=FIdsgK_7ALSDaEnAwfQT1esA4zHdnEhs1OBxl-25dmw,1439
+azure/ai/ml/entities/_registry/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_registry/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_registry/__pycache__/registry.cpython-312.pyc,,
+azure/ai/ml/entities/_registry/__pycache__/registry_support_classes.cpython-312.pyc,,
+azure/ai/ml/entities/_registry/__pycache__/util.cpython-312.pyc,,
+azure/ai/ml/entities/_registry/registry.py,sha256=-z1qW1TBClxcijFUWT0ly08hjMF8BRGQleyWRSbGfIM,10737
+azure/ai/ml/entities/_registry/registry_support_classes.py,sha256=TErYgsgBfQ_ROpTh94lpqPfM4xRbr4C11cy6_dMSl3A,13087
+azure/ai/ml/entities/_registry/util.py,sha256=g4A_oYYJf4ZQ4UWJakEYJEtH41g0yq9n50PXo8qo578,798
+azure/ai/ml/entities/_resource.py,sha256=vLjpe7Bn20rdlYUcHiPzhj4XFzhpC6WQmNM-kBRkK0Y,7422
+azure/ai/ml/entities/_schedule/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_schedule/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_schedule/__pycache__/schedule.cpython-312.pyc,,
+azure/ai/ml/entities/_schedule/__pycache__/trigger.cpython-312.pyc,,
+azure/ai/ml/entities/_schedule/schedule.py,sha256=EjIX18_OcmSB_Vo4GgVp0Yq7NQg515kLvu1BmqkGYwc,21350
+azure/ai/ml/entities/_schedule/trigger.py,sha256=mHfJvt5a2wrycc2nTO0apWDB3TI2aILRuhpTxrPJ9uQ,12681
+azure/ai/ml/entities/_system_data.py,sha256=LHVdAFo2gyvWILIBUiOiaxvnoXyXHWMxVHg0iqFJ6yY,3766
+azure/ai/ml/entities/_util.py,sha256=RbOJW_eodey-rNRuEmtsuNsvmiIPgxzvN0JccA2INcI,27378
+azure/ai/ml/entities/_validate_funcs.py,sha256=--peOLrdJ4ilYi4MPxIuLfq7X9pVuPV9JeWP7NGlua8,3556
+azure/ai/ml/entities/_validation/__init__.py,sha256=d8Z_I_9K0GiMBfS3SOg-xi5LIg_ne9zWqG6wQTqipPs,616
+azure/ai/ml/entities/_validation/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_validation/__pycache__/core.cpython-312.pyc,,
+azure/ai/ml/entities/_validation/__pycache__/path_aware_schema.cpython-312.pyc,,
+azure/ai/ml/entities/_validation/__pycache__/remote.cpython-312.pyc,,
+azure/ai/ml/entities/_validation/__pycache__/schema.cpython-312.pyc,,
+azure/ai/ml/entities/_validation/core.py,sha256=zAKdDb1nchHl3cYd4lUwc7cUKPSXgltZ26ZrIdvCPcc,20694
+azure/ai/ml/entities/_validation/path_aware_schema.py,sha256=zYgsvb-WeLbhXSINKgGxGPB-oPFzGnlIHVMjraX0PZY,2152
+azure/ai/ml/entities/_validation/remote.py,sha256=9cIeoHXBPY2tUOw919ZKWmC7DqA8p2Q_lMZ_HsByv_U,6069
+azure/ai/ml/entities/_validation/schema.py,sha256=p2XgXfl5UfHKX0LC5SElm0xzCLgnfzgNo_Ky2QPGe-o,5701
+azure/ai/ml/entities/_workspace/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_workspace/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/compute_runtime.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/customer_managed_key.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/diagnose.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/feature_store_settings.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/network_acls.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/networking.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/private_endpoint.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/serverless_compute.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/workspace.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/__pycache__/workspace_keys.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/_ai_workspaces/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_workspace/_ai_workspaces/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/_ai_workspaces/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/_ai_workspaces/__pycache__/capability_host.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/_ai_workspaces/__pycache__/hub.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/_ai_workspaces/__pycache__/project.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/_ai_workspaces/_constants.py,sha256=T9tmLVlvRYxgonzr7-X0DlnYNrOdZdt06t3OZ78_OXw,221
+azure/ai/ml/entities/_workspace/_ai_workspaces/capability_host.py,sha256=VR6bWT9Lj1DV8_C7eCrRCvuf_RRJWMNhfLQJ1-x3te8,7741
+azure/ai/ml/entities/_workspace/_ai_workspaces/hub.py,sha256=gT2_w4RJgmxHAYG2pXwYEhCzpEm9pv3RhJIABrd3jeQ,10203
+azure/ai/ml/entities/_workspace/_ai_workspaces/project.py,sha256=grwotEUP3ULXVqKJoM-hFOtcp10YH__QAhsk3BsGYJU,3123
+azure/ai/ml/entities/_workspace/compute_runtime.py,sha256=41RfdyA9JdMr2DM-jJBrcaENHDqgKX8Kw301Rzq-Uow,1434
+azure/ai/ml/entities/_workspace/connections/__init__.py,sha256=J_Cmr9IKDtiY7KQ4vjOy9-BwZ8AxVwUHKWesdhDCY_U,246
+azure/ai/ml/entities/_workspace/connections/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/connections/__pycache__/connection_subtypes.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/connections/__pycache__/one_lake_artifacts.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/connections/__pycache__/workspace_connection.cpython-312.pyc,,
+azure/ai/ml/entities/_workspace/connections/connection_subtypes.py,sha256=5mfBxEZZUj3PbjLpuoyET1NPdpEAS87asSTFZz8eaZg,26314
+azure/ai/ml/entities/_workspace/connections/one_lake_artifacts.py,sha256=KiSX27Vkm3IOgOrR7UH3hHqNrTA5quvbDLfd-v45Epk,1121
+azure/ai/ml/entities/_workspace/connections/workspace_connection.py,sha256=2Ih5MBYmM4ZFSJiN-oEQFnj2-krrBh-Lcd8eR6K_Mn0,30440
+azure/ai/ml/entities/_workspace/customer_managed_key.py,sha256=4fO6ej4XIDD6xb9vAUUVwvE_0szrKD7HQ1R2ERbbYdM,1730
+azure/ai/ml/entities/_workspace/diagnose.py,sha256=dZfFsNlbaMIxLRyMKH-hNhC3PnnhPfGI3FYr_NEWszw,8438
+azure/ai/ml/entities/_workspace/feature_store_settings.py,sha256=j9fGGe5VJbEopkcZNk6gbEQs6INDyONlZv0riZ68oG4,2637
+azure/ai/ml/entities/_workspace/network_acls.py,sha256=tbeTfe_4AD-647o_ELxnetysrI59BRr0UfpCXKKHeUU,3049
+azure/ai/ml/entities/_workspace/networking.py,sha256=z63Roq3IqS6qRRs8PHwZ8twTLaLfzawLEOdbJdwlwLU,13843
+azure/ai/ml/entities/_workspace/private_endpoint.py,sha256=uGvc_5M2spdNN58q89oS8-vwK9RRRf7n2fccErzYU8c,1693
+azure/ai/ml/entities/_workspace/serverless_compute.py,sha256=TjLbbGDE8RfT2gpMN5EM-gTzY2fp8OiNABWz9Z5JtL4,2288
+azure/ai/ml/entities/_workspace/workspace.py,sha256=UsjknclC9g2QV4Ubk1Na6fYnjCZxT6p3IXgW2pD7wbg,23763
+azure/ai/ml/entities/_workspace/workspace_keys.py,sha256=gIgZjxUm3MDgo80m6uC-HZgHVLlVHK-lW4atg4FtS3E,4268
+azure/ai/ml/exceptions.py,sha256=E52Z5fh1vAwfy6IGl-032tLG9gNe2z159SSpRzJ3YwQ,30172
+azure/ai/ml/finetuning/__init__.py,sha256=tp0j-xrpjOKIX_afTlXSsOxSm7fjdQ9hbblPUOhB4cM,442
+azure/ai/ml/finetuning/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/finetuning/__pycache__/_create_job.cpython-312.pyc,,
+azure/ai/ml/finetuning/_create_job.py,sha256=uI0_2EnnLBYbiaq4VcTapOkeX3jsaoLHa5TdatMpunk,2547
+azure/ai/ml/identity/__init__.py,sha256=MzxCx4BtwqyzRgUa1CO3Z_vP13FyzlakcqNJg7svc3k,443
+azure/ai/ml/identity/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/identity/__pycache__/_constants.cpython-312.pyc,,
+azure/ai/ml/identity/__pycache__/_exceptions.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/__init__.py,sha256=Yx1Iq2GNKQ5lYxTotvPwkPL4u0cm6YVxUe-iVbu1clI,180
+azure/ai/ml/identity/_aio/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_credentials/__init__.py,sha256=Yx1Iq2GNKQ5lYxTotvPwkPL4u0cm6YVxUe-iVbu1clI,180
+azure/ai/ml/identity/_aio/_credentials/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_credentials/__pycache__/aml_on_behalf_of.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_credentials/aml_on_behalf_of.py,sha256=gZRmsuvr7fOnyC8BfdoAOUqMSyySZJRneFke6VYIHM0,3018
+azure/ai/ml/identity/_aio/_internal/__init__.py,sha256=L_PPklQDw7MbbikXN56M959uRA3dpLJwT80vo2w8hGs,517
+azure/ai/ml/identity/_aio/_internal/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_internal/__pycache__/get_token_mixin.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_internal/__pycache__/managed_identity_base.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_internal/__pycache__/managed_identity_client.cpython-312.pyc,,
+azure/ai/ml/identity/_aio/_internal/get_token_mixin.py,sha256=fMBF0Wnd8SJiKlAuIoWjzZgmAj2W-E2_nsi2o4IMaPg,3575
+azure/ai/ml/identity/_aio/_internal/managed_identity_base.py,sha256=Zbq-Y-QRQc689UAVKcYxYeYBSbbwGfEMxFQLFEhgzV4,2110
+azure/ai/ml/identity/_aio/_internal/managed_identity_client.py,sha256=f504uwHgFHa4WYkc9eZEox84GuriAJTsP7OzSRojKbQ,1582
+azure/ai/ml/identity/_constants.py,sha256=T5zw02ziNU0J5d1swSurvO3gy68HxpgCDZA3M3U2Pic,250
+azure/ai/ml/identity/_credentials/_AzureMLSparkOnBehalfOfCredential.py,sha256=YVg-ATLlkDlV5lAPqZpK0Tgf27tsvqDrUm1iitx1PTU,4419
+azure/ai/ml/identity/_credentials/__init__.py,sha256=4NqW0lrt4CSK7s5_9BFkAAgovcCKYEE2IKEBTrK3dZs,290
+azure/ai/ml/identity/_credentials/__pycache__/_AzureMLSparkOnBehalfOfCredential.cpython-312.pyc,,
+azure/ai/ml/identity/_credentials/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/identity/_credentials/__pycache__/aml_on_behalf_of.cpython-312.pyc,,
+azure/ai/ml/identity/_credentials/aml_on_behalf_of.py,sha256=Jj0mfPSL4CQbBx8yRturZLgY6BsVIQ2lO-LOEqQLFuc,3486
+azure/ai/ml/identity/_exceptions.py,sha256=rXGJL3OqCPvysJTv6_9_3qgeVu4dANd7yEyoNEwolio,408
+azure/ai/ml/identity/_internal/__init__.py,sha256=nw9QN5DnMx83UkZPEMdDZ1HDPtVzFsiFVIIulHlF8rM,1308
+azure/ai/ml/identity/_internal/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/identity/_internal/__pycache__/get_token_mixin.cpython-312.pyc,,
+azure/ai/ml/identity/_internal/__pycache__/managed_identity_base.cpython-312.pyc,,
+azure/ai/ml/identity/_internal/__pycache__/managed_identity_client.cpython-312.pyc,,
+azure/ai/ml/identity/_internal/__pycache__/pipeline.cpython-312.pyc,,
+azure/ai/ml/identity/_internal/get_token_mixin.py,sha256=I7E11sJi-uU-FHlfPL4j0BTp7dw3tzGm6aC8-3D8bX0,3696
+azure/ai/ml/identity/_internal/managed_identity_base.py,sha256=kp3d5d4_XNTT8AZgBKr61y8cK4JNfdWG1Ggv_kGglG4,1965
+azure/ai/ml/identity/_internal/managed_identity_client.py,sha256=A2kMVNNmBCri8rRZ88iKGPkc4XUiVrZF7CSfHH0XmHE,4994
+azure/ai/ml/identity/_internal/pipeline.py,sha256=GCJ4E3WlJ2Za8qfjziikXJh0X5gMuWI35Q-ic4SYopQ,3109
+azure/ai/ml/model_customization/__init__.py,sha256=K9jShRqKs6Csg2AKvXCiQKOAYoclCyuTSiO0ZpZ2msA,663
+azure/ai/ml/model_customization/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/model_customization/__pycache__/_distillation.cpython-312.pyc,,
+azure/ai/ml/model_customization/_distillation.py,sha256=UjKGOlrp3hdp34REv5AZEiKD5qrBhin3U3IBQjnBur0,5549
+azure/ai/ml/operations/__init__.py,sha256=Nl-XBqJvW8a5FGcGTcWmdCq_qw3q3PqcRSPCHDmy96A,2773
+azure/ai/ml/operations/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_azure_openai_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_batch_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_batch_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_capability_hosts_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_code_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_component_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_compute_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_data_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_dataset_dataplane_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_datastore_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_environment_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_evaluator_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_feature_set_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_feature_store_entity_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_feature_store_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_index_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_job_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_job_ops_helper.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_local_deployment_helper.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_local_endpoint_helper.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_local_job_invoker.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_marketplace_subscription_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_model_dataplane_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_model_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_online_deployment_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_online_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_operation_orchestrator.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_registry_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_run_history_constants.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_run_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_schedule_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_serverless_endpoint_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_virtual_cluster_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_workspace_connections_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_workspace_operations.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_workspace_operations_base.cpython-312.pyc,,
+azure/ai/ml/operations/__pycache__/_workspace_outbound_rule_operations.cpython-312.pyc,,
+azure/ai/ml/operations/_azure_openai_deployment_operations.py,sha256=o3lfpHsxfrOyBRp2-uk7dGwP2gwMrwdnF_XDkYjhIEU,2477
+azure/ai/ml/operations/_batch_deployment_operations.py,sha256=DF4vQjFTo47mLF17tUzTSjAL2RydRfN6yi-Gw530AbI,18734
+azure/ai/ml/operations/_batch_endpoint_operations.py,sha256=rZKbqiBJ7m1tbiu1mg_DOiM_CGnSabdjXVoPQvT8TRY,25411
+azure/ai/ml/operations/_capability_hosts_operations.py,sha256=OVaQ3K9DQg5SZPh2TUR7Y08b1B-5nVhZ8Pqxv48iRLM,14366
+azure/ai/ml/operations/_code_operations.py,sha256=5YhE4TZ4gaUkQmqZuNXy8htLIcyFjNHanQus-8Gh_4Q,13696
+azure/ai/ml/operations/_component_operations.py,sha256=MplD4bTz0KLCZa9sv87IJWDlj83qCF98NVmu992wisM,55858
+azure/ai/ml/operations/_compute_operations.py,sha256=-BkUdMpW2SP4Pn8vSfiAiuv6xzLA7VcL0uC2D5e9BeI,18517
+azure/ai/ml/operations/_data_operations.py,sha256=flmPHr4eKeX1INowVxPNSDCULoyjj1J9SrDoWo1eEt4,37441
+azure/ai/ml/operations/_dataset_dataplane_operations.py,sha256=79VwGxUKXDSjFwMgCTLXhe1RMVYMsI4EzBfYAvzhqnQ,1352
+azure/ai/ml/operations/_datastore_operations.py,sha256=JKcA83a58NfQdFYC8Yr0uXrpdAMQN-2UkDuNkRI5Wro,15187
+azure/ai/ml/operations/_environment_operations.py,sha256=bXQN91t_9MoIwGbZbCd940YzFrw5SSAKfgbYomn3soI,23673
+azure/ai/ml/operations/_evaluator_operations.py,sha256=u89IdMF7EMlMi7t3YOL5j9uV6697teB6cJ7tzkKXVZk,10496
+azure/ai/ml/operations/_feature_set_operations.py,sha256=AxcgM0L1GDdoRej9rlHcmx-QFOCp-t5J4JnE7H38UkQ,19851
+azure/ai/ml/operations/_feature_store_entity_operations.py,sha256=kUaDRlN82QdgtjXUf3sBBnzqCTjO821OZYjMIdsP-vE,7641
+azure/ai/ml/operations/_feature_store_operations.py,sha256=B-AoDMWCAwC7bI7WuDnSkiEjHukWLMPoCt6wK7eaerA,27781
+azure/ai/ml/operations/_index_operations.py,sha256=-8MDMRbkCm94hUK365dcXSq2kF9D0h4pGpQRugMVpz0,21876
+azure/ai/ml/operations/_job_operations.py,sha256=VyIjNj_wgbwj07y6mAq0aZiYJ10JAV4eFVyTV_AZCWs,76254
+azure/ai/ml/operations/_job_ops_helper.py,sha256=rl_zBfFULCylePjhyBQ0MEeMamaxvTmlMnM2Y-ArWEw,22067
+azure/ai/ml/operations/_local_deployment_helper.py,sha256=MCeRitm35HqxwciPd_FCmtUTmtepPNmkjFELyeHitYY,17473
+azure/ai/ml/operations/_local_endpoint_helper.py,sha256=-OQqmu-MBTJyTqtCiwKL-6sRLLfI1iPNB06tHk5gl5M,8930
+azure/ai/ml/operations/_local_job_invoker.py,sha256=DuR8jl--7LR-fWZ7aBehmaGdFDJLu7pxJwQS90RcbN8,18189
+azure/ai/ml/operations/_marketplace_subscription_operations.py,sha256=bM2jC2nNOgG6XrDpZXJbD8sYDi5bE-tjyEWwMHGen7o,4701
+azure/ai/ml/operations/_model_dataplane_operations.py,sha256=IAw3JFyESC8RmmsaoPk8E01Nucg0z6DcyohGQGmEn8Y,1346
+azure/ai/ml/operations/_model_operations.py,sha256=WE8ZgG52CpuYCfg6KFvdrehEQmtdIgGYe5E6ykHLzcA,37788
+azure/ai/ml/operations/_online_deployment_operations.py,sha256=pkB0YB-N-bV-b51PpQ9k4VTPfS_YrLkfzd8_nSqDf2U,19902
+azure/ai/ml/operations/_online_endpoint_operations.py,sha256=G7Q6WFwcCSOM0ToYok_ZYD4aFlRyyr_WEla3Kqu0vxM,21402
+azure/ai/ml/operations/_operation_orchestrator.py,sha256=jyzgCmo-T7hCEsZYcZnUcAGwDnOuI-F2Tt0uR0p-Vac,26082
+azure/ai/ml/operations/_registry_operations.py,sha256=PQWisQ7B3hzuaJ8H6O1QL6srf74ySmhKUWRgrhBmTK4,7034
+azure/ai/ml/operations/_run_history_constants.py,sha256=24CrCq6lXW4RbZOi7FCXKC-hpZIXrHW6iYxSvRYxgOE,3206
+azure/ai/ml/operations/_run_operations.py,sha256=_bRtpQ-t2okS4kdiFVusPo9D3VuuiDdFDLFwdDdaygQ,3529
+azure/ai/ml/operations/_schedule_operations.py,sha256=LN2PSRshXknOjgAZ8SAA2_grVX4LMKDJ-0me_GZysbU,30794
+azure/ai/ml/operations/_serverless_endpoint_operations.py,sha256=4tMk8Xz4K-dIE2cGwWFBNxOT18Ui7ktw3_iNMRhJvOQ,8980
+azure/ai/ml/operations/_virtual_cluster_operations.py,sha256=YxO8Kn2r6RamoznfmldLkzlZ-StpzBdpsKiOwc-kvLc,7196
+azure/ai/ml/operations/_workspace_connections_operations.py,sha256=YU4JWZNlpDowuVlbXLxoOYxRG5VdIRMiBdqw5YWWwHU,8502
+azure/ai/ml/operations/_workspace_operations.py,sha256=nZ2bPqpW0mWcIObYQ23hQmjWzohQr2cr4s32-7dKYGs,20706
+azure/ai/ml/operations/_workspace_operations_base.py,sha256=o7e45dQLPc8PxO5tJvVW217Vr12cmWPik0nDDcO521A,54093
+azure/ai/ml/operations/_workspace_outbound_rule_operations.py,sha256=_s3qpedoj24cbL1AYEsTUsVcfLvfrfcu67Ovu46wUvs,11245
+azure/ai/ml/parallel/__init__.py,sha256=EVzpwE7M6Qteuqdecs8449gx2sJ1TypEVVWcTWyvEjs,471
+azure/ai/ml/parallel/__pycache__/__init__.cpython-312.pyc,,
+azure/ai/ml/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
+azure/ai/ml/sweep/__init__.py,sha256=j4wnrjmmU9VX6LAITb4HuN6h_uj9YeWY9t6wYgM_e7Q,1395
+azure/ai/ml/sweep/__pycache__/__init__.cpython-312.pyc,,
+azure_ai_ml-1.26.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+azure_ai_ml-1.26.0.dist-info/METADATA,sha256=meBdrUbqOkIX5USV4rCgB7IZzk3fXB52zGI0Y6KgguY,36058
+azure_ai_ml-1.26.0.dist-info/NOTICE.txt,sha256=114rjEoaXKxGUWjnOgbPCYJ-Ixay-Tlp-cBajUngiq4,881940
+azure_ai_ml-1.26.0.dist-info/RECORD,,
+azure_ai_ml-1.26.0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
+azure_ai_ml-1.26.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
diff --git a/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/WHEEL
new file mode 100644
index 00000000..3d327587
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: setuptools (74.1.3)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/top_level.txt
new file mode 100644
index 00000000..9271abf1
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/azure_ai_ml-1.26.0.dist-info/top_level.txt
@@ -0,0 +1 @@
+azure