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.
Files changed (48) hide show
  1. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/PKG-INFO +2 -2
  2. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/method.py +2 -2
  3. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/sequence.py +3 -2
  4. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/PKG-INFO +2 -2
  5. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/requires.txt +1 -1
  6. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/setup.py +2 -2
  7. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/LICENSE +0 -0
  8. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/README.md +0 -0
  9. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/__init__.py +0 -0
  10. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/__init__.py +0 -0
  11. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/base_spectrum.py +0 -0
  12. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/spec_utils.py +0 -0
  13. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/analysis/utils.py +0 -0
  14. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/__init__.py +0 -0
  15. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/__init__.py +0 -0
  16. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/comm.py +0 -0
  17. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/__init__.py +0 -0
  18. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/column.py +0 -0
  19. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/device.py +0 -0
  20. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/devices/pump.py +0 -0
  21. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/__init__.py +0 -0
  22. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/controllers/tables/table.py +0 -0
  23. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/control/hplc.py +0 -0
  24. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/__init__.py +0 -0
  25. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/dad_method.py +0 -0
  26. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/generated/pump_method.py +0 -0
  27. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/__init__.py +0 -0
  28. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/chromatogram.py +0 -0
  29. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/injector_types.py +0 -0
  30. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/macro.py +0 -0
  31. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/method_types.py +0 -0
  32. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/parsing.py +0 -0
  33. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/pump_types.py +0 -0
  34. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/sequence_types.py +0 -0
  35. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/table_types.py +0 -0
  36. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation/utils/tray_types.py +0 -0
  37. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/SOURCES.txt +0 -0
  38. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/dependency_links.txt +0 -0
  39. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pychemstation.egg-info/top_level.txt +0 -0
  40. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/pyproject.toml +0 -0
  41. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/setup.cfg +0 -0
  42. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/__init__.py +0 -0
  43. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/constants.py +0 -0
  44. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_comb.py +0 -0
  45. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_comm.py +0 -0
  46. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_inj.py +0 -0
  47. {pychemstation-0.5.13.dev3 → pychemstation-0.5.13.dev5}/tests/test_method.py +0 -0
  48. {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.dev3
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.dev3
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
 
@@ -2,4 +2,4 @@ polling
2
2
  seabreeze
3
3
  xsdata
4
4
  result
5
- rainbow
5
+ rainbow-api
@@ -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.dev3",
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",