atomicshop 3.3.19__py3-none-any.whl → 3.3.21__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.

Potentially problematic release.


This version of atomicshop might be problematic. Click here for more details.

atomicshop/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  """Atomic Basic functions and classes to make developer life easier"""
2
2
 
3
3
  __author__ = "Den Kras"
4
- __version__ = '3.3.19'
4
+ __version__ = '3.3.21'
@@ -392,12 +392,12 @@ class GitHubWrapper:
392
392
  def get_latest_release_url(
393
393
  self,
394
394
  asset_pattern: str,
395
- exclude_pattern: str = None,
395
+ exclude_string: str = None,
396
396
  **kwargs):
397
397
  """
398
398
  This function will return the latest release url.
399
399
  :param asset_pattern: str, the string pattern to search in the latest release. Wildcards can be used.
400
- :param exclude_pattern: str, the string to exclude from the search. No wildcards can be used.
400
+ :param exclude_string: str, the string to exclude from the search. No wildcards can be used.
401
401
  :param kwargs: dict, the print arguments for the 'print_api' function.
402
402
  :return: str, the latest release url.
403
403
  """
@@ -411,9 +411,9 @@ class GitHubWrapper:
411
411
  download_urls.append(single_dict['browser_download_url'])
412
412
 
413
413
  # Exclude urls against 'exclude_string'.
414
- if exclude_pattern:
414
+ if exclude_string:
415
415
  for download_url in download_urls:
416
- if exclude_pattern in download_url:
416
+ if exclude_string in download_url:
417
417
  download_urls.remove(download_url)
418
418
 
419
419
  # Find urls against 'asset_pattern'.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atomicshop
3
- Version: 3.3.19
3
+ Version: 3.3.21
4
4
  Summary: Atomic functions and classes to make developer life easier
5
5
  Author: Denis Kras
6
6
  License-Expression: MIT
@@ -28,7 +28,6 @@ Requires-Dist: openpyxl
28
28
  Requires-Dist: pandas
29
29
  Requires-Dist: paramiko
30
30
  Requires-Dist: pefile
31
- Requires-Dist: pip-system-certs
32
31
  Requires-Dist: playwright
33
32
  Requires-Dist: protobuf
34
33
  Requires-Dist: psutil
@@ -1,4 +1,4 @@
1
- atomicshop/__init__.py,sha256=JQVbyres4lpI1LSo_3Ub-DS1vqxClP9nNxQfFO8fDW4,123
1
+ atomicshop/__init__.py,sha256=sVDbOyXcjGDnpHErAr-9a53LfQe1cLDue9somCFikBM,123
2
2
  atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
3
3
  atomicshop/_create_pdf_demo.py,sha256=Yi-PGZuMg0RKvQmLqVeLIZYadqEZwUm-4A9JxBl_vYA,3713
4
4
  atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
@@ -188,7 +188,7 @@ atomicshop/wrappers/astw.py,sha256=VkYfkfyc_PJLIOxByT6L7B8uUmKY6-I8XGZl4t_z828,4
188
188
  atomicshop/wrappers/configparserw.py,sha256=JwDTPjZoSrv44YKwIRcjyUnpN-FjgXVfMqMK_tJuSgU,22800
189
189
  atomicshop/wrappers/cryptographyw.py,sha256=QEUpDn8vUvMg3ADz6-4oC2kbDNC_woDlw7C0zU7qFVM,14233
190
190
  atomicshop/wrappers/ffmpegw.py,sha256=wcq0ZnAe0yajBOuTKZCCaKI7CDBjkq7FAgdW5IsKcVE,6031
191
- atomicshop/wrappers/githubw.py,sha256=bds_8fgyFyHXKwty6-SBS3H3Ueta2IMM5UQFpiFmgHQ,27554
191
+ atomicshop/wrappers/githubw.py,sha256=PpG0U1MRoDY2LLYpLxnoUbSb8Pz9d47HtwBnOwxMaRY,27550
192
192
  atomicshop/wrappers/netshw.py,sha256=8WE_576XiiHykwFuE-VkCx5CydMpFlztX4frlEteCtI,6350
193
193
  atomicshop/wrappers/numpyw.py,sha256=sBV4gSKyr23kXTalqAb1oqttzE_2XxBooCui66jbAqc,1025
194
194
  atomicshop/wrappers/olefilew.py,sha256=biD5m58rogifCYmYhJBrAFb9O_Bn_spLek_9HofLeYE,2051
@@ -316,8 +316,8 @@ atomicshop/wrappers/socketw/statistics_csv.py,sha256=_gA8bMX6Sw_UCXKi2y9wNAwlqif
316
316
  atomicshop/wrappers/winregw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
317
317
  atomicshop/wrappers/winregw/winreg_installed_software.py,sha256=Qzmyktvob1qp6Tjk2DjLfAqr_yXV0sgWzdMW_9kwNjY,2345
318
318
  atomicshop/wrappers/winregw/winreg_network.py,sha256=ih0BVNwByLvf9F_Lac4EdmDYYJA3PzMvmG0PieDZrsE,9905
319
- atomicshop-3.3.19.dist-info/licenses/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
320
- atomicshop-3.3.19.dist-info/METADATA,sha256=MRy46XID9VEOmKIwAOUphK7vMDJkl9ewn2I31EVnV5c,9345
321
- atomicshop-3.3.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
322
- atomicshop-3.3.19.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
323
- atomicshop-3.3.19.dist-info/RECORD,,
319
+ atomicshop-3.3.21.dist-info/licenses/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
320
+ atomicshop-3.3.21.dist-info/METADATA,sha256=u4vdaos5E4BpZqXSzLHwu7h28iZVyv_aUN-Pw_KSVEM,9312
321
+ atomicshop-3.3.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
322
+ atomicshop-3.3.21.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
323
+ atomicshop-3.3.21.dist-info/RECORD,,