pychemstation 0.10.1__tar.gz → 0.10.2__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.10.1 → pychemstation-0.10.2}/PKG-INFO +1 -1
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pyproject.toml +1 -1
- {pychemstation-0.10.1 → pychemstation-0.10.2}/update-lib.sh +1 -2
- pychemstation-0.10.1/setup.py +0 -24
- {pychemstation-0.10.1 → pychemstation-0.10.2}/.gitignore +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/.gitlab-ci.yml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/CHANGELOG.md +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/CONTRIBUTING.md +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/LICENSE +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/README.md +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/base_spectrum.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/process_report.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/spec_utils.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/utils.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/comm.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/comm.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/devices/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/devices/column.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/devices/dad.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/devices/device.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/devices/injector.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/devices/pump.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/sequence.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/table_controller.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/tables/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/tables/method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/tables/ms.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/tables/sequence.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/tables/table.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/hplc.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/sequence.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/table_controller.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/generated/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/generated/dad_method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/generated/pump_method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/chromatogram.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/injector_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/macro.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/method_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/num_utils.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/parsing.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/pump_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/sequence_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/spec_utils.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/table_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/tray_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/constants.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_comb.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_comm.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_inj.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_nightly.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_offline_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_online_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_proc_rep.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_runs_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_sequence.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/tests/test_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/index.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/analysis/base_spectrum.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/analysis/spec_utils.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/analysis/utils.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/analysis.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/control/chromatogram.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/control/hplc.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/control.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/generated.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/utils/chemstation.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/utils/constants.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/utils/hplc_param_types.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation/utils.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/pychemstation.html +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/doc/search.js +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/analysis/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/analysis/base_spectrum.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/analysis/process_report.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/README.md +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/README.md +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/comm.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/devices/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/devices/device.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/devices/injector.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/ms.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/sequence.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/table.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/hplc.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/generated/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/generated/dad_method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/generated/pump_method.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/chromatogram.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/injector_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/macro.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/method_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/num_utils.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/parsing.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/pump_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/sequence_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/spec_utils.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/table_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/utils/tray_types.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation.egg-info/PKG-INFO +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation.egg-info/SOURCES.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation.egg-info/dependency_links.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation.egg-info/requires.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation.egg-info/top_level.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/0_2025-03-15 19-14-35.PDF +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/ACQRES.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/CSlbk.ini +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1.UV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1A.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1A.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1B.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1B.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1C.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1C.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1D.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1D.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1E.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DAD1E.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DiagResults.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/RUN.LOG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/Report.TXT +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/Report00.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/Report01.xls +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/acq.macaml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/acq.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/da.macaml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/lcdiag.reg +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/sample.acaml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/single.B +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/__init__.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/constants.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_talk.mac +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/CSlbk.ini +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/ACQ.MS +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.PretreatXML.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/FIA.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INFO.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INJECTOR.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/MassHunterIntegration.ini +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RapidControl.InstrumentConfig.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/rpthead.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/smpl_pur.mth +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/Methods.Reg +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.B +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.LOG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.S +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.Start +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/ACQRES.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/CSlbk.ini +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1.UV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.ch +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.npz +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DiagResults.REG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Limsinf.xml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/RUN.LOG +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report.TXT +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report00.CSV +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report01.xls +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.macaml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/da.macaml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/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
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/lcdiag.reg +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/sequence.acam_ +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/sequence.acaml +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/out.txt +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/test_offline_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/test_online_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/tests/test_runs_stable.py +0 -0
- {pychemstation-0.10.1 → pychemstation-0.10.2}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pychemstation
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.2
|
4
4
|
Summary: Library to interact with Chemstation software, primarily used in Hein lagit branch -mb
|
5
5
|
Project-URL: Documentation, https://pychemstation-e5a086.gitlab.io/pychemstation.html
|
6
6
|
Project-URL: Repository, https://gitlab.com/heingroup/device-api/pychemstation
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "pychemstation"
|
7
|
-
version = "0.10.
|
7
|
+
version = "0.10.2"
|
8
8
|
description = "Library to interact with Chemstation software, primarily used in Hein lagit branch -mb"
|
9
9
|
authors = [{ name = "lucyhao", email = "hao.lucyy@gmail.com" }]
|
10
10
|
requires-python = ">=3.10"
|
pychemstation-0.10.1/setup.py
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
import setuptools
|
2
|
-
|
3
|
-
with open("README.md", "r") as fh:
|
4
|
-
long_description = fh.read()
|
5
|
-
|
6
|
-
setuptools.setup(
|
7
|
-
name="pychemstation",
|
8
|
-
version="0.10.0",
|
9
|
-
author="Lucy Hao",
|
10
|
-
author_email="lhao03@student.ubc.ca",
|
11
|
-
description="Library to interact with Chemstation software, primarily used in Hein lab",
|
12
|
-
long_description=long_description,
|
13
|
-
long_description_content_type="text/markdown",
|
14
|
-
url="https://gitlab.com/heingroup/device-api/pychemstation",
|
15
|
-
packages=setuptools.find_packages(),
|
16
|
-
install_requires=[
|
17
|
-
'polling',
|
18
|
-
'seabreeze',
|
19
|
-
'xsdata',
|
20
|
-
'result',
|
21
|
-
'rainbow-api',
|
22
|
-
'aghplctools'
|
23
|
-
],
|
24
|
-
)
|
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.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/base_spectrum.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/process_report.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/analysis/spec_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/controllers/method.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.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/__init__.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/method.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/control/table/sequence.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/generated/dad_method.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/generated/pump_method.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/injector_types.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/build/lib/pychemstation/utils/sequence_types.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
|
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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/devices/__init__.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/devices/device.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/devices/injector.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/__init__.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/method.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/ms.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/pychemstation/control/controllers/tables/sequence.py
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/DAMETHOD.REG
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/RECALIB.MTH
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/DA.M/rpthead.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
|
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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/WLS1.Sampler.scml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/acq_MethHist.txt
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/0_2025-03-15 19-14-35.D/acq_damethod.reg
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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/CSlbk.ini
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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/Methods.Reg
RENAMED
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.B
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/hplc_testing.S
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
|
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
|
{pychemstation-0.10.1 → pychemstation-0.10.2}/tests/hplc_testing 2025-03-27 17-13-47/sequence.acaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|