pychemstation 0.5.10__py3-none-any.whl → 0.5.11__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.
@@ -1,15 +1,14 @@
1
- from typing import Optional
2
-
3
1
  import os
4
2
  import time
3
+ from typing import Optional
5
4
 
6
- from ...control.controllers.table_controller import TableController
7
5
  from ...control.controllers.comm import CommunicationController
6
+ from ...control.controllers.table_controller import TableController
8
7
  from ...utils.chromatogram import SEQUENCE_TIME_FORMAT, AgilentChannelChromatogramData
9
8
  from ...utils.macro import Command
10
9
  from ...utils.sequence_types import SequenceTable, SequenceEntry, SequenceDataFiles, InjectionSource, SampleType
11
- from ...utils.table_types import TableOperation, RegisterFlag, Table
12
- from ...utils.tray_types import TenColumn
10
+ from ...utils.table_types import RegisterFlag, Table
11
+ from ...utils.tray_types import TenVialColumn
13
12
 
14
13
 
15
14
  class SequenceController(TableController):
@@ -118,7 +117,7 @@ class SequenceController(TableController):
118
117
 
119
118
  if row.vial_location:
120
119
  loc = row.vial_location
121
- if isinstance(row.vial_location, TenColumn):
120
+ if isinstance(row.vial_location, TenVialColumn):
122
121
  loc = row.vial_location.value
123
122
  self.edit_row_num(row=row_num, col_name=RegisterFlag.VIAL_LOCATION, val=loc)
124
123
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pychemstation
3
- Version: 0.5.10
3
+ Version: 0.5.11
4
4
  Summary: Library to interact with Chemstation software, primarily used in Hein lab
5
5
  Home-page: https://gitlab.com/heingroup/device-api/pychemstation
6
6
  Author: Lucy Hao
@@ -13,6 +13,7 @@ License-File: LICENSE
13
13
  Requires-Dist: polling
14
14
  Requires-Dist: seabreeze
15
15
  Requires-Dist: xsdata
16
+ Requires-Dist: result
16
17
 
17
18
  # Agilent HPLC Macro Control
18
19
 
@@ -9,7 +9,7 @@ pychemstation/control/hplc.py,sha256=5xC5q-hrAn5hKdz-ZwT_Dlas9LWLV27jZvhCKj7Lzg4
9
9
  pychemstation/control/controllers/__init__.py,sha256=di3ytLIK-35XC_THw4IjNaOtCUTe7GuEOFb-obmREw4,166
10
10
  pychemstation/control/controllers/comm.py,sha256=IU4I_Q42VNCNUlVi93MxCmw2EBY9hiBDkU9FxubKg3c,7441
11
11
  pychemstation/control/controllers/method.py,sha256=XUclB7lQ_SIkquR58MBmmi9drHIPEq9AR8VprTLenvI,15503
12
- pychemstation/control/controllers/sequence.py,sha256=XMaYvbMRBdaZPdEEL12oAl5uUIDi-_fbPJUU-Uxtk8I,8297
12
+ pychemstation/control/controllers/sequence.py,sha256=kYNxxck2I-q9mZDEZwG8bJ_99FfLmunS13EAHOS65wU,8288
13
13
  pychemstation/control/controllers/table_controller.py,sha256=ItuNJ3aQqx73rviGVXs7vYaZKA9icPFreOUuUZupqB4,11029
14
14
  pychemstation/control/table/__init__.py,sha256=RgMN4uIWHdNUHpGRBWdzmzAbk7XEKl6Y-qtqWCxzSZU,124
15
15
  pychemstation/control/table/method.py,sha256=THVoGomSXff_CTU3eAYme0BYwkPzab5UgZKsiZ29QSk,12196
@@ -32,8 +32,8 @@ tests/test_comb.py,sha256=EDE1Ve0A_EK4qro9imZsrD0xXrQN8hAowiOWPFtw3dM,5515
32
32
  tests/test_comm.py,sha256=EYOpVXzEMQLGhhKYDPO-KaLcJdPSMPTD9Y4jSI0yVQY,2516
33
33
  tests/test_method.py,sha256=r1Q1irqiVzs31QuTYLX3u_A0FpX8rIAQ1L4WOk9tLbk,2473
34
34
  tests/test_sequence.py,sha256=Nz2iqp1cJgw6kcQvnwSkfBmhxpOH62PoEu6o_5rO-PY,4929
35
- pychemstation-0.5.10.dist-info/LICENSE,sha256=9bdF75gIf1MecZ7oymqWgJREVz7McXPG-mjqrTmzzD8,18658
36
- pychemstation-0.5.10.dist-info/METADATA,sha256=tcPTswg-NhMQlf7iDC1iYmUlKCta5QSSVFxoUVP8Wgc,4308
37
- pychemstation-0.5.10.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
38
- pychemstation-0.5.10.dist-info/top_level.txt,sha256=zXfKu_4nYWwPHo3OsuhshMNC3SPkcoTGCyODjURaghY,20
39
- pychemstation-0.5.10.dist-info/RECORD,,
35
+ pychemstation-0.5.11.dist-info/LICENSE,sha256=9bdF75gIf1MecZ7oymqWgJREVz7McXPG-mjqrTmzzD8,18658
36
+ pychemstation-0.5.11.dist-info/METADATA,sha256=K1Hd9ry_rHoZ67yHBIjwuxwI8ooUp4ntAlDLZiI8rsA,4330
37
+ pychemstation-0.5.11.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
38
+ pychemstation-0.5.11.dist-info/top_level.txt,sha256=zXfKu_4nYWwPHo3OsuhshMNC3SPkcoTGCyODjURaghY,20
39
+ pychemstation-0.5.11.dist-info/RECORD,,