QuLab 2.4.19__cp312-cp312-macosx_10_13_universal2.whl → 2.4.20__cp312-cp312-macosx_10_13_universal2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: QuLab
3
- Version: 2.4.19
3
+ Version: 2.4.20
4
4
  Summary: contral instruments and manage data
5
5
  Author-email: feihoo87 <feihoo87@gmail.com>
6
6
  Maintainer-email: feihoo87 <feihoo87@gmail.com>
@@ -1,10 +1,10 @@
1
1
  qulab/__init__.py,sha256=P-Mx2p4TVmL91SoxoeXcj8Qm0x4xUf5Q_FLk0Yc_gIQ,138
2
2
  qulab/__main__.py,sha256=JgErYkiskih8Y6oRwowALtR-rwQhAAdqOYWjQraRIPI,59
3
3
  qulab/dicttree.py,sha256=tRRMpGZYVOLw0TEByE3_2Ss8FdOmzuGL9e1DWbs8qoY,13684
4
- qulab/fun.cpython-312-darwin.so,sha256=aSxSghKDYN0CTmsy8uAJj0Uk8m4Z5xNzYKh7SJvOBVk,126864
5
- qulab/version.py,sha256=FprAMvy2C6tN_5YBOzn2q7pwL66I-_0THetgU5i1QL0,22
4
+ qulab/fun.cpython-312-darwin.so,sha256=-Ckd6wlBupwONbFbJNda13b4TSY6HQ0sLwDcbjMOD8A,126864
5
+ qulab/version.py,sha256=0EYwz_vOIrGy7c3cr82zYeYGyK4QxRsY1XkcDC_j6SI,22
6
6
  qulab/cli/__init__.py,sha256=tgDIkkeIoasQXAifJZ6NU8jDgpNgb2a-B0C4nF0evrE,559
7
- qulab/cli/config.py,sha256=QksTYD3-RBYBG8xnKLAh7EXrNOwxr128XXr30ZTFW6A,2983
7
+ qulab/cli/config.py,sha256=Dhl7i_KM3iJ29SVIgiTmzdBsqeSOuJpcz9qcGCBp3Ts,3051
8
8
  qulab/executor/__init__.py,sha256=LosPzOMaljSZY1thy_Fxtbrgq7uubJszMABEB7oM7tU,101
9
9
  qulab/executor/cli.py,sha256=owdDSaSuzTPQA5SlNCxX4nHWITU1BF0VZMj7tLqCZhM,5781
10
10
  qulab/executor/load.py,sha256=fZNmsOGR_2s1IykVmVwziDKeWCIej-jRJAQzKJRUdaE,11990
@@ -91,9 +91,9 @@ qulab/visualization/plot_seq.py,sha256=UWTS6p9nfX_7B8ehcYo6UnSTUCjkBsNU9jiOeW2ca
91
91
  qulab/visualization/qdat.py,sha256=ZeevBYWkzbww4xZnsjHhw7wRorJCBzbG0iEu-XQB4EA,5735
92
92
  qulab/visualization/rot3d.py,sha256=lMrEJlRLwYe6NMBlGkKYpp_V9CTipOAuDy6QW_cQK00,734
93
93
  qulab/visualization/widgets.py,sha256=6KkiTyQ8J-ei70LbPQZAK35wjktY47w2IveOa682ftA,3180
94
- QuLab-2.4.19.dist-info/LICENSE,sha256=PRzIKxZtpQcH7whTG6Egvzl1A0BvnSf30tmR2X2KrpA,1065
95
- QuLab-2.4.19.dist-info/METADATA,sha256=IulVUvEFUFaBPpAGch-MM5agl1JizMr5HTHsueVQv64,3699
96
- QuLab-2.4.19.dist-info/WHEEL,sha256=iDXcyuxg-66TzzqHGH-kgw_HJdaJE_1RHznrvPNCSNs,115
97
- QuLab-2.4.19.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
98
- QuLab-2.4.19.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
99
- QuLab-2.4.19.dist-info/RECORD,,
94
+ QuLab-2.4.20.dist-info/LICENSE,sha256=PRzIKxZtpQcH7whTG6Egvzl1A0BvnSf30tmR2X2KrpA,1065
95
+ QuLab-2.4.20.dist-info/METADATA,sha256=L8c-qIikU3zaAhOUIlynPWdk-KhYfLoQW9L_bjnWaGs,3699
96
+ QuLab-2.4.20.dist-info/WHEEL,sha256=iDXcyuxg-66TzzqHGH-kgw_HJdaJE_1RHznrvPNCSNs,115
97
+ QuLab-2.4.20.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
98
+ QuLab-2.4.20.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
99
+ QuLab-2.4.20.dist-info/RECORD,,
qulab/cli/config.py CHANGED
@@ -25,7 +25,7 @@ def _get_config_value(option_name, type_cast=str, command_name=None):
25
25
  if env_value := os.getenv(env_var):
26
26
  if type_cast is bool:
27
27
  return env_value.lower() in ("true", "1", "yes")
28
- if "path" in option_name:
28
+ if "path" in option_name or issubclass(type_cast, Path):
29
29
  return os.path.expanduser(env_value)
30
30
  return type_cast(env_value)
31
31
 
@@ -43,7 +43,7 @@ def _get_config_value(option_name, type_cast=str, command_name=None):
43
43
  fallback=None):
44
44
  if type_cast is bool:
45
45
  return config_value.lower() in ("true", "1", "yes")
46
- if "path" in option_name:
46
+ if "path" in option_name or issubclass(type_cast, Path):
47
47
  return os.path.expanduser(config_value)
48
48
  return type_cast(config_value)
49
49
 
@@ -66,7 +66,7 @@ def log_options(func):
66
66
  help=f"Enable debug mode")
67
67
  @click.option("--log",
68
68
  type=click.Path(),
69
- default=lambda: get_config_value("log"),
69
+ default=lambda: get_config_value("log", Path),
70
70
  help=f"Log file path")
71
71
  @functools.wraps(func)
72
72
  def wrapper(*args, log=None, debug=False, **kwargs):
Binary file
qulab/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2.4.19"
1
+ __version__ = "2.4.20"
File without changes