From 4f402b9b38d6ae899e8d73cc9441918f85933656 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 16 Oct 2024 08:59:52 +0000 Subject: [PATCH] Generated 2024-07-12 for IQS. --- aliyun-python-sdk-iqs/ChangeLog.txt | 3 + aliyun-python-sdk-iqs/LICENSE | 13 ++++ aliyun-python-sdk-iqs/MANIFEST.in | 1 + aliyun-python-sdk-iqs/README.rst | 15 ++++ .../aliyunsdkiqs/__init__.py | 1 + .../aliyunsdkiqs/request/__init__.py | 0 .../v20240712/CommonQueryBySceneRequest.py | 29 +++++++ .../v20240712/QueryAttractionsRequest.py | 29 +++++++ .../request/v20240712/QueryHotelsRequest.py | 29 +++++++ .../v20240712/QueryRestaurantsRequest.py | 29 +++++++ .../request/v20240712/__init__.py | 0 aliyun-python-sdk-iqs/setup.cfg | 5 ++ aliyun-python-sdk-iqs/setup.py | 78 +++++++++++++++++++ 13 files changed, 232 insertions(+) create mode 100644 aliyun-python-sdk-iqs/ChangeLog.txt create mode 100644 aliyun-python-sdk-iqs/LICENSE create mode 100644 aliyun-python-sdk-iqs/MANIFEST.in create mode 100644 aliyun-python-sdk-iqs/README.rst create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/__init__.py create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/request/__init__.py create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/CommonQueryBySceneRequest.py create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryAttractionsRequest.py create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryHotelsRequest.py create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryRestaurantsRequest.py create mode 100644 aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/__init__.py create mode 100644 aliyun-python-sdk-iqs/setup.cfg create mode 100644 aliyun-python-sdk-iqs/setup.py diff --git a/aliyun-python-sdk-iqs/ChangeLog.txt b/aliyun-python-sdk-iqs/ChangeLog.txt new file mode 100644 index 0000000000..9a87e82095 --- /dev/null +++ b/aliyun-python-sdk-iqs/ChangeLog.txt @@ -0,0 +1,3 @@ +2024-10-16 Version: 1.0.0 +- Generated 2024-07-12 for `IQS`. + diff --git a/aliyun-python-sdk-iqs/LICENSE b/aliyun-python-sdk-iqs/LICENSE new file mode 100644 index 0000000000..85815c8027 --- /dev/null +++ b/aliyun-python-sdk-iqs/LICENSE @@ -0,0 +1,13 @@ +Copyright 1999-present Alibaba Group Holding Ltd. + +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. \ No newline at end of file diff --git a/aliyun-python-sdk-iqs/MANIFEST.in b/aliyun-python-sdk-iqs/MANIFEST.in new file mode 100644 index 0000000000..03d3d04ba9 --- /dev/null +++ b/aliyun-python-sdk-iqs/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE README.rst ChangeLog.txt \ No newline at end of file diff --git a/aliyun-python-sdk-iqs/README.rst b/aliyun-python-sdk-iqs/README.rst new file mode 100644 index 0000000000..e2dc90c007 --- /dev/null +++ b/aliyun-python-sdk-iqs/README.rst @@ -0,0 +1,15 @@ +============================================================= +aliyun-python-sdk-iqs +============================================================= + +.. This is the iqs module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +3.7 and greater + +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/__init__.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/__init__.py new file mode 100644 index 0000000000..75977e6f41 --- /dev/null +++ b/aliyun-python-sdk-iqs/aliyunsdkiqs/__init__.py @@ -0,0 +1 @@ +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/request/__init__.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/CommonQueryBySceneRequest.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/CommonQueryBySceneRequest.py new file mode 100644 index 0000000000..c1c9cfc087 --- /dev/null +++ b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/CommonQueryBySceneRequest.py @@ -0,0 +1,29 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class CommonQueryBySceneRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'IQS', '2024-07-12', 'CommonQueryByScene') + self.set_protocol_type('https') + self.set_uri_pattern('/amap-function-call-agent/iqs-agent-service/v2/nl/common') + self.set_method('POST') + diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryAttractionsRequest.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryAttractionsRequest.py new file mode 100644 index 0000000000..ac72c28efb --- /dev/null +++ b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryAttractionsRequest.py @@ -0,0 +1,29 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryAttractionsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'IQS', '2024-07-12', 'QueryAttractions') + self.set_protocol_type('https') + self.set_uri_pattern('/amap-function-call-agent/iqs-agent-service/v1/nl/attractions') + self.set_method('POST') + diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryHotelsRequest.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryHotelsRequest.py new file mode 100644 index 0000000000..7598720bf3 --- /dev/null +++ b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryHotelsRequest.py @@ -0,0 +1,29 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryHotelsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'IQS', '2024-07-12', 'QueryHotels') + self.set_protocol_type('https') + self.set_uri_pattern('/amap-function-call-agent/iqs-agent-service/v1/nl/hotels') + self.set_method('POST') + diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryRestaurantsRequest.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryRestaurantsRequest.py new file mode 100644 index 0000000000..fb27ee43a3 --- /dev/null +++ b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/QueryRestaurantsRequest.py @@ -0,0 +1,29 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryRestaurantsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'IQS', '2024-07-12', 'QueryRestaurants') + self.set_protocol_type('https') + self.set_uri_pattern('/amap-function-call-agent/iqs-agent-service/v1/nl/restaurants') + self.set_method('POST') + diff --git a/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/__init__.py b/aliyun-python-sdk-iqs/aliyunsdkiqs/request/v20240712/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-iqs/setup.cfg b/aliyun-python-sdk-iqs/setup.cfg new file mode 100644 index 0000000000..f091bdf4a4 --- /dev/null +++ b/aliyun-python-sdk-iqs/setup.cfg @@ -0,0 +1,5 @@ +[metadata] +license_file = LICENSE + +[bdist_wheel] +universal = 1 diff --git a/aliyun-python-sdk-iqs/setup.py b/aliyun-python-sdk-iqs/setup.py new file mode 100644 index 0000000000..768ce10dac --- /dev/null +++ b/aliyun-python-sdk-iqs/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for iqs. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdkiqs" +NAME = "aliyun-python-sdk-iqs" +DESCRIPTION = "The iqs module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","iqs"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Software Development", + ) + +) \ No newline at end of file