atomicshop 2.11.24__py3-none-any.whl → 2.11.25__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.11.24'
4
+ __version__ = '2.11.25'
@@ -1,4 +1,3 @@
1
- import os
2
1
  import subprocess
3
2
  import getpass
4
3
 
@@ -153,18 +152,19 @@ def install_docker_ubuntu(
153
152
  'systemctl --user start docker.service')
154
153
  docker_enable_command = ubuntu_terminal.get_command_execution_as_sudo_executer(
155
154
  'systemctl --user enable docker.service')
155
+ print_api('Starting and enabling the docker service in user mode...')
156
156
  process.execute_script(docker_start_command, shell=True, executable=None)
157
157
  process.execute_script(docker_enable_command, shell=True, executable=None)
158
158
 
159
- with permissions.temporary_regular_permissions():
160
- current_non_sudo_user = os.getlogin()
159
+ print_api('Executing "loginctl enable-linger" to enable Docker to run when the user is not logged in...')
160
+ non_sudo_executer = permissions.get_ubuntu_sudo_executer_username()
161
161
  # Enable lingering so Docker runs when the user is not logged in
162
- process.execute_script(f'sudo loginctl enable-linger {current_non_sudo_user}', shell=True)
162
+ process.execute_script(f'sudo loginctl enable-linger {non_sudo_executer}', shell=True)
163
163
 
164
+ print_api('Adding $HOME/bin to your PATH...')
164
165
  # Add $HOME/bin to your PATH if it's not already there.
165
166
  with permissions.temporary_regular_permissions():
166
167
  ubuntu_terminal.add_path_to_bashrc(as_regular_user=True)
167
- input("Press Enter to continue...")
168
168
 
169
169
  if add_current_user_to_docker_group_bool:
170
170
  # Check if current user that executed the script is a sudo user. If not, use the current user.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: atomicshop
3
- Version: 2.11.24
3
+ Version: 2.11.25
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=TeyboltWSXVQwI5Y9hPKYn-fVAXGLL5vSg9HS_q7rUI,124
1
+ atomicshop/__init__.py,sha256=QYupJrlC9AMLweHL2VbdBeabyUO3-dO9uI-KfHJrnEg,124
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
@@ -164,7 +164,7 @@ atomicshop/wrappers/ctyping/msi_windows_installer/extract_msi_main.py,sha256=eyF
164
164
  atomicshop/wrappers/ctyping/msi_windows_installer/tables.py,sha256=ajiFiLXl1prg2kOhatfT8E2RKX7F8JjUJpwkVuKu1GY,16263
165
165
  atomicshop/wrappers/dockerw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
166
  atomicshop/wrappers/dockerw/dockerw.py,sha256=w8zSJr5C7cbvbuG09ORCpAe0BOcibqqL_Z2EKEBHYK4,6266
167
- atomicshop/wrappers/dockerw/install_docker.py,sha256=a9X8GjRiuTRsZbUM3u2UQ2_8pZ0sdsPZSyCOD8SDidg,8473
167
+ atomicshop/wrappers/dockerw/install_docker.py,sha256=Hnlv_xoSY5XekCthyTv3Hj2neWvrmSHoDpOoL8y_K78,8629
168
168
  atomicshop/wrappers/elasticsearchw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
169
169
  atomicshop/wrappers/elasticsearchw/config_basic.py,sha256=fDujtrjEjbWiYh_WQ3OcYp_8mXhXPYeKLy4wSPL5qM0,1177
170
170
  atomicshop/wrappers/elasticsearchw/elasticsearchw.py,sha256=7TqFdEFznO8NlligJhEKk1vm641ALpCYdaRl1uoXdzM,9768
@@ -242,8 +242,8 @@ atomicshop/wrappers/socketw/socket_server_tester.py,sha256=AhpurHJmP2kgzHaUbq5ey
242
242
  atomicshop/wrappers/socketw/socket_wrapper.py,sha256=aXBwlEIJhFT0-c4i8iNlFx2It9VpCEpsv--5Oqcpxao,11624
243
243
  atomicshop/wrappers/socketw/ssl_base.py,sha256=k4V3gwkbq10MvOH4btU4onLX2GNOsSfUAdcHmL1rpVE,2274
244
244
  atomicshop/wrappers/socketw/statistics_csv.py,sha256=t3dtDEfN47CfYVi0CW6Kc2QHTEeZVyYhc57IYYh5nmA,826
245
- atomicshop-2.11.24.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
246
- atomicshop-2.11.24.dist-info/METADATA,sha256=WNIdPwnfzXdLe2RNmXO2foCbvizbcBYiqNJcCJUQiFU,10448
247
- atomicshop-2.11.24.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
248
- atomicshop-2.11.24.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
249
- atomicshop-2.11.24.dist-info/RECORD,,
245
+ atomicshop-2.11.25.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
246
+ atomicshop-2.11.25.dist-info/METADATA,sha256=hYlV-iRwMGlRqKs8fhJVmWT2XYB3xhu8vw3agbPZ-pc,10448
247
+ atomicshop-2.11.25.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
248
+ atomicshop-2.11.25.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
249
+ atomicshop-2.11.25.dist-info/RECORD,,