.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
.github/FUNDING.yml
.github/workflows/build.yml
.github/workflows/publish.yml
doc/index.rst
doc/extending/best_practices.rst
doc/extending/branches.rst
doc/extending/plugins.rst
doc/general/about.rst
doc/general/concepts.rst
doc/general/getting_help.rst
doc/static/apps/helloworld_1.yaml
doc/static/apps/helloworld_2.yaml
doc/static/apps/helloworld_3.yaml
doc/static/apps/neurofeedback.yaml
doc/static/img/dag.png
doc/static/img/email.png
doc/static/img/favicon.ico
doc/static/img/helloworld_1.png
doc/static/img/helloworld_2.png
doc/static/img/helloworld_3.png
doc/static/img/logo.png
doc/static/img/neurofeedback.png
doc/usage/getting_started.rst
doc/usage/going_further.rst
doc/usage/hello_world.rst
doc/usage/use_case.rst
examples/broker.yaml
examples/epoch.yaml
examples/hdf5_string.yaml
examples/import.yaml
examples/import2.yaml
examples/import3.yaml
examples/lsl.yaml
examples/lsl_multiple.yaml
examples/osc.yaml
examples/pub.yaml
examples/replay.yaml
examples/replay2.yaml
examples/save.yaml
examples/sub.yaml
examples/test.json
examples/test.yaml
examples/ui.yaml
examples/window.yaml
examples/zmq.yaml
examples/zmq2.yaml
test/conftest.py
test/lsl_api.cfg
test/core/test_branch.py
test/core/test_graph.py
test/core/test_manager.py
test/core/test_node.py
test/core/test_scheduler.py
test/core/test_worker.py
test/data/replay.hdf5
test/graphs/broker.yaml
test/graphs/import.yaml
test/graphs/import2.yaml
test/graphs/import3.yaml
test/graphs/pub.yaml
test/graphs/sub.yaml
test/graphs/template.yaml
test/graphs/test.json
test/graphs/test.yaml
test/helpers/test_background.py
test/helpers/test_mne.py
test/helpers/test_port.py
test/launcher/.env
test/launcher/.env.alt
test/launcher/dummy.py
test/launcher/dummy_exception.py
test/launcher/launcher.py
test/launcher/post.py
test/launcher/post_exception.py
test/launcher/test.bat
test/launcher/test.sh
test/launcher/test_1.yaml
test/launcher/test_2.yaml
test/launcher/test_3.yaml
test/launcher/test_4.yaml
test/launcher/test_5.yaml
test/launcher/test_6.yaml
test/launcher/test_7.yaml
test/launcher/test_8.yaml
test/launcher/test_9.yaml
test/nodes/test_accumulate.py
test/nodes/test_apply.py
test/nodes/test_axis.py
test/nodes/test_dejitter.py
test/nodes/test_epoch.py
test/nodes/test_expression.py
test/nodes/test_gate.py
test/nodes/test_misc.py
test/nodes/test_ml.py
test/nodes/test_query.py
test/nodes/test_window.py
test/tools/convert.py
test/tools/sync.py
timeflux/__init__.py
timeflux/__main__.py
timeflux/timeflux.py
timeflux/version.py
timeflux.egg-info/PKG-INFO
timeflux.egg-info/SOURCES.txt
timeflux.egg-info/dependency_links.txt
timeflux.egg-info/entry_points.txt
timeflux.egg-info/requires.txt
timeflux.egg-info/top_level.txt
timeflux/core/__init__.py
timeflux/core/branch.py
timeflux/core/exceptions.py
timeflux/core/graph.py
timeflux/core/io.py
timeflux/core/logging.py
timeflux/core/manager.py
timeflux/core/message.py
timeflux/core/node.py
timeflux/core/registry.py
timeflux/core/scheduler.py
timeflux/core/sync.py
timeflux/core/validate.py
timeflux/core/worker.py
timeflux/estimators/__init__.py
timeflux/estimators/classifiers/__init__.py
timeflux/estimators/transformers/__init__.py
timeflux/estimators/transformers/shape.py
timeflux/helpers/__init__.py
timeflux/helpers/background.py
timeflux/helpers/clock.py
timeflux/helpers/handler.py
timeflux/helpers/hdf5.py
timeflux/helpers/lsl.py
timeflux/helpers/mne.py
timeflux/helpers/port.py
timeflux/helpers/testing.py
timeflux/helpers/viz.py
timeflux/nodes/__init__.py
timeflux/nodes/accumulate.py
timeflux/nodes/apply.py
timeflux/nodes/axis.py
timeflux/nodes/debug.py
timeflux/nodes/dejitter.py
timeflux/nodes/epoch.py
timeflux/nodes/events.py
timeflux/nodes/expression.py
timeflux/nodes/gate.py
timeflux/nodes/hdf5.py
timeflux/nodes/lsl.py
timeflux/nodes/ml.py
timeflux/nodes/monitor.py
timeflux/nodes/osc.py
timeflux/nodes/query.py
timeflux/nodes/random.py
timeflux/nodes/sequence.py
timeflux/nodes/window.py
timeflux/nodes/xarray.py
timeflux/nodes/zmq.py
timeflux/schema/app.json