.gitignore
.readthedocs.yaml
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yml
.github/workflows/publish.yml
examples/dynamic.yaml
examples/dynamic_prefixed.yaml
examples/multi.yaml
examples/sinus.yaml
examples/test.yaml
test/test_arithmetic.py
timeflux_example/__init__.py
timeflux_example.egg-info/PKG-INFO
timeflux_example.egg-info/SOURCES.txt
timeflux_example.egg-info/dependency_links.txt
timeflux_example.egg-info/requires.txt
timeflux_example.egg-info/top_level.txt
timeflux_example/nodes/__init__.py
timeflux_example/nodes/arithmetic.py
timeflux_example/nodes/dynamic.py
timeflux_example/nodes/sinus.py