easy-utils-dev 2.149__py3-none-any.whl → 2.151__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.
@@ -128,7 +128,7 @@ class DEBUGGER:
128
128
  # print(f"Checking log file path : {file_path}")
129
129
  if not os.path.exists(file_path) :
130
130
  with open(file_path, 'a+') as f :
131
- print(f"Creating log file path : {file_path}")
131
+ # print(f"Creating log file path : {file_path}")
132
132
  f.write('')
133
133
  except :
134
134
  pass
easy_utils_dev/utils.py CHANGED
@@ -49,14 +49,14 @@ def timenow() :
49
49
  return str(now().strftime("%d/%m/%Y %H:%M:%S"))
50
50
 
51
51
 
52
- def timenowForLabels() :
52
+ def timenowForLabels(format='%d-%m-%Y_%H-%M-%S') :
53
53
  """
54
54
  Get current date and time formatted for use in file labels.
55
55
 
56
56
  Returns:
57
57
  str: Current date and time in format "DD-MM-YYYY_HH-MM-SS".
58
58
  """
59
- return now().strftime("%d-%m-%Y_%H-%M-%S")
59
+ return now().strftime(format)
60
60
 
61
61
  def fixTupleForSql(list):
62
62
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: easy_utils_dev
3
- Version: 2.149
3
+ Version: 2.151
4
4
  Keywords: python3
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Requires-Dist: psutil
@@ -9,7 +9,7 @@ easy_utils_dev/check_license.py,sha256=C8vKXwaduoF3FSuDJ-J_j5jStNNyUdS-mOdLNfsCj
9
9
  easy_utils_dev/cplib.py,sha256=TPCFNQh4jYSGsm_CrMdivmD3G5B1rprco2O4B0BSnzo,19570
10
10
  easy_utils_dev/custom_env.py,sha256=vxrjikpSNJlKfoBE-ef88UExlpXucUe-HcwHMn3gfB0,1510
11
11
  easy_utils_dev/debugger-C-PF4PAMMP.py,sha256=5GmZU1l9R3CSZVIGff-l-gYaf-imJGSGTsh-cxNz6og,18637
12
- easy_utils_dev/debugger.py,sha256=VYjmvVi8EkJ5V2WuXkdInQwKyP0QDEmkUyB-vLy6Olg,19355
12
+ easy_utils_dev/debugger.py,sha256=R77WUtSvBxatg8AOX-OQIBEXUBHDg8TYWozKIcxl2bw,19357
13
13
  easy_utils_dev/easy_oracle.py,sha256=Jyc3HSl6eyLayjS8NoE4GOaf8otQlonR5_qOg2h1DjE,2157
14
14
  easy_utils_dev/encryptor.py,sha256=f5Zjn0DGtXCyhldpVnBtfcTb4h4Wp0eQPHusEYwIags,1512
15
15
  easy_utils_dev/ept.py,sha256=X-Z0_XCNfKK1TxQZquPMBqo3ZuxnK4TvWAYPnBUMlPI,25363
@@ -26,13 +26,13 @@ easy_utils_dev/require_auth.py,sha256=UsYAxfLX5wda6hd0nfLR_tl0bGQ4DYIpaTowsYSku-
26
26
  easy_utils_dev/simple_sqlite.py,sha256=J-mcTUnHmAn0eCPD8j-WEoA19uzHRXJ4YRJsyx9B-do,13113
27
27
  easy_utils_dev/temp_memory.py,sha256=AGPh7tIi7S5LofzVnKJzsF8xDjappUMaD-ZnUNJAn7w,1638
28
28
  easy_utils_dev/uiserver.py,sha256=lOGhfpdHoLBzd9RWkHX7P9khNU_kxdtzZU6ah_epzcw,14980
29
- easy_utils_dev/utils.py,sha256=4K-Q806kOemdWCtEauCUCWdXhORyWr0EOy0B5mU6qeE,14081
29
+ easy_utils_dev/utils.py,sha256=9_c8mdhnu3I7WIf9piMXxxGBiOzHpa7nJ9tH9xM3Zqs,14094
30
30
  easy_utils_dev/winserviceapi.py,sha256=2ZP6jaSt1-5vEJYXqwBhwX-1-eQ3V3YzntsoOoko2cw,18804
31
31
  easy_utils_dev/wsnoclib.py,sha256=xCUixNvN9nuGFYO5KT3S5VB6zm8QtzghAR06YlKqfOs,38242
32
32
  easy_utils_dev/wsselib.py,sha256=YweScnoAAH_t29EeIjBpkQ6HtX0Rp9mQudRsRce2SE8,7920
33
33
  easy_utils_dev/ept_sql/create_dirs.sql,sha256=KWfX-Nc6lvr_BC-P6O97NE0idoPW4GNKUKUCgonJhto,3508
34
34
  easy_utils_dev/ept_sql/create_ept_tables.sql,sha256=WDHyIyeReV8_QaYBPIpSy-lto3OKvZtex1tWs-FPURQ,67737
35
- easy_utils_dev-2.149.dist-info/METADATA,sha256=0XknVYKDFzS80M4WYjz6LQYN0b3AgXG8e-dLWnOPKjQ,602
36
- easy_utils_dev-2.149.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- easy_utils_dev-2.149.dist-info/top_level.txt,sha256=7vBsrpq7NmilkdU3YUvfd5iVDNBaT07u_-ut4F7zc7A,15
38
- easy_utils_dev-2.149.dist-info/RECORD,,
35
+ easy_utils_dev-2.151.dist-info/METADATA,sha256=HGpn-_PH-oWxcVMDNxqENK7XymWPktps7c-Gp44GyDY,602
36
+ easy_utils_dev-2.151.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
+ easy_utils_dev-2.151.dist-info/top_level.txt,sha256=7vBsrpq7NmilkdU3YUvfd5iVDNBaT07u_-ut4F7zc7A,15
38
+ easy_utils_dev-2.151.dist-info/RECORD,,