tencentcloud-sdk-python-billing 3.1.63__tar.gz → 3.1.74__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.
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/setup.py +1 -1
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/models.py +96 -36
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_billing-3.1.74/tencentcloud_sdk_python_billing.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_billing-3.1.63/tencentcloud_sdk_python_billing.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/README.rst +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/setup.cfg +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/__init__.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/__init__.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/billing_client.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/billing_client_async.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud/billing/v20180709/errorcodes.py +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/tencentcloud_sdk_python_billing.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-billing
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.74
|
|
4
4
|
Summary: Tencent Cloud Billing SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.74
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-billing',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.74,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Billing SDK for Python',
|
|
@@ -14266,40 +14266,46 @@ class CostDetail(AbstractModel):
|
|
|
14266
14266
|
|
|
14267
14267
|
def __init__(self):
|
|
14268
14268
|
r"""
|
|
14269
|
-
:param _PayerUin:
|
|
14269
|
+
:param _PayerUin: <p>支付者uin</p>
|
|
14270
14270
|
:type PayerUin: str
|
|
14271
|
-
:param _BusinessCodeName:
|
|
14271
|
+
:param _BusinessCodeName: <p>产品名称</p>
|
|
14272
14272
|
:type BusinessCodeName: str
|
|
14273
|
-
:param _ProductCodeName:
|
|
14273
|
+
:param _ProductCodeName: <p>子产品名称</p>
|
|
14274
14274
|
:type ProductCodeName: str
|
|
14275
|
-
:param _PayModeName:
|
|
14275
|
+
:param _PayModeName: <p>计费模式名称</p>
|
|
14276
14276
|
:type PayModeName: str
|
|
14277
|
-
:param _ProjectName:
|
|
14277
|
+
:param _ProjectName: <p>项目名称</p>
|
|
14278
14278
|
:type ProjectName: str
|
|
14279
|
-
:param _RegionName:
|
|
14279
|
+
:param _RegionName: <p>区域名称</p>
|
|
14280
14280
|
:type RegionName: str
|
|
14281
|
-
:param _ZoneName:
|
|
14281
|
+
:param _ZoneName: <p>地区名称</p>
|
|
14282
14282
|
:type ZoneName: str
|
|
14283
|
-
:param _ResourceId:
|
|
14283
|
+
:param _ResourceId: <p>资源id</p>
|
|
14284
14284
|
:type ResourceId: str
|
|
14285
|
-
:param _ResourceName:
|
|
14285
|
+
:param _ResourceName: <p>资源名称</p>
|
|
14286
14286
|
:type ResourceName: str
|
|
14287
|
-
:param _ActionTypeName:
|
|
14287
|
+
:param _ActionTypeName: <p>类型名称</p>
|
|
14288
14288
|
:type ActionTypeName: str
|
|
14289
|
-
:param _OrderId:
|
|
14289
|
+
:param _OrderId: <p>订单id</p>
|
|
14290
14290
|
:type OrderId: str
|
|
14291
|
-
:param _BillId:
|
|
14291
|
+
:param _BillId: <p>交易id</p>
|
|
14292
14292
|
:type BillId: str
|
|
14293
|
-
:param _FeeBeginTime:
|
|
14293
|
+
:param _FeeBeginTime: <p>费用开始时间</p>
|
|
14294
14294
|
:type FeeBeginTime: str
|
|
14295
|
-
:param _FeeEndTime:
|
|
14295
|
+
:param _FeeEndTime: <p>费用结束时间</p>
|
|
14296
14296
|
:type FeeEndTime: str
|
|
14297
|
-
:param _ComponentSet:
|
|
14297
|
+
:param _ComponentSet: <p>组件明细</p>
|
|
14298
14298
|
:type ComponentSet: list of CostComponentSet
|
|
14299
|
-
:param _ProductCode:
|
|
14299
|
+
:param _ProductCode: <p>子产品名称代码</p>
|
|
14300
14300
|
:type ProductCode: str
|
|
14301
|
-
:param _Tags:
|
|
14301
|
+
:param _Tags: <p>标签信息</p>
|
|
14302
14302
|
:type Tags: list of BillTagInfo
|
|
14303
|
+
:param _OperateUin: <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
|
|
14304
|
+
:type OperateUin: str
|
|
14305
|
+
:param _OwnerUin: <p>使用者UIN:实际使用资源的账号 ID</p>
|
|
14306
|
+
:type OwnerUin: str
|
|
14307
|
+
:param _PayTime: <p>扣费时间:结算扣费时间</p>
|
|
14308
|
+
:type PayTime: str
|
|
14303
14309
|
"""
|
|
14304
14310
|
self._PayerUin = None
|
|
14305
14311
|
self._BusinessCodeName = None
|
|
@@ -14318,10 +14324,13 @@ class CostDetail(AbstractModel):
|
|
|
14318
14324
|
self._ComponentSet = None
|
|
14319
14325
|
self._ProductCode = None
|
|
14320
14326
|
self._Tags = None
|
|
14327
|
+
self._OperateUin = None
|
|
14328
|
+
self._OwnerUin = None
|
|
14329
|
+
self._PayTime = None
|
|
14321
14330
|
|
|
14322
14331
|
@property
|
|
14323
14332
|
def PayerUin(self):
|
|
14324
|
-
r"""
|
|
14333
|
+
r"""<p>支付者uin</p>
|
|
14325
14334
|
:rtype: str
|
|
14326
14335
|
"""
|
|
14327
14336
|
return self._PayerUin
|
|
@@ -14332,7 +14341,7 @@ class CostDetail(AbstractModel):
|
|
|
14332
14341
|
|
|
14333
14342
|
@property
|
|
14334
14343
|
def BusinessCodeName(self):
|
|
14335
|
-
r"""
|
|
14344
|
+
r"""<p>产品名称</p>
|
|
14336
14345
|
:rtype: str
|
|
14337
14346
|
"""
|
|
14338
14347
|
return self._BusinessCodeName
|
|
@@ -14343,7 +14352,7 @@ class CostDetail(AbstractModel):
|
|
|
14343
14352
|
|
|
14344
14353
|
@property
|
|
14345
14354
|
def ProductCodeName(self):
|
|
14346
|
-
r"""
|
|
14355
|
+
r"""<p>子产品名称</p>
|
|
14347
14356
|
:rtype: str
|
|
14348
14357
|
"""
|
|
14349
14358
|
return self._ProductCodeName
|
|
@@ -14354,7 +14363,7 @@ class CostDetail(AbstractModel):
|
|
|
14354
14363
|
|
|
14355
14364
|
@property
|
|
14356
14365
|
def PayModeName(self):
|
|
14357
|
-
r"""
|
|
14366
|
+
r"""<p>计费模式名称</p>
|
|
14358
14367
|
:rtype: str
|
|
14359
14368
|
"""
|
|
14360
14369
|
return self._PayModeName
|
|
@@ -14365,7 +14374,7 @@ class CostDetail(AbstractModel):
|
|
|
14365
14374
|
|
|
14366
14375
|
@property
|
|
14367
14376
|
def ProjectName(self):
|
|
14368
|
-
r"""
|
|
14377
|
+
r"""<p>项目名称</p>
|
|
14369
14378
|
:rtype: str
|
|
14370
14379
|
"""
|
|
14371
14380
|
return self._ProjectName
|
|
@@ -14376,7 +14385,7 @@ class CostDetail(AbstractModel):
|
|
|
14376
14385
|
|
|
14377
14386
|
@property
|
|
14378
14387
|
def RegionName(self):
|
|
14379
|
-
r"""
|
|
14388
|
+
r"""<p>区域名称</p>
|
|
14380
14389
|
:rtype: str
|
|
14381
14390
|
"""
|
|
14382
14391
|
return self._RegionName
|
|
@@ -14387,7 +14396,7 @@ class CostDetail(AbstractModel):
|
|
|
14387
14396
|
|
|
14388
14397
|
@property
|
|
14389
14398
|
def ZoneName(self):
|
|
14390
|
-
r"""
|
|
14399
|
+
r"""<p>地区名称</p>
|
|
14391
14400
|
:rtype: str
|
|
14392
14401
|
"""
|
|
14393
14402
|
return self._ZoneName
|
|
@@ -14398,7 +14407,7 @@ class CostDetail(AbstractModel):
|
|
|
14398
14407
|
|
|
14399
14408
|
@property
|
|
14400
14409
|
def ResourceId(self):
|
|
14401
|
-
r"""
|
|
14410
|
+
r"""<p>资源id</p>
|
|
14402
14411
|
:rtype: str
|
|
14403
14412
|
"""
|
|
14404
14413
|
return self._ResourceId
|
|
@@ -14409,7 +14418,7 @@ class CostDetail(AbstractModel):
|
|
|
14409
14418
|
|
|
14410
14419
|
@property
|
|
14411
14420
|
def ResourceName(self):
|
|
14412
|
-
r"""
|
|
14421
|
+
r"""<p>资源名称</p>
|
|
14413
14422
|
:rtype: str
|
|
14414
14423
|
"""
|
|
14415
14424
|
return self._ResourceName
|
|
@@ -14420,7 +14429,7 @@ class CostDetail(AbstractModel):
|
|
|
14420
14429
|
|
|
14421
14430
|
@property
|
|
14422
14431
|
def ActionTypeName(self):
|
|
14423
|
-
r"""
|
|
14432
|
+
r"""<p>类型名称</p>
|
|
14424
14433
|
:rtype: str
|
|
14425
14434
|
"""
|
|
14426
14435
|
return self._ActionTypeName
|
|
@@ -14431,7 +14440,7 @@ class CostDetail(AbstractModel):
|
|
|
14431
14440
|
|
|
14432
14441
|
@property
|
|
14433
14442
|
def OrderId(self):
|
|
14434
|
-
r"""
|
|
14443
|
+
r"""<p>订单id</p>
|
|
14435
14444
|
:rtype: str
|
|
14436
14445
|
"""
|
|
14437
14446
|
return self._OrderId
|
|
@@ -14442,7 +14451,7 @@ class CostDetail(AbstractModel):
|
|
|
14442
14451
|
|
|
14443
14452
|
@property
|
|
14444
14453
|
def BillId(self):
|
|
14445
|
-
r"""
|
|
14454
|
+
r"""<p>交易id</p>
|
|
14446
14455
|
:rtype: str
|
|
14447
14456
|
"""
|
|
14448
14457
|
return self._BillId
|
|
@@ -14453,7 +14462,7 @@ class CostDetail(AbstractModel):
|
|
|
14453
14462
|
|
|
14454
14463
|
@property
|
|
14455
14464
|
def FeeBeginTime(self):
|
|
14456
|
-
r"""
|
|
14465
|
+
r"""<p>费用开始时间</p>
|
|
14457
14466
|
:rtype: str
|
|
14458
14467
|
"""
|
|
14459
14468
|
return self._FeeBeginTime
|
|
@@ -14464,7 +14473,7 @@ class CostDetail(AbstractModel):
|
|
|
14464
14473
|
|
|
14465
14474
|
@property
|
|
14466
14475
|
def FeeEndTime(self):
|
|
14467
|
-
r"""
|
|
14476
|
+
r"""<p>费用结束时间</p>
|
|
14468
14477
|
:rtype: str
|
|
14469
14478
|
"""
|
|
14470
14479
|
return self._FeeEndTime
|
|
@@ -14475,7 +14484,7 @@ class CostDetail(AbstractModel):
|
|
|
14475
14484
|
|
|
14476
14485
|
@property
|
|
14477
14486
|
def ComponentSet(self):
|
|
14478
|
-
r"""
|
|
14487
|
+
r"""<p>组件明细</p>
|
|
14479
14488
|
:rtype: list of CostComponentSet
|
|
14480
14489
|
"""
|
|
14481
14490
|
return self._ComponentSet
|
|
@@ -14486,7 +14495,7 @@ class CostDetail(AbstractModel):
|
|
|
14486
14495
|
|
|
14487
14496
|
@property
|
|
14488
14497
|
def ProductCode(self):
|
|
14489
|
-
r"""
|
|
14498
|
+
r"""<p>子产品名称代码</p>
|
|
14490
14499
|
:rtype: str
|
|
14491
14500
|
"""
|
|
14492
14501
|
return self._ProductCode
|
|
@@ -14497,7 +14506,7 @@ class CostDetail(AbstractModel):
|
|
|
14497
14506
|
|
|
14498
14507
|
@property
|
|
14499
14508
|
def Tags(self):
|
|
14500
|
-
r"""
|
|
14509
|
+
r"""<p>标签信息</p>
|
|
14501
14510
|
:rtype: list of BillTagInfo
|
|
14502
14511
|
"""
|
|
14503
14512
|
return self._Tags
|
|
@@ -14506,6 +14515,39 @@ class CostDetail(AbstractModel):
|
|
|
14506
14515
|
def Tags(self, Tags):
|
|
14507
14516
|
self._Tags = Tags
|
|
14508
14517
|
|
|
14518
|
+
@property
|
|
14519
|
+
def OperateUin(self):
|
|
14520
|
+
r"""<p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
|
|
14521
|
+
:rtype: str
|
|
14522
|
+
"""
|
|
14523
|
+
return self._OperateUin
|
|
14524
|
+
|
|
14525
|
+
@OperateUin.setter
|
|
14526
|
+
def OperateUin(self, OperateUin):
|
|
14527
|
+
self._OperateUin = OperateUin
|
|
14528
|
+
|
|
14529
|
+
@property
|
|
14530
|
+
def OwnerUin(self):
|
|
14531
|
+
r"""<p>使用者UIN:实际使用资源的账号 ID</p>
|
|
14532
|
+
:rtype: str
|
|
14533
|
+
"""
|
|
14534
|
+
return self._OwnerUin
|
|
14535
|
+
|
|
14536
|
+
@OwnerUin.setter
|
|
14537
|
+
def OwnerUin(self, OwnerUin):
|
|
14538
|
+
self._OwnerUin = OwnerUin
|
|
14539
|
+
|
|
14540
|
+
@property
|
|
14541
|
+
def PayTime(self):
|
|
14542
|
+
r"""<p>扣费时间:结算扣费时间</p>
|
|
14543
|
+
:rtype: str
|
|
14544
|
+
"""
|
|
14545
|
+
return self._PayTime
|
|
14546
|
+
|
|
14547
|
+
@PayTime.setter
|
|
14548
|
+
def PayTime(self, PayTime):
|
|
14549
|
+
self._PayTime = PayTime
|
|
14550
|
+
|
|
14509
14551
|
|
|
14510
14552
|
def _deserialize(self, params):
|
|
14511
14553
|
self._PayerUin = params.get("PayerUin")
|
|
@@ -14535,6 +14577,9 @@ class CostDetail(AbstractModel):
|
|
|
14535
14577
|
obj = BillTagInfo()
|
|
14536
14578
|
obj._deserialize(item)
|
|
14537
14579
|
self._Tags.append(obj)
|
|
14580
|
+
self._OperateUin = params.get("OperateUin")
|
|
14581
|
+
self._OwnerUin = params.get("OwnerUin")
|
|
14582
|
+
self._PayTime = params.get("PayTime")
|
|
14538
14583
|
memeber_set = set(params.keys())
|
|
14539
14584
|
for name, value in vars(self).items():
|
|
14540
14585
|
property_name = name[1:]
|
|
@@ -27990,7 +28035,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
27990
28035
|
:type Limit: int
|
|
27991
28036
|
:param _Offset: <p>第多少页,默认是1</p>
|
|
27992
28037
|
:type Offset: int
|
|
27993
|
-
:param _Status: <p>券状态:待使用:unUsed
|
|
28038
|
+
:param _Status: <p>券状态:待使用:unUsed,已使用:xa0used,已发货:delivered,已作废:xa0cancel,已过期:overdue</p>
|
|
27994
28039
|
:type Status: str
|
|
27995
28040
|
:param _VoucherId: <p>代金券id</p>
|
|
27996
28041
|
:type VoucherId: str
|
|
@@ -28084,7 +28129,7 @@ class DescribeVoucherInfoRequest(AbstractModel):
|
|
|
28084
28129
|
|
|
28085
28130
|
@property
|
|
28086
28131
|
def Status(self):
|
|
28087
|
-
r"""<p>券状态:待使用:unUsed
|
|
28132
|
+
r"""<p>券状态:待使用:unUsed,已使用:xa0used,已发货:delivered,已作废:xa0cancel,已过期:overdue</p>
|
|
28088
28133
|
:rtype: str
|
|
28089
28134
|
"""
|
|
28090
28135
|
return self._Status
|
|
@@ -28373,12 +28418,15 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28373
28418
|
:type TotalBalance: int
|
|
28374
28419
|
:param _VoucherInfos: <p>代金券相关信息</p>
|
|
28375
28420
|
:type VoucherInfos: list of VoucherInfos
|
|
28421
|
+
:param _Unit: <p>接口返回的金额字段单位</p><p>默认值:micro</p><p>金额单位:micro(微分)<br>代金券发放和使用按8位高精度处理,所以金额单位默认为micro(微分),如需CNY或USD请按以下公式换算<br>CNY:1 micro = 10⁻⁸ 元<br>USD:1 micro = 10⁻⁸ 美元</p>
|
|
28422
|
+
:type Unit: str
|
|
28376
28423
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28377
28424
|
:type RequestId: str
|
|
28378
28425
|
"""
|
|
28379
28426
|
self._TotalCount = None
|
|
28380
28427
|
self._TotalBalance = None
|
|
28381
28428
|
self._VoucherInfos = None
|
|
28429
|
+
self._Unit = None
|
|
28382
28430
|
self._RequestId = None
|
|
28383
28431
|
|
|
28384
28432
|
@property
|
|
@@ -28414,6 +28462,17 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28414
28462
|
def VoucherInfos(self, VoucherInfos):
|
|
28415
28463
|
self._VoucherInfos = VoucherInfos
|
|
28416
28464
|
|
|
28465
|
+
@property
|
|
28466
|
+
def Unit(self):
|
|
28467
|
+
r"""<p>接口返回的金额字段单位</p><p>默认值:micro</p><p>金额单位:micro(微分)<br>代金券发放和使用按8位高精度处理,所以金额单位默认为micro(微分),如需CNY或USD请按以下公式换算<br>CNY:1 micro = 10⁻⁸ 元<br>USD:1 micro = 10⁻⁸ 美元</p>
|
|
28468
|
+
:rtype: str
|
|
28469
|
+
"""
|
|
28470
|
+
return self._Unit
|
|
28471
|
+
|
|
28472
|
+
@Unit.setter
|
|
28473
|
+
def Unit(self, Unit):
|
|
28474
|
+
self._Unit = Unit
|
|
28475
|
+
|
|
28417
28476
|
@property
|
|
28418
28477
|
def RequestId(self):
|
|
28419
28478
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -28435,6 +28494,7 @@ class DescribeVoucherInfoResponse(AbstractModel):
|
|
|
28435
28494
|
obj = VoucherInfos()
|
|
28436
28495
|
obj._deserialize(item)
|
|
28437
28496
|
self._VoucherInfos.append(obj)
|
|
28497
|
+
self._Unit = params.get("Unit")
|
|
28438
28498
|
self._RequestId = params.get("RequestId")
|
|
28439
28499
|
|
|
28440
28500
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-billing
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.74
|
|
4
4
|
Summary: Tencent Cloud Billing SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.74
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.74
|
tencentcloud_sdk_python_billing-3.1.63/tencentcloud_sdk_python_billing.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
{tencentcloud_sdk_python_billing-3.1.63 → tencentcloud_sdk_python_billing-3.1.74}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|