rda-python-common 1.0.14__py3-none-any.whl → 1.0.16__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 rda-python-common might be problematic. Click here for more details.

@@ -236,7 +236,6 @@ def set_dbname(scname = None, lnname = None, pwname = None, dbhost = None, dbpor
236
236
  #
237
237
  def set_scname(dbname = None, scname = None, lnname = None, pwname = None, dbhost = None, dbport = None, socket = None):
238
238
 
239
- global pgdb
240
239
  changed = 0
241
240
 
242
241
  if dbname and dbname != PGDBI['DBNAME']:
@@ -274,7 +273,6 @@ def set_scname(dbname = None, scname = None, lnname = None, pwname = None, dbhos
274
273
  def starttran():
275
274
 
276
275
  global curtran
277
- global pgdb
278
276
 
279
277
  if curtran == 1: endtran() # try to end previous transaction
280
278
  if not pgdb:
@@ -296,7 +294,6 @@ def starttran():
296
294
  def endtran(autocommit = True):
297
295
 
298
296
  global curtran
299
- global pgdb
300
297
  if curtran and pgdb:
301
298
  if not pgdb.closed: pgdb.commit()
302
299
  pgdb.autocommit = autocommit
@@ -308,7 +305,6 @@ def endtran(autocommit = True):
308
305
  def aborttran(autocommit = True):
309
306
 
310
307
  global curtran
311
- global pgdb
312
308
  if curtran and pgdb:
313
309
  if not pgdb.closed: pgdb.rollback()
314
310
  pgdb.autocommit = autocommit
@@ -535,7 +531,6 @@ def pgconnect(reconnect = 0, pgcnt = 0, autocommit = True):
535
531
  #
536
532
  def pgcursor():
537
533
 
538
- global pgdb
539
534
  pgcur = None
540
535
 
541
536
  if not pgdb:
@@ -109,6 +109,7 @@ PGLOG = { # more defined in untaint_suid() with environment variables
109
109
  'DSIDCHRS' : "d",
110
110
  'DOSHELL' : False,
111
111
  'NEWDSID' : True,
112
+ 'PUSGDIR' : None,
112
113
  'BCHHOSTS' : "PBS",
113
114
  'HOSTTYPE' : 'dav', # default HOSTTYPE
114
115
  'EMLMAX' : 256, # up limit of email line count
@@ -479,6 +480,13 @@ def get_call_trace(cut = 1):
479
480
 
480
481
  return str + "\n" if str else ""
481
482
 
483
+ #
484
+ # get caller file name
485
+ #
486
+ def get_caller_file(cidx = 0):
487
+
488
+ return traceback.extract_stack()[cidx][0]
489
+
482
490
  #
483
491
  # log message, msg, for degugging processes according to the debug level
484
492
  #
@@ -556,6 +564,7 @@ def set_help_path(progfile):
556
564
  #
557
565
  def show_usage(progname, opts = None):
558
566
 
567
+ if PGLOG['PUSGDIR'] is None: set_help_path(get_caller_file(1))
559
568
  usgname = join_paths(PGLOG['PUSGDIR'], progname + '.usg')
560
569
 
561
570
  if opts:
@@ -1284,7 +1293,6 @@ def set_common_pglog():
1284
1293
  SETPGLOG("DRDATAEP", "rda-quasar-drdata") # DRDATA Globus Endpoint on Quasar
1285
1294
  SETPGLOG("DBGFILE", "pgdss.dbg") # debug file name
1286
1295
  SETPGLOG("CNFPATH", PGLOG['DSSHOME']+"/config") # path to configuration files
1287
- SETPGLOG("PUSGDIR", PGLOG['DSSDBHM']+"/prog_usage") # path to program usage files
1288
1296
  SETPGLOG("DSSURL", "https://rda.ucar.edu") # current dss web URL
1289
1297
  SETPGLOG("RQSTURL", "/datasets/request") # request URL path
1290
1298
  SETPGLOG("WEBSERVERS", "rda-web-prod01.ucar.edu:rda-web-test01.ucar.edu") # webserver names for Web server
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: rda_python_common
3
- Version: 1.0.14
3
+ Version: 1.0.16
4
4
  Summary: RDA Python common library codes shared by other RDA python packages
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-common
@@ -11,6 +11,7 @@ Classifier: Development Status :: 5 - Production/Stable
11
11
  Requires-Python: >=3.7
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
+ Dynamic: license-file
14
15
 
15
16
  # rda-python-common
16
17
  Python common library codes to be shared by other RDA python utility programs.
@@ -1,15 +1,15 @@
1
1
  rda_python_common/PgCMD.py,sha256=dsFL_hiAHRZ-BwncgZhxQ7p9O10ox9lUSXOIePjZ-PQ,20487
2
- rda_python_common/PgDBI.py,sha256=kDawKAKDYr8jLWl1RAS-6fbZOPrLv7SMjvvi4bx_638,74286
2
+ rda_python_common/PgDBI.py,sha256=iGy0SQZsdVbSz2ewTIUK3e-RQBC5eQM9-_XUcFU1c50,74211
3
3
  rda_python_common/PgFile.py,sha256=RSCnABv7jOLmalzkQJnvXe-VgP6OQl3boeL8-Ja9qfY,98379
4
- rda_python_common/PgLOG.py,sha256=oXG5FgairyPB5VFZTK7ycIJr-IJ7NGvJUbHJSkASKBU,53928
4
+ rda_python_common/PgLOG.py,sha256=CP_kNPOFJVs6ffqea7mU0xZ_xVPB7k5sRzbQYs4oczU,54034
5
5
  rda_python_common/PgLock.py,sha256=12i84nsGBuifSyPnm8IR63LvHvRuVU573D5QKFlHdOI,22623
6
6
  rda_python_common/PgOPT.py,sha256=BAfuNi_1jEK-UyYVfPY_0f4b7KLhpcFM3BDShLRvT7w,55446
7
7
  rda_python_common/PgSIG.py,sha256=oDXcSnnzW6wKm_cSpFxQZWAo2hpPPTcuNDYhPSNQcRc,35607
8
8
  rda_python_common/PgSplit.py,sha256=QKPbF55m8KCTGmwVwL3uG_nuylCC4FSVfLuXeLjJHbE,8816
9
9
  rda_python_common/PgUtil.py,sha256=OpkNDwt694ebttNNUEDrrtDKyITZkx8g3uAI3b_FF4c,48737
10
10
  rda_python_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- rda_python_common-1.0.14.dist-info/LICENSE,sha256=1dck4EAQwv8QweDWCXDx-4Or0S8YwiCstaso_H57Pno,1097
12
- rda_python_common-1.0.14.dist-info/METADATA,sha256=Cwe4ZFH3cLDJPOi1a6-w13m9-FygXB7u7zvUn9QiPIE,630
13
- rda_python_common-1.0.14.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
14
- rda_python_common-1.0.14.dist-info/top_level.txt,sha256=KVQmx7D3DD-jsiheqL8HdTrRE14hpRnZY5_ioMArA5k,18
15
- rda_python_common-1.0.14.dist-info/RECORD,,
11
+ rda_python_common-1.0.16.dist-info/licenses/LICENSE,sha256=1dck4EAQwv8QweDWCXDx-4Or0S8YwiCstaso_H57Pno,1097
12
+ rda_python_common-1.0.16.dist-info/METADATA,sha256=DKg1ctiv-53QES89QFUK3XuCJo6_4HubcscFvQjVvC0,652
13
+ rda_python_common-1.0.16.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
14
+ rda_python_common-1.0.16.dist-info/top_level.txt,sha256=KVQmx7D3DD-jsiheqL8HdTrRE14hpRnZY5_ioMArA5k,18
15
+ rda_python_common-1.0.16.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5