atomicshop 2.9.29__py3-none-any.whl → 2.9.31__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 +1 -1
- atomicshop/wrappers/dockerw/install_docker.py +1 -1
- atomicshop/wrappers/elasticsearchw/install_elastic.py +1 -1
- atomicshop/wrappers/factw/install/pre_install_and_install_before_restart.py +1 -1
- {atomicshop-2.9.29.dist-info → atomicshop-2.9.31.dist-info}/METADATA +1 -1
- {atomicshop-2.9.29.dist-info → atomicshop-2.9.31.dist-info}/RECORD +9 -9
- {atomicshop-2.9.29.dist-info → atomicshop-2.9.31.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.9.29.dist-info → atomicshop-2.9.31.dist-info}/WHEEL +0 -0
- {atomicshop-2.9.29.dist-info → atomicshop-2.9.31.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
|
@@ -49,7 +49,7 @@ def add_current_user_to_docker_group(print_kwargs: dict = None):
|
|
|
49
49
|
subprocess.run(command, shell=True, capture_output=True, text=True)
|
|
50
50
|
|
|
51
51
|
# Check if the user was added to the docker group.
|
|
52
|
-
result = subprocess.run(['groups'], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
|
52
|
+
result = subprocess.run(['groups', current_user], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
|
53
53
|
if 'docker' in result.stdout:
|
|
54
54
|
print_api(f"User {current_user} was added to the docker group.", color='green', **(print_kwargs or {}))
|
|
55
55
|
return True
|
|
@@ -199,7 +199,7 @@ def install_elastic_kibana_ubuntu(install_elastic: bool = True, install_kibana:
|
|
|
199
199
|
if not permissions.is_admin():
|
|
200
200
|
print_api("This script requires root privileges...", color='red')
|
|
201
201
|
sys.exit(1)
|
|
202
|
-
|
|
202
|
+
|
|
203
203
|
# Check if the configuration file exists.
|
|
204
204
|
infrastructure.is_elastic_config_file_exists(exit_on_error=True, output_message=True)
|
|
205
205
|
|
|
@@ -22,7 +22,7 @@ def install_before_restart(installation_directory: str, remove_existing_installa
|
|
|
22
22
|
|
|
23
23
|
if not permissions.is_admin():
|
|
24
24
|
print_api("This script requires root privileges...", color='red')
|
|
25
|
-
|
|
25
|
+
sys.exit(1)
|
|
26
26
|
|
|
27
27
|
docker_keyring_file_path: str = "/etc/apt/keyrings/docker.gpg"
|
|
28
28
|
nodesource_keyring_file_path: str = "/etc/apt/keyrings/nodesource.gpg"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=O5Mg1YEnyuMMxuHVeNFjAnoVWh4dxTDc5cBdnuTKNIU,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
|
|
@@ -154,12 +154,12 @@ atomicshop/wrappers/certauthw/certauthw.py,sha256=4WvhjANI7Kzqrr_nKmtA8Kf7B6rute
|
|
|
154
154
|
atomicshop/wrappers/ctyping/process_winapi.py,sha256=QcXL-ETtlSSkoT8F7pYle97ubGWsjYp8cx8HxkVMgAc,2762
|
|
155
155
|
atomicshop/wrappers/dockerw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
156
156
|
atomicshop/wrappers/dockerw/dockerw.py,sha256=w8zSJr5C7cbvbuG09ORCpAe0BOcibqqL_Z2EKEBHYK4,6266
|
|
157
|
-
atomicshop/wrappers/dockerw/install_docker.py,sha256=
|
|
157
|
+
atomicshop/wrappers/dockerw/install_docker.py,sha256=Jz0fVIVy2bAX-JNdiDaM4pDCiP3FQ7Kk-vK_3WyJ3gY,4756
|
|
158
158
|
atomicshop/wrappers/elasticsearchw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
159
159
|
atomicshop/wrappers/elasticsearchw/config_basic.py,sha256=XJMKKfDrUq9ZKxYnQ-xFJxSA51z31Nn4eB8_n_hryVk,800
|
|
160
160
|
atomicshop/wrappers/elasticsearchw/elasticsearchw.py,sha256=7TqFdEFznO8NlligJhEKk1vm641ALpCYdaRl1uoXdzM,9768
|
|
161
161
|
atomicshop/wrappers/elasticsearchw/infrastructure.py,sha256=J1hKIEQA8ImRUmkM25fbmwHbZPC9VnT9NK1_kOfXitA,8311
|
|
162
|
-
atomicshop/wrappers/elasticsearchw/install_elastic.py,sha256=
|
|
162
|
+
atomicshop/wrappers/elasticsearchw/install_elastic.py,sha256=EeMZ2zSZIE3bvQ3HHJ4ed2TXLg1ufwKlDon79X5mhIU,8467
|
|
163
163
|
atomicshop/wrappers/elasticsearchw/queries/__init__.py,sha256=KBjT-bAt75CJsx1Apko9mpuFU4pfZV8DcGWQvpX65RU,78
|
|
164
164
|
atomicshop/wrappers/elasticsearchw/queries/aggregation.py,sha256=N9a5yMMnb10sMa_x1qJBFQpgyJ49UWo8_vxuqmUtZ1A,1742
|
|
165
165
|
atomicshop/wrappers/elasticsearchw/queries/info.py,sha256=P_VhhBo8MvRI4Shi-bh4RsYtlYNRKRBzScXPC64Up_Q,2900
|
|
@@ -177,7 +177,7 @@ atomicshop/wrappers/factw/fact_extractor/docker_image.py,sha256=jJAoJNQ4aoATjn3x
|
|
|
177
177
|
atomicshop/wrappers/factw/fact_extractor/get_extractor.py,sha256=2mfOAftHIlCcGt1s7MWdq7DsDCuI6wX3MtvcEZ4SK-0,756
|
|
178
178
|
atomicshop/wrappers/factw/install/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
179
179
|
atomicshop/wrappers/factw/install/install_after_restart.py,sha256=roM1W2hkDynpEKda55xd7AsZxodsFj8i4wmFGt_HHzA,1558
|
|
180
|
-
atomicshop/wrappers/factw/install/pre_install_and_install_before_restart.py,sha256=
|
|
180
|
+
atomicshop/wrappers/factw/install/pre_install_and_install_before_restart.py,sha256=xPMYgXoyA7y1MHyG5paoqKTWuklhsSGym2ObPcex75M,3036
|
|
181
181
|
atomicshop/wrappers/factw/postgresql/__init__.py,sha256=xMBn2d3Exo23IPP2F_9-SXmOlhFbwWDgS9KwozSTjA0,162
|
|
182
182
|
atomicshop/wrappers/factw/postgresql/analysis.py,sha256=2Rxzy2jyq3zEKIo53z8VkjuslKE_i5mq2ZpmJAvyd6U,716
|
|
183
183
|
atomicshop/wrappers/factw/postgresql/file_object.py,sha256=VRiCXnsd6yDbnsE-TEKYPC-gkAgFVkE6rygRrJLQShI,713
|
|
@@ -230,8 +230,8 @@ atomicshop/wrappers/socketw/socket_server_tester.py,sha256=AhpurHJmP2kgzHaUbq5ey
|
|
|
230
230
|
atomicshop/wrappers/socketw/socket_wrapper.py,sha256=aXBwlEIJhFT0-c4i8iNlFx2It9VpCEpsv--5Oqcpxao,11624
|
|
231
231
|
atomicshop/wrappers/socketw/ssl_base.py,sha256=k4V3gwkbq10MvOH4btU4onLX2GNOsSfUAdcHmL1rpVE,2274
|
|
232
232
|
atomicshop/wrappers/socketw/statistics_csv.py,sha256=t3dtDEfN47CfYVi0CW6Kc2QHTEeZVyYhc57IYYh5nmA,826
|
|
233
|
-
atomicshop-2.9.
|
|
234
|
-
atomicshop-2.9.
|
|
235
|
-
atomicshop-2.9.
|
|
236
|
-
atomicshop-2.9.
|
|
237
|
-
atomicshop-2.9.
|
|
233
|
+
atomicshop-2.9.31.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
234
|
+
atomicshop-2.9.31.dist-info/METADATA,sha256=vagp2i4LcpWDtUApxl9LyIO714mmSrkrpxhExdeXTIs,10423
|
|
235
|
+
atomicshop-2.9.31.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
236
|
+
atomicshop-2.9.31.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
237
|
+
atomicshop-2.9.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|