LICENSE
README.md
pyproject.toml
src/flowchem/__init__.py
src/flowchem/__main__.py
src/flowchem/autodiscover.py
src/flowchem/exceptions.py
src/flowchem/people.py
src/flowchem/py.typed
src/flowchem.egg-info/PKG-INFO
src/flowchem.egg-info/SOURCES.txt
src/flowchem.egg-info/dependency_links.txt
src/flowchem.egg-info/entry_points.txt
src/flowchem.egg-info/requires.txt
src/flowchem.egg-info/top_level.txt
src/flowchem/components/__init__.py
src/flowchem/components/base_component.py
src/flowchem/components/test.py
src/flowchem/components/analytics/__init__.py
src/flowchem/components/analytics/dad_control.py
src/flowchem/components/analytics/hplc_control.py
src/flowchem/components/analytics/ir_control.py
src/flowchem/components/analytics/nmr_control.py
src/flowchem/components/pumps/__init__.py
src/flowchem/components/pumps/base_pump.py
src/flowchem/components/pumps/hplc_pump.py
src/flowchem/components/pumps/syringe_pump.py
src/flowchem/components/sensors/__init__.py
src/flowchem/components/sensors/pressure_sensor.py
src/flowchem/components/sensors/sensor.py
src/flowchem/components/technical/__init__.py
src/flowchem/components/technical/power_control.py
src/flowchem/components/technical/temperature_control.py
src/flowchem/components/valves/__init__.py
src/flowchem/components/valves/base_valve.py
src/flowchem/components/valves/distribution_valves.py
src/flowchem/components/valves/injection_valves.py
src/flowchem/devices/__init__.py
src/flowchem/devices/flowchem_device.py
src/flowchem/devices/known_plugins.py
src/flowchem/devices/list_known_device_type.py
src/flowchem/devices/dataapex/__init__.py
src/flowchem/devices/dataapex/clarity.py
src/flowchem/devices/dataapex/clarity_hplc_control.py
src/flowchem/devices/hamilton/__init__.py
src/flowchem/devices/hamilton/ml600.py
src/flowchem/devices/hamilton/ml600_finder.py
src/flowchem/devices/hamilton/ml600_pump.py
src/flowchem/devices/hamilton/ml600_valve.py
src/flowchem/devices/harvardapparatus/__init__.py
src/flowchem/devices/harvardapparatus/_pumpio.py
src/flowchem/devices/harvardapparatus/elite11.py
src/flowchem/devices/harvardapparatus/elite11_finder.py
src/flowchem/devices/harvardapparatus/elite11_pump.py
src/flowchem/devices/huber/__init__.py
src/flowchem/devices/huber/chiller.py
src/flowchem/devices/huber/huber_finder.py
src/flowchem/devices/huber/huber_temperature_control.py
src/flowchem/devices/huber/pb_command.py
src/flowchem/devices/knauer/__init__.py
src/flowchem/devices/knauer/_common.py
src/flowchem/devices/knauer/azura_compact.py
src/flowchem/devices/knauer/azura_compact_pump.py
src/flowchem/devices/knauer/azura_compact_sensor.py
src/flowchem/devices/knauer/dad.py
src/flowchem/devices/knauer/knauer_finder.py
src/flowchem/devices/knauer/valve.py
src/flowchem/devices/knauer/valve_component.py
src/flowchem/devices/magritek/__init__.py
src/flowchem/devices/magritek/_msg_maker.py
src/flowchem/devices/magritek/_parser.py
src/flowchem/devices/magritek/spinsolve.py
src/flowchem/devices/magritek/spinsolve_control.py
src/flowchem/devices/magritek/utils.py
src/flowchem/devices/manson/__init__.py
src/flowchem/devices/manson/manson_component.py
src/flowchem/devices/manson/powersupply.py
src/flowchem/devices/mettlertoledo/__init__.py
src/flowchem/devices/mettlertoledo/icir.py
src/flowchem/devices/mettlertoledo/icir_control.py
src/flowchem/devices/mettlertoledo/icir_finder.py
src/flowchem/devices/phidgets/__init__.py
src/flowchem/devices/phidgets/pressure_sensor.py
src/flowchem/devices/phidgets/pressure_sensor_component.py
src/flowchem/devices/vapourtec/__init__.py
src/flowchem/devices/vapourtec/r4_heater.py
src/flowchem/devices/vapourtec/r4_heater_channel_control.py
src/flowchem/devices/vapourtec/vapourtec_finder.py
src/flowchem/devices/vicivalco/__init__.py
src/flowchem/devices/vicivalco/vici_valve.py
src/flowchem/devices/vicivalco/vici_valve_component.py
src/flowchem/server/__init__.py
src/flowchem/server/api_server.py
src/flowchem/server/configuration_parser.py
src/flowchem/server/zeroconf_server.py
src/flowchem/utils/__init__.py
src/flowchem/utils/getmac.py