package
stringlengths 1
122
| pacakge-description
stringlengths 0
1.3M
|
---|---|
alibabacloud-et-industry-openapi20210105
|
English |简体中文Alibaba Cloud et-industry-openapi SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_et_industry_openapi20210105pipinstallalibabacloud_et_industry_openapi20210105IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ettrafficisp20230830
|
English |简体中文Alibaba Cloud ettrafficIsp SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ettrafficisp20230830pipinstallalibabacloud_ettrafficisp20230830IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ettrafficisp20230830-py2
|
English |简体中文Alibaba Cloud ettrafficIsp SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ettrafficisp20230830_py2pipinstallalibabacloud_ettrafficisp20230830_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-eventbridge
|
English |简体中文Alibaba Cloud EventBridge SDK for PythonRequirementsPython >= 3.4InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_eventbridgepipinstallalibabacloud_eventbridgeUsagefromalibabacloud_eventbridge.modelsimportConfig,CloudEventfromalibabacloud_eventbridge.clientimportClientconfig=Config(access_key_id='<access key id>',access_key_secret='<access key secret>',endpoint='<endpoint>')client=Client(config)request=CloudEvent(datacontenttype='application/json',data=b'test',id='id',source='source',time='2020-08-24T13:54:05.965Asia/Shanghai',subject='1.0',type='type',extensions={'aliyuneventbusname':'BusName'})resp=client.put_events([request])print(resp)print('request id:',resp.request_id)print('failed entry count:',resp.failed_entry_count)forentryinresp.entry_list:print('entry id:',entry.event_id)print('trace id:',entry.trace_id)Parameter Specification'''Config'''classConfig(TeaModel):def__init__(self):self.access_key_id=access_key_id# access key idself.access_key_secret=access_key_secret# access key secretself.security_token=security_token# Security Tokenself.protocol=protocol# http|httpsself.region_id=region_id# region idself.read_timeout=read_timeout# read timeoutself.connect_timeout=connect_timeout# connect timeoutself.http_proxy=http_proxy# http proxyself.https_proxy=https_proxy# https proxyself.endpoint=endpoint# endpointself.no_proxy=no_proxy# agent whitelistself.max_idle_conns=max_idle_conns# maximum number of connectionsself.user_agent=user_agent# User-Agentself.socks_5proxy=socks_5proxy# socks5 proxyself.socks_5net_work=socks_5net_work# ocks5 agency agreementself.endpoint_type=endpoint_type# ednpoint type:internal,accelerate or nullself.open_platform_endpoint=open_platform_endpoint# endpoint used when the file is uploaded(Not at the moment)self.type=type# credential type,If you have any questions, please refer to it https://github.com/aliyun/credentials-python/blob/master/README-CN.md'''RuntimeOptions'''classRuntimeOptions(TeaModel):def__init__(self):self.autoretry=autoretry# whether to enable retryself.ignore_ssl=ignore_ssl# whether SSL validation is ignoredself.max_attempts=max_attempts# maximum number of retriesself.backoff_policy=backoff_policy# retry the sleep strategyself.backoff_period=backoff_period# retry the sleep timeself.read_timeout=read_timeout# read timeoutself.connect_timeout=connect_timeout# connect timeoutself.local_addr=local_addr# the local network adapter ipself.http_proxy=http_proxy# http proxyself.https_proxy=https_proxy# httpsproxyself.no_proxy=no_proxy# agent whitelistself.max_idle_conns=max_idle_conns# maximum number of connectionsself.socks_5proxy=socks_5proxy# socks5 proxyself.socks_5net_work=socks_5net_work# socks5 proxyIssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.ChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-eventbridge20200401
|
English |简体中文Alibaba Cloud eventbridge SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_eventbridge20200401pipinstallalibabacloud_eventbridge20200401IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-eventbridge20200401-py2
|
English |简体中文Alibaba Cloud eventbridge SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_eventbridge20200401_py2pipinstallalibabacloud_eventbridge20200401_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-eventbridge-util
|
English | [简体中文](README-CN.md)
## Alibaba Cloud EventBridge Util for Python## Installation
-Install with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/“pip User Guide”) to install pip.`bash # Install the alibabacloud_eventbridge_util pip install alibabacloud_eventbridge_util `## Issues
[Opening an Issue](https://github.com/aliyun/alibabacloud-eventbridge-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.## Changelog
Detailed changes for each release are documented in the [release notes](./ChangeLog.md).## References
* [Latest Release](https://github.com/aliyun/alibabacloud-eventbridge-sdk)## License
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-face20181203
|
English |简体中文Alibaba Cloud face SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_face20181203pipinstallalibabacloud_face20181203IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-facebody20191230
|
English |简体中文Alibaba Cloud facebody SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_facebody20191230pipinstallalibabacloud_facebody20191230IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-facebody20200910
|
English |简体中文Alibaba Cloud facebody SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_facebody20200910pipinstallalibabacloud_facebody20200910IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-fc20230330
|
English |简体中文Alibaba Cloud FC SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_fc20230330pipinstallalibabacloud_fc20230330IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-fc20230330-py2
|
English |简体中文Alibaba Cloud FC SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_fc20230330_py2pipinstallalibabacloud_fc20230330_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-fc-open20210406
|
English |简体中文Alibaba Cloud FC-Open SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_fc_open20210406pipinstallalibabacloud_fc_open20210406IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-fc-open20210406-py2
|
English |简体中文Alibaba Cloud FC-Open SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_fc_open20210406_py2pipinstallalibabacloud_fc_open20210406_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-filedetect
|
English |简体中文Alibaba Cloud File Detect SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_filedetectpipinstallalibabacloud_filedetectIssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-fnf20190315
|
English |简体中文Alibaba Cloud fnf SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_fnf20190315pipinstallalibabacloud_fnf20190315IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-fnf20190315-py2
|
English |简体中文Alibaba Cloud fnf SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_fnf20190315_py2pipinstallalibabacloud_fnf20190315_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-foasconsole20190601
|
English |简体中文Alibaba Cloud foasconsole SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_foasconsole20190601pipinstallalibabacloud_foasconsole20190601IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-foasconsole20190601-py2
|
English |简体中文Alibaba Cloud foasconsole SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_foasconsole20190601_py2pipinstallalibabacloud_foasconsole20190601_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-foasconsole20211028
|
English |简体中文Alibaba Cloud foasconsole SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_foasconsole20211028pipinstallalibabacloud_foasconsole20211028IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-foasconsole20211028-py2
|
English |简体中文Alibaba Cloud foasconsole SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_foasconsole20211028_py2pipinstallalibabacloud_foasconsole20211028_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ft20150303-py2
|
English |简体中文Alibaba Cloud Ft SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ft20150303pipinstallalibabacloud_ft20150303IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ft20180713
|
English |简体中文Alibaba Cloud Ft SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ft20180713pipinstallalibabacloud_ft20180713IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ft20180713-py2
|
English |简体中文Alibaba Cloud Ft SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ft20180713_py2pipinstallalibabacloud_ft20180713_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ft20180713-test
|
English |简体中文Alibaba Cloud Ft SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ft20180713_testpipinstallalibabacloud_ft20180713_testIssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ft20210101
|
English |简体中文Alibaba Cloud Ft SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ft20210101pipinstallalibabacloud_ft20210101IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ft20210101-py2
|
English |简体中文Alibaba Cloud Ft SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ft20210101_py2pipinstallalibabacloud_ft20210101_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ga20191120
|
English |简体中文Alibaba Cloud Ga SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ga20191120pipinstallalibabacloud_ga20191120IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ga20191120-py2
|
English |简体中文Alibaba Cloud Ga SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ga20191120_py2pipinstallalibabacloud_ga20191120_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gameshield20180305
|
English |简体中文Alibaba Cloud gameshield SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gameshield20180305pipinstallalibabacloud_gameshield20180305IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gateway-dingtalk
|
No description available on PyPI.
|
alibabacloud-gateway-dingtalk-py2
|
No description available on PyPI.
|
alibabacloud-gateway-fc
|
No description available on PyPI.
|
alibabacloud-gateway-fc-py2
|
No description available on PyPI.
|
alibabacloud-gateway-fc-util
|
READMEInstallationinstall withpiptool.# install alibabacloud_fc_open20210406pipinstall-Ualibabacloud_fc_open20210406UsageInvoke HTTP Trigger# -*- coding: utf-8 -*-importosfromalibabacloud_fc_open20210406.clientimportClientfromalibabacloud_tea_openapiimportmodelsasopen_api_modelsak=os.getenv('ak')sk=os.getenv('sk')url=os.getenv('url')client=Client(config=open_api_models.Config(access_key_id=ak,access_key_secret=sk,region_id='cn-hangzhou'))resp=client.invoke_httptrigger(url=url,method="GET",body="anything".encode(encoding='utf-8'),headers={"k1":"v1","k2":"v2"})Invoke Anonymous HTTP Triggerimportosfromalibabacloud_fc_open20210406.clientimportClientfromalibabacloud_tea_openapiimportmodelsasopen_api_modelsak=os.getenv('ak')sk=os.getenv('sk')url=os.getenv('url')client=Client(config=open_api_models.Config(access_key_id=ak,access_key_secret=sk,region_id='cn-hangzhou'))resp=client.invoke_anonymous_httptrigger(url=url,method="GET",body="anything".encode(encoding='utf-8'),headers={"k1":"v1","k2":"v2"})Integration with your own http_clientimportrequestsimportosfromalibabacloud_fc_open20210406.clientimportClientfromalibabacloud_tea_openapiimportmodelsasopen_api_modelsak=os.getenv('ak')sk=os.getenv('sk')url=os.getenv('url')client=Client(config=open_api_models.Config(access_key_id=ak,access_key_secret=sk,region_id='cn-hangzhou'))# build your own requestreq=requests.Request(url=url,method='GET')req=client.sign_request(req)withrequests.Session()ass:prep=s.prepare_request(req)resp=s.send(prep)
|
alibabacloud-gateway-oss
|
No description available on PyPI.
|
alibabacloud-gateway-oss-py2
|
No description available on PyPI.
|
alibabacloud-gateway-pds
|
No description available on PyPI.
|
alibabacloud-gateway-pds-py2
|
No description available on PyPI.
|
alibabacloud-gateway-pop
|
No description available on PyPI.
|
alibabacloud-gateway-pop-py2
|
No description available on PyPI.
|
alibabacloud-gateway-sls
|
No description available on PyPI.
|
alibabacloud-gateway-sls-py2
|
No description available on PyPI.
|
alibabacloud-gateway-sls-util
|
No description available on PyPI.
|
alibabacloud-gateway-sls-util-py2
|
No description available on PyPI.
|
alibabacloud-gateway-spi
|
No description available on PyPI.
|
alibabacloud-gateway-spi-py2
|
No description available on PyPI.
|
alibabacloud-gdb20190903
|
English |简体中文Alibaba Cloud gdb SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gdb20190903pipinstallalibabacloud_gdb20190903IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gdb20190903-py2
|
English |简体中文Alibaba Cloud gdb SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gdb20190903_py2pipinstallalibabacloud_gdb20190903_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gemp20210413
|
English |简体中文Alibaba Cloud GEMP SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gemp20210413pipinstallalibabacloud_gemp20210413IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gemp20210413-py2
|
English |简体中文Alibaba Cloud GEMP SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gemp20210413_py2pipinstallalibabacloud_gemp20210413_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-geoip20200101
|
English |简体中文Alibaba Cloud geoip SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_geoip20200101pipinstallalibabacloud_geoip20200101IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-geoip20200101-py2
|
English |简体中文Alibaba Cloud geoip SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_geoip20200101pipinstallalibabacloud_geoip20200101IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-globalsearch20210110
|
English |简体中文Alibaba Cloud GlobalSearch SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_globalsearch20210110pipinstallalibabacloud_globalsearch20210110IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-goodstech20191230
|
English |简体中文Alibaba Cloud goodstech SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_goodstech20191230pipinstallalibabacloud_goodstech20191230IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-governance20210120
|
English |简体中文Alibaba Cloud governance SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_governance20210120pipinstallalibabacloud_governance20210120IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-governance20210120-py2
|
English |简体中文Alibaba Cloud governance SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_governance20210120_py2pipinstallalibabacloud_governance20210120_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gpdb20160503
|
English |简体中文Alibaba Cloud gpdb SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gpdb20160503pipinstallalibabacloud_gpdb20160503IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gpdb20160503-py2
|
English |简体中文Alibaba Cloud gpdb SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gpdb20160503_py2pipinstallalibabacloud_gpdb20160503_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gpdb20190620
|
English |简体中文Alibaba Cloud gpdb SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gpdb20190620pipinstallalibabacloud_gpdb20190620IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gpdb20190620-py2
|
English |简体中文Alibaba Cloud gpdb SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gpdb20190620_py2pipinstallalibabacloud_gpdb20190620_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-grace20220606
|
English |简体中文Alibaba Cloud grace SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_grace20220606pipinstallalibabacloud_grace20220606IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-grace20220606-py2
|
English |简体中文Alibaba Cloud grace SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_grace20220606_py2pipinstallalibabacloud_grace20220606_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-green20170823
|
English |简体中文Alibaba Cloud Green SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_green20170823pipinstallalibabacloud_green20170823IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-green20180509
|
English |简体中文Alibaba Cloud Green SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_green20180509pipinstallalibabacloud_green20180509IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-green20220302
|
English |简体中文Alibaba Cloud Green SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_green20220302pipinstallalibabacloud_green20220302IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-green20220302-py2
|
English |简体中文Alibaba Cloud Green SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_green20220302_py2pipinstallalibabacloud_green20220302_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-gws20190618
|
English |简体中文Alibaba Cloud gws SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_gws20190618pipinstallalibabacloud_gws20190618IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ha3engine
|
No description available on PyPI.
|
alibabacloud-ha3engine-vector
|
No description available on PyPI.
|
alibabacloud-hbase20190101
|
English |简体中文Alibaba Cloud HBase SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hbase20190101pipinstallalibabacloud_hbase20190101IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hbase20190101-py2
|
English |简体中文Alibaba Cloud HBase SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hbase20190101_py2pipinstallalibabacloud_hbase20190101_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hbr20170908
|
English |简体中文Alibaba Cloud hbr SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hbr20170908pipinstallalibabacloud_hbr20170908IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hbr20170908-py2
|
English |简体中文Alibaba Cloud hbr SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hbr20170908_py2pipinstallalibabacloud_hbr20170908_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hcs-mgw20171024
|
English |简体中文Alibaba Cloud hcs-mgw SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hcs_mgw20171024pipinstallalibabacloud_hcs_mgw20171024IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hdr20170925
|
English |简体中文Alibaba Cloud hdr SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hdr20170925pipinstallalibabacloud_hdr20170925IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hdr20170925-py2
|
English |简体中文Alibaba Cloud hdr SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hdr20170925_py2pipinstallalibabacloud_hdr20170925_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hitsdb20170601
|
English |简体中文Alibaba Cloud hitsdb SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hitsdb20170601pipinstallalibabacloud_hitsdb20170601IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hitsdb20170601-py2
|
English |简体中文Alibaba Cloud hitsdb SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hitsdb20170601pipinstallalibabacloud_hitsdb20170601IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hitsdb20200615
|
English |简体中文Alibaba Cloud hitsdb SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hitsdb20200615pipinstallalibabacloud_hitsdb20200615IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hitsdb20200615-py2
|
English |简体中文Alibaba Cloud hitsdb SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hitsdb20200615_py2pipinstallalibabacloud_hitsdb20200615_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hologram20220601
|
English |简体中文Alibaba Cloud Hologram SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hologram20220601pipinstallalibabacloud_hologram20220601IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-hologram20220601-py2
|
English |简体中文Alibaba Cloud Hologram SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_hologram20220601_py2pipinstallalibabacloud_hologram20220601_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-holowatcher20200730
|
English |简体中文Alibaba Cloud holowatcher SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_holowatcher20200730pipinstallalibabacloud_holowatcher20200730IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-httpdns20160201
|
English |简体中文Alibaba Cloud Httpdns SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_httpdns20160201pipinstallalibabacloud_httpdns20160201IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-httpdns20160201-py2
|
English | [简体中文](README-CN.md)
## Alibaba Cloud Httpdns SDK for Python## RequirementsPython >= 2.6## InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/“pip User Guide”) to install pip.`bash # Install the alibabacloud_httpdns20160201_py2 pip install alibabacloud_httpdns20160201_py2 `## Issues[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.## Usage[Quick Examples](https://github.com/aliyun/alibabacloud-python2-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)## ChangelogDetailed changes for each release are documented in the [release notes](./ChangeLog.md).## References[Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)## License[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-iacservice20210722
|
English |简体中文Alibaba Cloud IaCService SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_iacservice20210722pipinstallalibabacloud_iacservice20210722IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-iacservice20210722-py2
|
English |简体中文Alibaba Cloud IaCService SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_iacservice20210722_py2pipinstallalibabacloud_iacservice20210722_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-iacservice20210806
|
English |简体中文Alibaba Cloud IaCService SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_iacservice20210806pipinstallalibabacloud_iacservice20210806IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-iacservice20210806-py2
|
English |简体中文Alibaba Cloud IaCService SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_iacservice20210806_py2pipinstallalibabacloud_iacservice20210806_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ice20201109
|
English |简体中文Alibaba Cloud ICE SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ice20201109pipinstallalibabacloud_ice20201109IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-ice20201109-py2
|
English |简体中文Alibaba Cloud ICE SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_ice20201109_py2pipinstallalibabacloud_ice20201109_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-idaas-doraemon20210520
|
English |简体中文Alibaba Cloud idaas-doraemon SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_idaas_doraemon20210520pipinstallalibabacloud_idaas_doraemon20210520IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-idaas-doraemon20210520-py2
|
English | [简体中文](README-CN.md)
## Alibaba Cloud idaas-doraemon SDK for Python## RequirementsPython >= 2.6## InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/“pip User Guide”) to install pip.`bash # Install the alibabacloud_idaas_doraemon20210520_py2 pip install alibabacloud_idaas_doraemon20210520_py2 `## Issues[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.## Usage[Quick Examples](https://github.com/aliyun/alibabacloud-python2-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)## ChangelogDetailed changes for each release are documented in the [release notes](./ChangeLog.md).## References[Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)## License[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-idrsservice20200630
|
English | [简体中文](README-CN.md)
## Alibaba Cloud idrsservice SDK for Python## InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/“pip User Guide”) to install pip.`bash # Install the alibabacloud_idrsservice20200630 pip install alibabacloud_idrsservice20200630 `## Issues[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.## ChangelogDetailed changes for each release are documented in the [release notes](./ChangeLog.md).## References[Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)## License[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-igraph20210621
|
English |简体中文Alibaba Cloud igraph SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_igraph20210621pipinstallalibabacloud_igraph20210621IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-igraph20210621-py2
|
English |简体中文Alibaba Cloud igraph SDK for PythonRequirementsPython >= 2.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_igraph20210621_py2pipinstallalibabacloud_igraph20210621_py2IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-imageaudit20191230
|
English |简体中文Alibaba Cloud imageaudit SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_imageaudit20191230pipinstallalibabacloud_imageaudit20191230IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-image-detect20211221
|
English |简体中文Alibaba Cloud image-detect SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_image_detect20211221pipinstallalibabacloud_image_detect20211221IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
alibabacloud-imageenhan20190930
|
English |简体中文Alibaba Cloud imageenhan SDK for PythonRequirementsPython >= 3.6InstallationInstall with pipPython SDK uses a common package management tool namedpip. If pip is not installed, see thepip user guideto install pip.# Install the alibabacloud_imageenhan20190930pipinstallalibabacloud_imageenhan20190930IssuesOpening an Issue, Issues not conforming to the guidelines may be closed immediately.UsageQuick ExamplesChangelogDetailed changes for each release are documented in therelease notes.ReferencesLatest ReleaseLicenseApache-2.0Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.