easy_whitelist 1.0.2__py2.py3-none-any.whl → 1.0.3__py2.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.
@@ -3,7 +3,7 @@ r"""Easy_whitelist is a small tool that detects the local Internet IP address an
3
3
  Reference: https://github.com/qiqilelebabao/easy_whitelist
4
4
  The tool is written in Python.
5
5
  """
6
- __version__ = '1.0.2'
6
+ __version__ = '1.0.3'
7
7
  __author__ = 'qiqileleabaobao <qiqilelebaobao@163.com>'
8
8
 
9
9
  __all__ = []
easy_whitelist/easy.py CHANGED
@@ -7,9 +7,9 @@ import pprint
7
7
  import string
8
8
  import sys
9
9
 
10
- from whitelist.config import arg
11
- from whitelist.tcloud import client
12
- from whitelist.tcloud.template import list_template, set_template, create_template
10
+ from easy_whitelist.config import arg
11
+ from easy_whitelist.tcloud import client
12
+ from easy_whitelist.tcloud.template import list_template, set_template, create_template
13
13
 
14
14
  def loop_list(common_client):
15
15
  template_ids = list_template(common_client)
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: easy_whitelist
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Easy_whitelist is a small tool that detects the local Internet IP address and automatically updates the local Internet IP address to the cloud security group whitelist.
5
5
  Author: qiqilelebaobao
6
6
  Author-email: qiqilelebaobao <qiqilelebaobao@163.com>
7
7
  Description-Content-Type: text/markdown
8
- Classifier: License :: OSI Approved :: Apache Software License
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Requires-Dist: tencentcloud-sdk-python
9
10
  Project-URL: Homepage, https://github.com/qiqilelebaobao/easy_whitelist
10
11
 
11
12
  # Easy_whitelist
@@ -39,10 +40,6 @@ Main functions include:
39
40
  需要 Python3 环境
40
41
  Python3 is required
41
42
 
42
- ```shell
43
- $ pip3 install -i https://mirrors.tencent.com/pypi/simple/ --upgrade tencentcloud-sdk-python
44
- ```
45
-
46
43
  ## 使用说明 Instructions
47
44
 
48
45
  ```shell
@@ -1,5 +1,5 @@
1
- easy_whitelist/__init__.py,sha256=nJhL7JbcaQ0Hn-GBVcheJXdTfLjBxz4A-g1i3khjsSk,361
2
- easy_whitelist/easy.py,sha256=fHPYviEcKVLyJuDCxX-o5A7p0BtBxGkmlbtgIloKd2I,1712
1
+ easy_whitelist/__init__.py,sha256=9l9R1UBC6Ga9uDxszWLJxpocO0Bdy1sdwtyrWsPIscA,361
2
+ easy_whitelist/easy.py,sha256=_dUY-U_y0k2IFgQwq5KTauOcKXBF5T1ARC_Vl82eyPw,1727
3
3
  easy_whitelist/config/__init__.py,sha256=fK-lJ3GD4u1_FGkZfPf-f7fxjMwb1t0AZcG7mfIHLks,19
4
4
  easy_whitelist/config/arg.py,sha256=Ytk9fKXd2-k0C01SHGtbYJGYVz2VqR8eDanJExZrPi4,1017
5
5
  easy_whitelist/ip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -10,7 +10,7 @@ easy_whitelist/ip/url.py,sha256=pZeexIQfJFWv-KdlOIAOVVk5aap4dyLsu2CiV8i9ofw,438
10
10
  easy_whitelist/tcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  easy_whitelist/tcloud/client.py,sha256=Cbx66K8S7fAMto9GJMynOplbgk1m-QWg863BxeO0D24,785
12
12
  easy_whitelist/tcloud/template.py,sha256=8SuN2oLiYzgfySb3-Bc5EEuZon8sE5ea3n0QFdnM8Ys,5853
13
- easy_whitelist-1.0.2.dist-info/LICENSE,sha256=sWhlh6jzXRpuhxIbCZfjCEX_YQI4mMK6iO1bfpgkfzM,11343
14
- easy_whitelist-1.0.2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
15
- easy_whitelist-1.0.2.dist-info/METADATA,sha256=MCvyz1k4TTRCK_SXkbNcwfI6a7AUM931PSk-EYI-KEU,2455
16
- easy_whitelist-1.0.2.dist-info/RECORD,,
13
+ easy_whitelist-1.0.3.dist-info/LICENSE,sha256=sWhlh6jzXRpuhxIbCZfjCEX_YQI4mMK6iO1bfpgkfzM,11343
14
+ easy_whitelist-1.0.3.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
15
+ easy_whitelist-1.0.3.dist-info/METADATA,sha256=QD41Sr5eNf4eiLmxrHZZMJ8Z5kiVitQKsNIbEYFYkZc,2375
16
+ easy_whitelist-1.0.3.dist-info/RECORD,,