antchain-abc 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.1
2
+ Name: antchain_abc
3
+ Version: 1.0.0
4
+ Summary: Ant Chain ABC SDK Library for Python
5
+ Home-page: https://github.com/alipay/antchain-openapi-prod-sdk
6
+ Author: Ant Chain SDK
7
+ Author-email: sdk-team@alibabacloud.com
8
+ License: Apache License 2.0
9
+ Description: UNKNOWN
10
+ Keywords: antchain,abc
11
+ Platform: any
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: Apache Software License
15
+ Classifier: Programming Language :: Python
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.6
18
+ Classifier: Programming Language :: Python :: 3.7
19
+ Classifier: Programming Language :: Python :: 3.8
20
+ Classifier: Programming Language :: Python :: 3.9
21
+ Classifier: Topic :: Software Development
22
+ Requires-Python: >=3.6
23
+ Description-Content-Type: text/markdown
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.1
2
+ Name: antchain-abc
3
+ Version: 1.0.0
4
+ Summary: Ant Chain ABC SDK Library for Python
5
+ Home-page: https://github.com/alipay/antchain-openapi-prod-sdk
6
+ Author: Ant Chain SDK
7
+ Author-email: sdk-team@alibabacloud.com
8
+ License: Apache License 2.0
9
+ Description: UNKNOWN
10
+ Keywords: antchain,abc
11
+ Platform: any
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: Apache Software License
15
+ Classifier: Programming Language :: Python
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.6
18
+ Classifier: Programming Language :: Python :: 3.7
19
+ Classifier: Programming Language :: Python :: 3.8
20
+ Classifier: Programming Language :: Python :: 3.9
21
+ Classifier: Topic :: Software Development
22
+ Requires-Python: >=3.6
23
+ Description-Content-Type: text/markdown
@@ -0,0 +1,9 @@
1
+ setup.py
2
+ antchain_abc.egg-info/PKG-INFO
3
+ antchain_abc.egg-info/SOURCES.txt
4
+ antchain_abc.egg-info/dependency_links.txt
5
+ antchain_abc.egg-info/requires.txt
6
+ antchain_abc.egg-info/top_level.txt
7
+ antchain_sdk_abc/__init__.py
8
+ antchain_sdk_abc/client.py
9
+ antchain_sdk_abc/models.py
@@ -0,0 +1,3 @@
1
+ antchain_alipay_util<2.0.0,>=1.0.1
2
+ alibabacloud_tea_util<1.0.0,>=0.3.14
3
+ alibabacloud_rpc_util<1.0.0,>=0.0.4
@@ -0,0 +1 @@
1
+ antchain_sdk_abc
@@ -0,0 +1 @@
1
+ __version__ = "1.0.0"