pychemstation 0.5.13.dev3__tar.gz → 0.5.13.dev5__tar.gz
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.
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/PKG-INFO +2 -2
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/method.py +2 -2
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/sequence.py +3 -2
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/PKG-INFO +2 -2
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/requires.txt +1 -1
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/setup.py +2 -2
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/LICENSE +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/README.md +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/base_spectrum.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/spec_utils.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/utils.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/comm.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/column.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/device.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/pump.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/table.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/hplc.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/dad_method.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/pump_method.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/chromatogram.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/injector_types.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/macro.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/method_types.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/parsing.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/pump_types.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/sequence_types.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/table_types.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/tray_types.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/SOURCES.txt +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/dependency_links.txt +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/top_level.txt +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pyproject.toml +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/setup.cfg +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/__init__.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/constants.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_comb.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_comm.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_inj.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_method.py +0 -0
- {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_sequence.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pychemstation
|
3
|
-
Version: 0.5.13.
|
3
|
+
Version: 0.5.13.dev5
|
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
|
@@ -14,7 +14,7 @@ Requires-Dist: polling
|
|
14
14
|
Requires-Dist: seabreeze
|
15
15
|
Requires-Dist: xsdata
|
16
16
|
Requires-Dist: result
|
17
|
-
Requires-Dist: rainbow
|
17
|
+
Requires-Dist: rainbow-api
|
18
18
|
|
19
19
|
# Agilent HPLC Macro Control
|
20
20
|
|
@@ -17,8 +17,8 @@ class MethodController(TableController):
|
|
17
17
|
Class containing method related logic
|
18
18
|
"""
|
19
19
|
|
20
|
-
def __init__(self, controller: CommunicationController, src: str, data_dir: str, table: Table):
|
21
|
-
super().__init__(controller, src, data_dir, table)
|
20
|
+
def __init__(self, controller: CommunicationController, src: str, data_dir: str, table: Table, offline: bool):
|
21
|
+
super().__init__(controller, src, data_dir, table, offline=offline)
|
22
22
|
|
23
23
|
def check(self) -> str:
|
24
24
|
time.sleep(2)
|
@@ -16,9 +16,10 @@ class SequenceController(TableController):
|
|
16
16
|
Class containing sequence related logic
|
17
17
|
"""
|
18
18
|
|
19
|
-
def __init__(self, controller: CommunicationController, src: str, data_dir: str, table: Table, method_dir: str
|
19
|
+
def __init__(self, controller: CommunicationController, src: str, data_dir: str, table: Table, method_dir: str,
|
20
|
+
offline: bool):
|
20
21
|
self.method_dir = method_dir
|
21
|
-
super().__init__(controller, src, data_dir, table)
|
22
|
+
super().__init__(controller, src, data_dir, table, offline=offline)
|
22
23
|
|
23
24
|
def load(self) -> SequenceTable:
|
24
25
|
rows = self.get_num_rows()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pychemstation
|
3
|
-
Version: 0.5.13.
|
3
|
+
Version: 0.5.13.dev5
|
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
|
@@ -14,7 +14,7 @@ Requires-Dist: polling
|
|
14
14
|
Requires-Dist: seabreeze
|
15
15
|
Requires-Dist: xsdata
|
16
16
|
Requires-Dist: result
|
17
|
-
Requires-Dist: rainbow
|
17
|
+
Requires-Dist: rainbow-api
|
18
18
|
|
19
19
|
# Agilent HPLC Macro Control
|
20
20
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name="pychemstation",
|
8
|
-
version="0.5.13.
|
8
|
+
version="0.5.13.dev5",
|
9
9
|
author="Lucy Hao",
|
10
10
|
author_email="lhao03@student.ubc.ca",
|
11
11
|
description="Library to interact with Chemstation software, primarily used in Hein lab",
|
@@ -18,7 +18,7 @@ setuptools.setup(
|
|
18
18
|
'seabreeze',
|
19
19
|
'xsdata',
|
20
20
|
'result',
|
21
|
-
'rainbow'
|
21
|
+
'rainbow-api'
|
22
22
|
],
|
23
23
|
classifiers=[
|
24
24
|
"Programming Language :: Python :: 3",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/base_spectrum.py
RENAMED
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/spec_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/comm.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/dad_method.py
RENAMED
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/pump_method.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/injector_types.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/sequence_types.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/dependency_links.txt
RENAMED
File without changes
|
{pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|