easy_whitelist 1.0.42__py3-none-any.whl → 1.0.43__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  r"""Easy_whitelist is a smart tool that detects the local Internet IP address and automatically updates the local Internet IP address to the cloud security group whitelist. The tool is written in Python.
2
2
  """
3
- __version__ = '1.0.42'
3
+ __version__ = '1.0.43'
4
4
  # __author__ = 'qiqileleabaobao <qiqilelebaobao@163.com>'
5
5
 
6
6
  __all__ = []
@@ -8,9 +8,9 @@ import string
8
8
  import sys
9
9
  import logging
10
10
 
11
- from easy_whitelist.config import arg
12
- from easy_whitelist.tcloud import client
13
- from easy_whitelist.tcloud.template import list_template, set_template, create_template
11
+ from config import arg
12
+ from tcloud import client
13
+ from tcloud.template import list_template, set_template, create_template
14
14
 
15
15
 
16
16
  def loop_list(common_client, proxy=None):
@@ -3,7 +3,7 @@ import random
3
3
  import sys
4
4
  import logging
5
5
 
6
- from ..ip import ip
6
+ from ip import ip
7
7
  from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
8
8
 
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: easy_whitelist
3
- Version: 1.0.42
3
+ Version: 1.0.43
4
4
  Summary: Easy_whitelist is a smart tool that detects the local Internet IP address and automatically updates the local Internet IP address to the cloud security group whitelist. The tool is written in Python.
5
5
  Keywords: automation,whitelist,acl,security-groups,alibaba-cloud,tencent-cloud,security-tools,security-group-rule
6
6
  Author: qiqilelebaobao
@@ -1,5 +1,5 @@
1
- easy_whitelist/__init__.py,sha256=e_6BLdG5OyzzTQu9x44yOall7C7B3w7q1Y_dy6LhMr4,303
2
- easy_whitelist/__main__.py,sha256=x5teqF_1OWhLujmBM37jYNJ9Ed1kF_xyzkYpJf4TCI0,2358
1
+ easy_whitelist/__init__.py,sha256=1on1I7SeFbPuz7yi7HM60DagScp0AXYrwkpp3Vo2bao,303
2
+ easy_whitelist/__main__.py,sha256=koZeYIzTYuAASgx-T-qrV0rTbrFBdceaH0PCmua4x3c,2313
3
3
  easy_whitelist/config/__init__.py,sha256=fK-lJ3GD4u1_FGkZfPf-f7fxjMwb1t0AZcG7mfIHLks,19
4
4
  easy_whitelist/config/arg.py,sha256=efzlQSHK49MFhf0VAnVt6jkGxdwW3ae3yUJmDIKx9mY,1087
5
5
  easy_whitelist/ip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -12,9 +12,9 @@ easy_whitelist/sample/cvm_sample_detail.py,sha256=sxsDJY2YvU6uwgbGBzWrl4tFZOKjGq
12
12
  easy_whitelist/sample/cvm_sample_simple.py,sha256=g5rESUuRwcVqxemPct3QrWhZ4tnoRHh_hFkrqlHOTw0,871
13
13
  easy_whitelist/tcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  easy_whitelist/tcloud/client.py,sha256=eHevgHB1Y8C2Rwa8ztiIm-GkNTOJDlWU7RMNhw6oTmw,906
15
- easy_whitelist/tcloud/template.py,sha256=NQzYPM67tMlILG5Q4AzNjOBlRKqaypTk36M1xzJE7fU,6053
16
- easy_whitelist-1.0.42.dist-info/entry_points.txt,sha256=-URzXdGXqVTDQm_AhH9k0u4Qm9G0s4ZDXcnA-XQt73Q,53
17
- easy_whitelist-1.0.42.dist-info/LICENSE,sha256=sWhlh6jzXRpuhxIbCZfjCEX_YQI4mMK6iO1bfpgkfzM,11343
18
- easy_whitelist-1.0.42.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
19
- easy_whitelist-1.0.42.dist-info/METADATA,sha256=qQP3SPAf6M2vEnio_37oaiqNSfaBweEZYrf1KB64s6U,3553
20
- easy_whitelist-1.0.42.dist-info/RECORD,,
15
+ easy_whitelist/tcloud/template.py,sha256=rZ6Ud6iwIJmqgzj4Iyzp8cydZ68JXzqv-2iBmNzwe7Y,6051
16
+ easy_whitelist-1.0.43.dist-info/entry_points.txt,sha256=-URzXdGXqVTDQm_AhH9k0u4Qm9G0s4ZDXcnA-XQt73Q,53
17
+ easy_whitelist-1.0.43.dist-info/LICENSE,sha256=sWhlh6jzXRpuhxIbCZfjCEX_YQI4mMK6iO1bfpgkfzM,11343
18
+ easy_whitelist-1.0.43.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
19
+ easy_whitelist-1.0.43.dist-info/METADATA,sha256=3lYA6NSe4-V8qVIRk1MZXcyIr9w7UMi3EEsExlfBbnw,3553
20
+ easy_whitelist-1.0.43.dist-info/RECORD,,