pychemstation 0.6.0__tar.gz → 0.6.1__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.6.0 → pychemstation-0.6.1}/PKG-INFO +1 -1
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/device.py +2 -2
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/injector.py +2 -2
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/hplc.py +2 -1
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation.egg-info/PKG-INFO +1 -1
- {pychemstation-0.6.0 → pychemstation-0.6.1}/setup.py +1 -1
- {pychemstation-0.6.0 → pychemstation-0.6.1}/LICENSE +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/README.md +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/analysis/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/analysis/base_spectrum.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/analysis/process_report.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/analysis/spec_utils.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/analysis/utils.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/comm.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/column.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/dad.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/pump.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/method.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/ms.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/sequence.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/table.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/generated/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/generated/dad_method.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/generated/pump_method.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/chromatogram.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/injector_types.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/macro.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/method_types.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/parsing.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/pump_types.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/sequence_types.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/table_types.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/utils/tray_types.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation.egg-info/SOURCES.txt +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation.egg-info/dependency_links.txt +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation.egg-info/requires.txt +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation.egg-info/top_level.txt +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/pyproject.toml +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/setup.cfg +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/__init__.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/constants.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/test_comb.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/test_comm.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/test_inj.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/test_method.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/test_proc_rep.py +0 -0
- {pychemstation-0.6.0 → pychemstation-0.6.1}/tests/test_sequence.py +0 -0
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/device.py
RENAMED
@@ -9,8 +9,8 @@ from ....utils.table_types import Table
|
|
9
9
|
|
10
10
|
class DeviceController(TableController, abc.ABC):
|
11
11
|
|
12
|
-
def __init__(self, controller: CommunicationController, table: Table):
|
13
|
-
super().__init__(controller, None, None, table)
|
12
|
+
def __init__(self, controller: CommunicationController, table: Table, offline: bool):
|
13
|
+
super().__init__(controller, None, None, table, offline)
|
14
14
|
|
15
15
|
@abc.abstractmethod
|
16
16
|
def get_row(self, row: int):
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/injector.py
RENAMED
@@ -7,8 +7,8 @@ from ....utils.table_types import Table, RegisterFlag
|
|
7
7
|
|
8
8
|
class InjectorController(DeviceController):
|
9
9
|
|
10
|
-
def __init__(self, controller: CommunicationController, table: Table):
|
11
|
-
super().__init__(controller, table)
|
10
|
+
def __init__(self, controller: CommunicationController, table: Table, offline: bool):
|
11
|
+
super().__init__(controller, table, offline)
|
12
12
|
|
13
13
|
def get_row(self, row: int) -> InjectorFunction:
|
14
14
|
def return_tray_loc() -> Tray:
|
@@ -57,7 +57,8 @@ class HPLCController:
|
|
57
57
|
table=self.METHOD_TIMETABLE,
|
58
58
|
offline=offline,
|
59
59
|
injector_controller=InjectorController(controller=self.comm,
|
60
|
-
table=self.INJECTOR_TABLE
|
60
|
+
table=self.INJECTOR_TABLE,
|
61
|
+
offline=offline))
|
61
62
|
self.sequence_controller = SequenceController(controller=self.comm,
|
62
63
|
src=sequence_dir,
|
63
64
|
data_dir=data_dir,
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name="pychemstation",
|
8
|
-
version="0.6.
|
8
|
+
version="0.6.1",
|
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",
|
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
|
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/__init__.py
RENAMED
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/column.py
RENAMED
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/dad.py
RENAMED
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/devices/pump.py
RENAMED
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/__init__.py
RENAMED
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/method.py
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/sequence.py
RENAMED
File without changes
|
{pychemstation-0.6.0 → pychemstation-0.6.1}/pychemstation/control/controllers/tables/table.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
|
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
|
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
|