LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
flowchem/__init__.py
flowchem/cli.py
flowchem/exceptions.py
flowchem/units.py
flowchem.egg-info/PKG-INFO
flowchem.egg-info/SOURCES.txt
flowchem.egg-info/dependency_links.txt
flowchem.egg-info/requires.txt
flowchem.egg-info/top_level.txt
flowchem/assemblies/README.md
flowchem/assemblies/__init__.py
flowchem/assemblies/assembly.py
flowchem/assemblies/LTF_reactors/LTF_HTM_ST_3_1.pdf
flowchem/assemblies/LTF_reactors/LTF_reactors.py
flowchem/assemblies/LTF_reactors/__init__.py
flowchem/components/README.md
flowchem/components/__init__.py
flowchem/components/devices/README.md
flowchem/components/devices/__init__.py
flowchem/components/devices/Hamilton/ML600.py
flowchem/components/devices/Hamilton/ML600_finder.py
flowchem/components/devices/Hamilton/Microlab-600-RS-232-Communication-Manual.pdf
flowchem/components/devices/Hamilton/__init__.py
flowchem/components/devices/Harvard_Apparatus/11 Elite & 11 Elite Pico Manual - Rev C.pdf
flowchem/components/devices/Harvard_Apparatus/Elite11_finder.py
flowchem/components/devices/Harvard_Apparatus/HA_elite11.py
flowchem/components/devices/Harvard_Apparatus/__init__.py
flowchem/components/devices/Huber/Handbuch_Datenkommunikation_PB_en.pdf
flowchem/components/devices/Huber/__init__.py
flowchem/components/devices/Huber/huberchiller.py
flowchem/components/devices/Knauer/AzuraCompactPump.py
flowchem/components/devices/Knauer/HPLC_control.py
flowchem/components/devices/Knauer/KnauerValve.py
flowchem/components/devices/Knauer/Knauer_autodiscover.py
flowchem/components/devices/Knauer/Knauer_common.py
flowchem/components/devices/Knauer/V6855_AZURA_Valve_Unifier_VU_4.1_Instructions_EN.pdf
flowchem/components/devices/Knauer/V6870 _P2.1S_P4.1S_Instructions.pdf
flowchem/components/devices/Knauer/__init__.py
flowchem/components/devices/Magritek/__init__.py
flowchem/components/devices/Magritek/msg_maker.py
flowchem/components/devices/Magritek/nmrspectrum.py
flowchem/components/devices/Magritek/parser.py
flowchem/components/devices/Magritek/reader.py
flowchem/components/devices/Magritek/spinsolve.py
flowchem/components/devices/Magritek/utils.py
flowchem/components/devices/Manson/__init__.py
flowchem/components/devices/Manson/manson.py
flowchem/components/devices/MettlerToledo/FlowIR.py
flowchem/components/devices/MettlerToledo/__init__.py
flowchem/components/devices/MettlerToledo/iCIR_common.py
flowchem/components/devices/Phidgets/__init__.py
flowchem/components/devices/Phidgets/phidget.py
flowchem/components/devices/Vapourtec/R4_heater.py
flowchem/components/devices/Vapourtec/__init__.py
flowchem/components/devices/ViciValco/ViciValco_Actuator.py
flowchem/components/devices/ViciValco/__init__.py
flowchem/components/dummy/README.md
flowchem/components/dummy/__init__.py
flowchem/components/dummy/broken_dummy_component.py
flowchem/components/dummy/broken_dummy_sensor.py
flowchem/components/dummy/dummy.py
flowchem/components/dummy/dummy_pump.py
flowchem/components/dummy/dummy_sensor.py
flowchem/components/dummy/dummy_tempcontrol.py
flowchem/components/dummy/dummy_valve.py
flowchem/components/properties/__init__.py
flowchem/components/properties/active_component.py
flowchem/components/properties/base_component.py
flowchem/components/properties/injection_valve.py
flowchem/components/properties/mapped_component.py
flowchem/components/properties/passive_component.py
flowchem/components/properties/passivemixer.py
flowchem/components/properties/sensor.py
flowchem/components/properties/tempcontrol.py
flowchem/components/properties/valve.py
flowchem/components/stdlib/__init__.py
flowchem/components/stdlib/channel.py
flowchem/components/stdlib/cross_mixer.py
flowchem/components/stdlib/pump.py
flowchem/components/stdlib/t_mixer.py
flowchem/components/stdlib/tube.py
flowchem/components/stdlib/vessel.py
flowchem/components/stdlib/vessel_chemicals.py
flowchem/components/stdlib/y_mixer.py
flowchem/core/__init__.py
flowchem/core/execute.py
flowchem/core/experiment.py
flowchem/core/protocol.py
flowchem/core/graph/__init__.py
flowchem/core/graph/devicegraph.py
flowchem/core/graph/devicenode.py
flowchem/core/graph/flowchem-graph-spec.schema
flowchem/core/graph/owen_config.yml
flowchem/core/graph/owen_config2.yml
flowchem/core/graph/parser.py
flowchem/core/graph/sample_config.yml
flowchem/core/graph/validation.py
flowchem/core/server/__init__.py
flowchem/core/server/api_server.py
flowchem/core/server/routers/README.md
flowchem/core/server/routers/Spinsolve_router.py
flowchem/core/server/routers/__init__.py
flowchem/utils/__init__.py
flowchem/utils/deploy.py
flowchem/utils/reaction_input_helper.py
tests/__init__.py
tests/test_FlowIR.py
tests/test_azura_compact.py
tests/test_devicegraph.py
tests/test_execute_protocol.py
tests/test_huber.py
tests/test_hw_elite11.py
tests/test_protocol.py
tests/test_spinsolve.py
tests/test_tube.py
tests/test_validate_component.py