atomicshop 2.6.5__py3-none-any.whl → 2.6.6__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__ = '2.6.5'
4
+ __version__ = '2.6.6'
@@ -34,8 +34,10 @@ def create_docker_image_ubuntu(directory_path: str):
34
34
  # Remove the image if exists.
35
35
  images = dockerw.get_images()
36
36
  for image in images:
37
- # There is also 'fkiecad/fact_extractor:latest' image, which is a part of FACT_core backend.
38
- if image.tags == ['fact_extractor:latest']:
37
+ # There are 2 images:
38
+ # 'fkiecad/fact_extractor:latest' - The image that is downloaded.
39
+ # 'fact_extractor:latest' - The image that is built.
40
+ if 'fact_extractor' in image.tags:
39
41
  dockerw.remove_image(image_id_or_tag=image.id)
40
42
 
41
43
  # Create the script to execute.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: atomicshop
3
- Version: 2.6.5
3
+ Version: 2.6.6
4
4
  Summary: Atomic functions and classes to make developer life easier
5
5
  Author: Denis Kras
6
6
  License: MIT License
@@ -1,4 +1,4 @@
1
- atomicshop/__init__.py,sha256=DlLqgTSNqdFD_e2ee9wPSD85HhlGPLtBZy23FpnOylY,122
1
+ atomicshop/__init__.py,sha256=WX9JM9Uv2agGaDi2IHGv_9ZDZdGBXfiGnAqCp6FOovU,122
2
2
  atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
3
3
  atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
4
4
  atomicshop/appointment_management.py,sha256=N3wVGJgrqJfsj_lqiRfaL3FxMEe57by5Stzanh189mk,7263
@@ -151,7 +151,7 @@ atomicshop/wrappers/factw/config_fact.py,sha256=J-K9Zn50WcDC7ubb-boraSZExfBk7a6M
151
151
  atomicshop/wrappers/factw/config_install.py,sha256=L_ZftnFkqU9mPZbnbcNoo2gsXBcdhezm-te1A6u3-fE,369
152
152
  atomicshop/wrappers/factw/get_file_data.py,sha256=ChKC0OjgjFlNubZQBwcGhRO3L2pccc27RLRlAMIUix4,1641
153
153
  atomicshop/wrappers/factw/fact_extractor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
- atomicshop/wrappers/factw/fact_extractor/docker_image.py,sha256=FlGt3LAeFYztb7Ce4H98sQbRa0LB2ijjQa-MMSGLvHc,2402
154
+ atomicshop/wrappers/factw/fact_extractor/docker_image.py,sha256=4yQuOY4xLltrKfpwLZRUTSmywYcDv2bghcFtvqxNQm4,2459
155
155
  atomicshop/wrappers/factw/fact_extractor/get_extractor.py,sha256=2mfOAftHIlCcGt1s7MWdq7DsDCuI6wX3MtvcEZ4SK-0,756
156
156
  atomicshop/wrappers/factw/install/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
157
157
  atomicshop/wrappers/factw/install/install_after_restart.py,sha256=Wixuc-foMA0qGjzypbbQ5sdE-F72yIKmrI9c6xwLY-g,1571
@@ -204,8 +204,8 @@ atomicshop/wrappers/socketw/socket_server_tester.py,sha256=AhpurHJmP2kgzHaUbq5ey
204
204
  atomicshop/wrappers/socketw/socket_wrapper.py,sha256=aXBwlEIJhFT0-c4i8iNlFx2It9VpCEpsv--5Oqcpxao,11624
205
205
  atomicshop/wrappers/socketw/ssl_base.py,sha256=k4V3gwkbq10MvOH4btU4onLX2GNOsSfUAdcHmL1rpVE,2274
206
206
  atomicshop/wrappers/socketw/statistics_csv.py,sha256=t3dtDEfN47CfYVi0CW6Kc2QHTEeZVyYhc57IYYh5nmA,826
207
- atomicshop-2.6.5.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
208
- atomicshop-2.6.5.dist-info/METADATA,sha256=gyhCEJO58Q5NlQA4F-7TxX-tchTzkNGGSBeOQv8idmk,10290
209
- atomicshop-2.6.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
210
- atomicshop-2.6.5.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
211
- atomicshop-2.6.5.dist-info/RECORD,,
207
+ atomicshop-2.6.6.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
208
+ atomicshop-2.6.6.dist-info/METADATA,sha256=L7hiqGzTCJUq9alDq0MI8VUQKE_4UBIxZSJm109IAoY,10290
209
+ atomicshop-2.6.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
210
+ atomicshop-2.6.6.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
211
+ atomicshop-2.6.6.dist-info/RECORD,,