QuLab 2.4.0__cp311-cp311-macosx_10_9_universal2.whl → 2.4.2__cp311-cp311-macosx_10_9_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.0
3
+ Version: 2.4.2
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=V5jIyfuCSi5dI6jvqgH_BpXG0URd6bgneDdVCM1dGSA,545
3
3
  qulab/dicttree.py,sha256=tRRMpGZYVOLw0TEByE3_2Ss8FdOmzuGL9e1DWbs8qoY,13684
4
- qulab/fun.cpython-311-darwin.so,sha256=bF2VwQb_rAtwT-onkA1-nWtuIQcS2O8DCM2HXkDEcto,126848
5
- qulab/version.py,sha256=C77M5v_1f8bwOurDXgN4C0dsjS4R6fa6t4rX7g-W81o,21
4
+ qulab/fun.cpython-311-darwin.so,sha256=muTFNbWiytBUgmC0IdjCraQbBhuk-aHPRZsOtaUDepY,126848
5
+ qulab/version.py,sha256=-Jl0X_XeIIfpbtU5rpBV7cuIV0QKuAB3xXzeRWGaObE,21
6
6
  qulab/executor/__init__.py,sha256=LosPzOMaljSZY1thy_Fxtbrgq7uubJszMABEB7oM7tU,101
7
- qulab/executor/__main__.py,sha256=r4hRH0i4C83xcB_BVXXNNSnUkV-cPx2pGHj9E8h3l8M,2282
7
+ qulab/executor/__main__.py,sha256=soBde_CbTJvvzIU1r2W2DCfQQY4fXMiwtzsXwTfohqw,2273
8
8
  qulab/executor/load.py,sha256=jZHkEzFF8ufFAIajkRDKmHYYJxbxI3RcEbAFIbl9VQ0,6208
9
9
  qulab/executor/schedule.py,sha256=u3S8b6AwfdXyM_kAfrWr9zCi15qS40nRRdFEVyzJMmI,8503
10
10
  qulab/executor/storage.py,sha256=uYT2GtNEVX-lwICvDFBRH4hanBnPGue1lu2srvqYI_A,4518
@@ -89,9 +89,9 @@ qulab/visualization/plot_seq.py,sha256=UWTS6p9nfX_7B8ehcYo6UnSTUCjkBsNU9jiOeW2ca
89
89
  qulab/visualization/qdat.py,sha256=ZeevBYWkzbww4xZnsjHhw7wRorJCBzbG0iEu-XQB4EA,5735
90
90
  qulab/visualization/rot3d.py,sha256=lMrEJlRLwYe6NMBlGkKYpp_V9CTipOAuDy6QW_cQK00,734
91
91
  qulab/visualization/widgets.py,sha256=6KkiTyQ8J-ei70LbPQZAK35wjktY47w2IveOa682ftA,3180
92
- QuLab-2.4.0.dist-info/LICENSE,sha256=PRzIKxZtpQcH7whTG6Egvzl1A0BvnSf30tmR2X2KrpA,1065
93
- QuLab-2.4.0.dist-info/METADATA,sha256=4Wo7u3zyuK06Ydg-rmerA8NigK8ks1lfinjrU1RRlPE,3698
94
- QuLab-2.4.0.dist-info/WHEEL,sha256=K10eKSN6_vzvMOgXxWbVOQNR7Orfl6gBTCpCI8bcYx4,114
95
- QuLab-2.4.0.dist-info/entry_points.txt,sha256=ohBzutEnQimP_BZWiuXdSliu4QAYSHHcN0PZD8c7ZCY,46
96
- QuLab-2.4.0.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
97
- QuLab-2.4.0.dist-info/RECORD,,
92
+ QuLab-2.4.2.dist-info/LICENSE,sha256=PRzIKxZtpQcH7whTG6Egvzl1A0BvnSf30tmR2X2KrpA,1065
93
+ QuLab-2.4.2.dist-info/METADATA,sha256=oeR6hPeYbUZz3ezTtCU2Mk-K8UymuWiufLMHC5Ytgww,3698
94
+ QuLab-2.4.2.dist-info/WHEEL,sha256=K10eKSN6_vzvMOgXxWbVOQNR7Orfl6gBTCpCI8bcYx4,114
95
+ QuLab-2.4.2.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
96
+ QuLab-2.4.2.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
97
+ QuLab-2.4.2.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ qulab = qulab.__main__:cli
@@ -24,9 +24,9 @@ def create(workflow, code):
24
24
  if code is None:
25
25
  code = Path.cwd()
26
26
 
27
- fname = Path(code) / f'{workflow}.py'
27
+ fname = Path(code) / f'{workflow}'
28
28
  if fname.exists():
29
- click.echo(f'{workflow}.py already exists')
29
+ click.echo(f'{workflow} already exists')
30
30
  return
31
31
 
32
32
  fname.parent.mkdir(parents=True, exist_ok=True)
@@ -34,7 +34,7 @@ def create(workflow, code):
34
34
 
35
35
  with open(fname, 'w') as f:
36
36
  f.write(workflow_template(list(deps)))
37
- click.echo(f'{workflow}.py created')
37
+ click.echo(f'{workflow} created')
38
38
 
39
39
 
40
40
  @click.command()
Binary file
qulab/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2.4.0"
1
+ __version__ = "2.4.2"
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- qulab = qulab.__main__:main
File without changes
File without changes