LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
ironflow/__init__.py
ironflow/_version.py
ironflow/utils.py
ironflow.egg-info/PKG-INFO
ironflow.egg-info/SOURCES.txt
ironflow.egg-info/dependency_links.txt
ironflow.egg-info/requires.txt
ironflow.egg-info/top_level.txt
ironflow/gui/__init__.py
ironflow/gui/base.py
ironflow/gui/browser.py
ironflow/gui/draws_widgets.py
ironflow/gui/gui.py
ironflow/gui/log.py
ironflow/gui/workflows/__init__.py
ironflow/gui/workflows/screen.py
ironflow/gui/workflows/boxes/__init__.py
ironflow/gui/workflows/boxes/base.py
ironflow/gui/workflows/boxes/flow.py
ironflow/gui/workflows/boxes/text_output.py
ironflow/gui/workflows/boxes/toolbar.py
ironflow/gui/workflows/boxes/user_input.py
ironflow/gui/workflows/boxes/node_interface/__init__.py
ironflow/gui/workflows/boxes/node_interface/control.py
ironflow/gui/workflows/boxes/node_interface/input_widgets.py
ironflow/gui/workflows/boxes/node_interface/representation.py
ironflow/gui/workflows/canvas_widgets/__init__.py
ironflow/gui/workflows/canvas_widgets/base.py
ironflow/gui/workflows/canvas_widgets/buttons.py
ironflow/gui/workflows/canvas_widgets/flow.py
ironflow/gui/workflows/canvas_widgets/layouts.py
ironflow/gui/workflows/canvas_widgets/nodes.py
ironflow/gui/workflows/canvas_widgets/ports.py
ironflow/model/__init__.py
ironflow/model/dtypes.py
ironflow/model/flow.py
ironflow/model/model.py
ironflow/model/node.py
ironflow/model/otypes.py
ironflow/model/port.py
ironflow/model/script.py
ironflow/model/session.py
ironflow/node_tools/__init__.py
ironflow/node_tools/main_widgets.py
ironflow/node_tools/input_widgets/__init__.py
ironflow/nodes/__init__.py
ironflow/nodes/built_in.py
ironflow/nodes/pyiron/__init__.py
ironflow/nodes/pyiron/atomistics_nodes.py
ironflow/nodes/std/__init__.py
ironflow/nodes/std/basic_operators.py
ironflow/nodes/std/control_structures.py
ironflow/nodes/std/special_nodes.py
tests/test_tests.py