pychemstation 0.8.3__tar.gz → 0.8.4__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 (236) hide show
  1. {pychemstation-0.8.3 → pychemstation-0.8.4}/PKG-INFO +1 -1
  2. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/analysis/process_report.py +3 -3
  3. {pychemstation-0.8.3 → pychemstation-0.8.4}/pyproject.toml +1 -1
  4. {pychemstation-0.8.3 → pychemstation-0.8.4}/.coverage +0 -0
  5. {pychemstation-0.8.3 → pychemstation-0.8.4}/.gitignore +0 -0
  6. {pychemstation-0.8.3 → pychemstation-0.8.4}/.gitlab-ci.yml +0 -0
  7. {pychemstation-0.8.3 → pychemstation-0.8.4}/CHANGELOG.md +0 -0
  8. {pychemstation-0.8.3 → pychemstation-0.8.4}/CONTRIBUTING.md +0 -0
  9. {pychemstation-0.8.3 → pychemstation-0.8.4}/LICENSE +0 -0
  10. {pychemstation-0.8.3 → pychemstation-0.8.4}/README.md +0 -0
  11. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/__init__.py +0 -0
  12. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/analysis/__init__.py +0 -0
  13. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/analysis/base_spectrum.py +0 -0
  14. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/analysis/process_report.py +0 -0
  15. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/analysis/spec_utils.py +0 -0
  16. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/analysis/utils.py +0 -0
  17. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/__init__.py +0 -0
  18. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/comm.py +0 -0
  19. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/__init__.py +0 -0
  20. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/comm.py +0 -0
  21. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/devices/__init__.py +0 -0
  22. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/devices/column.py +0 -0
  23. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/devices/dad.py +0 -0
  24. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/devices/device.py +0 -0
  25. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/devices/injector.py +0 -0
  26. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/devices/pump.py +0 -0
  27. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/method.py +0 -0
  28. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/sequence.py +0 -0
  29. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/table_controller.py +0 -0
  30. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/tables/__init__.py +0 -0
  31. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/tables/method.py +0 -0
  32. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/tables/ms.py +0 -0
  33. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/tables/sequence.py +0 -0
  34. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/controllers/tables/table.py +0 -0
  35. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/hplc.py +0 -0
  36. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/table/__init__.py +0 -0
  37. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/table/method.py +0 -0
  38. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/table/sequence.py +0 -0
  39. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/control/table/table_controller.py +0 -0
  40. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/generated/__init__.py +0 -0
  41. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/generated/dad_method.py +0 -0
  42. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/generated/pump_method.py +0 -0
  43. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/__init__.py +0 -0
  44. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/chromatogram.py +0 -0
  45. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/injector_types.py +0 -0
  46. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/macro.py +0 -0
  47. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/method_types.py +0 -0
  48. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/parsing.py +0 -0
  49. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/pump_types.py +0 -0
  50. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/sequence_types.py +0 -0
  51. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/table_types.py +0 -0
  52. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/pychemstation/utils/tray_types.py +0 -0
  53. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/__init__.py +0 -0
  54. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/constants.py +0 -0
  55. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_comb.py +0 -0
  56. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_comm.py +0 -0
  57. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_inj.py +0 -0
  58. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_method.py +0 -0
  59. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_nightly.py +0 -0
  60. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_proc_rep.py +0 -0
  61. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_runs_stable.py +0 -0
  62. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_sequence.py +0 -0
  63. {pychemstation-0.8.3 → pychemstation-0.8.4}/build/lib/tests/test_stable.py +0 -0
  64. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/index.html +0 -0
  65. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/analysis/base_spectrum.html +0 -0
  66. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/analysis/spec_utils.html +0 -0
  67. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/analysis/utils.html +0 -0
  68. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/analysis.html +0 -0
  69. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/control/chromatogram.html +0 -0
  70. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/control/hplc.html +0 -0
  71. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/control.html +0 -0
  72. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/generated.html +0 -0
  73. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/utils/chemstation.html +0 -0
  74. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/utils/constants.html +0 -0
  75. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/utils/hplc_param_types.html +0 -0
  76. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation/utils.html +0 -0
  77. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/pychemstation.html +0 -0
  78. {pychemstation-0.8.3 → pychemstation-0.8.4}/doc/search.js +0 -0
  79. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/__init__.py +0 -0
  80. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/analysis/__init__.py +0 -0
  81. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/analysis/base_spectrum.py +0 -0
  82. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/analysis/spec_utils.py +0 -0
  83. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/analysis/utils.py +0 -0
  84. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/README.md +0 -0
  85. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/__init__.py +0 -0
  86. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/README.md +0 -0
  87. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/__init__.py +0 -0
  88. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/comm.py +0 -0
  89. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/devices/__init__.py +0 -0
  90. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/devices/device.py +0 -0
  91. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/devices/injector.py +0 -0
  92. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/tables/__init__.py +0 -0
  93. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/tables/method.py +0 -0
  94. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/tables/ms.py +0 -0
  95. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/tables/sequence.py +0 -0
  96. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/controllers/tables/table.py +0 -0
  97. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/control/hplc.py +0 -0
  98. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/generated/__init__.py +0 -0
  99. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/generated/dad_method.py +0 -0
  100. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/generated/pump_method.py +0 -0
  101. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/__init__.py +0 -0
  102. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/chromatogram.py +0 -0
  103. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/injector_types.py +0 -0
  104. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/macro.py +0 -0
  105. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/method_types.py +0 -0
  106. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/parsing.py +0 -0
  107. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/pump_types.py +0 -0
  108. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/sequence_types.py +0 -0
  109. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/table_types.py +0 -0
  110. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation/utils/tray_types.py +0 -0
  111. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation.egg-info/PKG-INFO +0 -0
  112. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation.egg-info/SOURCES.txt +0 -0
  113. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation.egg-info/dependency_links.txt +0 -0
  114. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation.egg-info/requires.txt +0 -0
  115. {pychemstation-0.8.3 → pychemstation-0.8.4}/pychemstation.egg-info/top_level.txt +0 -0
  116. {pychemstation-0.8.3 → pychemstation-0.8.4}/setup.py +0 -0
  117. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/0_2025-03-15 19-14-35.PDF +0 -0
  118. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/ACQRES.REG +0 -0
  119. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/CSlbk.ini +0 -0
  120. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DA.M/DAMETHOD.REG +0 -0
  121. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DA.M/INFO.MTH +0 -0
  122. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DA.M/RECALIB.MTH +0 -0
  123. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DA.M/rpthead.txt +0 -0
  124. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1.UV +0 -0
  125. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1A.ch +0 -0
  126. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1A.npz +0 -0
  127. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1B.ch +0 -0
  128. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1B.npz +0 -0
  129. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1C.ch +0 -0
  130. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1C.npz +0 -0
  131. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1D.ch +0 -0
  132. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1D.npz +0 -0
  133. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1E.ch +0 -0
  134. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DAD1E.npz +0 -0
  135. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/DiagResults.REG +0 -0
  136. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/PMP1.AnalyticalResults.drvml +0 -0
  137. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/REPORT01.CSV +0 -0
  138. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/REPORT02.CSV +0 -0
  139. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/REPORT03.CSV +0 -0
  140. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/REPORT04.CSV +0 -0
  141. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/REPORT05.CSV +0 -0
  142. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/RUN.LOG +0 -0
  143. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/Report.TXT +0 -0
  144. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/Report00.CSV +0 -0
  145. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/Report01.xls +0 -0
  146. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/SAMPLE.XML +0 -0
  147. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/SAMPLE.XML.bak +0 -0
  148. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/WLS1.Sampler.scml +0 -0
  149. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/acq.macaml +0 -0
  150. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/acq.txt +0 -0
  151. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/acq_MethHist.txt +0 -0
  152. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/acq_damethod.reg +0 -0
  153. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/da.macaml +0 -0
  154. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/lcdiag.reg +0 -0
  155. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/sample.acaml +0 -0
  156. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/0_2025-03-15 19-14-35.D/single.B +0 -0
  157. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/__init__.py +0 -0
  158. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/constants.py +0 -0
  159. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_talk.mac +0 -0
  160. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/CSlbk.ini +0 -0
  161. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/ACQ.MS +0 -0
  162. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.ConfigXML.xml +0 -0
  163. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodMetaData.xml +0 -0
  164. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodXML.xml +0 -0
  165. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.ConfigXML.xml +0 -0
  166. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodMetaData.xml +0 -0
  167. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodXML.xml +0 -0
  168. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.ConfigXML.xml +0 -0
  169. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodMetaData.xml +0 -0
  170. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodXML.xml +0 -0
  171. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.ConfigXML.xml +0 -0
  172. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodMetaData.xml +0 -0
  173. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodXML.xml +0 -0
  174. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.PretreatXML.xml +0 -0
  175. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/DAMETHOD.REG +0 -0
  176. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/FIA.REG +0 -0
  177. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INFO.MTH +0 -0
  178. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INJECTOR.MTH +0 -0
  179. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/MassHunterIntegration.ini +0 -0
  180. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RECALIB.MTH +0 -0
  181. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RapidControl.InstrumentConfig.xml +0 -0
  182. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/rpthead.txt +0 -0
  183. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/smpl_pur.mth +0 -0
  184. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/Methods.Reg +0 -0
  185. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.B +0 -0
  186. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.LOG +0 -0
  187. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.S +0 -0
  188. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.Start +0 -0
  189. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/ACQRES.REG +0 -0
  190. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/CSlbk.ini +0 -0
  191. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/DAMETHOD.REG +0 -0
  192. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/INFO.MTH +0 -0
  193. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/RECALIB.MTH +0 -0
  194. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/rpthead.txt +0 -0
  195. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1.UV +0 -0
  196. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.ch +0 -0
  197. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.npz +0 -0
  198. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.ch +0 -0
  199. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.npz +0 -0
  200. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.ch +0 -0
  201. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.npz +0 -0
  202. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.ch +0 -0
  203. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.npz +0 -0
  204. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.ch +0 -0
  205. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.npz +0 -0
  206. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DiagResults.REG +0 -0
  207. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Limsinf.xml +0 -0
  208. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/PMP1.AnalyticalResults.drvml +0 -0
  209. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT01.CSV +0 -0
  210. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT02.CSV +0 -0
  211. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT03.CSV +0 -0
  212. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT04.CSV +0 -0
  213. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT05.CSV +0 -0
  214. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/RUN.LOG +0 -0
  215. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report.TXT +0 -0
  216. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report00.CSV +0 -0
  217. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report01.xls +0 -0
  218. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML +0 -0
  219. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML.bak +0 -0
  220. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/WLS1.Sampler.scml +0 -0
  221. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.macaml +0 -0
  222. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.txt +0 -0
  223. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_MethHist.txt +0 -0
  224. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_damethod.reg +0 -0
  225. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/da.macaml +0 -0
  226. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
  227. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/lcdiag.reg +0 -0
  228. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/sequence.acam_ +0 -0
  229. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/hplc_testing 2025-03-27 17-13-47/sequence.acaml +0 -0
  230. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/out.txt +0 -0
  231. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/test_nightly.py +0 -0
  232. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/test_offline_stable.py +0 -0
  233. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/test_online_stable.py +0 -0
  234. {pychemstation-0.8.3 → pychemstation-0.8.4}/tests/test_runs_stable.py +0 -0
  235. {pychemstation-0.8.3 → pychemstation-0.8.4}/update-lib.sh +0 -0
  236. {pychemstation-0.8.3 → pychemstation-0.8.4}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pychemstation
3
- Version: 0.8.3
3
+ Version: 0.8.4
4
4
  Summary: Library to interact with Chemstation software, primarily used in Hein lab.
5
5
  Author-email: lucyhao <hao.lucyy@gmail.com>
6
6
  License-File: LICENSE
@@ -17,13 +17,13 @@ from pychemstation.utils.tray_types import Tray, FiftyFourVialPlate
17
17
 
18
18
  @dataclass
19
19
  class AgilentPeak:
20
+ peak_number: Optional[int]
20
21
  retention_time: float
22
+ peak_type: Optional[str]
21
23
  width: float
22
24
  area: float
23
25
  height: float
24
- peak_number: Optional[int]
25
- peak_type: Optional[str]
26
- height_percent: Optional[float]
26
+ area_percent: Optional[float]
27
27
 
28
28
 
29
29
  @dataclass
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pychemstation"
7
- version = "0.8.3"
7
+ version = "0.8.4"
8
8
  description = "Library to interact with Chemstation software, primarily used in Hein lab."
9
9
  authors = [{ name = "lucyhao", email = "hao.lucyy@gmail.com" }]
10
10
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes